pax_global_header00006660000000000000000000000064151520653070014516gustar00rootroot0000000000000052 comment=255ade1637bdb240568787964046dd3f2f15b878 python-spotify-2.0.2/000077500000000000000000000000001515206530700145335ustar00rootroot00000000000000python-spotify-2.0.2/.editorconfig000066400000000000000000000002741515206530700172130ustar00rootroot00000000000000root = true [*] charset = utf-8 end_of_line = lf indent_style = space insert_final_newline = true trim_trailing_whitespace = true indent_size = 4 [*.md] trim_trailing_whitespace = false python-spotify-2.0.2/.gitattributes000066400000000000000000000000511515206530700174220ustar00rootroot00000000000000* text eol=lf *.py whitespace=error python-spotify-2.0.2/.github/000077500000000000000000000000001515206530700160735ustar00rootroot00000000000000python-spotify-2.0.2/.github/CODEOWNERS000066400000000000000000000000241515206530700174620ustar00rootroot00000000000000.github/* @joostlek python-spotify-2.0.2/.github/CODE_OF_CONDUCT.md000066400000000000000000000062141515206530700206750ustar00rootroot00000000000000# Code of conduct ## Our pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. ## Our standards Examples of behavior that contributes to creating a positive environment include: - Using welcoming and inclusive language - Being respectful of differing viewpoints and experiences - Gracefully accepting constructive criticism - Focusing on what is best for the community - Showing empathy towards other community members Examples of unacceptable behavior by participants include: - The use of sexualized language or imagery and unwelcome sexual attention or advances - Trolling, insulting/derogatory comments, and personal or political attacks - Public or private harassment - Publishing others' private information, such as a physical or electronic address, without explicit permission - Other conduct which could reasonably be considered inappropriate in a professional setting ## Our responsibilities Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. ## Scope This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project lead at frenck@addons.community. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project lead is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] [homepage]: http://contributor-covenant.org [version]: http://contributor-covenant.org/version/1/4/ python-spotify-2.0.2/.github/CONTRIBUTING.md000066400000000000000000000022171515206530700203260ustar00rootroot00000000000000# Contributing When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. Please note we have a code of conduct, please follow it in all your interactions with the project. ## Issues and feature requests You've found a bug in the source code, a mistake in the documentation or maybe you'd like a new feature? You can help us by submitting an issue to our [GitHub Repository][github]. Before you create an issue, make sure you search the archive, maybe your question was already answered. Even better: You could submit a pull request with a fix / new feature! ## Pull request process 1. Search our repository for open or closed [pull requests][prs] that relates to your submission. You don't want to duplicate effort. 2. You may merge the pull request in once you have the sign-off of two other developers, or if you do not have permission to do that, you may request the second reviewer to merge it for you. [github]: https://github.com/joostlek/python-spotify/issues [prs]: https://github.com/joostlek/python-spotify/pulls python-spotify-2.0.2/.github/FUNDING.yaml000066400000000000000000000000311515206530700200430ustar00rootroot00000000000000--- github: - joostlek python-spotify-2.0.2/.github/ISSUE_TEMPLATE.md000066400000000000000000000005141515206530700206000ustar00rootroot00000000000000# Problem/Motivation > (Why the issue was filed) ## Expected behavior > (What you expected to happen) ## Actual behavior > (What actually happened) ## Steps to reproduce > (How can someone else make/see it happen) ## Proposed changes > (If you have a proposed change, workaround or fix, > describe the rationale behind it) python-spotify-2.0.2/.github/LICENSE.md000066400000000000000000000020721515206530700175000ustar00rootroot00000000000000# MIT License Copyright (c) 2023-2026 Joost Lekkerkerker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. python-spotify-2.0.2/.github/PULL_REQUEST_TEMPLATE.md000066400000000000000000000003761515206530700217020ustar00rootroot00000000000000# Proposed Changes > (Describe the changes and rationale behind them) ## Related Issues > ([Github link][autolink-references] to related issues or pull requests) [autolink-references]: https://help.github.com/articles/autolinked-references-and-urls/ python-spotify-2.0.2/.github/labels.yml000066400000000000000000000054331515206530700200650ustar00rootroot00000000000000--- - name: "breaking-change" color: ee0701 description: "A breaking change for existing users." - name: "bugfix" color: ee0701 description: "Inconsistencies or issues which will cause a problem for users or implementers." - name: "documentation" color: 0052cc description: "Solely about the documentation of the project." - name: "enhancement" color: 1d76db description: "Enhancement of the code, not introducing new features." - name: "refactor" color: 1d76db description: "Improvement of existing code, not introducing new features." - name: "performance" color: 1d76db description: "Improving performance, not introducing new features." - name: "new-feature" color: 0e8a16 description: "New features or options." - name: "maintenance" color: 2af79e description: "Generic maintenance tasks." - name: "ci" color: 1d76db description: "Work that improves the continue integration." - name: "dependencies" color: 1d76db description: "Upgrade or downgrade of project dependencies." - name: "in-progress" color: fbca04 description: "Issue is currently being resolved by a developer." - name: "stale" color: fef2c0 description: "There has not been activity on this issue or PR for quite some time." - name: "no-stale" color: fef2c0 description: "This issue or PR is exempted from the stable bot." - name: "security" color: ee0701 description: "Marks a security issue that needs to be resolved asap." - name: "incomplete" color: fef2c0 description: "Marks a PR or issue that is missing information." - name: "invalid" color: fef2c0 description: "Marks a PR or issue that is missing information." - name: "beginner-friendly" color: 0e8a16 description: "Good first issue for people wanting to contribute to the project." - name: "help-wanted" color: 0e8a16 description: "We need some extra helping hands or expertise in order to resolve this." - name: "hacktoberfest" description: "Issues/PRs are participating in the Hacktoberfest." color: fbca04 - name: "hacktoberfest-accepted" description: "Issues/PRs are participating in the Hacktoberfest." color: fbca04 - name: "priority-critical" color: ee0701 description: "This should be dealt with ASAP. Not fixing this issue would be a serious error." - name: "priority-high" color: b60205 description: "After critical issues are fixed, these should be dealt with before any further issues." - name: "priority-medium" color: 0e8a16 description: "This issue may be useful, and needs some attention." - name: "priority-low" color: e4ea8a description: "Nice addition, maybe... someday..." - name: "major" color: b60205 description: "This PR causes a major version bump in the version number." - name: "minor" color: 0e8a16 description: "This PR causes a minor version bump in the version number." python-spotify-2.0.2/.github/release-drafter.yml000066400000000000000000000020471515206530700216660ustar00rootroot00000000000000--- name-template: "v$RESOLVED_VERSION" tag-template: "v$RESOLVED_VERSION" change-template: "- $TITLE @$AUTHOR (#$NUMBER)" sort-direction: ascending categories: - title: "๐Ÿšจ Breaking changes" labels: - "breaking-change" - title: "โœจ New features" labels: - "new-feature" - title: "๐Ÿ› Bug fixes" labels: - "bugfix" - title: "๐Ÿš€ Enhancements" labels: - "enhancement" - "refactor" - "performance" - title: "๐Ÿงฐ Maintenance" labels: - "maintenance" - "ci" - title: "๐Ÿ“š Documentation" labels: - "documentation" - title: "โฌ†๏ธ Dependency updates" labels: - "dependencies" version-resolver: major: labels: - "major" - "breaking-change" minor: labels: - "minor" - "new-feature" patch: labels: - "bugfix" - "chore" - "ci" - "dependencies" - "documentation" - "enhancement" - "performance" - "refactor" default: patch template: | ## Whatโ€™s changed $CHANGES python-spotify-2.0.2/.github/renovate.json000066400000000000000000000021611515206530700206110ustar00rootroot00000000000000{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "schedule": ["before 2am"], "rebaseWhen": "behind-base-branch", "dependencyDashboard": true, "labels": ["dependencies", "no-stale"], "lockFileMaintenance": { "enabled": true, "automerge": true }, "commitMessagePrefix": "โฌ†๏ธ", "packageRules": [ { "matchManagers": ["poetry"], "addLabels": ["python"] }, { "matchManagers": ["poetry"], "matchDepTypes": ["dev"], "rangeStrategy": "pin" }, { "matchManagers": ["poetry"], "matchUpdateTypes": ["minor", "patch"], "automerge": true }, { "matchManagers": ["npm", "nvm"], "addLabels": ["javascript"], "rangeStrategy": "pin" }, { "matchManagers": ["npm", "nvm"], "matchUpdateTypes": ["minor", "patch"], "automerge": true }, { "matchManagers": ["github-actions"], "addLabels": ["github_actions"], "rangeStrategy": "pin" }, { "matchManagers": ["github-actions"], "matchUpdateTypes": ["minor", "patch"], "automerge": true } ] } python-spotify-2.0.2/.github/workflows/000077500000000000000000000000001515206530700201305ustar00rootroot00000000000000python-spotify-2.0.2/.github/workflows/labels.yaml000066400000000000000000000007361515206530700222640ustar00rootroot00000000000000--- name: Sync labels # yamllint disable-line rule:truthy on: push: branches: - main paths: - .github/labels.yml workflow_dispatch: jobs: labels: name: โ™ป๏ธ Sync labels runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub uses: actions/checkout@v6.0.2 - name: ๐Ÿš€ Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} python-spotify-2.0.2/.github/workflows/linting.yaml000066400000000000000000000146011515206530700224620ustar00rootroot00000000000000--- name: Linting # yamllint disable-line rule:truthy on: push: branches: - main pull_request: workflow_dispatch: env: DEFAULT_PYTHON: "3.13" jobs: codespell: name: codespell runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@v6.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" - name: ๐Ÿ— Install workflow dependencies run: | poetry config virtualenvs.create true poetry config virtualenvs.in-project true - name: ๐Ÿ— Install Python dependencies run: poetry install --no-interaction - name: ๐Ÿš€ Check code for common misspellings run: poetry run pre-commit run codespell --all-files ruff: name: Ruff runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@v6.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" - name: ๐Ÿ— Install workflow dependencies run: | poetry config virtualenvs.create true poetry config virtualenvs.in-project true - name: ๐Ÿ— Install Python dependencies run: poetry install --no-interaction - name: ๐Ÿš€ Run ruff linter run: poetry run ruff check --output-format=github . - name: ๐Ÿš€ Run ruff formatter run: poetry run ruff format --check . pre-commit-hooks: name: pre-commit-hooks runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@v6.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" - name: ๐Ÿ— Install workflow dependencies run: | poetry config virtualenvs.create true poetry config virtualenvs.in-project true - name: ๐Ÿ— Install Python dependencies run: poetry install --no-interaction - name: ๐Ÿš€ Check Python AST run: poetry run pre-commit run check-ast --all-files - name: ๐Ÿš€ Check for case conflicts run: poetry run pre-commit run check-case-conflict --all-files - name: ๐Ÿš€ Check docstring is first run: poetry run pre-commit run check-docstring-first --all-files - name: ๐Ÿš€ Check that executables have shebangs run: poetry run pre-commit run check-executables-have-shebangs --all-files - name: ๐Ÿš€ Check JSON files run: poetry run pre-commit run check-json --all-files - name: ๐Ÿš€ Check for merge conflicts run: poetry run pre-commit run check-merge-conflict --all-files - name: ๐Ÿš€ Check for broken symlinks run: poetry run pre-commit run check-symlinks --all-files - name: ๐Ÿš€ Check TOML files run: poetry run pre-commit run check-toml --all-files - name: ๐Ÿš€ Check XML files run: poetry run pre-commit run check-xml --all-files - name: ๐Ÿš€ Check YAML files run: poetry run pre-commit run check-yaml --all-files - name: ๐Ÿš€ Detect Private Keys run: poetry run pre-commit run detect-private-key --all-files - name: ๐Ÿš€ Check End of Files run: poetry run pre-commit run end-of-file-fixer --all-files - name: ๐Ÿš€ Trim Trailing Whitespace run: poetry run pre-commit run trailing-whitespace --all-files pylint: name: pylint runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@v6.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" - name: ๐Ÿ— Install workflow dependencies run: | poetry config virtualenvs.create true poetry config virtualenvs.in-project true - name: ๐Ÿ— Install Python dependencies run: poetry install --no-interaction - name: ๐Ÿš€ Run pylint run: poetry run pre-commit run pylint --all-files yamllint: name: yamllint runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@v6.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" - name: ๐Ÿ— Install workflow dependencies run: | poetry config virtualenvs.create true poetry config virtualenvs.in-project true - name: ๐Ÿ— Install Python dependencies run: poetry install --no-interaction - name: ๐Ÿš€ Run yamllint run: poetry run yamllint . prettier: name: Prettier runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@v6.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" - name: ๐Ÿ— Install workflow dependencies run: | poetry config virtualenvs.create true poetry config virtualenvs.in-project true - name: ๐Ÿ— Install Python dependencies run: poetry install --no-interaction - name: ๐Ÿ— Set up Node.js uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: node-version-file: ".nvmrc" cache: "npm" - name: ๐Ÿ— Install NPM dependencies run: npm install - name: ๐Ÿš€ Run prettier run: poetry run pre-commit run prettier --all-files python-spotify-2.0.2/.github/workflows/lock.yaml000066400000000000000000000006651515206530700217530ustar00rootroot00000000000000--- name: Lock # yamllint disable-line rule:truthy on: schedule: - cron: "0 9 * * *" workflow_dispatch: jobs: lock: name: ๐Ÿ”’ Lock closed issues and PRs runs-on: ubuntu-latest steps: - uses: dessant/lock-threads@v6.0.0 with: github-token: ${{ github.token }} issue-inactive-days: "30" issue-lock-reason: "" pr-inactive-days: "1" pr-lock-reason: "" python-spotify-2.0.2/.github/workflows/pr-labels.yaml000066400000000000000000000013021515206530700226710ustar00rootroot00000000000000--- name: PR Labels # yamllint disable-line rule:truthy on: pull_request_target: types: - opened - labeled - unlabeled - synchronize workflow_call: jobs: pr_labels: name: Verify runs-on: ubuntu-latest steps: - name: ๐Ÿท Verify PR has a valid label uses: jesusvasquez333/verify-pr-label-action@v1.4.0 with: pull-request-number: "${{ github.event.pull_request.number }}" github-token: "${{ secrets.GITHUB_TOKEN }}" valid-labels: >- breaking-change, bugfix, documentation, enhancement, refactor, performance, new-feature, maintenance, ci, dependencies disable-reviews: true python-spotify-2.0.2/.github/workflows/release-drafter.yaml000066400000000000000000000005741515206530700240670ustar00rootroot00000000000000--- name: Release Drafter # yamllint disable-line rule:truthy on: push: branches: - main workflow_dispatch: jobs: update_release_draft: name: โœ๏ธ Draft release runs-on: ubuntu-latest steps: - name: ๐Ÿš€ Run Release Drafter uses: release-drafter/release-drafter@v6.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} python-spotify-2.0.2/.github/workflows/release.yaml000066400000000000000000000031351515206530700224360ustar00rootroot00000000000000--- name: Release # yamllint disable-line rule:truthy on: release: types: - published env: DEFAULT_PYTHON: "3.13" jobs: release: name: Releasing to PyPi runs-on: ubuntu-latest environment: name: release url: https://pypi.org/p/spotifyaio permissions: contents: write id-token: write steps: - name: โคต๏ธ Check out code from GitHub uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@v6.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" - name: ๐Ÿ— Install workflow dependencies run: | poetry config virtualenvs.create true poetry config virtualenvs.in-project true - name: ๐Ÿ— Install dependencies run: poetry install --no-interaction - name: ๐Ÿ— Set package version run: | version="${{ github.event.release.tag_name }}" version="${version,,}" version="${version#v}" poetry version --no-interaction "${version}" - name: ๐Ÿ— Build package run: poetry build --no-interaction - name: ๐Ÿš€ Publish to PyPi uses: pypa/gh-action-pypi-publish@v1.13.0 with: verbose: true print-hash: true - name: โœ๏ธ Sign published artifacts uses: sigstore/gh-action-sigstore-python@v3.2.0 with: inputs: ./dist/*.tar.gz ./dist/*.whl release-signing-artifacts: true python-spotify-2.0.2/.github/workflows/stale.yaml000066400000000000000000000025611515206530700221300ustar00rootroot00000000000000--- name: Stale # yamllint disable-line rule:truthy on: schedule: - cron: "0 8 * * *" workflow_dispatch: jobs: stale: name: ๐Ÿงน Clean up stale issues and PRs runs-on: ubuntu-latest steps: - name: ๐Ÿš€ Run stale uses: actions/stale@v10.2.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 30 days-before-close: 7 remove-stale-when-updated: true stale-issue-label: "stale" exempt-issue-labels: "no-stale,help-wanted" stale-issue-message: > There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment ๐Ÿ‘ This issue has now been marked as stale and will be closed if no further activity occurs. Thanks! stale-pr-label: "stale" exempt-pr-labels: "no-stale" stale-pr-message: > There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions. python-spotify-2.0.2/.github/workflows/tests.yaml000066400000000000000000000050751515206530700221650ustar00rootroot00000000000000--- name: Testing # yamllint disable-line rule:truthy on: push: branches: - main pull_request: workflow_dispatch: env: DEFAULT_PYTHON: "3.13" jobs: pytest: name: Python ${{ matrix.python }} runs-on: ubuntu-latest strategy: matrix: python: ["3.13", "3.14"] steps: - name: โคต๏ธ Check out code from GitHub uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ matrix.python }} id: python uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python }} cache: "poetry" - name: ๐Ÿ— Install workflow dependencies run: | poetry config virtualenvs.create true poetry config virtualenvs.in-project true - name: ๐Ÿ— Install dependencies run: poetry install --no-interaction - name: ๐Ÿš€ Run pytest run: poetry run pytest --cov src tests - name: โฌ†๏ธ Upload coverage artifact uses: actions/upload-artifact@v6.0.0 with: include-hidden-files: true name: coverage-${{ matrix.python }} path: .coverage coverage: runs-on: ubuntu-latest needs: pytest steps: - name: โคต๏ธ Check out code from GitHub uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - name: โฌ‡๏ธ Download coverage data uses: actions/download-artifact@v7.0.0 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@v6.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" - name: ๐Ÿ— Install workflow dependencies run: | poetry config virtualenvs.create true poetry config virtualenvs.in-project true - name: ๐Ÿ— Install dependencies run: poetry install --no-interaction - name: ๐Ÿš€ Process coverage results run: | poetry run coverage combine coverage*/.coverage* poetry run coverage xml -i - name: ๐Ÿš€ Upload coverage report uses: codecov/codecov-action@v5.5.2 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} - name: SonarCloud Scan if: github.event.pull_request.head.repo.fork == false uses: SonarSource/sonarcloud-github-action@v5.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} python-spotify-2.0.2/.github/workflows/typing.yaml000066400000000000000000000016151515206530700223310ustar00rootroot00000000000000--- name: Typing # yamllint disable-line rule:truthy on: push: branches: - main pull_request: workflow_dispatch: env: DEFAULT_PYTHON: "3.13" jobs: mypy: name: mypy runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub uses: actions/checkout@v6.0.2 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@v6.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" - name: ๐Ÿ— Install workflow dependencies run: | poetry config virtualenvs.create true poetry config virtualenvs.in-project true - name: ๐Ÿ— Install dependencies run: poetry install --no-interaction - name: ๐Ÿš€ Run mypy run: poetry run mypy src tests python-spotify-2.0.2/.gitignore000066400000000000000000000027011515206530700165230ustar00rootroot00000000000000# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # OSX useful to ignore *.DS_Store .AppleDouble .LSOverride # Thumbnails ._* # Files that might appear in the root of a volume .DocumentRevisions-V100 .fseventsd .Spotlight-V100 .TemporaryItems .Trashes .VolumeIcon.icns .com.apple.timemachine.donotpresent # Directories potentially created on remote AFP share .AppleDB .AppleDesktop Network Trash Folder Temporary Items .apdisk # C extensions *.so # Distribution / packaging .Python env/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ *.egg-info/ .installed.cfg *.egg # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *,cover .hypothesis/ .pytest_cache/ # Translations *.mo *.pot # Django stuff: *.log # Sphinx documentation docs/_build/ # pyenv .python-version # virtualenv .venv venv/ ENV/ # mypy .mypy_cache/ # ruff .ruff_cache # Visual Studio Code .vscode # IntelliJ Idea family of suites .idea *.iml ## File-based project format: *.ipr *.iws ## mpeltonen/sbt-idea plugin .idea_modules/ # PyBuilder target/ # Cookiecutter output/ python_boilerplate/ # Node node_modules/ # Deepcode AI .dccache python-spotify-2.0.2/.nvmrc000066400000000000000000000000101515206530700156500ustar00rootroot0000000000000024.13.1 python-spotify-2.0.2/.pre-commit-config.yaml000066400000000000000000000104441515206530700210170ustar00rootroot00000000000000--- repos: - repo: local hooks: - id: ruff-check name: ๐Ÿถ Ruff Linter language: system types: [python] entry: poetry run ruff check --fix require_serial: true stages: [pre-commit, pre-push, manual] - id: ruff-format name: ๐Ÿถ Ruff Formatter language: system types: [python] entry: poetry run ruff format require_serial: true stages: [pre-commit, pre-push, manual] - id: check-ast name: ๐Ÿ Check Python AST language: system types: [python] entry: poetry run check-ast - id: check-case-conflict name: ๐Ÿ”  Check for case conflicts language: system entry: poetry run check-case-conflict - id: check-docstring-first name: โ„น๏ธ Check docstring is first language: system types: [python] entry: poetry run check-docstring-first - id: check-executables-have-shebangs name: ๐Ÿง Check that executables have shebangs language: system types: [text, executable] entry: poetry run check-executables-have-shebangs stages: [pre-commit, pre-push, manual] - id: check-json name: ๏ฝ› Check JSON files language: system types: [json] entry: poetry run check-json - id: check-merge-conflict name: ๐Ÿ’ฅ Check for merge conflicts language: system types: [text] entry: poetry run check-merge-conflict - id: check-symlinks name: ๐Ÿ”— Check for broken symlinks language: system types: [symlink] entry: poetry run check-symlinks - id: check-toml name: โœ… Check TOML files language: system types: [toml] entry: poetry run check-toml - id: check-xml name: โœ… Check XML files entry: check-xml language: system types: [xml] - id: check-yaml name: โœ… Check YAML files language: system types: [yaml] entry: poetry run check-yaml - id: codespell name: โœ… Check code for common misspellings language: system types: [text] exclude: ^poetry\.lock$ entry: poetry run codespell args: - --ignore-words-list=doen,te,ons,Racoon,Crate,Ede,succes,alle,Theis,serie,wel,somme,affraid,programm,earnin,couldnt,beter,als,bord,wil,hart,thuis,voight,juni,handels,ot,tru,independant,unter,hagas - id: detect-private-key name: ๐Ÿ•ต๏ธ Detect Private Keys language: system types: [text] entry: poetry run detect-private-key - id: end-of-file-fixer name: โฎ Fix End of Files language: system types: [text] entry: poetry run end-of-file-fixer stages: [pre-commit, pre-push, manual] - id: mypy name: ๐Ÿ†Ž Static type checking using mypy language: system types: [python] entry: poetry run mypy require_serial: true - id: no-commit-to-branch name: ๐Ÿ›‘ Don't commit to main branch language: system entry: poetry run no-commit-to-branch pass_filenames: false always_run: true args: - --branch=main - id: poetry name: ๐Ÿ“œ Check pyproject with Poetry language: system entry: poetry check pass_filenames: false always_run: true - id: prettier name: ๐Ÿ’„ Ensuring files are prettier language: system types: [yaml, json, markdown] entry: npm run prettier pass_filenames: false - id: pylint name: ๐ŸŒŸ Starring code with pylint language: system types: [python] entry: poetry run pylint - id: pytest name: ๐Ÿงช Running tests and test coverage with pytest language: system types: [python] entry: poetry run pytest pass_filenames: false - id: trailing-whitespace name: โœ„ Trim Trailing Whitespace language: system types: [text] entry: poetry run trailing-whitespace-fixer stages: [pre-commit, pre-push, manual] - id: yamllint name: ๐ŸŽ— Check YAML files with yamllint language: system types: [yaml] entry: poetry run yamllint python-spotify-2.0.2/.prettierignore000066400000000000000000000000131515206530700175700ustar00rootroot00000000000000.gitignore python-spotify-2.0.2/.prettierrc000066400000000000000000000000241515206530700167130ustar00rootroot00000000000000{ "tabWidth": 2 } python-spotify-2.0.2/.yamllint000066400000000000000000000024001515206530700163610ustar00rootroot00000000000000--- ignore: - .venv rules: braces: level: error min-spaces-inside: 0 max-spaces-inside: 1 min-spaces-inside-empty: -1 max-spaces-inside-empty: -1 brackets: level: error min-spaces-inside: 0 max-spaces-inside: 0 min-spaces-inside-empty: -1 max-spaces-inside-empty: -1 colons: level: error max-spaces-before: 0 max-spaces-after: 1 commas: level: error max-spaces-before: 0 min-spaces-after: 1 max-spaces-after: 1 comments: level: error require-starting-space: true min-spaces-from-content: 1 comments-indentation: level: error document-end: level: error present: false document-start: level: error present: true empty-lines: level: error max: 1 max-start: 0 max-end: 1 hyphens: level: error max-spaces-after: 1 indentation: level: error spaces: 2 indent-sequences: true check-multi-line-strings: false key-duplicates: level: error line-length: level: warning max: 120 allow-non-breakable-words: true allow-non-breakable-inline-mappings: true new-line-at-end-of-file: level: error new-lines: level: error type: unix trailing-spaces: level: error truthy: level: error python-spotify-2.0.2/LICENSE.md000066400000000000000000000020721515206530700161400ustar00rootroot00000000000000# MIT License Copyright (c) 2023-2026 Joost Lekkerkerker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. python-spotify-2.0.2/README.md000066400000000000000000000113651515206530700160200ustar00rootroot00000000000000# Python: Spotify [![GitHub Release][releases-shield]][releases] [![Python Versions][python-versions-shield]][pypi] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] [![License][license-shield]](LICENSE.md) [![Build Status][build-shield]][build] [![Code Coverage][codecov-shield]][codecov] [![Code Smells][code-smells]][sonarcloud] Asynchronous Python client for Spotify. ## About This package allows you to fetch data from Spotify. ## Installation ```bash pip install spotifyaio ``` ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] functionality. The format of the log is based on [Keep a Changelog][keepchangelog]. Releases are based on [Semantic Versioning][semver], and use the format of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented based on the following: - ``MAJOR``: Incompatible or major changes. - ``MINOR``: Backwards-compatible new features and enhancements. - ``PATCH``: Backwards-compatible bugfixes and package updates. ## Contributing This is an active open-source project. We are always open to people who want to use the code or contribute to it. We've set up a separate document for our [contribution guidelines](.github/CONTRIBUTING.md). Thank you for being involved! :heart_eyes: ## Setting up development environment This Python project is fully managed using the [Poetry][poetry] dependency manager. But also relies on the use of NodeJS for certain checks during development. You need at least: - Python 3.13+ - [Poetry][poetry-install] - NodeJS 12+ (including NPM) To install all packages, including all development requirements: ```bash npm install poetry install ``` As this repository uses the [pre-commit][pre-commit] framework, all changes are linted and tested with each commit. You can run all checks and tests manually, using the following command: ```bash poetry run pre-commit run --all-files ``` To run just the Python tests: ```bash poetry run pytest ``` ## Authors & contributors The content is by [Joost Lekkerkerker][joostlek]. For a full list of all authors and contributors, check [the contributor's page][contributors]. ## License MIT License Copyright (c) 2023-2026 Joost Lekkerkerker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. [build-shield]: https://github.com/joostlek/python-spotify/actions/workflows/tests.yaml/badge.svg [build]: https://github.com/joostlek/python-spotify/actions [code-smells]: https://sonarcloud.io/api/project_badges/measure?project=joostlek_python-spotify&metric=code_smells [codecov-shield]: https://codecov.io/gh/joostlek/python-spotify/branch/master/graph/badge.svg [codecov]: https://codecov.io/gh/joostlek/python-spotify [commits-shield]: https://img.shields.io/github/commit-activity/y/joostlek/python-spotify.svg [commits]: https://github.com/joostlek/python-spotify/commits/master [contributors]: https://github.com/joostlek/python-spotify/graphs/contributors [frenck]: https://github.com/frenck [joostlek]: https://github.com/joostlek [keepchangelog]: http://keepachangelog.com/en/1.0.0/ [license-shield]: https://img.shields.io/github/license/joostlek/python-spotify.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2026.svg [poetry-install]: https://python-poetry.org/docs/#installation [poetry]: https://python-poetry.org [pre-commit]: https://pre-commit.com/ [project-stage-shield]: https://img.shields.io/badge/project%20stage-stable-green.svg [python-versions-shield]: https://img.shields.io/pypi/pyversions/spotifyaio [releases-shield]: https://img.shields.io/github/release/joostlek/python-spotify.svg [releases]: https://github.com/joostlek/python-spotify/releases [semver]: http://semver.org/spec/v2.0.0.html [sonarcloud]: https://sonarcloud.io/summary/new_code?id=joostlek_python-spotify [pypi]: https://pypi.org/project/spotifyaio/ python-spotify-2.0.2/package-lock.json000066400000000000000000000014131515206530700177460ustar00rootroot00000000000000{ "name": "spotifyaio", "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spotifyaio", "version": "0.0.0", "license": "MIT", "devDependencies": { "prettier": "3.8.1" } }, "node_modules/prettier": { "version": "3.8.1", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz", "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", "dev": true, "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, "engines": { "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" } } } } python-spotify-2.0.2/package.json000066400000000000000000000005231515206530700170210ustar00rootroot00000000000000{ "name": "spotifyaio", "version": "0.0.0", "private": true, "description": "Asynchronous Python client for Spotify.", "scripts": { "prettier": "prettier --write **/*.{json,js,md,yml,yaml}" }, "author": "Joost Lekkerkerker ", "license": "MIT", "devDependencies": { "prettier": "3.8.1" } } python-spotify-2.0.2/poetry.lock000066400000000000000000011103231515206530700167300ustar00rootroot00000000000000# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" version = "2.6.1" description = "Happy Eyeballs for asyncio" optional = false python-versions = ">=3.9" files = [ {file = "aiohappyeyeballs-2.6.1-py3-none-any.whl", hash = "sha256:f349ba8f4b75cb25c99c5c2d84e997e485204d2902a9597802b0371f09331fb8"}, {file = "aiohappyeyeballs-2.6.1.tar.gz", hash = "sha256:c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558"}, ] [[package]] name = "aiohttp" version = "3.13.3" description = "Async http client/server framework (asyncio)" optional = false python-versions = ">=3.9" files = [ {file = "aiohttp-3.13.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d5a372fd5afd301b3a89582817fdcdb6c34124787c70dbcc616f259013e7eef7"}, {file = "aiohttp-3.13.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:147e422fd1223005c22b4fe080f5d93ced44460f5f9c105406b753612b587821"}, {file = "aiohttp-3.13.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:859bd3f2156e81dd01432f5849fc73e2243d4a487c4fd26609b1299534ee1845"}, {file = "aiohttp-3.13.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:dca68018bf48c251ba17c72ed479f4dafe9dbd5a73707ad8d28a38d11f3d42af"}, {file = "aiohttp-3.13.3-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:fee0c6bc7db1de362252affec009707a17478a00ec69f797d23ca256e36d5940"}, {file = "aiohttp-3.13.3-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c048058117fd649334d81b4b526e94bde3ccaddb20463a815ced6ecbb7d11160"}, {file = "aiohttp-3.13.3-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:215a685b6fbbfcf71dfe96e3eba7a6f58f10da1dfdf4889c7dd856abe430dca7"}, {file = "aiohttp-3.13.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:de2c184bb1fe2cbd2cefba613e9db29a5ab559323f994b6737e370d3da0ac455"}, {file = "aiohttp-3.13.3-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:75ca857eba4e20ce9f546cd59c7007b33906a4cd48f2ff6ccf1ccfc3b646f279"}, {file = "aiohttp-3.13.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:81e97251d9298386c2b7dbeb490d3d1badbdc69107fb8c9299dd04eb39bddc0e"}, {file = "aiohttp-3.13.3-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:c0e2d366af265797506f0283487223146af57815b388623f0357ef7eac9b209d"}, {file = "aiohttp-3.13.3-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:4e239d501f73d6db1522599e14b9b321a7e3b1de66ce33d53a765d975e9f4808"}, {file = "aiohttp-3.13.3-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:0db318f7a6f065d84cb1e02662c526294450b314a02bd9e2a8e67f0d8564ce40"}, {file = "aiohttp-3.13.3-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:bfc1cc2fe31a6026a8a88e4ecfb98d7f6b1fec150cfd708adbfd1d2f42257c29"}, {file = "aiohttp-3.13.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:af71fff7bac6bb7508956696dce8f6eec2bbb045eceb40343944b1ae62b5ef11"}, {file = "aiohttp-3.13.3-cp310-cp310-win32.whl", hash = "sha256:37da61e244d1749798c151421602884db5270faf479cf0ef03af0ff68954c9dd"}, {file = "aiohttp-3.13.3-cp310-cp310-win_amd64.whl", hash = "sha256:7e63f210bc1b57ef699035f2b4b6d9ce096b5914414a49b0997c839b2bd2223c"}, {file = "aiohttp-3.13.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:5b6073099fb654e0a068ae678b10feff95c5cae95bbfcbfa7af669d361a8aa6b"}, {file = "aiohttp-3.13.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1cb93e166e6c28716c8c6aeb5f99dfb6d5ccf482d29fe9bf9a794110e6d0ab64"}, {file = "aiohttp-3.13.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:28e027cf2f6b641693a09f631759b4d9ce9165099d2b5d92af9bd4e197690eea"}, {file = "aiohttp-3.13.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3b61b7169ababd7802f9568ed96142616a9118dd2be0d1866e920e77ec8fa92a"}, {file = "aiohttp-3.13.3-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:80dd4c21b0f6237676449c6baaa1039abae86b91636b6c91a7f8e61c87f89540"}, {file = "aiohttp-3.13.3-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:65d2ccb7eabee90ce0503c17716fc77226be026dcc3e65cce859a30db715025b"}, {file = "aiohttp-3.13.3-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5b179331a481cb5529fca8b432d8d3c7001cb217513c94cd72d668d1248688a3"}, {file = "aiohttp-3.13.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9d4c940f02f49483b18b079d1c27ab948721852b281f8b015c058100e9421dd1"}, {file = "aiohttp-3.13.3-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:f9444f105664c4ce47a2a7171a2418bce5b7bae45fb610f4e2c36045d85911d3"}, {file = "aiohttp-3.13.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:694976222c711d1d00ba131904beb60534f93966562f64440d0c9d41b8cdb440"}, {file = "aiohttp-3.13.3-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:f33ed1a2bf1997a36661874b017f5c4b760f41266341af36febaf271d179f6d7"}, {file = "aiohttp-3.13.3-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:e636b3c5f61da31a92bf0d91da83e58fdfa96f178ba682f11d24f31944cdd28c"}, {file = "aiohttp-3.13.3-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:5d2d94f1f5fcbe40838ac51a6ab5704a6f9ea42e72ceda48de5e6b898521da51"}, {file = "aiohttp-3.13.3-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:2be0e9ccf23e8a94f6f0650ce06042cefc6ac703d0d7ab6c7a917289f2539ad4"}, {file = "aiohttp-3.13.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:9af5e68ee47d6534d36791bbe9b646d2a7c7deb6fc24d7943628edfbb3581f29"}, {file = "aiohttp-3.13.3-cp311-cp311-win32.whl", hash = "sha256:a2212ad43c0833a873d0fb3c63fa1bacedd4cf6af2fee62bf4b739ceec3ab239"}, {file = "aiohttp-3.13.3-cp311-cp311-win_amd64.whl", hash = "sha256:642f752c3eb117b105acbd87e2c143de710987e09860d674e068c4c2c441034f"}, {file = "aiohttp-3.13.3-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:b903a4dfee7d347e2d87697d0713be59e0b87925be030c9178c5faa58ea58d5c"}, {file = "aiohttp-3.13.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:a45530014d7a1e09f4a55f4f43097ba0fd155089372e105e4bff4ca76cb1b168"}, {file = "aiohttp-3.13.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:27234ef6d85c914f9efeb77ff616dbf4ad2380be0cda40b4db086ffc7ddd1b7d"}, {file = "aiohttp-3.13.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d32764c6c9aafb7fb55366a224756387cd50bfa720f32b88e0e6fa45b27dcf29"}, {file = "aiohttp-3.13.3-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:b1a6102b4d3ebc07dad44fbf07b45bb600300f15b552ddf1851b5390202ea2e3"}, {file = "aiohttp-3.13.3-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c014c7ea7fb775dd015b2d3137378b7be0249a448a1612268b5a90c2d81de04d"}, {file = "aiohttp-3.13.3-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2b8d8ddba8f95ba17582226f80e2de99c7a7948e66490ef8d947e272a93e9463"}, {file = "aiohttp-3.13.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9ae8dd55c8e6c4257eae3a20fd2c8f41edaea5992ed67156642493b8daf3cecc"}, {file = "aiohttp-3.13.3-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:01ad2529d4b5035578f5081606a465f3b814c542882804e2e8cda61adf5c71bf"}, {file = "aiohttp-3.13.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:bb4f7475e359992b580559e008c598091c45b5088f28614e855e42d39c2f1033"}, {file = "aiohttp-3.13.3-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:c19b90316ad3b24c69cd78d5c9b4f3aa4497643685901185b65166293d36a00f"}, {file = "aiohttp-3.13.3-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:96d604498a7c782cb15a51c406acaea70d8c027ee6b90c569baa6e7b93073679"}, {file = "aiohttp-3.13.3-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:084911a532763e9d3dd95adf78a78f4096cd5f58cdc18e6fdbc1b58417a45423"}, {file = "aiohttp-3.13.3-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:7a4a94eb787e606d0a09404b9c38c113d3b099d508021faa615d70a0131907ce"}, {file = "aiohttp-3.13.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:87797e645d9d8e222e04160ee32aa06bc5c163e8499f24db719e7852ec23093a"}, {file = "aiohttp-3.13.3-cp312-cp312-win32.whl", hash = "sha256:b04be762396457bef43f3597c991e192ee7da460a4953d7e647ee4b1c28e7046"}, {file = "aiohttp-3.13.3-cp312-cp312-win_amd64.whl", hash = "sha256:e3531d63d3bdfa7e3ac5e9b27b2dd7ec9df3206a98e0b3445fa906f233264c57"}, {file = "aiohttp-3.13.3-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:5dff64413671b0d3e7d5918ea490bdccb97a4ad29b3f311ed423200b2203e01c"}, {file = "aiohttp-3.13.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:87b9aab6d6ed88235aa2970294f496ff1a1f9adcd724d800e9b952395a80ffd9"}, {file = "aiohttp-3.13.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:425c126c0dc43861e22cb1c14ba4c8e45d09516d0a3ae0a3f7494b79f5f233a3"}, {file = "aiohttp-3.13.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7f9120f7093c2a32d9647abcaf21e6ad275b4fbec5b55969f978b1a97c7c86bf"}, {file = "aiohttp-3.13.3-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:697753042d57f4bf7122cab985bf15d0cef23c770864580f5af4f52023a56bd6"}, {file = "aiohttp-3.13.3-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:6de499a1a44e7de70735d0b39f67c8f25eb3d91eb3103be99ca0fa882cdd987d"}, {file = "aiohttp-3.13.3-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:37239e9f9a7ea9ac5bf6b92b0260b01f8a22281996da609206a84df860bc1261"}, {file = "aiohttp-3.13.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f76c1e3fe7d7c8afad7ed193f89a292e1999608170dcc9751a7462a87dfd5bc0"}, {file = "aiohttp-3.13.3-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:fc290605db2a917f6e81b0e1e0796469871f5af381ce15c604a3c5c7e51cb730"}, {file = "aiohttp-3.13.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4021b51936308aeea0367b8f006dc999ca02bc118a0cc78c303f50a2ff6afb91"}, {file = "aiohttp-3.13.3-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:49a03727c1bba9a97d3e93c9f93ca03a57300f484b6e935463099841261195d3"}, {file = "aiohttp-3.13.3-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:3d9908a48eb7416dc1f4524e69f1d32e5d90e3981e4e37eb0aa1cd18f9cfa2a4"}, {file = "aiohttp-3.13.3-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:2712039939ec963c237286113c68dbad80a82a4281543f3abf766d9d73228998"}, {file = "aiohttp-3.13.3-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:7bfdc049127717581866fa4708791220970ce291c23e28ccf3922c700740fdc0"}, {file = "aiohttp-3.13.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8057c98e0c8472d8846b9c79f56766bcc57e3e8ac7bfd510482332366c56c591"}, {file = "aiohttp-3.13.3-cp313-cp313-win32.whl", hash = "sha256:1449ceddcdbcf2e0446957863af03ebaaa03f94c090f945411b61269e2cb5daf"}, {file = "aiohttp-3.13.3-cp313-cp313-win_amd64.whl", hash = "sha256:693781c45a4033d31d4187d2436f5ac701e7bbfe5df40d917736108c1cc7436e"}, {file = "aiohttp-3.13.3-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:ea37047c6b367fd4bd632bff8077449b8fa034b69e812a18e0132a00fae6e808"}, {file = "aiohttp-3.13.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:6fc0e2337d1a4c3e6acafda6a78a39d4c14caea625124817420abceed36e2415"}, {file = "aiohttp-3.13.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c685f2d80bb67ca8c3837823ad76196b3694b0159d232206d1e461d3d434666f"}, {file = "aiohttp-3.13.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:48e377758516d262bde50c2584fc6c578af272559c409eecbdd2bae1601184d6"}, {file = "aiohttp-3.13.3-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:34749271508078b261c4abb1767d42b8d0c0cc9449c73a4df494777dc55f0687"}, {file = "aiohttp-3.13.3-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:82611aeec80eb144416956ec85b6ca45a64d76429c1ed46ae1b5f86c6e0c9a26"}, {file = "aiohttp-3.13.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2fff83cfc93f18f215896e3a190e8e5cb413ce01553901aca925176e7568963a"}, {file = "aiohttp-3.13.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bbe7d4cecacb439e2e2a8a1a7b935c25b812af7a5fd26503a66dadf428e79ec1"}, {file = "aiohttp-3.13.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:b928f30fe49574253644b1ca44b1b8adbd903aa0da4b9054a6c20fc7f4092a25"}, {file = "aiohttp-3.13.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7b5e8fe4de30df199155baaf64f2fcd604f4c678ed20910db8e2c66dc4b11603"}, {file = "aiohttp-3.13.3-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:8542f41a62bcc58fc7f11cf7c90e0ec324ce44950003feb70640fc2a9092c32a"}, {file = "aiohttp-3.13.3-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:5e1d8c8b8f1d91cd08d8f4a3c2b067bfca6ec043d3ff36de0f3a715feeedf926"}, {file = "aiohttp-3.13.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:90455115e5da1c3c51ab619ac57f877da8fd6d73c05aacd125c5ae9819582aba"}, {file = "aiohttp-3.13.3-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:042e9e0bcb5fba81886c8b4fbb9a09d6b8a00245fd8d88e4d989c1f96c74164c"}, {file = "aiohttp-3.13.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2eb752b102b12a76ca02dff751a801f028b4ffbbc478840b473597fc91a9ed43"}, {file = "aiohttp-3.13.3-cp314-cp314-win32.whl", hash = "sha256:b556c85915d8efaed322bf1bdae9486aa0f3f764195a0fb6ee962e5c71ef5ce1"}, {file = "aiohttp-3.13.3-cp314-cp314-win_amd64.whl", hash = "sha256:9bf9f7a65e7aa20dd764151fb3d616c81088f91f8df39c3893a536e279b4b984"}, {file = "aiohttp-3.13.3-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:05861afbbec40650d8a07ea324367cb93e9e8cc7762e04dd4405df99fa65159c"}, {file = "aiohttp-3.13.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:2fc82186fadc4a8316768d61f3722c230e2c1dcab4200d52d2ebdf2482e47592"}, {file = "aiohttp-3.13.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:0add0900ff220d1d5c5ebbf99ed88b0c1bbf87aa7e4262300ed1376a6b13414f"}, {file = "aiohttp-3.13.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:568f416a4072fbfae453dcf9a99194bbb8bdeab718e08ee13dfa2ba0e4bebf29"}, {file = "aiohttp-3.13.3-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:add1da70de90a2569c5e15249ff76a631ccacfe198375eead4aadf3b8dc849dc"}, {file = "aiohttp-3.13.3-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:10b47b7ba335d2e9b1239fa571131a87e2d8ec96b333e68b2a305e7a98b0bae2"}, {file = "aiohttp-3.13.3-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:3dd4dce1c718e38081c8f35f323209d4c1df7d4db4bab1b5c88a6b4d12b74587"}, {file = "aiohttp-3.13.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:34bac00a67a812570d4a460447e1e9e06fae622946955f939051e7cc895cfab8"}, {file = "aiohttp-3.13.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a19884d2ee70b06d9204b2727a7b9f983d0c684c650254679e716b0b77920632"}, {file = "aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:5f8ca7f2bb6ba8348a3614c7918cc4bb73268c5ac2a207576b7afea19d3d9f64"}, {file = "aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:b0d95340658b9d2f11d9697f59b3814a9d3bb4b7a7c20b131df4bcef464037c0"}, {file = "aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:a1e53262fd202e4b40b70c3aff944a8155059beedc8a89bba9dc1f9ef06a1b56"}, {file = "aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:d60ac9663f44168038586cab2157e122e46bdef09e9368b37f2d82d354c23f72"}, {file = "aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:90751b8eed69435bac9ff4e3d2f6b3af1f57e37ecb0fbeee59c0174c9e2d41df"}, {file = "aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:fc353029f176fd2b3ec6cfc71be166aba1936fe5d73dd1992ce289ca6647a9aa"}, {file = "aiohttp-3.13.3-cp314-cp314t-win32.whl", hash = "sha256:2e41b18a58da1e474a057b3d35248d8320029f61d70a37629535b16a0c8f3767"}, {file = "aiohttp-3.13.3-cp314-cp314t-win_amd64.whl", hash = "sha256:44531a36aa2264a1860089ffd4dce7baf875ee5a6079d5fb42e261c704ef7344"}, {file = "aiohttp-3.13.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:31a83ea4aead760dfcb6962efb1d861db48c34379f2ff72db9ddddd4cda9ea2e"}, {file = "aiohttp-3.13.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:988a8c5e317544fdf0d39871559e67b6341065b87fceac641108c2096d5506b7"}, {file = "aiohttp-3.13.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9b174f267b5cfb9a7dba9ee6859cecd234e9a681841eb85068059bc867fb8f02"}, {file = "aiohttp-3.13.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:947c26539750deeaee933b000fb6517cc770bbd064bad6033f1cff4803881e43"}, {file = "aiohttp-3.13.3-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:9ebf57d09e131f5323464bd347135a88622d1c0976e88ce15b670e7ad57e4bd6"}, {file = "aiohttp-3.13.3-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:4ae5b5a0e1926e504c81c5b84353e7a5516d8778fbbff00429fe7b05bb25cbce"}, {file = "aiohttp-3.13.3-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2ba0eea45eb5cc3172dbfc497c066f19c41bac70963ea1a67d51fc92e4cf9a80"}, {file = "aiohttp-3.13.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bae5c2ed2eae26cc382020edad80d01f36cb8e746da40b292e68fec40421dc6a"}, {file = "aiohttp-3.13.3-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:8a60e60746623925eab7d25823329941aee7242d559baa119ca2b253c88a7bd6"}, {file = "aiohttp-3.13.3-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:e50a2e1404f063427c9d027378472316201a2290959a295169bcf25992d04558"}, {file = "aiohttp-3.13.3-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:9a9dc347e5a3dc7dfdbc1f82da0ef29e388ddb2ed281bfce9dd8248a313e62b7"}, {file = "aiohttp-3.13.3-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:b46020d11d23fe16551466c77823df9cc2f2c1e63cc965daf67fa5eec6ca1877"}, {file = "aiohttp-3.13.3-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:69c56fbc1993fa17043e24a546959c0178fe2b5782405ad4559e6c13975c15e3"}, {file = "aiohttp-3.13.3-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:b99281b0704c103d4e11e72a76f1b543d4946fea7dd10767e7e1b5f00d4e5704"}, {file = "aiohttp-3.13.3-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:40c5e40ecc29ba010656c18052b877a1c28f84344825efa106705e835c28530f"}, {file = "aiohttp-3.13.3-cp39-cp39-win32.whl", hash = "sha256:56339a36b9f1fc708260c76c87e593e2afb30d26de9ae1eb445b5e051b98a7a1"}, {file = "aiohttp-3.13.3-cp39-cp39-win_amd64.whl", hash = "sha256:c6b8568a3bb5819a0ad087f16d40e5a3fb6099f39ea1d5625a3edc1e923fc538"}, {file = "aiohttp-3.13.3.tar.gz", hash = "sha256:a949eee43d3782f2daae4f4a2819b2cb9b0c5d3b7f7a927067cc84dafdbb9f88"}, ] [package.dependencies] aiohappyeyeballs = ">=2.5.0" aiosignal = ">=1.4.0" attrs = ">=17.3.0" frozenlist = ">=1.1.1" multidict = ">=4.5,<7.0" propcache = ">=0.2.0" yarl = ">=1.17.0,<2.0" [package.extras] speedups = ["Brotli (>=1.2)", "aiodns (>=3.3.0)", "backports.zstd", "brotlicffi (>=1.2)"] [[package]] name = "aioresponses" version = "0.7.8" description = "Mock out requests made by ClientSession from aiohttp package" optional = false python-versions = "*" files = [ {file = "aioresponses-0.7.8-py2.py3-none-any.whl", hash = "sha256:b73bd4400d978855e55004b23a3a84cb0f018183bcf066a85ad392800b5b9a94"}, {file = "aioresponses-0.7.8.tar.gz", hash = "sha256:b861cdfe5dc58f3b8afac7b0a6973d5d7b2cb608dd0f6253d16b8ee8eaf6df11"}, ] [package.dependencies] aiohttp = ">=3.3.0,<4.0.0" packaging = ">=22.0" [[package]] name = "aiosignal" version = "1.4.0" description = "aiosignal: a list of registered asynchronous callbacks" optional = false python-versions = ">=3.9" files = [ {file = "aiosignal-1.4.0-py3-none-any.whl", hash = "sha256:053243f8b92b990551949e63930a839ff0cf0b0ebbe0597b0f3fb19e1a0fe82e"}, {file = "aiosignal-1.4.0.tar.gz", hash = "sha256:f47eecd9468083c2029cc99945502cb7708b082c232f9aca65da147157b251c7"}, ] [package.dependencies] frozenlist = ">=1.1.0" [[package]] name = "annotated-doc" version = "0.0.4" description = "Document parameters, class attributes, return types, and variables inline, with Annotated." optional = false python-versions = ">=3.8" files = [ {file = "annotated_doc-0.0.4-py3-none-any.whl", hash = "sha256:571ac1dc6991c450b25a9c2d84a3705e2ae7a53467b5d111c24fa8baabbed320"}, {file = "annotated_doc-0.0.4.tar.gz", hash = "sha256:fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4"}, ] [[package]] name = "annotated-types" version = "0.7.0" description = "Reusable constraint types to use with typing.Annotated" optional = false python-versions = ">=3.8" files = [ {file = "annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53"}, {file = "annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"}, ] [[package]] name = "anyio" version = "4.12.1" description = "High-level concurrency and networking framework on top of asyncio or Trio" optional = false python-versions = ">=3.9" files = [ {file = "anyio-4.12.1-py3-none-any.whl", hash = "sha256:d405828884fc140aa80a3c667b8beed277f1dfedec42ba031bd6ac3db606ab6c"}, {file = "anyio-4.12.1.tar.gz", hash = "sha256:41cfcc3a4c85d3f05c932da7c26d0201ac36f72abd4435ba90d0464a3ffed703"}, ] [package.dependencies] idna = ">=2.8" [package.extras] trio = ["trio (>=0.31.0)", "trio (>=0.32.0)"] [[package]] name = "astroid" version = "4.0.4" description = "An abstract syntax tree for Python with inference support." optional = false python-versions = ">=3.10.0" files = [ {file = "astroid-4.0.4-py3-none-any.whl", hash = "sha256:52f39653876c7dec3e3afd4c2696920e05c83832b9737afc21928f2d2eb7a753"}, {file = "astroid-4.0.4.tar.gz", hash = "sha256:986fed8bcf79fb82c78b18a53352a0b287a73817d6dbcfba3162da36667c49a0"}, ] [[package]] name = "attrs" version = "25.4.0" description = "Classes Without Boilerplate" optional = false python-versions = ">=3.9" files = [ {file = "attrs-25.4.0-py3-none-any.whl", hash = "sha256:adcf7e2a1fb3b36ac48d97835bb6d8ade15b8dcce26aba8bf1d14847b57a3373"}, {file = "attrs-25.4.0.tar.gz", hash = "sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11"}, ] [[package]] name = "authlib" version = "1.6.8" description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients." optional = false python-versions = ">=3.9" files = [ {file = "authlib-1.6.8-py2.py3-none-any.whl", hash = "sha256:97286fd7a15e6cfefc32771c8ef9c54f0ed58028f1322de6a2a7c969c3817888"}, {file = "authlib-1.6.8.tar.gz", hash = "sha256:41ae180a17cf672bc784e4a518e5c82687f1fe1e98b0cafaeda80c8e4ab2d1cb"}, ] [package.dependencies] cryptography = "*" [[package]] name = "certifi" version = "2026.2.25" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.7" files = [ {file = "certifi-2026.2.25-py3-none-any.whl", hash = "sha256:027692e4402ad994f1c42e52a4997a9763c646b73e4096e4d5d6db8af1d6f0fa"}, {file = "certifi-2026.2.25.tar.gz", hash = "sha256:e887ab5cee78ea814d3472169153c2d12cd43b14bd03329a39a9c6e2e80bfba7"}, ] [[package]] name = "cffi" version = "2.0.0" description = "Foreign Function Interface for Python calling C code." optional = false python-versions = ">=3.9" files = [ {file = "cffi-2.0.0-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:0cf2d91ecc3fcc0625c2c530fe004f82c110405f101548512cce44322fa8ac44"}, {file = "cffi-2.0.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f73b96c41e3b2adedc34a7356e64c8eb96e03a3782b535e043a986276ce12a49"}, {file = "cffi-2.0.0-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:53f77cbe57044e88bbd5ed26ac1d0514d2acf0591dd6bb02a3ae37f76811b80c"}, {file = "cffi-2.0.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:3e837e369566884707ddaf85fc1744b47575005c0a229de3327f8f9a20f4efeb"}, {file = "cffi-2.0.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:5eda85d6d1879e692d546a078b44251cdd08dd1cfb98dfb77b670c97cee49ea0"}, {file = "cffi-2.0.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:9332088d75dc3241c702d852d4671613136d90fa6881da7d770a483fd05248b4"}, {file = "cffi-2.0.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:fc7de24befaeae77ba923797c7c87834c73648a05a4bde34b3b7e5588973a453"}, {file = "cffi-2.0.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:cf364028c016c03078a23b503f02058f1814320a56ad535686f90565636a9495"}, {file = "cffi-2.0.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:e11e82b744887154b182fd3e7e8512418446501191994dbf9c9fc1f32cc8efd5"}, {file = "cffi-2.0.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:8ea985900c5c95ce9db1745f7933eeef5d314f0565b27625d9a10ec9881e1bfb"}, {file = "cffi-2.0.0-cp310-cp310-win32.whl", hash = "sha256:1f72fb8906754ac8a2cc3f9f5aaa298070652a0ffae577e0ea9bd480dc3c931a"}, {file = "cffi-2.0.0-cp310-cp310-win_amd64.whl", hash = "sha256:b18a3ed7d5b3bd8d9ef7a8cb226502c6bf8308df1525e1cc676c3680e7176739"}, {file = "cffi-2.0.0-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:b4c854ef3adc177950a8dfc81a86f5115d2abd545751a304c5bcf2c2c7283cfe"}, {file = "cffi-2.0.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2de9a304e27f7596cd03d16f1b7c72219bd944e99cc52b84d0145aefb07cbd3c"}, {file = "cffi-2.0.0-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:baf5215e0ab74c16e2dd324e8ec067ef59e41125d3eade2b863d294fd5035c92"}, {file = "cffi-2.0.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:730cacb21e1bdff3ce90babf007d0a0917cc3e6492f336c2f0134101e0944f93"}, {file = "cffi-2.0.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:6824f87845e3396029f3820c206e459ccc91760e8fa24422f8b0c3d1731cbec5"}, {file = "cffi-2.0.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:9de40a7b0323d889cf8d23d1ef214f565ab154443c42737dfe52ff82cf857664"}, {file = "cffi-2.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:8941aaadaf67246224cee8c3803777eed332a19d909b47e29c9842ef1e79ac26"}, {file = "cffi-2.0.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:a05d0c237b3349096d3981b727493e22147f934b20f6f125a3eba8f994bec4a9"}, {file = "cffi-2.0.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:94698a9c5f91f9d138526b48fe26a199609544591f859c870d477351dc7b2414"}, {file = "cffi-2.0.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:5fed36fccc0612a53f1d4d9a816b50a36702c28a2aa880cb8a122b3466638743"}, {file = "cffi-2.0.0-cp311-cp311-win32.whl", hash = "sha256:c649e3a33450ec82378822b3dad03cc228b8f5963c0c12fc3b1e0ab940f768a5"}, {file = "cffi-2.0.0-cp311-cp311-win_amd64.whl", hash = "sha256:66f011380d0e49ed280c789fbd08ff0d40968ee7b665575489afa95c98196ab5"}, {file = "cffi-2.0.0-cp311-cp311-win_arm64.whl", hash = "sha256:c6638687455baf640e37344fe26d37c404db8b80d037c3d29f58fe8d1c3b194d"}, {file = "cffi-2.0.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:6d02d6655b0e54f54c4ef0b94eb6be0607b70853c45ce98bd278dc7de718be5d"}, {file = "cffi-2.0.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8eca2a813c1cb7ad4fb74d368c2ffbbb4789d377ee5bb8df98373c2cc0dee76c"}, {file = "cffi-2.0.0-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:21d1152871b019407d8ac3985f6775c079416c282e431a4da6afe7aefd2bccbe"}, {file = "cffi-2.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:b21e08af67b8a103c71a250401c78d5e0893beff75e28c53c98f4de42f774062"}, {file = "cffi-2.0.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:1e3a615586f05fc4065a8b22b8152f0c1b00cdbc60596d187c2a74f9e3036e4e"}, {file = "cffi-2.0.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:81afed14892743bbe14dacb9e36d9e0e504cd204e0b165062c488942b9718037"}, {file = "cffi-2.0.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:3e17ed538242334bf70832644a32a7aae3d83b57567f9fd60a26257e992b79ba"}, {file = "cffi-2.0.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3925dd22fa2b7699ed2617149842d2e6adde22b262fcbfada50e3d195e4b3a94"}, {file = "cffi-2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2c8f814d84194c9ea681642fd164267891702542f028a15fc97d4674b6206187"}, {file = "cffi-2.0.0-cp312-cp312-win32.whl", hash = "sha256:da902562c3e9c550df360bfa53c035b2f241fed6d9aef119048073680ace4a18"}, {file = "cffi-2.0.0-cp312-cp312-win_amd64.whl", hash = "sha256:da68248800ad6320861f129cd9c1bf96ca849a2771a59e0344e88681905916f5"}, {file = "cffi-2.0.0-cp312-cp312-win_arm64.whl", hash = "sha256:4671d9dd5ec934cb9a73e7ee9676f9362aba54f7f34910956b84d727b0d73fb6"}, {file = "cffi-2.0.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:00bdf7acc5f795150faa6957054fbbca2439db2f775ce831222b66f192f03beb"}, {file = "cffi-2.0.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:45d5e886156860dc35862657e1494b9bae8dfa63bf56796f2fb56e1679fc0bca"}, {file = "cffi-2.0.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:07b271772c100085dd28b74fa0cd81c8fb1a3ba18b21e03d7c27f3436a10606b"}, {file = "cffi-2.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d48a880098c96020b02d5a1f7d9251308510ce8858940e6fa99ece33f610838b"}, {file = "cffi-2.0.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:f93fd8e5c8c0a4aa1f424d6173f14a892044054871c771f8566e4008eaa359d2"}, {file = "cffi-2.0.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:dd4f05f54a52fb558f1ba9f528228066954fee3ebe629fc1660d874d040ae5a3"}, {file = "cffi-2.0.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:c8d3b5532fc71b7a77c09192b4a5a200ea992702734a2e9279a37f2478236f26"}, {file = "cffi-2.0.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:d9b29c1f0ae438d5ee9acb31cadee00a58c46cc9c0b2f9038c6b0b3470877a8c"}, {file = "cffi-2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6d50360be4546678fc1b79ffe7a66265e28667840010348dd69a314145807a1b"}, {file = "cffi-2.0.0-cp313-cp313-win32.whl", hash = "sha256:74a03b9698e198d47562765773b4a8309919089150a0bb17d829ad7b44b60d27"}, {file = "cffi-2.0.0-cp313-cp313-win_amd64.whl", hash = "sha256:19f705ada2530c1167abacb171925dd886168931e0a7b78f5bffcae5c6b5be75"}, {file = "cffi-2.0.0-cp313-cp313-win_arm64.whl", hash = "sha256:256f80b80ca3853f90c21b23ee78cd008713787b1b1e93eae9f3d6a7134abd91"}, {file = "cffi-2.0.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:fc33c5141b55ed366cfaad382df24fe7dcbc686de5be719b207bb248e3053dc5"}, {file = "cffi-2.0.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c654de545946e0db659b3400168c9ad31b5d29593291482c43e3564effbcee13"}, {file = "cffi-2.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:24b6f81f1983e6df8db3adc38562c83f7d4a0c36162885ec7f7b77c7dcbec97b"}, {file = "cffi-2.0.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:12873ca6cb9b0f0d3a0da705d6086fe911591737a59f28b7936bdfed27c0d47c"}, {file = "cffi-2.0.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:d9b97165e8aed9272a6bb17c01e3cc5871a594a446ebedc996e2397a1c1ea8ef"}, {file = "cffi-2.0.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:afb8db5439b81cf9c9d0c80404b60c3cc9c3add93e114dcae767f1477cb53775"}, {file = "cffi-2.0.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:737fe7d37e1a1bffe70bd5754ea763a62a066dc5913ca57e957824b72a85e205"}, {file = "cffi-2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:38100abb9d1b1435bc4cc340bb4489635dc2f0da7456590877030c9b3d40b0c1"}, {file = "cffi-2.0.0-cp314-cp314-win32.whl", hash = "sha256:087067fa8953339c723661eda6b54bc98c5625757ea62e95eb4898ad5e776e9f"}, {file = "cffi-2.0.0-cp314-cp314-win_amd64.whl", hash = "sha256:203a48d1fb583fc7d78a4c6655692963b860a417c0528492a6bc21f1aaefab25"}, {file = "cffi-2.0.0-cp314-cp314-win_arm64.whl", hash = "sha256:dbd5c7a25a7cb98f5ca55d258b103a2054f859a46ae11aaf23134f9cc0d356ad"}, {file = "cffi-2.0.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:9a67fc9e8eb39039280526379fb3a70023d77caec1852002b4da7e8b270c4dd9"}, {file = "cffi-2.0.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:7a66c7204d8869299919db4d5069a82f1561581af12b11b3c9f48c584eb8743d"}, {file = "cffi-2.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:7cc09976e8b56f8cebd752f7113ad07752461f48a58cbba644139015ac24954c"}, {file = "cffi-2.0.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:92b68146a71df78564e4ef48af17551a5ddd142e5190cdf2c5624d0c3ff5b2e8"}, {file = "cffi-2.0.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:b1e74d11748e7e98e2f426ab176d4ed720a64412b6a15054378afdb71e0f37dc"}, {file = "cffi-2.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:28a3a209b96630bca57cce802da70c266eb08c6e97e5afd61a75611ee6c64592"}, {file = "cffi-2.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:7553fb2090d71822f02c629afe6042c299edf91ba1bf94951165613553984512"}, {file = "cffi-2.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:6c6c373cfc5c83a975506110d17457138c8c63016b563cc9ed6e056a82f13ce4"}, {file = "cffi-2.0.0-cp314-cp314t-win32.whl", hash = "sha256:1fc9ea04857caf665289b7a75923f2c6ed559b8298a1b8c49e59f7dd95c8481e"}, {file = "cffi-2.0.0-cp314-cp314t-win_amd64.whl", hash = "sha256:d68b6cef7827e8641e8ef16f4494edda8b36104d79773a334beaa1e3521430f6"}, {file = "cffi-2.0.0-cp314-cp314t-win_arm64.whl", hash = "sha256:0a1527a803f0a659de1af2e1fd700213caba79377e27e4693648c2923da066f9"}, {file = "cffi-2.0.0-cp39-cp39-macosx_10_13_x86_64.whl", hash = "sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf"}, {file = "cffi-2.0.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:de8dad4425a6ca6e4e5e297b27b5c824ecc7581910bf9aee86cb6835e6812aa7"}, {file = "cffi-2.0.0-cp39-cp39-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:4647afc2f90d1ddd33441e5b0e85b16b12ddec4fca55f0d9671fef036ecca27c"}, {file = "cffi-2.0.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:3f4d46d8b35698056ec29bca21546e1551a205058ae1a181d871e278b0b28165"}, {file = "cffi-2.0.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:e6e73b9e02893c764e7e8d5bb5ce277f1a009cd5243f8228f75f842bf937c534"}, {file = "cffi-2.0.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:cb527a79772e5ef98fb1d700678fe031e353e765d1ca2d409c92263c6d43e09f"}, {file = "cffi-2.0.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:61d028e90346df14fedc3d1e5441df818d095f3b87d286825dfcbd6459b7ef63"}, {file = "cffi-2.0.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:0f6084a0ea23d05d20c3edcda20c3d006f9b6f3fefeac38f59262e10cef47ee2"}, {file = "cffi-2.0.0-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:1cd13c99ce269b3ed80b417dcd591415d3372bcac067009b6e0f59c7d4015e65"}, {file = "cffi-2.0.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:89472c9762729b5ae1ad974b777416bfda4ac5642423fa93bd57a09204712322"}, {file = "cffi-2.0.0-cp39-cp39-win32.whl", hash = "sha256:2081580ebb843f759b9f617314a24ed5738c51d2aee65d31e02f6f7a2b97707a"}, {file = "cffi-2.0.0-cp39-cp39-win_amd64.whl", hash = "sha256:b882b3df248017dba09d6b16defe9b5c407fe32fc7c65a9c69798e6175601be9"}, {file = "cffi-2.0.0.tar.gz", hash = "sha256:44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529"}, ] [package.dependencies] pycparser = {version = "*", markers = "implementation_name != \"PyPy\""} [[package]] name = "cfgv" version = "3.5.0" description = "Validate configuration and produce human readable error messages." optional = false python-versions = ">=3.10" files = [ {file = "cfgv-3.5.0-py2.py3-none-any.whl", hash = "sha256:a8dc6b26ad22ff227d2634a65cb388215ce6cc96bbcc5cfde7641ae87e8dacc0"}, {file = "cfgv-3.5.0.tar.gz", hash = "sha256:d5b1034354820651caa73ede66a6294d6e95c1b00acc5e9b098e917404669132"}, ] [[package]] name = "charset-normalizer" version = "3.4.4" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." optional = false python-versions = ">=3.7" files = [ {file = "charset_normalizer-3.4.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:e824f1492727fa856dd6eda4f7cee25f8518a12f3c4a56a74e8095695089cf6d"}, {file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4bd5d4137d500351a30687c2d3971758aac9a19208fc110ccb9d7188fbe709e8"}, {file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:027f6de494925c0ab2a55eab46ae5129951638a49a34d87f4c3eda90f696b4ad"}, {file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f820802628d2694cb7e56db99213f930856014862f3fd943d290ea8438d07ca8"}, {file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:798d75d81754988d2565bff1b97ba5a44411867c0cf32b77a7e8f8d84796b10d"}, {file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9d1bb833febdff5c8927f922386db610b49db6e0d4f4ee29601d71e7c2694313"}, {file = "charset_normalizer-3.4.4-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:9cd98cdc06614a2f768d2b7286d66805f94c48cde050acdbbb7db2600ab3197e"}, {file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:077fbb858e903c73f6c9db43374fd213b0b6a778106bc7032446a8e8b5b38b93"}, {file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:244bfb999c71b35de57821b8ea746b24e863398194a4014e4c76adc2bbdfeff0"}, {file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:64b55f9dce520635f018f907ff1b0df1fdc31f2795a922fb49dd14fbcdf48c84"}, {file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:faa3a41b2b66b6e50f84ae4a68c64fcd0c44355741c6374813a800cd6695db9e"}, {file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:6515f3182dbe4ea06ced2d9e8666d97b46ef4c75e326b79bb624110f122551db"}, {file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:cc00f04ed596e9dc0da42ed17ac5e596c6ccba999ba6bd92b0e0aef2f170f2d6"}, {file = "charset_normalizer-3.4.4-cp310-cp310-win32.whl", hash = "sha256:f34be2938726fc13801220747472850852fe6b1ea75869a048d6f896838c896f"}, {file = "charset_normalizer-3.4.4-cp310-cp310-win_amd64.whl", hash = "sha256:a61900df84c667873b292c3de315a786dd8dac506704dea57bc957bd31e22c7d"}, {file = "charset_normalizer-3.4.4-cp310-cp310-win_arm64.whl", hash = "sha256:cead0978fc57397645f12578bfd2d5ea9138ea0fac82b2f63f7f7c6877986a69"}, {file = "charset_normalizer-3.4.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:6e1fcf0720908f200cd21aa4e6750a48ff6ce4afe7ff5a79a90d5ed8a08296f8"}, {file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5f819d5fe9234f9f82d75bdfa9aef3a3d72c4d24a6e57aeaebba32a704553aa0"}, {file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:a59cb51917aa591b1c4e6a43c132f0cdc3c76dbad6155df4e28ee626cc77a0a3"}, {file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8ef3c867360f88ac904fd3f5e1f902f13307af9052646963ee08ff4f131adafc"}, {file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d9e45d7faa48ee908174d8fe84854479ef838fc6a705c9315372eacbc2f02897"}, {file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:840c25fb618a231545cbab0564a799f101b63b9901f2569faecd6b222ac72381"}, {file = "charset_normalizer-3.4.4-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ca5862d5b3928c4940729dacc329aa9102900382fea192fc5e52eb69d6093815"}, {file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d9c7f57c3d666a53421049053eaacdd14bbd0a528e2186fcb2e672effd053bb0"}, {file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:277e970e750505ed74c832b4bf75dac7476262ee2a013f5574dd49075879e161"}, {file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:31fd66405eaf47bb62e8cd575dc621c56c668f27d46a61d975a249930dd5e2a4"}, {file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:0d3d8f15c07f86e9ff82319b3d9ef6f4bf907608f53fe9d92b28ea9ae3d1fd89"}, {file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:9f7fcd74d410a36883701fafa2482a6af2ff5ba96b9a620e9e0721e28ead5569"}, {file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:ebf3e58c7ec8a8bed6d66a75d7fb37b55e5015b03ceae72a8e7c74495551e224"}, {file = "charset_normalizer-3.4.4-cp311-cp311-win32.whl", hash = "sha256:eecbc200c7fd5ddb9a7f16c7decb07b566c29fa2161a16cf67b8d068bd21690a"}, {file = "charset_normalizer-3.4.4-cp311-cp311-win_amd64.whl", hash = "sha256:5ae497466c7901d54b639cf42d5b8c1b6a4fead55215500d2f486d34db48d016"}, {file = "charset_normalizer-3.4.4-cp311-cp311-win_arm64.whl", hash = "sha256:65e2befcd84bc6f37095f5961e68a6f077bf44946771354a28ad434c2cce0ae1"}, {file = "charset_normalizer-3.4.4-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:0a98e6759f854bd25a58a73fa88833fba3b7c491169f86ce1180c948ab3fd394"}, {file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b5b290ccc2a263e8d185130284f8501e3e36c5e02750fc6b6bdeb2e9e96f1e25"}, {file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74bb723680f9f7a6234dcf67aea57e708ec1fbdf5699fb91dfd6f511b0a320ef"}, {file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f1e34719c6ed0b92f418c7c780480b26b5d9c50349e9a9af7d76bf757530350d"}, {file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2437418e20515acec67d86e12bf70056a33abdacb5cb1655042f6538d6b085a8"}, {file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:11d694519d7f29d6cd09f6ac70028dba10f92f6cdd059096db198c283794ac86"}, {file = "charset_normalizer-3.4.4-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ac1c4a689edcc530fc9d9aa11f5774b9e2f33f9a0c6a57864e90908f5208d30a"}, {file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:21d142cc6c0ec30d2efee5068ca36c128a30b0f2c53c1c07bd78cb6bc1d3be5f"}, {file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:5dbe56a36425d26d6cfb40ce79c314a2e4dd6211d51d6d2191c00bed34f354cc"}, {file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:5bfbb1b9acf3334612667b61bd3002196fe2a1eb4dd74d247e0f2a4d50ec9bbf"}, {file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:d055ec1e26e441f6187acf818b73564e6e6282709e9bcb5b63f5b23068356a15"}, {file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:af2d8c67d8e573d6de5bc30cdb27e9b95e49115cd9baad5ddbd1a6207aaa82a9"}, {file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:780236ac706e66881f3b7f2f32dfe90507a09e67d1d454c762cf642e6e1586e0"}, {file = "charset_normalizer-3.4.4-cp312-cp312-win32.whl", hash = "sha256:5833d2c39d8896e4e19b689ffc198f08ea58116bee26dea51e362ecc7cd3ed26"}, {file = "charset_normalizer-3.4.4-cp312-cp312-win_amd64.whl", hash = "sha256:a79cfe37875f822425b89a82333404539ae63dbdddf97f84dcbc3d339aae9525"}, {file = "charset_normalizer-3.4.4-cp312-cp312-win_arm64.whl", hash = "sha256:376bec83a63b8021bb5c8ea75e21c4ccb86e7e45ca4eb81146091b56599b80c3"}, {file = "charset_normalizer-3.4.4-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:e1f185f86a6f3403aa2420e815904c67b2f9ebc443f045edd0de921108345794"}, {file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6b39f987ae8ccdf0d2642338faf2abb1862340facc796048b604ef14919e55ed"}, {file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3162d5d8ce1bb98dd51af660f2121c55d0fa541b46dff7bb9b9f86ea1d87de72"}, {file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:81d5eb2a312700f4ecaa977a8235b634ce853200e828fbadf3a9c50bab278328"}, {file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5bd2293095d766545ec1a8f612559f6b40abc0eb18bb2f5d1171872d34036ede"}, {file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a8a8b89589086a25749f471e6a900d3f662d1d3b6e2e59dcecf787b1cc3a1894"}, {file = "charset_normalizer-3.4.4-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:bc7637e2f80d8530ee4a78e878bce464f70087ce73cf7c1caf142416923b98f1"}, {file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f8bf04158c6b607d747e93949aa60618b61312fe647a6369f88ce2ff16043490"}, {file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:554af85e960429cf30784dd47447d5125aaa3b99a6f0683589dbd27e2f45da44"}, {file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:74018750915ee7ad843a774364e13a3db91682f26142baddf775342c3f5b1133"}, {file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:c0463276121fdee9c49b98908b3a89c39be45d86d1dbaa22957e38f6321d4ce3"}, {file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:362d61fd13843997c1c446760ef36f240cf81d3ebf74ac62652aebaf7838561e"}, {file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9a26f18905b8dd5d685d6d07b0cdf98a79f3c7a918906af7cc143ea2e164c8bc"}, {file = "charset_normalizer-3.4.4-cp313-cp313-win32.whl", hash = "sha256:9b35f4c90079ff2e2edc5b26c0c77925e5d2d255c42c74fdb70fb49b172726ac"}, {file = "charset_normalizer-3.4.4-cp313-cp313-win_amd64.whl", hash = "sha256:b435cba5f4f750aa6c0a0d92c541fb79f69a387c91e61f1795227e4ed9cece14"}, {file = "charset_normalizer-3.4.4-cp313-cp313-win_arm64.whl", hash = "sha256:542d2cee80be6f80247095cc36c418f7bddd14f4a6de45af91dfad36d817bba2"}, {file = "charset_normalizer-3.4.4-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:da3326d9e65ef63a817ecbcc0df6e94463713b754fe293eaa03da99befb9a5bd"}, {file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8af65f14dc14a79b924524b1e7fffe304517b2bff5a58bf64f30b98bbc5079eb"}, {file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74664978bb272435107de04e36db5a9735e78232b85b77d45cfb38f758efd33e"}, {file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:752944c7ffbfdd10c074dc58ec2d5a8a4cd9493b314d367c14d24c17684ddd14"}, {file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d1f13550535ad8cff21b8d757a3257963e951d96e20ec82ab44bc64aeb62a191"}, {file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ecaae4149d99b1c9e7b88bb03e3221956f68fd6d50be2ef061b2381b61d20838"}, {file = "charset_normalizer-3.4.4-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:cb6254dc36b47a990e59e1068afacdcd02958bdcce30bb50cc1700a8b9d624a6"}, {file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:c8ae8a0f02f57a6e61203a31428fa1d677cbe50c93622b4149d5c0f319c1d19e"}, {file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:47cc91b2f4dd2833fddaedd2893006b0106129d4b94fdb6af1f4ce5a9965577c"}, {file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:82004af6c302b5d3ab2cfc4cc5f29db16123b1a8417f2e25f9066f91d4411090"}, {file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:2b7d8f6c26245217bd2ad053761201e9f9680f8ce52f0fcd8d0755aeae5b2152"}, {file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:799a7a5e4fb2d5898c60b640fd4981d6a25f1c11790935a44ce38c54e985f828"}, {file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:99ae2cffebb06e6c22bdc25801d7b30f503cc87dbd283479e7b606f70aff57ec"}, {file = "charset_normalizer-3.4.4-cp314-cp314-win32.whl", hash = "sha256:f9d332f8c2a2fcbffe1378594431458ddbef721c1769d78e2cbc06280d8155f9"}, {file = "charset_normalizer-3.4.4-cp314-cp314-win_amd64.whl", hash = "sha256:8a6562c3700cce886c5be75ade4a5db4214fda19fede41d9792d100288d8f94c"}, {file = "charset_normalizer-3.4.4-cp314-cp314-win_arm64.whl", hash = "sha256:de00632ca48df9daf77a2c65a484531649261ec9f25489917f09e455cb09ddb2"}, {file = "charset_normalizer-3.4.4-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:ce8a0633f41a967713a59c4139d29110c07e826d131a316b50ce11b1d79b4f84"}, {file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:eaabd426fe94daf8fd157c32e571c85cb12e66692f15516a83a03264b08d06c3"}, {file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:c4ef880e27901b6cc782f1b95f82da9313c0eb95c3af699103088fa0ac3ce9ac"}, {file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:2aaba3b0819274cc41757a1da876f810a3e4d7b6eb25699253a4effef9e8e4af"}, {file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:778d2e08eda00f4256d7f672ca9fef386071c9202f5e4607920b86d7803387f2"}, {file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f155a433c2ec037d4e8df17d18922c3a0d9b3232a396690f17175d2946f0218d"}, {file = "charset_normalizer-3.4.4-cp38-cp38-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a8bf8d0f749c5757af2142fe7903a9df1d2e8aa3841559b2bad34b08d0e2bcf3"}, {file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:194f08cbb32dc406d6e1aea671a68be0823673db2832b38405deba2fb0d88f63"}, {file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_armv7l.whl", hash = "sha256:6aee717dcfead04c6eb1ce3bd29ac1e22663cdea57f943c87d1eab9a025438d7"}, {file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:cd4b7ca9984e5e7985c12bc60a6f173f3c958eae74f3ef6624bb6b26e2abbae4"}, {file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_riscv64.whl", hash = "sha256:b7cf1017d601aa35e6bb650b6ad28652c9cd78ee6caff19f3c28d03e1c80acbf"}, {file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:e912091979546adf63357d7e2ccff9b44f026c075aeaf25a52d0e95ad2281074"}, {file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:5cb4d72eea50c8868f5288b7f7f33ed276118325c1dfd3957089f6b519e1382a"}, {file = "charset_normalizer-3.4.4-cp38-cp38-win32.whl", hash = "sha256:837c2ce8c5a65a2035be9b3569c684358dfbf109fd3b6969630a87535495ceaa"}, {file = "charset_normalizer-3.4.4-cp38-cp38-win_amd64.whl", hash = "sha256:44c2a8734b333e0578090c4cd6b16f275e07aa6614ca8715e6c038e865e70576"}, {file = "charset_normalizer-3.4.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a9768c477b9d7bd54bc0c86dbaebdec6f03306675526c9927c0e8a04e8f94af9"}, {file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1bee1e43c28aa63cb16e5c14e582580546b08e535299b8b6158a7c9c768a1f3d"}, {file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:fd44c878ea55ba351104cb93cc85e74916eb8fa440ca7903e57575e97394f608"}, {file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:0f04b14ffe5fdc8c4933862d8306109a2c51e0704acfa35d51598eb45a1e89fc"}, {file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:cd09d08005f958f370f539f186d10aec3377d55b9eeb0d796025d4886119d76e"}, {file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4fe7859a4e3e8457458e2ff592f15ccb02f3da787fcd31e0183879c3ad4692a1"}, {file = "charset_normalizer-3.4.4-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:fa09f53c465e532f4d3db095e0c55b615f010ad81803d383195b6b5ca6cbf5f3"}, {file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:7fa17817dc5625de8a027cb8b26d9fefa3ea28c8253929b8d6649e705d2835b6"}, {file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:5947809c8a2417be3267efc979c47d76a079758166f7d43ef5ae8e9f92751f88"}, {file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:4902828217069c3c5c71094537a8e623f5d097858ac6ca8252f7b4d10b7560f1"}, {file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:7c308f7e26e4363d79df40ca5b2be1c6ba9f02bdbccfed5abddb7859a6ce72cf"}, {file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:2c9d3c380143a1fedbff95a312aa798578371eb29da42106a29019368a475318"}, {file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:cb01158d8b88ee68f15949894ccc6712278243d95f344770fa7593fa2d94410c"}, {file = "charset_normalizer-3.4.4-cp39-cp39-win32.whl", hash = "sha256:2677acec1a2f8ef614c6888b5b4ae4060cc184174a938ed4e8ef690e15d3e505"}, {file = "charset_normalizer-3.4.4-cp39-cp39-win_amd64.whl", hash = "sha256:f8e160feb2aed042cd657a72acc0b481212ed28b1b9a95c0cee1621b524e1966"}, {file = "charset_normalizer-3.4.4-cp39-cp39-win_arm64.whl", hash = "sha256:b5d84d37db046c5ca74ee7bb47dd6cbc13f80665fdde3e8040bdd3fb015ecb50"}, {file = "charset_normalizer-3.4.4-py3-none-any.whl", hash = "sha256:7a32c560861a02ff789ad905a2fe94e3f840803362c84fecf1851cb4cf3dc37f"}, {file = "charset_normalizer-3.4.4.tar.gz", hash = "sha256:94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a"}, ] [[package]] name = "click" version = "8.3.1" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.10" files = [ {file = "click-8.3.1-py3-none-any.whl", hash = "sha256:981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6"}, {file = "click-8.3.1.tar.gz", hash = "sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a"}, ] [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "codespell" version = "2.4.1" description = "Fix common misspellings in text files" optional = false python-versions = ">=3.8" files = [ {file = "codespell-2.4.1-py3-none-any.whl", hash = "sha256:3dadafa67df7e4a3dbf51e0d7315061b80d265f9552ebd699b3dd6834b47e425"}, {file = "codespell-2.4.1.tar.gz", hash = "sha256:299fcdcb09d23e81e35a671bbe746d5ad7e8385972e65dbb833a2eaac33c01e5"}, ] [package.extras] dev = ["Pygments", "build", "chardet", "pre-commit", "pytest", "pytest-cov", "pytest-dependency", "ruff", "tomli", "twine"] hard-encoding-detection = ["chardet"] toml = ["tomli"] types = ["chardet (>=5.1.0)", "mypy", "pytest", "pytest-cov", "pytest-dependency"] [[package]] name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] [[package]] name = "covdefaults" version = "2.3.0" description = "A coverage plugin to provide sensible default settings" optional = false python-versions = ">=3.7" files = [ {file = "covdefaults-2.3.0-py2.py3-none-any.whl", hash = "sha256:2832961f6ffcfe4b57c338bc3418a3526f495c26fb9c54565409c5532f7c41be"}, {file = "covdefaults-2.3.0.tar.gz", hash = "sha256:4e99f679f12d792bc62e5510fa3eb59546ed47bd569e36e4fddc4081c9c3ebf7"}, ] [package.dependencies] coverage = ">=6.0.2" [[package]] name = "coverage" version = "7.13.4" description = "Code coverage measurement for Python" optional = false python-versions = ">=3.10" files = [ {file = "coverage-7.13.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0fc31c787a84f8cd6027eba44010517020e0d18487064cd3d8968941856d1415"}, {file = "coverage-7.13.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a32ebc02a1805adf637fc8dec324b5cdacd2e493515424f70ee33799573d661b"}, {file = "coverage-7.13.4-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:e24f9156097ff9dc286f2f913df3a7f63c0e333dcafa3c196f2c18b4175ca09a"}, {file = "coverage-7.13.4-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:8041b6c5bfdc03257666e9881d33b1abc88daccaf73f7b6340fb7946655cd10f"}, {file = "coverage-7.13.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:2a09cfa6a5862bc2fc6ca7c3def5b2926194a56b8ab78ffcf617d28911123012"}, {file = "coverage-7.13.4-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:296f8b0af861d3970c2a4d8c91d48eb4dd4771bcef9baedec6a9b515d7de3def"}, {file = "coverage-7.13.4-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e101609bcbbfb04605ea1027b10dc3735c094d12d40826a60f897b98b1c30256"}, {file = "coverage-7.13.4-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:aa3feb8db2e87ff5e6d00d7e1480ae241876286691265657b500886c98f38bda"}, {file = "coverage-7.13.4-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:4fc7fa81bbaf5a02801b65346c8b3e657f1d93763e58c0abdf7c992addd81a92"}, {file = "coverage-7.13.4-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:33901f604424145c6e9c2398684b92e176c0b12df77d52db81c20abd48c3794c"}, {file = "coverage-7.13.4-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:bb28c0f2cf2782508a40cec377935829d5fcc3ad9a3681375af4e84eb34b6b58"}, {file = "coverage-7.13.4-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:9d107aff57a83222ddbd8d9ee705ede2af2cc926608b57abed8ef96b50b7e8f9"}, {file = "coverage-7.13.4-cp310-cp310-win32.whl", hash = "sha256:a6f94a7d00eb18f1b6d403c91a88fd58cfc92d4b16080dfdb774afc8294469bf"}, {file = "coverage-7.13.4-cp310-cp310-win_amd64.whl", hash = "sha256:2cb0f1e000ebc419632bbe04366a8990b6e32c4e0b51543a6484ffe15eaeda95"}, {file = "coverage-7.13.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d490ba50c3f35dd7c17953c68f3270e7ccd1c6642e2d2afe2d8e720b98f5a053"}, {file = "coverage-7.13.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:19bc3c88078789f8ef36acb014d7241961dbf883fd2533d18cb1e7a5b4e28b11"}, {file = "coverage-7.13.4-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:3998e5a32e62fdf410c0dbd3115df86297995d6e3429af80b8798aad894ca7aa"}, {file = "coverage-7.13.4-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:8e264226ec98e01a8e1054314af91ee6cde0eacac4f465cc93b03dbe0bce2fd7"}, {file = "coverage-7.13.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a3aa4e7b9e416774b21797365b358a6e827ffadaaca81b69ee02946852449f00"}, {file = "coverage-7.13.4-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:71ca20079dd8f27fcf808817e281e90220475cd75115162218d0e27549f95fef"}, {file = "coverage-7.13.4-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e2f25215f1a359ab17320b47bcdaca3e6e6356652e8256f2441e4ef972052903"}, {file = "coverage-7.13.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d65b2d373032411e86960604dc4edac91fdfb5dca539461cf2cbe78327d1e64f"}, {file = "coverage-7.13.4-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:94eb63f9b363180aff17de3e7c8760c3ba94664ea2695c52f10111244d16a299"}, {file = "coverage-7.13.4-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:e856bf6616714c3a9fbc270ab54103f4e685ba236fa98c054e8f87f266c93505"}, {file = "coverage-7.13.4-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:65dfcbe305c3dfe658492df2d85259e0d79ead4177f9ae724b6fb245198f55d6"}, {file = "coverage-7.13.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:b507778ae8a4c915436ed5c2e05b4a6cecfa70f734e19c22a005152a11c7b6a9"}, {file = "coverage-7.13.4-cp311-cp311-win32.whl", hash = "sha256:784fc3cf8be001197b652d51d3fd259b1e2262888693a4636e18879f613a62a9"}, {file = "coverage-7.13.4-cp311-cp311-win_amd64.whl", hash = "sha256:2421d591f8ca05b308cf0092807308b2facbefe54af7c02ac22548b88b95c98f"}, {file = "coverage-7.13.4-cp311-cp311-win_arm64.whl", hash = "sha256:79e73a76b854d9c6088fe5d8b2ebe745f8681c55f7397c3c0a016192d681045f"}, {file = "coverage-7.13.4-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:02231499b08dabbe2b96612993e5fc34217cdae907a51b906ac7fca8027a4459"}, {file = "coverage-7.13.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40aa8808140e55dc022b15d8aa7f651b6b3d68b365ea0398f1441e0b04d859c3"}, {file = "coverage-7.13.4-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:5b856a8ccf749480024ff3bd7310adaef57bf31fd17e1bfc404b7940b6986634"}, {file = "coverage-7.13.4-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:2c048ea43875fbf8b45d476ad79f179809c590ec7b79e2035c662e7afa3192e3"}, {file = "coverage-7.13.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b7b38448866e83176e28086674fe7368ab8590e4610fb662b44e345b86d63ffa"}, {file = "coverage-7.13.4-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:de6defc1c9badbf8b9e67ae90fd00519186d6ab64e5cc5f3d21359c2a9b2c1d3"}, {file = "coverage-7.13.4-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:7eda778067ad7ffccd23ecffce537dface96212576a07924cbf0d8799d2ded5a"}, {file = "coverage-7.13.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:e87f6c587c3f34356c3759f0420693e35e7eb0e2e41e4c011cb6ec6ecbbf1db7"}, {file = "coverage-7.13.4-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:8248977c2e33aecb2ced42fef99f2d319e9904a36e55a8a68b69207fb7e43edc"}, {file = "coverage-7.13.4-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:25381386e80ae727608e662474db537d4df1ecd42379b5ba33c84633a2b36d47"}, {file = "coverage-7.13.4-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:ee756f00726693e5ba94d6df2bdfd64d4852d23b09bb0bc700e3b30e6f333985"}, {file = "coverage-7.13.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:fdfc1e28e7c7cdce44985b3043bc13bbd9c747520f94a4d7164af8260b3d91f0"}, {file = "coverage-7.13.4-cp312-cp312-win32.whl", hash = "sha256:01d4cbc3c283a17fc1e42d614a119f7f438eabb593391283adca8dc86eff1246"}, {file = "coverage-7.13.4-cp312-cp312-win_amd64.whl", hash = "sha256:9401ebc7ef522f01d01d45532c68c5ac40fb27113019b6b7d8b208f6e9baa126"}, {file = "coverage-7.13.4-cp312-cp312-win_arm64.whl", hash = "sha256:b1ec7b6b6e93255f952e27ab58fbc68dcc468844b16ecbee881aeb29b6ab4d8d"}, {file = "coverage-7.13.4-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:b66a2da594b6068b48b2692f043f35d4d3693fb639d5ea8b39533c2ad9ac3ab9"}, {file = "coverage-7.13.4-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:3599eb3992d814d23b35c536c28df1a882caa950f8f507cef23d1cbf334995ac"}, {file = "coverage-7.13.4-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:93550784d9281e374fb5a12bf1324cc8a963fd63b2d2f223503ef0fd4aa339ea"}, {file = "coverage-7.13.4-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:b720ce6a88a2755f7c697c23268ddc47a571b88052e6b155224347389fdf6a3b"}, {file = "coverage-7.13.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7b322db1284a2ed3aa28ffd8ebe3db91c929b7a333c0820abec3d838ef5b3525"}, {file = "coverage-7.13.4-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f4594c67d8a7c89cf922d9df0438c7c7bb022ad506eddb0fdb2863359ff78242"}, {file = "coverage-7.13.4-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:53d133df809c743eb8bce33b24bcababb371f4441340578cd406e084d94a6148"}, {file = "coverage-7.13.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:76451d1978b95ba6507a039090ba076105c87cc76fc3efd5d35d72093964d49a"}, {file = "coverage-7.13.4-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:7f57b33491e281e962021de110b451ab8a24182589be17e12a22c79047935e23"}, {file = "coverage-7.13.4-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:1731dc33dc276dafc410a885cbf5992f1ff171393e48a21453b78727d090de80"}, {file = "coverage-7.13.4-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:bd60d4fe2f6fa7dff9223ca1bbc9f05d2b6697bc5961072e5d3b952d46e1b1ea"}, {file = "coverage-7.13.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9181a3ccead280b828fae232df12b16652702b49d41e99d657f46cc7b1f6ec7a"}, {file = "coverage-7.13.4-cp313-cp313-win32.whl", hash = "sha256:f53d492307962561ac7de4cd1de3e363589b000ab69617c6156a16ba7237998d"}, {file = "coverage-7.13.4-cp313-cp313-win_amd64.whl", hash = "sha256:e6f70dec1cc557e52df5306d051ef56003f74d56e9c4dd7ddb07e07ef32a84dd"}, {file = "coverage-7.13.4-cp313-cp313-win_arm64.whl", hash = "sha256:fb07dc5da7e849e2ad31a5d74e9bece81f30ecf5a42909d0a695f8bd1874d6af"}, {file = "coverage-7.13.4-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:40d74da8e6c4b9ac18b15331c4b5ebc35a17069410cad462ad4f40dcd2d50c0d"}, {file = "coverage-7.13.4-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:4223b4230a376138939a9173f1bdd6521994f2aff8047fae100d6d94d50c5a12"}, {file = "coverage-7.13.4-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:1d4be36a5114c499f9f1f9195e95ebf979460dbe2d88e6816ea202010ba1c34b"}, {file = "coverage-7.13.4-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:200dea7d1e8095cc6e98cdabe3fd1d21ab17d3cee6dab00cadbb2fe35d9c15b9"}, {file = "coverage-7.13.4-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b8eb931ee8e6d8243e253e5ed7336deea6904369d2fd8ae6e43f68abbf167092"}, {file = "coverage-7.13.4-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:75eab1ebe4f2f64d9509b984f9314d4aa788540368218b858dad56dc8f3e5eb9"}, {file = "coverage-7.13.4-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:c35eb28c1d085eb7d8c9b3296567a1bebe03ce72962e932431b9a61f28facf26"}, {file = "coverage-7.13.4-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:eb88b316ec33760714a4720feb2816a3a59180fd58c1985012054fa7aebee4c2"}, {file = "coverage-7.13.4-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:7d41eead3cc673cbd38a4417deb7fd0b4ca26954ff7dc6078e33f6ff97bed940"}, {file = "coverage-7.13.4-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:fb26a934946a6afe0e326aebe0730cdff393a8bc0bbb65a2f41e30feddca399c"}, {file = "coverage-7.13.4-cp313-cp313t-musllinux_1_2_riscv64.whl", hash = "sha256:dae88bc0fc77edaa65c14be099bd57ee140cf507e6bfdeea7938457ab387efb0"}, {file = "coverage-7.13.4-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:845f352911777a8e722bfce168958214951e07e47e5d5d9744109fa5fe77f79b"}, {file = "coverage-7.13.4-cp313-cp313t-win32.whl", hash = "sha256:2fa8d5f8de70688a28240de9e139fa16b153cc3cbb01c5f16d88d6505ebdadf9"}, {file = "coverage-7.13.4-cp313-cp313t-win_amd64.whl", hash = "sha256:9351229c8c8407645840edcc277f4a2d44814d1bc34a2128c11c2a031d45a5dd"}, {file = "coverage-7.13.4-cp313-cp313t-win_arm64.whl", hash = "sha256:30b8d0512f2dc8c8747557e8fb459d6176a2c9e5731e2b74d311c03b78451997"}, {file = "coverage-7.13.4-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:300deaee342f90696ed186e3a00c71b5b3d27bffe9e827677954f4ee56969601"}, {file = "coverage-7.13.4-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:29e3220258d682b6226a9b0925bc563ed9a1ebcff3cad30f043eceea7eaf2689"}, {file = "coverage-7.13.4-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:391ee8f19bef69210978363ca930f7328081c6a0152f1166c91f0b5fdd2a773c"}, {file = "coverage-7.13.4-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:0dd7ab8278f0d58a0128ba2fca25824321f05d059c1441800e934ff2efa52129"}, {file = "coverage-7.13.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:78cdf0d578b15148b009ccf18c686aa4f719d887e76e6b40c38ffb61d264a552"}, {file = "coverage-7.13.4-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:48685fee12c2eb3b27c62f2658e7ea21e9c3239cba5a8a242801a0a3f6a8c62a"}, {file = "coverage-7.13.4-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:4e83efc079eb39480e6346a15a1bcb3e9b04759c5202d157e1dd4303cd619356"}, {file = "coverage-7.13.4-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:ecae9737b72408d6a950f7e525f30aca12d4bd8dd95e37342e5beb3a2a8c4f71"}, {file = "coverage-7.13.4-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:ae4578f8528569d3cf303fef2ea569c7f4c4059a38c8667ccef15c6e1f118aa5"}, {file = "coverage-7.13.4-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:6fdef321fdfbb30a197efa02d48fcd9981f0d8ad2ae8903ac318adc653f5df98"}, {file = "coverage-7.13.4-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:2b0f6ccf3dbe577170bebfce1318707d0e8c3650003cb4b3a9dd744575daa8b5"}, {file = "coverage-7.13.4-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:75fcd519f2a5765db3f0e391eb3b7d150cce1a771bf4c9f861aeab86c767a3c0"}, {file = "coverage-7.13.4-cp314-cp314-win32.whl", hash = "sha256:8e798c266c378da2bd819b0677df41ab46d78065fb2a399558f3f6cae78b2fbb"}, {file = "coverage-7.13.4-cp314-cp314-win_amd64.whl", hash = "sha256:245e37f664d89861cf2329c9afa2c1fe9e6d4e1a09d872c947e70718aeeac505"}, {file = "coverage-7.13.4-cp314-cp314-win_arm64.whl", hash = "sha256:ad27098a189e5838900ce4c2a99f2fe42a0bf0c2093c17c69b45a71579e8d4a2"}, {file = "coverage-7.13.4-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:85480adfb35ffc32d40918aad81b89c69c9cc5661a9b8a81476d3e645321a056"}, {file = "coverage-7.13.4-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:79be69cf7f3bf9b0deeeb062eab7ac7f36cd4cc4c4dd694bd28921ba4d8596cc"}, {file = "coverage-7.13.4-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:caa421e2684e382c5d8973ac55e4f36bed6821a9bad5c953494de960c74595c9"}, {file = "coverage-7.13.4-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:14375934243ee05f56c45393fe2ce81fe5cc503c07cee2bdf1725fb8bef3ffaf"}, {file = "coverage-7.13.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:25a41c3104d08edb094d9db0d905ca54d0cd41c928bb6be3c4c799a54753af55"}, {file = "coverage-7.13.4-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:6f01afcff62bf9a08fb32b2c1d6e924236c0383c02c790732b6537269e466a72"}, {file = "coverage-7.13.4-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:eb9078108fbf0bcdde37c3f4779303673c2fa1fe8f7956e68d447d0dd426d38a"}, {file = "coverage-7.13.4-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:0e086334e8537ddd17e5f16a344777c1ab8194986ec533711cbe6c41cde841b6"}, {file = "coverage-7.13.4-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:725d985c5ab621268b2edb8e50dfe57633dc69bda071abc470fed55a14935fd3"}, {file = "coverage-7.13.4-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:3c06f0f1337c667b971ca2f975523347e63ec5e500b9aa5882d91931cd3ef750"}, {file = "coverage-7.13.4-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:590c0ed4bf8e85f745e6b805b2e1c457b2e33d5255dd9729743165253bc9ad39"}, {file = "coverage-7.13.4-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:eb30bf180de3f632cd043322dad5751390e5385108b2807368997d1a92a509d0"}, {file = "coverage-7.13.4-cp314-cp314t-win32.whl", hash = "sha256:c4240e7eded42d131a2d2c4dec70374b781b043ddc79a9de4d55ca71f8e98aea"}, {file = "coverage-7.13.4-cp314-cp314t-win_amd64.whl", hash = "sha256:4c7d3cc01e7350f2f0f6f7036caaf5673fb56b6998889ccfe9e1c1fe75a9c932"}, {file = "coverage-7.13.4-cp314-cp314t-win_arm64.whl", hash = "sha256:23e3f687cf945070d1c90f85db66d11e3025665d8dafa831301a0e0038f3db9b"}, {file = "coverage-7.13.4-py3-none-any.whl", hash = "sha256:1af1641e57cf7ba1bd67d677c9abdbcd6cc2ab7da3bca7fa1e2b7e50e65f2ad0"}, {file = "coverage-7.13.4.tar.gz", hash = "sha256:e5c8f6ed1e61a8b2dcdf31eb0b9bbf0130750ca79c1c49eb898e2ad86f5ccc91"}, ] [package.extras] toml = ["tomli"] [[package]] name = "cryptography" version = "46.0.5" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." optional = false python-versions = "!=3.9.0,!=3.9.1,>=3.8" files = [ {file = "cryptography-46.0.5-cp311-abi3-macosx_10_9_universal2.whl", hash = "sha256:351695ada9ea9618b3500b490ad54c739860883df6c1f555e088eaf25b1bbaad"}, {file = "cryptography-46.0.5-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:c18ff11e86df2e28854939acde2d003f7984f721eba450b56a200ad90eeb0e6b"}, {file = "cryptography-46.0.5-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:4d7e3d356b8cd4ea5aff04f129d5f66ebdc7b6f8eae802b93739ed520c47c79b"}, {file = "cryptography-46.0.5-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:50bfb6925eff619c9c023b967d5b77a54e04256c4281b0e21336a130cd7fc263"}, {file = "cryptography-46.0.5-cp311-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:803812e111e75d1aa73690d2facc295eaefd4439be1023fefc4995eaea2af90d"}, {file = "cryptography-46.0.5-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3ee190460e2fbe447175cda91b88b84ae8322a104fc27766ad09428754a618ed"}, {file = "cryptography-46.0.5-cp311-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:f145bba11b878005c496e93e257c1e88f154d278d2638e6450d17e0f31e558d2"}, {file = "cryptography-46.0.5-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:e9251e3be159d1020c4030bd2e5f84d6a43fe54b6c19c12f51cde9542a2817b2"}, {file = "cryptography-46.0.5-cp311-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:47fb8a66058b80e509c47118ef8a75d14c455e81ac369050f20ba0d23e77fee0"}, {file = "cryptography-46.0.5-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:4c3341037c136030cb46e4b1e17b7418ea4cbd9dd207e4a6f3b2b24e0d4ac731"}, {file = "cryptography-46.0.5-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:890bcb4abd5a2d3f852196437129eb3667d62630333aacc13dfd470fad3aaa82"}, {file = "cryptography-46.0.5-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:80a8d7bfdf38f87ca30a5391c0c9ce4ed2926918e017c29ddf643d0ed2778ea1"}, {file = "cryptography-46.0.5-cp311-abi3-win32.whl", hash = "sha256:60ee7e19e95104d4c03871d7d7dfb3d22ef8a9b9c6778c94e1c8fcc8365afd48"}, {file = "cryptography-46.0.5-cp311-abi3-win_amd64.whl", hash = "sha256:38946c54b16c885c72c4f59846be9743d699eee2b69b6988e0a00a01f46a61a4"}, {file = "cryptography-46.0.5-cp314-cp314t-macosx_10_9_universal2.whl", hash = "sha256:94a76daa32eb78d61339aff7952ea819b1734b46f73646a07decb40e5b3448e2"}, {file = "cryptography-46.0.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:5be7bf2fb40769e05739dd0046e7b26f9d4670badc7b032d6ce4db64dddc0678"}, {file = "cryptography-46.0.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:fe346b143ff9685e40192a4960938545c699054ba11d4f9029f94751e3f71d87"}, {file = "cryptography-46.0.5-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:c69fd885df7d089548a42d5ec05be26050ebcd2283d89b3d30676eb32ff87dee"}, {file = "cryptography-46.0.5-cp314-cp314t-manylinux_2_28_ppc64le.whl", hash = "sha256:8293f3dea7fc929ef7240796ba231413afa7b68ce38fd21da2995549f5961981"}, {file = "cryptography-46.0.5-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:1abfdb89b41c3be0365328a410baa9df3ff8a9110fb75e7b52e66803ddabc9a9"}, {file = "cryptography-46.0.5-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:d66e421495fdb797610a08f43b05269e0a5ea7f5e652a89bfd5a7d3c1dee3648"}, {file = "cryptography-46.0.5-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:4e817a8920bfbcff8940ecfd60f23d01836408242b30f1a708d93198393a80b4"}, {file = "cryptography-46.0.5-cp314-cp314t-manylinux_2_34_ppc64le.whl", hash = "sha256:68f68d13f2e1cb95163fa3b4db4bf9a159a418f5f6e7242564fc75fcae667fd0"}, {file = "cryptography-46.0.5-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:a3d1fae9863299076f05cb8a778c467578262fae09f9dc0ee9b12eb4268ce663"}, {file = "cryptography-46.0.5-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:c4143987a42a2397f2fc3b4d7e3a7d313fbe684f67ff443999e803dd75a76826"}, {file = "cryptography-46.0.5-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:7d731d4b107030987fd61a7f8ab512b25b53cef8f233a97379ede116f30eb67d"}, {file = "cryptography-46.0.5-cp314-cp314t-win32.whl", hash = "sha256:c3bcce8521d785d510b2aad26ae2c966092b7daa8f45dd8f44734a104dc0bc1a"}, {file = "cryptography-46.0.5-cp314-cp314t-win_amd64.whl", hash = "sha256:4d8ae8659ab18c65ced284993c2265910f6c9e650189d4e3f68445ef82a810e4"}, {file = "cryptography-46.0.5-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:4108d4c09fbbf2789d0c926eb4152ae1760d5a2d97612b92d508d96c861e4d31"}, {file = "cryptography-46.0.5-cp38-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:7d1f30a86d2757199cb2d56e48cce14deddf1f9c95f1ef1b64ee91ea43fe2e18"}, {file = "cryptography-46.0.5-cp38-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:039917b0dc418bb9f6edce8a906572d69e74bd330b0b3fea4f79dab7f8ddd235"}, {file = "cryptography-46.0.5-cp38-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:ba2a27ff02f48193fc4daeadf8ad2590516fa3d0adeeb34336b96f7fa64c1e3a"}, {file = "cryptography-46.0.5-cp38-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:61aa400dce22cb001a98014f647dc21cda08f7915ceb95df0c9eaf84b4b6af76"}, {file = "cryptography-46.0.5-cp38-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3ce58ba46e1bc2aac4f7d9290223cead56743fa6ab94a5d53292ffaac6a91614"}, {file = "cryptography-46.0.5-cp38-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:420d0e909050490d04359e7fdb5ed7e667ca5c3c402b809ae2563d7e66a92229"}, {file = "cryptography-46.0.5-cp38-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:582f5fcd2afa31622f317f80426a027f30dc792e9c80ffee87b993200ea115f1"}, {file = "cryptography-46.0.5-cp38-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:bfd56bb4b37ed4f330b82402f6f435845a5f5648edf1ad497da51a8452d5d62d"}, {file = "cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:a3d507bb6a513ca96ba84443226af944b0f7f47dcc9a399d110cd6146481d24c"}, {file = "cryptography-46.0.5-cp38-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:9f16fbdf4da055efb21c22d81b89f155f02ba420558db21288b3d0035bafd5f4"}, {file = "cryptography-46.0.5-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:ced80795227d70549a411a4ab66e8ce307899fad2220ce5ab2f296e687eacde9"}, {file = "cryptography-46.0.5-cp38-abi3-win32.whl", hash = "sha256:02f547fce831f5096c9a567fd41bc12ca8f11df260959ecc7c3202555cc47a72"}, {file = "cryptography-46.0.5-cp38-abi3-win_amd64.whl", hash = "sha256:556e106ee01aa13484ce9b0239bca667be5004efb0aabbed28d353df86445595"}, {file = "cryptography-46.0.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:3b4995dc971c9fb83c25aa44cf45f02ba86f71ee600d81091c2f0cbae116b06c"}, {file = "cryptography-46.0.5-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:bc84e875994c3b445871ea7181d424588171efec3e185dced958dad9e001950a"}, {file = "cryptography-46.0.5-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:2ae6971afd6246710480e3f15824ed3029a60fc16991db250034efd0b9fb4356"}, {file = "cryptography-46.0.5-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:d861ee9e76ace6cf36a6a89b959ec08e7bc2493ee39d07ffe5acb23ef46d27da"}, {file = "cryptography-46.0.5-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:2b7a67c9cd56372f3249b39699f2ad479f6991e62ea15800973b956f4b73e257"}, {file = "cryptography-46.0.5-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:8456928655f856c6e1533ff59d5be76578a7157224dbd9ce6872f25055ab9ab7"}, {file = "cryptography-46.0.5.tar.gz", hash = "sha256:abace499247268e3757271b2f1e244b36b06f8515cf27c4d49468fc9eb16e93d"}, ] [package.dependencies] cffi = {version = ">=2.0.0", markers = "python_full_version >= \"3.9\" and platform_python_implementation != \"PyPy\""} [package.extras] docs = ["sphinx (>=5.3.0)", "sphinx-inline-tabs", "sphinx-rtd-theme (>=3.0.0)"] docstest = ["pyenchant (>=3)", "readme-renderer (>=30.0)", "sphinxcontrib-spelling (>=7.3.1)"] nox = ["nox[uv] (>=2024.4.15)"] pep8test = ["check-sdist", "click (>=8.0.1)", "mypy (>=1.14)", "ruff (>=0.11.11)"] sdist = ["build (>=1.0.0)"] ssh = ["bcrypt (>=3.1.5)"] test = ["certifi (>=2024)", "cryptography-vectors (==46.0.5)", "pretend (>=0.7)", "pytest (>=7.4.0)", "pytest-benchmark (>=4.0)", "pytest-cov (>=2.10.1)", "pytest-xdist (>=3.5.0)"] test-randomorder = ["pytest-randomly"] [[package]] name = "dill" version = "0.4.1" description = "serialize all of Python" optional = false python-versions = ">=3.9" files = [ {file = "dill-0.4.1-py3-none-any.whl", hash = "sha256:1e1ce33e978ae97fcfcff5638477032b801c46c7c65cf717f95fbc2248f79a9d"}, {file = "dill-0.4.1.tar.gz", hash = "sha256:423092df4182177d4d8ba8290c8a5b640c66ab35ec7da59ccfa00f6fa3eea5fa"}, ] [package.extras] graph = ["objgraph (>=1.7.2)"] profile = ["gprof2dot (>=2022.7.29)"] [[package]] name = "distlib" version = "0.4.0" description = "Distribution utilities" optional = false python-versions = "*" files = [ {file = "distlib-0.4.0-py2.py3-none-any.whl", hash = "sha256:9659f7d87e46584a30b5780e43ac7a2143098441670ff0a49d5f9034c54a6c16"}, {file = "distlib-0.4.0.tar.gz", hash = "sha256:feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d"}, ] [[package]] name = "dparse" version = "0.6.4" description = "A parser for Python dependency files" optional = false python-versions = ">=3.7" files = [ {file = "dparse-0.6.4-py3-none-any.whl", hash = "sha256:fbab4d50d54d0e739fbb4dedfc3d92771003a5b9aa8545ca7a7045e3b174af57"}, {file = "dparse-0.6.4.tar.gz", hash = "sha256:90b29c39e3edc36c6284c82c4132648eaf28a01863eb3c231c2512196132201a"}, ] [package.dependencies] packaging = "*" [package.extras] all = ["pipenv", "poetry", "pyyaml"] conda = ["pyyaml"] pipenv = ["pipenv"] poetry = ["poetry"] [[package]] name = "filelock" version = "3.24.3" description = "A platform independent file lock." optional = false python-versions = ">=3.10" files = [ {file = "filelock-3.24.3-py3-none-any.whl", hash = "sha256:426e9a4660391f7f8a810d71b0555bce9008b0a1cc342ab1f6947d37639e002d"}, {file = "filelock-3.24.3.tar.gz", hash = "sha256:011a5644dc937c22699943ebbfc46e969cdde3e171470a6e40b9533e5a72affa"}, ] [[package]] name = "frozenlist" version = "1.8.0" description = "A list-like structure which implements collections.abc.MutableSequence" optional = false python-versions = ">=3.9" files = [ {file = "frozenlist-1.8.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:b37f6d31b3dcea7deb5e9696e529a6aa4a898adc33db82da12e4c60a7c4d2011"}, {file = "frozenlist-1.8.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ef2b7b394f208233e471abc541cc6991f907ffd47dc72584acee3147899d6565"}, {file = "frozenlist-1.8.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a88f062f072d1589b7b46e951698950e7da00442fc1cacbe17e19e025dc327ad"}, {file = "frozenlist-1.8.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:f57fb59d9f385710aa7060e89410aeb5058b99e62f4d16b08b91986b9a2140c2"}, {file = "frozenlist-1.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:799345ab092bee59f01a915620b5d014698547afd011e691a208637312db9186"}, {file = "frozenlist-1.8.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:c23c3ff005322a6e16f71bf8692fcf4d5a304aaafe1e262c98c6d4adc7be863e"}, {file = "frozenlist-1.8.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8a76ea0f0b9dfa06f254ee06053d93a600865b3274358ca48a352ce4f0798450"}, {file = "frozenlist-1.8.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:c7366fe1418a6133d5aa824ee53d406550110984de7637d65a178010f759c6ef"}, {file = "frozenlist-1.8.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:13d23a45c4cebade99340c4165bd90eeb4a56c6d8a9d8aa49568cac19a6d0dc4"}, {file = "frozenlist-1.8.0-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:e4a3408834f65da56c83528fb52ce7911484f0d1eaf7b761fc66001db1646eff"}, {file = "frozenlist-1.8.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:42145cd2748ca39f32801dad54aeea10039da6f86e303659db90db1c4b614c8c"}, {file = "frozenlist-1.8.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:e2de870d16a7a53901e41b64ffdf26f2fbb8917b3e6ebf398098d72c5b20bd7f"}, {file = "frozenlist-1.8.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:20e63c9493d33ee48536600d1a5c95eefc870cd71e7ab037763d1fbb89cc51e7"}, {file = "frozenlist-1.8.0-cp310-cp310-win32.whl", hash = "sha256:adbeebaebae3526afc3c96fad434367cafbfd1b25d72369a9e5858453b1bb71a"}, {file = "frozenlist-1.8.0-cp310-cp310-win_amd64.whl", hash = "sha256:667c3777ca571e5dbeb76f331562ff98b957431df140b54c85fd4d52eea8d8f6"}, {file = "frozenlist-1.8.0-cp310-cp310-win_arm64.whl", hash = "sha256:80f85f0a7cc86e7a54c46d99c9e1318ff01f4687c172ede30fd52d19d1da1c8e"}, {file = "frozenlist-1.8.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:09474e9831bc2b2199fad6da3c14c7b0fbdd377cce9d3d77131be28906cb7d84"}, {file = "frozenlist-1.8.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:17c883ab0ab67200b5f964d2b9ed6b00971917d5d8a92df149dc2c9779208ee9"}, {file = "frozenlist-1.8.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:fa47e444b8ba08fffd1c18e8cdb9a75db1b6a27f17507522834ad13ed5922b93"}, {file = "frozenlist-1.8.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:2552f44204b744fba866e573be4c1f9048d6a324dfe14475103fd51613eb1d1f"}, {file = "frozenlist-1.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:957e7c38f250991e48a9a73e6423db1bb9dd14e722a10f6b8bb8e16a0f55f695"}, {file = "frozenlist-1.8.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:8585e3bb2cdea02fc88ffa245069c36555557ad3609e83be0ec71f54fd4abb52"}, {file = "frozenlist-1.8.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:edee74874ce20a373d62dc28b0b18b93f645633c2943fd90ee9d898550770581"}, {file = "frozenlist-1.8.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:c9a63152fe95756b85f31186bddf42e4c02c6321207fd6601a1c89ebac4fe567"}, {file = "frozenlist-1.8.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:b6db2185db9be0a04fecf2f241c70b63b1a242e2805be291855078f2b404dd6b"}, {file = "frozenlist-1.8.0-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:f4be2e3d8bc8aabd566f8d5b8ba7ecc09249d74ba3c9ed52e54dc23a293f0b92"}, {file = "frozenlist-1.8.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:c8d1634419f39ea6f5c427ea2f90ca85126b54b50837f31497f3bf38266e853d"}, {file = "frozenlist-1.8.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:1a7fa382a4a223773ed64242dbe1c9c326ec09457e6b8428efb4118c685c3dfd"}, {file = "frozenlist-1.8.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:11847b53d722050808926e785df837353bd4d75f1d494377e59b23594d834967"}, {file = "frozenlist-1.8.0-cp311-cp311-win32.whl", hash = "sha256:27c6e8077956cf73eadd514be8fb04d77fc946a7fe9f7fe167648b0b9085cc25"}, {file = "frozenlist-1.8.0-cp311-cp311-win_amd64.whl", hash = "sha256:ac913f8403b36a2c8610bbfd25b8013488533e71e62b4b4adce9c86c8cea905b"}, {file = "frozenlist-1.8.0-cp311-cp311-win_arm64.whl", hash = "sha256:d4d3214a0f8394edfa3e303136d0575eece0745ff2b47bd2cb2e66dd92d4351a"}, {file = "frozenlist-1.8.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:78f7b9e5d6f2fdb88cdde9440dc147259b62b9d3b019924def9f6478be254ac1"}, {file = "frozenlist-1.8.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:229bf37d2e4acdaf808fd3f06e854a4a7a3661e871b10dc1f8f1896a3b05f18b"}, {file = "frozenlist-1.8.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f833670942247a14eafbb675458b4e61c82e002a148f49e68257b79296e865c4"}, {file = "frozenlist-1.8.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:494a5952b1c597ba44e0e78113a7266e656b9794eec897b19ead706bd7074383"}, {file = "frozenlist-1.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:96f423a119f4777a4a056b66ce11527366a8bb92f54e541ade21f2374433f6d4"}, {file = "frozenlist-1.8.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3462dd9475af2025c31cc61be6652dfa25cbfb56cbbf52f4ccfe029f38decaf8"}, {file = "frozenlist-1.8.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c4c800524c9cd9bac5166cd6f55285957fcfc907db323e193f2afcd4d9abd69b"}, {file = "frozenlist-1.8.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d6a5df73acd3399d893dafc71663ad22534b5aa4f94e8a2fabfe856c3c1b6a52"}, {file = "frozenlist-1.8.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:405e8fe955c2280ce66428b3ca55e12b3c4e9c336fb2103a4937e891c69a4a29"}, {file = "frozenlist-1.8.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:908bd3f6439f2fef9e85031b59fd4f1297af54415fb60e4254a95f75b3cab3f3"}, {file = "frozenlist-1.8.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:294e487f9ec720bd8ffcebc99d575f7eff3568a08a253d1ee1a0378754b74143"}, {file = "frozenlist-1.8.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:74c51543498289c0c43656701be6b077f4b265868fa7f8a8859c197006efb608"}, {file = "frozenlist-1.8.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:776f352e8329135506a1d6bf16ac3f87bc25b28e765949282dcc627af36123aa"}, {file = "frozenlist-1.8.0-cp312-cp312-win32.whl", hash = "sha256:433403ae80709741ce34038da08511d4a77062aa924baf411ef73d1146e74faf"}, {file = "frozenlist-1.8.0-cp312-cp312-win_amd64.whl", hash = "sha256:34187385b08f866104f0c0617404c8eb08165ab1272e884abc89c112e9c00746"}, {file = "frozenlist-1.8.0-cp312-cp312-win_arm64.whl", hash = "sha256:fe3c58d2f5db5fbd18c2987cba06d51b0529f52bc3a6cdc33d3f4eab725104bd"}, {file = "frozenlist-1.8.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:8d92f1a84bb12d9e56f818b3a746f3efba93c1b63c8387a73dde655e1e42282a"}, {file = "frozenlist-1.8.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:96153e77a591c8adc2ee805756c61f59fef4cf4073a9275ee86fe8cba41241f7"}, {file = "frozenlist-1.8.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:f21f00a91358803399890ab167098c131ec2ddd5f8f5fd5fe9c9f2c6fcd91e40"}, {file = "frozenlist-1.8.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:fb30f9626572a76dfe4293c7194a09fb1fe93ba94c7d4f720dfae3b646b45027"}, {file = "frozenlist-1.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:eaa352d7047a31d87dafcacbabe89df0aa506abb5b1b85a2fb91bc3faa02d822"}, {file = "frozenlist-1.8.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:03ae967b4e297f58f8c774c7eabcce57fe3c2434817d4385c50661845a058121"}, {file = "frozenlist-1.8.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f6292f1de555ffcc675941d65fffffb0a5bcd992905015f85d0592201793e0e5"}, {file = "frozenlist-1.8.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:29548f9b5b5e3460ce7378144c3010363d8035cea44bc0bf02d57f5a685e084e"}, {file = "frozenlist-1.8.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ec3cc8c5d4084591b4237c0a272cc4f50a5b03396a47d9caaf76f5d7b38a4f11"}, {file = "frozenlist-1.8.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:517279f58009d0b1f2e7c1b130b377a349405da3f7621ed6bfae50b10adf20c1"}, {file = "frozenlist-1.8.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:db1e72ede2d0d7ccb213f218df6a078a9c09a7de257c2fe8fcef16d5925230b1"}, {file = "frozenlist-1.8.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:b4dec9482a65c54a5044486847b8a66bf10c9cb4926d42927ec4e8fd5db7fed8"}, {file = "frozenlist-1.8.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:21900c48ae04d13d416f0e1e0c4d81f7931f73a9dfa0b7a8746fb2fe7dd970ed"}, {file = "frozenlist-1.8.0-cp313-cp313-win32.whl", hash = "sha256:8b7b94a067d1c504ee0b16def57ad5738701e4ba10cec90529f13fa03c833496"}, {file = "frozenlist-1.8.0-cp313-cp313-win_amd64.whl", hash = "sha256:878be833caa6a3821caf85eb39c5ba92d28e85df26d57afb06b35b2efd937231"}, {file = "frozenlist-1.8.0-cp313-cp313-win_arm64.whl", hash = "sha256:44389d135b3ff43ba8cc89ff7f51f5a0bb6b63d829c8300f79a2fe4fe61bcc62"}, {file = "frozenlist-1.8.0-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:e25ac20a2ef37e91c1b39938b591457666a0fa835c7783c3a8f33ea42870db94"}, {file = "frozenlist-1.8.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:07cdca25a91a4386d2e76ad992916a85038a9b97561bf7a3fd12d5d9ce31870c"}, {file = "frozenlist-1.8.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:4e0c11f2cc6717e0a741f84a527c52616140741cd812a50422f83dc31749fb52"}, {file = "frozenlist-1.8.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:b3210649ee28062ea6099cfda39e147fa1bc039583c8ee4481cb7811e2448c51"}, {file = "frozenlist-1.8.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:581ef5194c48035a7de2aefc72ac6539823bb71508189e5de01d60c9dcd5fa65"}, {file = "frozenlist-1.8.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3ef2d026f16a2b1866e1d86fc4e1291e1ed8a387b2c333809419a2f8b3a77b82"}, {file = "frozenlist-1.8.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5500ef82073f599ac84d888e3a8c1f77ac831183244bfd7f11eaa0289fb30714"}, {file = "frozenlist-1.8.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:50066c3997d0091c411a66e710f4e11752251e6d2d73d70d8d5d4c76442a199d"}, {file = "frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:5c1c8e78426e59b3f8005e9b19f6ff46e5845895adbde20ece9218319eca6506"}, {file = "frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:eefdba20de0d938cec6a89bd4d70f346a03108a19b9df4248d3cf0d88f1b0f51"}, {file = "frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:cf253e0e1c3ceb4aaff6df637ce033ff6535fb8c70a764a8f46aafd3d6ab798e"}, {file = "frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:032efa2674356903cd0261c4317a561a6850f3ac864a63fc1583147fb05a79b0"}, {file = "frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:6da155091429aeba16851ecb10a9104a108bcd32f6c1642867eadaee401c1c41"}, {file = "frozenlist-1.8.0-cp313-cp313t-win32.whl", hash = "sha256:0f96534f8bfebc1a394209427d0f8a63d343c9779cda6fc25e8e121b5fd8555b"}, {file = "frozenlist-1.8.0-cp313-cp313t-win_amd64.whl", hash = "sha256:5d63a068f978fc69421fb0e6eb91a9603187527c86b7cd3f534a5b77a592b888"}, {file = "frozenlist-1.8.0-cp313-cp313t-win_arm64.whl", hash = "sha256:bf0a7e10b077bf5fb9380ad3ae8ce20ef919a6ad93b4552896419ac7e1d8e042"}, {file = "frozenlist-1.8.0-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:cee686f1f4cadeb2136007ddedd0aaf928ab95216e7691c63e50a8ec066336d0"}, {file = "frozenlist-1.8.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:119fb2a1bd47307e899c2fac7f28e85b9a543864df47aa7ec9d3c1b4545f096f"}, {file = "frozenlist-1.8.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:4970ece02dbc8c3a92fcc5228e36a3e933a01a999f7094ff7c23fbd2beeaa67c"}, {file = "frozenlist-1.8.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:cba69cb73723c3f329622e34bdbf5ce1f80c21c290ff04256cff1cd3c2036ed2"}, {file = "frozenlist-1.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:778a11b15673f6f1df23d9586f83c4846c471a8af693a22e066508b77d201ec8"}, {file = "frozenlist-1.8.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:0325024fe97f94c41c08872db482cf8ac4800d80e79222c6b0b7b162d5b13686"}, {file = "frozenlist-1.8.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:97260ff46b207a82a7567b581ab4190bd4dfa09f4db8a8b49d1a958f6aa4940e"}, {file = "frozenlist-1.8.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:54b2077180eb7f83dd52c40b2750d0a9f175e06a42e3213ce047219de902717a"}, {file = "frozenlist-1.8.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:2f05983daecab868a31e1da44462873306d3cbfd76d1f0b5b69c473d21dbb128"}, {file = "frozenlist-1.8.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:33f48f51a446114bc5d251fb2954ab0164d5be02ad3382abcbfe07e2531d650f"}, {file = "frozenlist-1.8.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:154e55ec0655291b5dd1b8731c637ecdb50975a2ae70c606d100750a540082f7"}, {file = "frozenlist-1.8.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:4314debad13beb564b708b4a496020e5306c7333fa9a3ab90374169a20ffab30"}, {file = "frozenlist-1.8.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:073f8bf8becba60aa931eb3bc420b217bb7d5b8f4750e6f8b3be7f3da85d38b7"}, {file = "frozenlist-1.8.0-cp314-cp314-win32.whl", hash = "sha256:bac9c42ba2ac65ddc115d930c78d24ab8d4f465fd3fc473cdedfccadb9429806"}, {file = "frozenlist-1.8.0-cp314-cp314-win_amd64.whl", hash = "sha256:3e0761f4d1a44f1d1a47996511752cf3dcec5bbdd9cc2b4fe595caf97754b7a0"}, {file = "frozenlist-1.8.0-cp314-cp314-win_arm64.whl", hash = "sha256:d1eaff1d00c7751b7c6662e9c5ba6eb2c17a2306ba5e2a37f24ddf3cc953402b"}, {file = "frozenlist-1.8.0-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:d3bb933317c52d7ea5004a1c442eef86f426886fba134ef8cf4226ea6ee1821d"}, {file = "frozenlist-1.8.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:8009897cdef112072f93a0efdce29cd819e717fd2f649ee3016efd3cd885a7ed"}, {file = "frozenlist-1.8.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:2c5dcbbc55383e5883246d11fd179782a9d07a986c40f49abe89ddf865913930"}, {file = "frozenlist-1.8.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:39ecbc32f1390387d2aa4f5a995e465e9e2f79ba3adcac92d68e3e0afae6657c"}, {file = "frozenlist-1.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:92db2bf818d5cc8d9c1f1fc56b897662e24ea5adb36ad1f1d82875bd64e03c24"}, {file = "frozenlist-1.8.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:2dc43a022e555de94c3b68a4ef0b11c4f747d12c024a520c7101709a2144fb37"}, {file = "frozenlist-1.8.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:cb89a7f2de3602cfed448095bab3f178399646ab7c61454315089787df07733a"}, {file = "frozenlist-1.8.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:33139dc858c580ea50e7e60a1b0ea003efa1fd42e6ec7fdbad78fff65fad2fd2"}, {file = "frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:168c0969a329b416119507ba30b9ea13688fafffac1b7822802537569a1cb0ef"}, {file = "frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:28bd570e8e189d7f7b001966435f9dac6718324b5be2990ac496cf1ea9ddb7fe"}, {file = "frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:b2a095d45c5d46e5e79ba1e5b9cb787f541a8dee0433836cea4b96a2c439dcd8"}, {file = "frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:eab8145831a0d56ec9c4139b6c3e594c7a83c2c8be25d5bcf2d86136a532287a"}, {file = "frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:974b28cf63cc99dfb2188d8d222bc6843656188164848c4f679e63dae4b0708e"}, {file = "frozenlist-1.8.0-cp314-cp314t-win32.whl", hash = "sha256:342c97bf697ac5480c0a7ec73cd700ecfa5a8a40ac923bd035484616efecc2df"}, {file = "frozenlist-1.8.0-cp314-cp314t-win_amd64.whl", hash = "sha256:06be8f67f39c8b1dc671f5d83aaefd3358ae5cdcf8314552c57e7ed3e6475bdd"}, {file = "frozenlist-1.8.0-cp314-cp314t-win_arm64.whl", hash = "sha256:102e6314ca4da683dca92e3b1355490fed5f313b768500084fbe6371fddfdb79"}, {file = "frozenlist-1.8.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:d8b7138e5cd0647e4523d6685b0eac5d4be9a184ae9634492f25c6eb38c12a47"}, {file = "frozenlist-1.8.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a6483e309ca809f1efd154b4d37dc6d9f61037d6c6a81c2dc7a15cb22c8c5dca"}, {file = "frozenlist-1.8.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:1b9290cf81e95e93fdf90548ce9d3c1211cf574b8e3f4b3b7cb0537cf2227068"}, {file = "frozenlist-1.8.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:59a6a5876ca59d1b63af8cd5e7ffffb024c3dc1e9cf9301b21a2e76286505c95"}, {file = "frozenlist-1.8.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6dc4126390929823e2d2d9dc79ab4046ed74680360fc5f38b585c12c66cdf459"}, {file = "frozenlist-1.8.0-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:332db6b2563333c5671fecacd085141b5800cb866be16d5e3eb15a2086476675"}, {file = "frozenlist-1.8.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:9ff15928d62a0b80bb875655c39bf517938c7d589554cbd2669be42d97c2cb61"}, {file = "frozenlist-1.8.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:7bf6cdf8e07c8151fba6fe85735441240ec7f619f935a5205953d58009aef8c6"}, {file = "frozenlist-1.8.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:48e6d3f4ec5c7273dfe83ff27c91083c6c9065af655dc2684d2c200c94308bb5"}, {file = "frozenlist-1.8.0-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:1a7607e17ad33361677adcd1443edf6f5da0ce5e5377b798fba20fae194825f3"}, {file = "frozenlist-1.8.0-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:5a3a935c3a4e89c733303a2d5a7c257ea44af3a56c8202df486b7f5de40f37e1"}, {file = "frozenlist-1.8.0-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:940d4a017dbfed9daf46a3b086e1d2167e7012ee297fef9e1c545c4d022f5178"}, {file = "frozenlist-1.8.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:b9be22a69a014bc47e78072d0ecae716f5eb56c15238acca0f43d6eb8e4a5bda"}, {file = "frozenlist-1.8.0-cp39-cp39-win32.whl", hash = "sha256:1aa77cb5697069af47472e39612976ed05343ff2e84a3dcf15437b232cbfd087"}, {file = "frozenlist-1.8.0-cp39-cp39-win_amd64.whl", hash = "sha256:7398c222d1d405e796970320036b1b563892b65809d9e5261487bb2c7f7b5c6a"}, {file = "frozenlist-1.8.0-cp39-cp39-win_arm64.whl", hash = "sha256:b4f3b365f31c6cd4af24545ca0a244a53688cad8834e32f56831c4923b50a103"}, {file = "frozenlist-1.8.0-py3-none-any.whl", hash = "sha256:0c18a16eab41e82c295618a77502e17b195883241c563b00f0aa5106fc4eaa0d"}, {file = "frozenlist-1.8.0.tar.gz", hash = "sha256:3ede829ed8d842f6cd48fc7081d7a41001a56f1f38603f9d49bf3020d59a31ad"}, ] [[package]] name = "h11" version = "0.16.0" description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" optional = false python-versions = ">=3.8" files = [ {file = "h11-0.16.0-py3-none-any.whl", hash = "sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86"}, {file = "h11-0.16.0.tar.gz", hash = "sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1"}, ] [[package]] name = "httpcore" version = "1.0.9" description = "A minimal low-level HTTP client." optional = false python-versions = ">=3.8" files = [ {file = "httpcore-1.0.9-py3-none-any.whl", hash = "sha256:2d400746a40668fc9dec9810239072b40b4484b640a8c38fd654a024c7a1bf55"}, {file = "httpcore-1.0.9.tar.gz", hash = "sha256:6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8"}, ] [package.dependencies] certifi = "*" h11 = ">=0.16" [package.extras] asyncio = ["anyio (>=4.0,<5.0)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] trio = ["trio (>=0.22.0,<1.0)"] [[package]] name = "httpx" version = "0.28.1" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" files = [ {file = "httpx-0.28.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad"}, {file = "httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc"}, ] [package.dependencies] anyio = "*" certifi = "*" httpcore = "==1.*" idna = "*" [package.extras] brotli = ["brotli", "brotlicffi"] cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] zstd = ["zstandard (>=0.18.0)"] [[package]] name = "identify" version = "2.6.16" description = "File identification library for Python" optional = false python-versions = ">=3.10" files = [ {file = "identify-2.6.16-py2.py3-none-any.whl", hash = "sha256:391ee4d77741d994189522896270b787aed8670389bfd60f326d677d64a6dfb0"}, {file = "identify-2.6.16.tar.gz", hash = "sha256:846857203b5511bbe94d5a352a48ef2359532bc8f6727b5544077a0dcfb24980"}, ] [package.extras] license = ["ukkonen"] [[package]] name = "idna" version = "3.11" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.8" files = [ {file = "idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea"}, {file = "idna-3.11.tar.gz", hash = "sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902"}, ] [package.extras] all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"] [[package]] name = "iniconfig" version = "2.3.0" description = "brain-dead simple config-ini parsing" optional = false python-versions = ">=3.10" files = [ {file = "iniconfig-2.3.0-py3-none-any.whl", hash = "sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12"}, {file = "iniconfig-2.3.0.tar.gz", hash = "sha256:c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730"}, ] [[package]] name = "isort" version = "7.0.0" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.10.0" files = [ {file = "isort-7.0.0-py3-none-any.whl", hash = "sha256:1bcabac8bc3c36c7fb7b98a76c8abb18e0f841a3ba81decac7691008592499c1"}, {file = "isort-7.0.0.tar.gz", hash = "sha256:5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"}, ] [package.extras] colors = ["colorama"] plugins = ["setuptools"] [[package]] name = "jinja2" version = "3.1.6" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ {file = "jinja2-3.1.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67"}, {file = "jinja2-3.1.6.tar.gz", hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"}, ] [package.dependencies] MarkupSafe = ">=2.0" [package.extras] i18n = ["Babel (>=2.7)"] [[package]] name = "joblib" version = "1.5.3" description = "Lightweight pipelining with Python functions" optional = false python-versions = ">=3.9" files = [ {file = "joblib-1.5.3-py3-none-any.whl", hash = "sha256:5fc3c5039fc5ca8c0276333a188bbd59d6b7ab37fe6632daa76bc7f9ec18e713"}, {file = "joblib-1.5.3.tar.gz", hash = "sha256:8561a3269e6801106863fd0d6d84bb737be9e7631e33aaed3fb9ce5953688da3"}, ] [[package]] name = "librt" version = "0.8.1" description = "Mypyc runtime library" optional = false python-versions = ">=3.9" files = [ {file = "librt-0.8.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:81fd938344fecb9373ba1b155968c8a329491d2ce38e7ddb76f30ffb938f12dc"}, {file = "librt-0.8.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:5db05697c82b3a2ec53f6e72b2ed373132b0c2e05135f0696784e97d7f5d48e7"}, {file = "librt-0.8.1-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:d56bc4011975f7460bea7b33e1ff425d2f1adf419935ff6707273c77f8a4ada6"}, {file = "librt-0.8.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5cdc0f588ff4b663ea96c26d2a230c525c6fc62b28314edaaaca8ed5af931ad0"}, {file = "librt-0.8.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:97c2b54ff6717a7a563b72627990bec60d8029df17df423f0ed37d56a17a176b"}, {file = "librt-0.8.1-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:8f1125e6bbf2f1657d9a2f3ccc4a2c9b0c8b176965bb565dd4d86be67eddb4b6"}, {file = "librt-0.8.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:8f4bb453f408137d7581be309b2fbc6868a80e7ef60c88e689078ee3a296ae71"}, {file = "librt-0.8.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:c336d61d2fe74a3195edc1646d53ff1cddd3a9600b09fa6ab75e5514ba4862a7"}, {file = "librt-0.8.1-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:eb5656019db7c4deacf0c1a55a898c5bb8f989be904597fcb5232a2f4828fa05"}, {file = "librt-0.8.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:c25d9e338d5bed46c1632f851babf3d13c78f49a225462017cf5e11e845c5891"}, {file = "librt-0.8.1-cp310-cp310-win32.whl", hash = "sha256:aaab0e307e344cb28d800957ef3ec16605146ef0e59e059a60a176d19543d1b7"}, {file = "librt-0.8.1-cp310-cp310-win_amd64.whl", hash = "sha256:56e04c14b696300d47b3bc5f1d10a00e86ae978886d0cee14e5714fafb5df5d2"}, {file = "librt-0.8.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:681dc2451d6d846794a828c16c22dc452d924e9f700a485b7ecb887a30aad1fd"}, {file = "librt-0.8.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a3b4350b13cc0e6f5bec8fa7caf29a8fb8cdc051a3bae45cfbfd7ce64f009965"}, {file = "librt-0.8.1-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:ac1e7817fd0ed3d14fd7c5df91daed84c48e4c2a11ee99c0547f9f62fdae13da"}, {file = "librt-0.8.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:747328be0c5b7075cde86a0e09d7a9196029800ba75a1689332348e998fb85c0"}, {file = "librt-0.8.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f0af2bd2bc204fa27f3d6711d0f360e6b8c684a035206257a81673ab924aa11e"}, {file = "librt-0.8.1-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:d480de377f5b687b6b1bc0c0407426da556e2a757633cc7e4d2e1a057aa688f3"}, {file = "librt-0.8.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d0ee06b5b5291f609ddb37b9750985b27bc567791bc87c76a569b3feed8481ac"}, {file = "librt-0.8.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:9e2c6f77b9ad48ce5603b83b7da9ee3e36b3ab425353f695cba13200c5d96596"}, {file = "librt-0.8.1-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:439352ba9373f11cb8e1933da194dcc6206daf779ff8df0ed69c5e39113e6a99"}, {file = "librt-0.8.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:82210adabbc331dbb65d7868b105185464ef13f56f7f76688565ad79f648b0fe"}, {file = "librt-0.8.1-cp311-cp311-win32.whl", hash = "sha256:52c224e14614b750c0a6d97368e16804a98c684657c7518752c356834fff83bb"}, {file = "librt-0.8.1-cp311-cp311-win_amd64.whl", hash = "sha256:c00e5c884f528c9932d278d5c9cbbea38a6b81eb62c02e06ae53751a83a4d52b"}, {file = "librt-0.8.1-cp311-cp311-win_arm64.whl", hash = "sha256:f7cdf7f26c2286ffb02e46d7bac56c94655540b26347673bea15fa52a6af17e9"}, {file = "librt-0.8.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:a28f2612ab566b17f3698b0da021ff9960610301607c9a5e8eaca62f5e1c350a"}, {file = "librt-0.8.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:60a78b694c9aee2a0f1aaeaa7d101cf713e92e8423a941d2897f4fa37908dab9"}, {file = "librt-0.8.1-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:758509ea3f1eba2a57558e7e98f4659d0ea7670bff49673b0dde18a3c7e6c0eb"}, {file = "librt-0.8.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:039b9f2c506bd0ab0f8725aa5ba339c6f0cd19d3b514b50d134789809c24285d"}, {file = "librt-0.8.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5bb54f1205a3a6ab41a6fd71dfcdcbd278670d3a90ca502a30d9da583105b6f7"}, {file = "librt-0.8.1-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:05bd41cdee35b0c59c259f870f6da532a2c5ca57db95b5f23689fcb5c9e42440"}, {file = "librt-0.8.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:adfab487facf03f0d0857b8710cf82d0704a309d8ffc33b03d9302b4c64e91a9"}, {file = "librt-0.8.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:153188fe98a72f206042be10a2c6026139852805215ed9539186312d50a8e972"}, {file = "librt-0.8.1-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:dd3c41254ee98604b08bd5b3af5bf0a89740d4ee0711de95b65166bf44091921"}, {file = "librt-0.8.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e0d138c7ae532908cbb342162b2611dbd4d90c941cd25ab82084aaf71d2c0bd0"}, {file = "librt-0.8.1-cp312-cp312-win32.whl", hash = "sha256:43353b943613c5d9c49a25aaffdba46f888ec354e71e3529a00cca3f04d66a7a"}, {file = "librt-0.8.1-cp312-cp312-win_amd64.whl", hash = "sha256:ff8baf1f8d3f4b6b7257fcb75a501f2a5499d0dda57645baa09d4d0d34b19444"}, {file = "librt-0.8.1-cp312-cp312-win_arm64.whl", hash = "sha256:0f2ae3725904f7377e11cc37722d5d401e8b3d5851fb9273d7f4fe04f6b3d37d"}, {file = "librt-0.8.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:7e6bad1cd94f6764e1e21950542f818a09316645337fd5ab9a7acc45d99a8f35"}, {file = "librt-0.8.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:cf450f498c30af55551ba4f66b9123b7185362ec8b625a773b3d39aa1a717583"}, {file = "librt-0.8.1-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:eca45e982fa074090057132e30585a7e8674e9e885d402eae85633e9f449ce6c"}, {file = "librt-0.8.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0c3811485fccfda840861905b8c70bba5ec094e02825598bb9d4ca3936857a04"}, {file = "librt-0.8.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5e4af413908f77294605e28cfd98063f54b2c790561383971d2f52d113d9c363"}, {file = "librt-0.8.1-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:5212a5bd7fae98dae95710032902edcd2ec4dc994e883294f75c857b83f9aba0"}, {file = "librt-0.8.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:e692aa2d1d604e6ca12d35e51fdc36f4cda6345e28e36374579f7ef3611b3012"}, {file = "librt-0.8.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:4be2a5c926b9770c9e08e717f05737a269b9d0ebc5d2f0060f0fe3fe9ce47acb"}, {file = "librt-0.8.1-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:fd1a720332ea335ceb544cf0a03f81df92abd4bb887679fd1e460976b0e6214b"}, {file = "librt-0.8.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:93c2af9e01e0ef80d95ae3c720be101227edae5f2fe7e3dc63d8857fadfc5a1d"}, {file = "librt-0.8.1-cp313-cp313-win32.whl", hash = "sha256:086a32dbb71336627e78cc1d6ee305a68d038ef7d4c39aaff41ae8c9aa46e91a"}, {file = "librt-0.8.1-cp313-cp313-win_amd64.whl", hash = "sha256:e11769a1dbda4da7b00a76cfffa67aa47cfa66921d2724539eee4b9ede780b79"}, {file = "librt-0.8.1-cp313-cp313-win_arm64.whl", hash = "sha256:924817ab3141aca17893386ee13261f1d100d1ef410d70afe4389f2359fea4f0"}, {file = "librt-0.8.1-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:6cfa7fe54fd4d1f47130017351a959fe5804bda7a0bc7e07a2cdbc3fdd28d34f"}, {file = "librt-0.8.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:228c2409c079f8c11fb2e5d7b277077f694cb93443eb760e00b3b83cb8b3176c"}, {file = "librt-0.8.1-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:7aae78ab5e3206181780e56912d1b9bb9f90a7249ce12f0e8bf531d0462dd0fc"}, {file = "librt-0.8.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:172d57ec04346b047ca6af181e1ea4858086c80bdf455f61994c4aa6fc3f866c"}, {file = "librt-0.8.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6b1977c4ea97ce5eb7755a78fae68d87e4102e4aaf54985e8b56806849cc06a3"}, {file = "librt-0.8.1-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:10c42e1f6fd06733ef65ae7bebce2872bcafd8d6e6b0a08fe0a05a23b044fb14"}, {file = "librt-0.8.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:4c8dfa264b9193c4ee19113c985c95f876fae5e51f731494fc4e0cf594990ba7"}, {file = "librt-0.8.1-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:01170b6729a438f0dedc4a26ed342e3dc4f02d1000b4b19f980e1877f0c297e6"}, {file = "librt-0.8.1-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:7b02679a0d783bdae30d443025b94465d8c3dc512f32f5b5031f93f57ac32071"}, {file = "librt-0.8.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:190b109bb69592a3401fe1ffdea41a2e73370ace2ffdc4a0e8e2b39cdea81b78"}, {file = "librt-0.8.1-cp314-cp314-win32.whl", hash = "sha256:e70a57ecf89a0f64c24e37f38d3fe217a58169d2fe6ed6d70554964042474023"}, {file = "librt-0.8.1-cp314-cp314-win_amd64.whl", hash = "sha256:7e2f3edca35664499fbb36e4770650c4bd4a08abc1f4458eab9df4ec56389730"}, {file = "librt-0.8.1-cp314-cp314-win_arm64.whl", hash = "sha256:0d2f82168e55ddefd27c01c654ce52379c0750ddc31ee86b4b266bcf4d65f2a3"}, {file = "librt-0.8.1-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:2c74a2da57a094bd48d03fa5d196da83d2815678385d2978657499063709abe1"}, {file = "librt-0.8.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:a355d99c4c0d8e5b770313b8b247411ed40949ca44e33e46a4789b9293a907ee"}, {file = "librt-0.8.1-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:2eb345e8b33fb748227409c9f1233d4df354d6e54091f0e8fc53acdb2ffedeb7"}, {file = "librt-0.8.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9be2f15e53ce4e83cc08adc29b26fb5978db62ef2a366fbdf716c8a6c8901040"}, {file = "librt-0.8.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:785ae29c1f5c6e7c2cde2c7c0e148147f4503da3abc5d44d482068da5322fd9e"}, {file = "librt-0.8.1-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:1d3a7da44baf692f0c6aeb5b2a09c5e6fc7a703bca9ffa337ddd2e2da53f7732"}, {file = "librt-0.8.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:5fc48998000cbc39ec0d5311312dda93ecf92b39aaf184c5e817d5d440b29624"}, {file = "librt-0.8.1-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:e96baa6820280077a78244b2e06e416480ed859bbd8e5d641cf5742919d8beb4"}, {file = "librt-0.8.1-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:31362dbfe297b23590530007062c32c6f6176f6099646bb2c95ab1b00a57c382"}, {file = "librt-0.8.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:cc3656283d11540ab0ea01978378e73e10002145117055e03722417aeab30994"}, {file = "librt-0.8.1-cp314-cp314t-win32.whl", hash = "sha256:738f08021b3142c2918c03692608baed43bc51144c29e35807682f8070ee2a3a"}, {file = "librt-0.8.1-cp314-cp314t-win_amd64.whl", hash = "sha256:89815a22daf9c51884fb5dbe4f1ef65ee6a146e0b6a8df05f753e2e4a9359bf4"}, {file = "librt-0.8.1-cp314-cp314t-win_arm64.whl", hash = "sha256:bf512a71a23504ed08103a13c941f763db13fb11177beb3d9244c98c29fb4a61"}, {file = "librt-0.8.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3dff3d3ca8db20e783b1bc7de49c0a2ab0b8387f31236d6a026597d07fcd68ac"}, {file = "librt-0.8.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:08eec3a1fc435f0d09c87b6bf1ec798986a3544f446b864e4099633a56fcd9ed"}, {file = "librt-0.8.1-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:e3f0a41487fd5fad7e760b9e8a90e251e27c2816fbc2cff36a22a0e6bcbbd9dd"}, {file = "librt-0.8.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:bacdb58d9939d95cc557b4dbaa86527c9db2ac1ed76a18bc8d26f6dc8647d851"}, {file = "librt-0.8.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b6d7ab1f01aa753188605b09a51faa44a3327400b00b8cce424c71910fc0a128"}, {file = "librt-0.8.1-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:4998009e7cb9e896569f4be7004f09d0ed70d386fa99d42b6d363f6d200501ac"}, {file = "librt-0.8.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:2cc68eeeef5e906839c7bb0815748b5b0a974ec27125beefc0f942715785b551"}, {file = "librt-0.8.1-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:0bf69d79a23f4f40b8673a947a234baeeb133b5078b483b7297c5916539cf5d5"}, {file = "librt-0.8.1-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:22b46eabd76c1986ee7d231b0765ad387d7673bbd996aa0d0d054b38ac65d8f6"}, {file = "librt-0.8.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:237796479f4d0637d6b9cbcb926ff424a97735e68ade6facf402df4ec93375ed"}, {file = "librt-0.8.1-cp39-cp39-win32.whl", hash = "sha256:4beb04b8c66c6ae62f8c1e0b2f097c1ebad9295c929a8d5286c05eae7c2fc7dc"}, {file = "librt-0.8.1-cp39-cp39-win_amd64.whl", hash = "sha256:64548cde61b692dc0dc379f4b5f59a2f582c2ebe7890d09c1ae3b9e66fa015b7"}, {file = "librt-0.8.1.tar.gz", hash = "sha256:be46a14693955b3bd96014ccbdb8339ee8c9346fbe11c1b78901b55125f14c73"}, ] [[package]] name = "markdown-it-py" version = "4.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" optional = false python-versions = ">=3.10" files = [ {file = "markdown_it_py-4.0.0-py3-none-any.whl", hash = "sha256:87327c59b172c5011896038353a81343b6754500a08cd7a4973bb48c6d578147"}, {file = "markdown_it_py-4.0.0.tar.gz", hash = "sha256:cb0a2b4aa34f932c007117b194e945bd74e0ec24133ceb5bac59009cda1cb9f3"}, ] [package.dependencies] mdurl = ">=0.1,<1.0" [package.extras] benchmarking = ["psutil", "pytest", "pytest-benchmark"] compare = ["commonmark (>=0.9,<1.0)", "markdown (>=3.4,<4.0)", "markdown-it-pyrs", "mistletoe (>=1.0,<2.0)", "mistune (>=3.0,<4.0)", "panflute (>=2.3,<3.0)"] linkify = ["linkify-it-py (>=1,<3)"] plugins = ["mdit-py-plugins (>=0.5.0)"] profiling = ["gprof2dot"] rtd = ["ipykernel", "jupyter_sphinx", "mdit-py-plugins (>=0.5.0)", "myst-parser", "pyyaml", "sphinx", "sphinx-book-theme (>=1.0,<2.0)", "sphinx-copybutton", "sphinx-design"] testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions", "requests"] [[package]] name = "markupsafe" version = "3.0.3" description = "Safely add untrusted strings to HTML/XML markup." optional = false python-versions = ">=3.9" files = [ {file = "markupsafe-3.0.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2f981d352f04553a7171b8e44369f2af4055f888dfb147d55e42d29e29e74559"}, {file = "markupsafe-3.0.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e1c1493fb6e50ab01d20a22826e57520f1284df32f2d8601fdd90b6304601419"}, {file = "markupsafe-3.0.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1ba88449deb3de88bd40044603fafffb7bc2b055d626a330323a9ed736661695"}, {file = "markupsafe-3.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f42d0984e947b8adf7dd6dde396e720934d12c506ce84eea8476409563607591"}, {file = "markupsafe-3.0.3-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:c0c0b3ade1c0b13b936d7970b1d37a57acde9199dc2aecc4c336773e1d86049c"}, {file = "markupsafe-3.0.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:0303439a41979d9e74d18ff5e2dd8c43ed6c6001fd40e5bf2e43f7bd9bbc523f"}, {file = "markupsafe-3.0.3-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:d2ee202e79d8ed691ceebae8e0486bd9a2cd4794cec4824e1c99b6f5009502f6"}, {file = "markupsafe-3.0.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:177b5253b2834fe3678cb4a5f0059808258584c559193998be2601324fdeafb1"}, {file = "markupsafe-3.0.3-cp310-cp310-win32.whl", hash = "sha256:2a15a08b17dd94c53a1da0438822d70ebcd13f8c3a95abe3a9ef9f11a94830aa"}, {file = "markupsafe-3.0.3-cp310-cp310-win_amd64.whl", hash = "sha256:c4ffb7ebf07cfe8931028e3e4c85f0357459a3f9f9490886198848f4fa002ec8"}, {file = "markupsafe-3.0.3-cp310-cp310-win_arm64.whl", hash = "sha256:e2103a929dfa2fcaf9bb4e7c091983a49c9ac3b19c9061b6d5427dd7d14d81a1"}, {file = "markupsafe-3.0.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1cc7ea17a6824959616c525620e387f6dd30fec8cb44f649e31712db02123dad"}, {file = "markupsafe-3.0.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:4bd4cd07944443f5a265608cc6aab442e4f74dff8088b0dfc8238647b8f6ae9a"}, {file = "markupsafe-3.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6b5420a1d9450023228968e7e6a9ce57f65d148ab56d2313fcd589eee96a7a50"}, {file = "markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0bf2a864d67e76e5c9a34dc26ec616a66b9888e25e7b9460e1c76d3293bd9dbf"}, {file = "markupsafe-3.0.3-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:bc51efed119bc9cfdf792cdeaa4d67e8f6fcccab66ed4bfdd6bde3e59bfcbb2f"}, {file = "markupsafe-3.0.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:068f375c472b3e7acbe2d5318dea141359e6900156b5b2ba06a30b169086b91a"}, {file = "markupsafe-3.0.3-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:7be7b61bb172e1ed687f1754f8e7484f1c8019780f6f6b0786e76bb01c2ae115"}, {file = "markupsafe-3.0.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:f9e130248f4462aaa8e2552d547f36ddadbeaa573879158d721bbd33dfe4743a"}, {file = "markupsafe-3.0.3-cp311-cp311-win32.whl", hash = "sha256:0db14f5dafddbb6d9208827849fad01f1a2609380add406671a26386cdf15a19"}, {file = "markupsafe-3.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:de8a88e63464af587c950061a5e6a67d3632e36df62b986892331d4620a35c01"}, {file = "markupsafe-3.0.3-cp311-cp311-win_arm64.whl", hash = "sha256:3b562dd9e9ea93f13d53989d23a7e775fdfd1066c33494ff43f5418bc8c58a5c"}, {file = "markupsafe-3.0.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:d53197da72cc091b024dd97249dfc7794d6a56530370992a5e1a08983ad9230e"}, {file = "markupsafe-3.0.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1872df69a4de6aead3491198eaf13810b565bdbeec3ae2dc8780f14458ec73ce"}, {file = "markupsafe-3.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3a7e8ae81ae39e62a41ec302f972ba6ae23a5c5396c8e60113e9066ef893da0d"}, {file = "markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d6dd0be5b5b189d31db7cda48b91d7e0a9795f31430b7f271219ab30f1d3ac9d"}, {file = "markupsafe-3.0.3-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:94c6f0bb423f739146aec64595853541634bde58b2135f27f61c1ffd1cd4d16a"}, {file = "markupsafe-3.0.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:be8813b57049a7dc738189df53d69395eba14fb99345e0a5994914a3864c8a4b"}, {file = "markupsafe-3.0.3-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:83891d0e9fb81a825d9a6d61e3f07550ca70a076484292a70fde82c4b807286f"}, {file = "markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:77f0643abe7495da77fb436f50f8dab76dbc6e5fd25d39589a0f1fe6548bfa2b"}, {file = "markupsafe-3.0.3-cp312-cp312-win32.whl", hash = "sha256:d88b440e37a16e651bda4c7c2b930eb586fd15ca7406cb39e211fcff3bf3017d"}, {file = "markupsafe-3.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:26a5784ded40c9e318cfc2bdb30fe164bdb8665ded9cd64d500a34fb42067b1c"}, {file = "markupsafe-3.0.3-cp312-cp312-win_arm64.whl", hash = "sha256:35add3b638a5d900e807944a078b51922212fb3dedb01633a8defc4b01a3c85f"}, {file = "markupsafe-3.0.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e1cf1972137e83c5d4c136c43ced9ac51d0e124706ee1c8aa8532c1287fa8795"}, {file = "markupsafe-3.0.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:116bb52f642a37c115f517494ea5feb03889e04df47eeff5b130b1808ce7c219"}, {file = "markupsafe-3.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:133a43e73a802c5562be9bbcd03d090aa5a1fe899db609c29e8c8d815c5f6de6"}, {file = "markupsafe-3.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ccfcd093f13f0f0b7fdd0f198b90053bf7b2f02a3927a30e63f3ccc9df56b676"}, {file = "markupsafe-3.0.3-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:509fa21c6deb7a7a273d629cf5ec029bc209d1a51178615ddf718f5918992ab9"}, {file = "markupsafe-3.0.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a4afe79fb3de0b7097d81da19090f4df4f8d3a2b3adaa8764138aac2e44f3af1"}, {file = "markupsafe-3.0.3-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:795e7751525cae078558e679d646ae45574b47ed6e7771863fcc079a6171a0fc"}, {file = "markupsafe-3.0.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8485f406a96febb5140bfeca44a73e3ce5116b2501ac54fe953e488fb1d03b12"}, {file = "markupsafe-3.0.3-cp313-cp313-win32.whl", hash = "sha256:bdd37121970bfd8be76c5fb069c7751683bdf373db1ed6c010162b2a130248ed"}, {file = "markupsafe-3.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:9a1abfdc021a164803f4d485104931fb8f8c1efd55bc6b748d2f5774e78b62c5"}, {file = "markupsafe-3.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:7e68f88e5b8799aa49c85cd116c932a1ac15caaa3f5db09087854d218359e485"}, {file = "markupsafe-3.0.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:218551f6df4868a8d527e3062d0fb968682fe92054e89978594c28e642c43a73"}, {file = "markupsafe-3.0.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:3524b778fe5cfb3452a09d31e7b5adefeea8c5be1d43c4f810ba09f2ceb29d37"}, {file = "markupsafe-3.0.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4e885a3d1efa2eadc93c894a21770e4bc67899e3543680313b09f139e149ab19"}, {file = "markupsafe-3.0.3-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8709b08f4a89aa7586de0aadc8da56180242ee0ada3999749b183aa23df95025"}, {file = "markupsafe-3.0.3-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:b8512a91625c9b3da6f127803b166b629725e68af71f8184ae7e7d54686a56d6"}, {file = "markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:9b79b7a16f7fedff2495d684f2b59b0457c3b493778c9eed31111be64d58279f"}, {file = "markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_riscv64.whl", hash = "sha256:12c63dfb4a98206f045aa9563db46507995f7ef6d83b2f68eda65c307c6829eb"}, {file = "markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:8f71bc33915be5186016f675cd83a1e08523649b0e33efdb898db577ef5bb009"}, {file = "markupsafe-3.0.3-cp313-cp313t-win32.whl", hash = "sha256:69c0b73548bc525c8cb9a251cddf1931d1db4d2258e9599c28c07ef3580ef354"}, {file = "markupsafe-3.0.3-cp313-cp313t-win_amd64.whl", hash = "sha256:1b4b79e8ebf6b55351f0d91fe80f893b4743f104bff22e90697db1590e47a218"}, {file = "markupsafe-3.0.3-cp313-cp313t-win_arm64.whl", hash = "sha256:ad2cf8aa28b8c020ab2fc8287b0f823d0a7d8630784c31e9ee5edea20f406287"}, {file = "markupsafe-3.0.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:eaa9599de571d72e2daf60164784109f19978b327a3910d3e9de8c97b5b70cfe"}, {file = "markupsafe-3.0.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c47a551199eb8eb2121d4f0f15ae0f923d31350ab9280078d1e5f12b249e0026"}, {file = "markupsafe-3.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f34c41761022dd093b4b6896d4810782ffbabe30f2d443ff5f083e0cbbb8c737"}, {file = "markupsafe-3.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:457a69a9577064c05a97c41f4e65148652db078a3a509039e64d3467b9e7ef97"}, {file = "markupsafe-3.0.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e8afc3f2ccfa24215f8cb28dcf43f0113ac3c37c2f0f0806d8c70e4228c5cf4d"}, {file = "markupsafe-3.0.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:ec15a59cf5af7be74194f7ab02d0f59a62bdcf1a537677ce67a2537c9b87fcda"}, {file = "markupsafe-3.0.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:0eb9ff8191e8498cca014656ae6b8d61f39da5f95b488805da4bb029cccbfbaf"}, {file = "markupsafe-3.0.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2713baf880df847f2bece4230d4d094280f4e67b1e813eec43b4c0e144a34ffe"}, {file = "markupsafe-3.0.3-cp314-cp314-win32.whl", hash = "sha256:729586769a26dbceff69f7a7dbbf59ab6572b99d94576a5592625d5b411576b9"}, {file = "markupsafe-3.0.3-cp314-cp314-win_amd64.whl", hash = "sha256:bdc919ead48f234740ad807933cdf545180bfbe9342c2bb451556db2ed958581"}, {file = "markupsafe-3.0.3-cp314-cp314-win_arm64.whl", hash = "sha256:5a7d5dc5140555cf21a6fefbdbf8723f06fcd2f63ef108f2854de715e4422cb4"}, {file = "markupsafe-3.0.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:1353ef0c1b138e1907ae78e2f6c63ff67501122006b0f9abad68fda5f4ffc6ab"}, {file = "markupsafe-3.0.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1085e7fbddd3be5f89cc898938f42c0b3c711fdcb37d75221de2666af647c175"}, {file = "markupsafe-3.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1b52b4fb9df4eb9ae465f8d0c228a00624de2334f216f178a995ccdcf82c4634"}, {file = "markupsafe-3.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fed51ac40f757d41b7c48425901843666a6677e3e8eb0abcff09e4ba6e664f50"}, {file = "markupsafe-3.0.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:f190daf01f13c72eac4efd5c430a8de82489d9cff23c364c3ea822545032993e"}, {file = "markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e56b7d45a839a697b5eb268c82a71bd8c7f6c94d6fd50c3d577fa39a9f1409f5"}, {file = "markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:f3e98bb3798ead92273dc0e5fd0f31ade220f59a266ffd8a4f6065e0a3ce0523"}, {file = "markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:5678211cb9333a6468fb8d8be0305520aa073f50d17f089b5b4b477ea6e67fdc"}, {file = "markupsafe-3.0.3-cp314-cp314t-win32.whl", hash = "sha256:915c04ba3851909ce68ccc2b8e2cd691618c4dc4c4232fb7982bca3f41fd8c3d"}, {file = "markupsafe-3.0.3-cp314-cp314t-win_amd64.whl", hash = "sha256:4faffd047e07c38848ce017e8725090413cd80cbc23d86e55c587bf979e579c9"}, {file = "markupsafe-3.0.3-cp314-cp314t-win_arm64.whl", hash = "sha256:32001d6a8fc98c8cb5c947787c5d08b0a50663d139f1305bac5885d98d9b40fa"}, {file = "markupsafe-3.0.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:15d939a21d546304880945ca1ecb8a039db6b4dc49b2c5a400387cdae6a62e26"}, {file = "markupsafe-3.0.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f71a396b3bf33ecaa1626c255855702aca4d3d9fea5e051b41ac59a9c1c41edc"}, {file = "markupsafe-3.0.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0f4b68347f8c5eab4a13419215bdfd7f8c9b19f2b25520968adfad23eb0ce60c"}, {file = "markupsafe-3.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e8fc20152abba6b83724d7ff268c249fa196d8259ff481f3b1476383f8f24e42"}, {file = "markupsafe-3.0.3-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:949b8d66bc381ee8b007cd945914c721d9aba8e27f71959d750a46f7c282b20b"}, {file = "markupsafe-3.0.3-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:3537e01efc9d4dccdf77221fb1cb3b8e1a38d5428920e0657ce299b20324d758"}, {file = "markupsafe-3.0.3-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:591ae9f2a647529ca990bc681daebdd52c8791ff06c2bfa05b65163e28102ef2"}, {file = "markupsafe-3.0.3-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:a320721ab5a1aba0a233739394eb907f8c8da5c98c9181d1161e77a0c8e36f2d"}, {file = "markupsafe-3.0.3-cp39-cp39-win32.whl", hash = "sha256:df2449253ef108a379b8b5d6b43f4b1a8e81a061d6537becd5582fba5f9196d7"}, {file = "markupsafe-3.0.3-cp39-cp39-win_amd64.whl", hash = "sha256:7c3fb7d25180895632e5d3148dbdc29ea38ccb7fd210aa27acbd1201a1902c6e"}, {file = "markupsafe-3.0.3-cp39-cp39-win_arm64.whl", hash = "sha256:38664109c14ffc9e7437e86b4dceb442b0096dfe3541d7864d9cbe1da4cf36c8"}, {file = "markupsafe-3.0.3.tar.gz", hash = "sha256:722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698"}, ] [[package]] name = "marshmallow" version = "4.2.2" description = "A lightweight library for converting complex datatypes to and from native Python datatypes." optional = false python-versions = ">=3.10" files = [ {file = "marshmallow-4.2.2-py3-none-any.whl", hash = "sha256:084a9466111b7ec7183ca3a65aed758739af919fedc5ebdab60fb39d6b4dc121"}, {file = "marshmallow-4.2.2.tar.gz", hash = "sha256:ba40340683a2d1c15103647994ff2f6bc2c8c80da01904cbe5d96ee4baa78d9f"}, ] [package.extras] dev = ["marshmallow[tests]", "pre-commit (>=3.5,<5.0)", "tox"] docs = ["autodocsumm (==0.2.14)", "furo (==2025.12.19)", "sphinx (==8.2.3)", "sphinx-copybutton (==0.5.2)", "sphinx-issues (==5.0.1)", "sphinxext-opengraph (==0.13.0)"] tests = ["pytest", "simplejson"] [[package]] name = "mashumaro" version = "3.20" description = "Fast and well tested serialization library" optional = false python-versions = ">=3.9" files = [ {file = "mashumaro-3.20-py3-none-any.whl", hash = "sha256:648bc326f64c55447988eab67d6bfe3b7958c0961c83590709b1f950f88f4a3c"}, {file = "mashumaro-3.20.tar.gz", hash = "sha256:af4573f14ae61be3fbc3a473158ddfc1420f345410385809fd782e0d79e9215c"}, ] [package.dependencies] typing_extensions = ">=4.14.0" [package.extras] msgpack = ["msgpack (>=0.5.6)"] orjson = ["orjson"] toml = ["tomli (>=1.1.0)", "tomli-w (>=1.0)"] yaml = ["pyyaml (>=3.13)"] [[package]] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" optional = false python-versions = ">=3.6" files = [ {file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"}, {file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"}, ] [[package]] name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" optional = false python-versions = ">=3.7" files = [ {file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"}, {file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"}, ] [[package]] name = "multidict" version = "6.7.1" description = "multidict implementation" optional = false python-versions = ">=3.9" files = [ {file = "multidict-6.7.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:c93c3db7ea657dd4637d57e74ab73de31bccefe144d3d4ce370052035bc85fb5"}, {file = "multidict-6.7.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:974e72a2474600827abaeda71af0c53d9ebbc3c2eb7da37b37d7829ae31232d8"}, {file = "multidict-6.7.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:cdea2e7b2456cfb6694fb113066fd0ec7ea4d67e3a35e1f4cbeea0b448bf5872"}, {file = "multidict-6.7.1-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:17207077e29342fdc2c9a82e4b306f1127bf1ea91f8b71e02d4798a70bb99991"}, {file = "multidict-6.7.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d4f49cb5661344764e4c7c7973e92a47a59b8fc19b6523649ec9dc4960e58a03"}, {file = "multidict-6.7.1-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:a9fc4caa29e2e6ae408d1c450ac8bf19892c5fca83ee634ecd88a53332c59981"}, {file = "multidict-6.7.1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c5f0c21549ab432b57dcc82130f388d84ad8179824cc3f223d5e7cfbfd4143f6"}, {file = "multidict-6.7.1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:7dfb78d966b2c906ae1d28ccf6e6712a3cd04407ee5088cd276fe8cb42186190"}, {file = "multidict-6.7.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9b0d9b91d1aa44db9c1f1ecd0d9d2ae610b2f4f856448664e01a3b35899f3f92"}, {file = "multidict-6.7.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:dd96c01a9dcd4889dcfcf9eb5544ca0c77603f239e3ffab0524ec17aea9a93ee"}, {file = "multidict-6.7.1-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:067343c68cd6612d375710f895337b3a98a033c94f14b9a99eff902f205424e2"}, {file = "multidict-6.7.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:5884a04f4ff56c6120f6ccf703bdeb8b5079d808ba604d4d53aec0d55dc33568"}, {file = "multidict-6.7.1-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:8affcf1c98b82bc901702eb73b6947a1bfa170823c153fe8a47b5f5f02e48e40"}, {file = "multidict-6.7.1-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:0d17522c37d03e85c8098ec8431636309b2682cf12e58f4dbc76121fb50e4962"}, {file = "multidict-6.7.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:24c0cf81544ca5e17cfcb6e482e7a82cd475925242b308b890c9452a074d4505"}, {file = "multidict-6.7.1-cp310-cp310-win32.whl", hash = "sha256:d82dd730a95e6643802f4454b8fdecdf08667881a9c5670db85bc5a56693f122"}, {file = "multidict-6.7.1-cp310-cp310-win_amd64.whl", hash = "sha256:cf37cbe5ced48d417ba045aca1b21bafca67489452debcde94778a576666a1df"}, {file = "multidict-6.7.1-cp310-cp310-win_arm64.whl", hash = "sha256:59bc83d3f66b41dac1e7460aac1d196edc70c9ba3094965c467715a70ecb46db"}, {file = "multidict-6.7.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:7ff981b266af91d7b4b3793ca3382e53229088d193a85dfad6f5f4c27fc73e5d"}, {file = "multidict-6.7.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:844c5bca0b5444adb44a623fb0a1310c2f4cd41f402126bb269cd44c9b3f3e1e"}, {file = "multidict-6.7.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f2a0a924d4c2e9afcd7ec64f9de35fcd96915149b2216e1cb2c10a56df483855"}, {file = "multidict-6.7.1-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:8be1802715a8e892c784c0197c2ace276ea52702a0ede98b6310c8f255a5afb3"}, {file = "multidict-6.7.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:2e2d2ed645ea29f31c4c7ea1552fcfd7cb7ba656e1eafd4134a6620c9f5fdd9e"}, {file = "multidict-6.7.1-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:95922cee9a778659e91db6497596435777bd25ed116701a4c034f8e46544955a"}, {file = "multidict-6.7.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:6b83cabdc375ffaaa15edd97eb7c0c672ad788e2687004990074d7d6c9b140c8"}, {file = "multidict-6.7.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:38fb49540705369bab8484db0689d86c0a33a0a9f2c1b197f506b71b4b6c19b0"}, {file = "multidict-6.7.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:439cbebd499f92e9aa6793016a8acaa161dfa749ae86d20960189f5398a19144"}, {file = "multidict-6.7.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:6d3bc717b6fe763b8be3f2bee2701d3c8eb1b2a8ae9f60910f1b2860c82b6c49"}, {file = "multidict-6.7.1-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:619e5a1ac57986dbfec9f0b301d865dddf763696435e2962f6d9cf2fdff2bb71"}, {file = "multidict-6.7.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:0b38ebffd9be37c1170d33bc0f36f4f262e0a09bc1aac1c34c7aa51a7293f0b3"}, {file = "multidict-6.7.1-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:10ae39c9cfe6adedcdb764f5e8411d4a92b055e35573a2eaa88d3323289ef93c"}, {file = "multidict-6.7.1-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:25167cc263257660290fba06b9318d2026e3c910be240a146e1f66dd114af2b0"}, {file = "multidict-6.7.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:128441d052254f42989ef98b7b6a6ecb1e6f708aa962c7984235316db59f50fa"}, {file = "multidict-6.7.1-cp311-cp311-win32.whl", hash = "sha256:d62b7f64ffde3b99d06b707a280db04fb3855b55f5a06df387236051d0668f4a"}, {file = "multidict-6.7.1-cp311-cp311-win_amd64.whl", hash = "sha256:bdbf9f3b332abd0cdb306e7c2113818ab1e922dc84b8f8fd06ec89ed2a19ab8b"}, {file = "multidict-6.7.1-cp311-cp311-win_arm64.whl", hash = "sha256:b8c990b037d2fff2f4e33d3f21b9b531c5745b33a49a7d6dbe7a177266af44f6"}, {file = "multidict-6.7.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:a90f75c956e32891a4eda3639ce6dd86e87105271f43d43442a3aedf3cddf172"}, {file = "multidict-6.7.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:3fccb473e87eaa1382689053e4a4618e7ba7b9b9b8d6adf2027ee474597128cd"}, {file = "multidict-6.7.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:b0fa96985700739c4c7853a43c0b3e169360d6855780021bfc6d0f1ce7c123e7"}, {file = "multidict-6.7.1-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:cb2a55f408c3043e42b40cc8eecd575afa27b7e0b956dfb190de0f8499a57a53"}, {file = "multidict-6.7.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:eb0ce7b2a32d09892b3dd6cc44877a0d02a33241fafca5f25c8b6b62374f8b75"}, {file = "multidict-6.7.1-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:c3a32d23520ee37bf327d1e1a656fec76a2edd5c038bf43eddfa0572ec49c60b"}, {file = "multidict-6.7.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:9c90fed18bffc0189ba814749fdcc102b536e83a9f738a9003e569acd540a733"}, {file = "multidict-6.7.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:da62917e6076f512daccfbbde27f46fed1c98fee202f0559adec8ee0de67f71a"}, {file = "multidict-6.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bfde23ef6ed9db7eaee6c37dcec08524cb43903c60b285b172b6c094711b3961"}, {file = "multidict-6.7.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3758692429e4e32f1ba0df23219cd0b4fc0a52f476726fff9337d1a57676a582"}, {file = "multidict-6.7.1-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:398c1478926eca669f2fd6a5856b6de9c0acf23a2cb59a14c0ba5844fa38077e"}, {file = "multidict-6.7.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:c102791b1c4f3ab36ce4101154549105a53dc828f016356b3e3bcae2e3a039d3"}, {file = "multidict-6.7.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:a088b62bd733e2ad12c50dad01b7d0166c30287c166e137433d3b410add807a6"}, {file = "multidict-6.7.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:3d51ff4785d58d3f6c91bdbffcb5e1f7ddfda557727043aa20d20ec4f65e324a"}, {file = "multidict-6.7.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:fc5907494fccf3e7d3f94f95c91d6336b092b5fc83811720fae5e2765890dfba"}, {file = "multidict-6.7.1-cp312-cp312-win32.whl", hash = "sha256:28ca5ce2fd9716631133d0e9a9b9a745ad7f60bac2bccafb56aa380fc0b6c511"}, {file = "multidict-6.7.1-cp312-cp312-win_amd64.whl", hash = "sha256:fcee94dfbd638784645b066074b338bc9cc155d4b4bffa4adce1615c5a426c19"}, {file = "multidict-6.7.1-cp312-cp312-win_arm64.whl", hash = "sha256:ba0a9fb644d0c1a2194cf7ffb043bd852cea63a57f66fbd33959f7dae18517bf"}, {file = "multidict-6.7.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:2b41f5fed0ed563624f1c17630cb9941cf2309d4df00e494b551b5f3e3d67a23"}, {file = "multidict-6.7.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:84e61e3af5463c19b67ced91f6c634effb89ef8bfc5ca0267f954451ed4bb6a2"}, {file = "multidict-6.7.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:935434b9853c7c112eee7ac891bc4cb86455aa631269ae35442cb316790c1445"}, {file = "multidict-6.7.1-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:432feb25a1cb67fe82a9680b4d65fb542e4635cb3166cd9c01560651ad60f177"}, {file = "multidict-6.7.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e82d14e3c948952a1a85503817e038cba5905a3352de76b9a465075d072fba23"}, {file = "multidict-6.7.1-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:4cfb48c6ea66c83bcaaf7e4dfa7ec1b6bbcf751b7db85a328902796dfde4c060"}, {file = "multidict-6.7.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:1d540e51b7e8e170174555edecddbd5538105443754539193e3e1061864d444d"}, {file = "multidict-6.7.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:273d23f4b40f3dce4d6c8a821c741a86dec62cded82e1175ba3d99be128147ed"}, {file = "multidict-6.7.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9d624335fd4fa1c08a53f8b4be7676ebde19cd092b3895c421045ca87895b429"}, {file = "multidict-6.7.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:12fad252f8b267cc75b66e8fc51b3079604e8d43a75428ffe193cd9e2195dfd6"}, {file = "multidict-6.7.1-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:03ede2a6ffbe8ef936b92cb4529f27f42be7f56afcdab5ab739cd5f27fb1cbf9"}, {file = "multidict-6.7.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:90efbcf47dbe33dcf643a1e400d67d59abeac5db07dc3f27d6bdeae497a2198c"}, {file = "multidict-6.7.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:5c4b9bfc148f5a91be9244d6264c53035c8a0dcd2f51f1c3c6e30e30ebaa1c84"}, {file = "multidict-6.7.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:401c5a650f3add2472d1d288c26deebc540f99e2fb83e9525007a74cd2116f1d"}, {file = "multidict-6.7.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:97891f3b1b3ffbded884e2916cacf3c6fc87b66bb0dde46f7357404750559f33"}, {file = "multidict-6.7.1-cp313-cp313-win32.whl", hash = "sha256:e1c5988359516095535c4301af38d8a8838534158f649c05dd1050222321bcb3"}, {file = "multidict-6.7.1-cp313-cp313-win_amd64.whl", hash = "sha256:960c83bf01a95b12b08fd54324a4eb1d5b52c88932b5cba5d6e712bb3ed12eb5"}, {file = "multidict-6.7.1-cp313-cp313-win_arm64.whl", hash = "sha256:563fe25c678aaba333d5399408f5ec3c383ca5b663e7f774dd179a520b8144df"}, {file = "multidict-6.7.1-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:c76c4bec1538375dad9d452d246ca5368ad6e1c9039dadcf007ae59c70619ea1"}, {file = "multidict-6.7.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:57b46b24b5d5ebcc978da4ec23a819a9402b4228b8a90d9c656422b4bdd8a963"}, {file = "multidict-6.7.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:e954b24433c768ce78ab7929e84ccf3422e46deb45a4dc9f93438f8217fa2d34"}, {file = "multidict-6.7.1-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:3bd231490fa7217cc832528e1cd8752a96f0125ddd2b5749390f7c3ec8721b65"}, {file = "multidict-6.7.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:253282d70d67885a15c8a7716f3a73edf2d635793ceda8173b9ecc21f2fb8292"}, {file = "multidict-6.7.1-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:0b4c48648d7649c9335cf1927a8b87fa692de3dcb15faa676c6a6f1f1aabda43"}, {file = "multidict-6.7.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:98bc624954ec4d2c7cb074b8eefc2b5d0ce7d482e410df446414355d158fe4ca"}, {file = "multidict-6.7.1-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:1b99af4d9eec0b49927b4402bcbb58dea89d3e0db8806a4086117019939ad3dd"}, {file = "multidict-6.7.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6aac4f16b472d5b7dc6f66a0d49dd57b0e0902090be16594dc9ebfd3d17c47e7"}, {file = "multidict-6.7.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:21f830fe223215dffd51f538e78c172ed7c7f60c9b96a2bf05c4848ad49921c3"}, {file = "multidict-6.7.1-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:f5dd81c45b05518b9aa4da4aa74e1c93d715efa234fd3e8a179df611cc85e5f4"}, {file = "multidict-6.7.1-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:eb304767bca2bb92fb9c5bd33cedc95baee5bb5f6c88e63706533a1c06ad08c8"}, {file = "multidict-6.7.1-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:c9035dde0f916702850ef66460bc4239d89d08df4d02023a5926e7446724212c"}, {file = "multidict-6.7.1-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:af959b9beeb66c822380f222f0e0a1889331597e81f1ded7f374f3ecb0fd6c52"}, {file = "multidict-6.7.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:41f2952231456154ee479651491e94118229844dd7226541788be783be2b5108"}, {file = "multidict-6.7.1-cp313-cp313t-win32.whl", hash = "sha256:df9f19c28adcb40b6aae30bbaa1478c389efd50c28d541d76760199fc1037c32"}, {file = "multidict-6.7.1-cp313-cp313t-win_amd64.whl", hash = "sha256:d54ecf9f301853f2c5e802da559604b3e95bb7a3b01a9c295c6ee591b9882de8"}, {file = "multidict-6.7.1-cp313-cp313t-win_arm64.whl", hash = "sha256:5a37ca18e360377cfda1d62f5f382ff41f2b8c4ccb329ed974cc2e1643440118"}, {file = "multidict-6.7.1-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:8f333ec9c5eb1b7105e3b84b53141e66ca05a19a605368c55450b6ba208cb9ee"}, {file = "multidict-6.7.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:a407f13c188f804c759fc6a9f88286a565c242a76b27626594c133b82883b5c2"}, {file = "multidict-6.7.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:0e161ddf326db5577c3a4cc2d8648f81456e8a20d40415541587a71620d7a7d1"}, {file = "multidict-6.7.1-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:1e3a8bb24342a8201d178c3b4984c26ba81a577c80d4d525727427460a50c22d"}, {file = "multidict-6.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:97231140a50f5d447d3164f994b86a0bed7cd016e2682f8650d6a9158e14fd31"}, {file = "multidict-6.7.1-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:6b10359683bd8806a200fd2909e7c8ca3a7b24ec1d8132e483d58e791d881048"}, {file = "multidict-6.7.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:283ddac99f7ac25a4acadbf004cb5ae34480bbeb063520f70ce397b281859362"}, {file = "multidict-6.7.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:538cec1e18c067d0e6103aa9a74f9e832904c957adc260e61cd9d8cf0c3b3d37"}, {file = "multidict-6.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7eee46ccb30ff48a1e35bb818cc90846c6be2b68240e42a78599166722cea709"}, {file = "multidict-6.7.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:fa263a02f4f2dd2d11a7b1bb4362aa7cb1049f84a9235d31adf63f30143469a0"}, {file = "multidict-6.7.1-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:2e1425e2f99ec5bd36c15a01b690a1a2456209c5deed58f95469ffb46039ccbb"}, {file = "multidict-6.7.1-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:497394b3239fc6f0e13a78a3e1b61296e72bf1c5f94b4c4eb80b265c37a131cd"}, {file = "multidict-6.7.1-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:233b398c29d3f1b9676b4b6f75c518a06fcb2ea0b925119fb2c1bc35c05e1601"}, {file = "multidict-6.7.1-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:93b1818e4a6e0930454f0f2af7dfce69307ca03cdcfb3739bf4d91241967b6c1"}, {file = "multidict-6.7.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:f33dc2a3abe9249ea5d8360f969ec7f4142e7ac45ee7014d8f8d5acddf178b7b"}, {file = "multidict-6.7.1-cp314-cp314-win32.whl", hash = "sha256:3ab8b9d8b75aef9df299595d5388b14530839f6422333357af1339443cff777d"}, {file = "multidict-6.7.1-cp314-cp314-win_amd64.whl", hash = "sha256:5e01429a929600e7dab7b166062d9bb54a5eed752384c7384c968c2afab8f50f"}, {file = "multidict-6.7.1-cp314-cp314-win_arm64.whl", hash = "sha256:4885cb0e817aef5d00a2e8451d4665c1808378dc27c2705f1bf4ef8505c0d2e5"}, {file = "multidict-6.7.1-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:0458c978acd8e6ea53c81eefaddbbee9c6c5e591f41b3f5e8e194780fe026581"}, {file = "multidict-6.7.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:c0abd12629b0af3cf590982c0b413b1e7395cd4ec026f30986818ab95bfaa94a"}, {file = "multidict-6.7.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:14525a5f61d7d0c94b368a42cff4c9a4e7ba2d52e2672a7b23d84dc86fb02b0c"}, {file = "multidict-6.7.1-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:17307b22c217b4cf05033dabefe68255a534d637c6c9b0cc8382718f87be4262"}, {file = "multidict-6.7.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7a7e590ff876a3eaf1c02a4dfe0724b6e69a9e9de6d8f556816f29c496046e59"}, {file = "multidict-6.7.1-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:5fa6a95dfee63893d80a34758cd0e0c118a30b8dcb46372bf75106c591b77889"}, {file = "multidict-6.7.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a0543217a6a017692aa6ae5cc39adb75e587af0f3a82288b1492eb73dd6cc2a4"}, {file = "multidict-6.7.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:f99fe611c312b3c1c0ace793f92464d8cd263cc3b26b5721950d977b006b6c4d"}, {file = "multidict-6.7.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9004d8386d133b7e6135679424c91b0b854d2d164af6ea3f289f8f2761064609"}, {file = "multidict-6.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e628ef0e6859ffd8273c69412a2465c4be4a9517d07261b33334b5ec6f3c7489"}, {file = "multidict-6.7.1-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:841189848ba629c3552035a6a7f5bf3b02eb304e9fea7492ca220a8eda6b0e5c"}, {file = "multidict-6.7.1-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:ce1bbd7d780bb5a0da032e095c951f7014d6b0a205f8318308140f1a6aba159e"}, {file = "multidict-6.7.1-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:b26684587228afed0d50cf804cc71062cc9c1cdf55051c4c6345d372947b268c"}, {file = "multidict-6.7.1-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:9f9af11306994335398293f9958071019e3ab95e9a707dc1383a35613f6abcb9"}, {file = "multidict-6.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:b4938326284c4f1224178a560987b6cf8b4d38458b113d9b8c1db1a836e640a2"}, {file = "multidict-6.7.1-cp314-cp314t-win32.whl", hash = "sha256:98655c737850c064a65e006a3df7c997cd3b220be4ec8fe26215760b9697d4d7"}, {file = "multidict-6.7.1-cp314-cp314t-win_amd64.whl", hash = "sha256:497bde6223c212ba11d462853cfa4f0ae6ef97465033e7dc9940cdb3ab5b48e5"}, {file = "multidict-6.7.1-cp314-cp314t-win_arm64.whl", hash = "sha256:2bbd113e0d4af5db41d5ebfe9ccaff89de2120578164f86a5d17d5a576d1e5b2"}, {file = "multidict-6.7.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:65573858d27cdeaca41893185677dc82395159aa28875a8867af66532d413a8f"}, {file = "multidict-6.7.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c524c6fb8fc342793708ab111c4dbc90ff9abd568de220432500e47e990c0358"}, {file = "multidict-6.7.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:aa23b001d968faef416ff70dc0f1ab045517b9b42a90edd3e9bcdb06479e31d5"}, {file = "multidict-6.7.1-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:6704fa2b7453b2fb121740555fa1ee20cd98c4d011120caf4d2b8d4e7c76eec0"}, {file = "multidict-6.7.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:121a34e5bfa410cdf2c8c49716de160de3b1dbcd86b49656f5681e4543bcd1a8"}, {file = "multidict-6.7.1-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:026d264228bcd637d4e060844e39cdc60f86c479e463d49075dedc21b18fbbe0"}, {file = "multidict-6.7.1-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:0e697826df7eb63418ee190fd06ce9f1803593bb4b9517d08c60d9b9a7f69d8f"}, {file = "multidict-6.7.1-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:bb08271280173720e9fea9ede98e5231defcbad90f1624bea26f32ec8a956e2f"}, {file = "multidict-6.7.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c6b3228e1d80af737b72925ce5fb4daf5a335e49cd7ab77ed7b9fdfbf58c526e"}, {file = "multidict-6.7.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:3943debf0fbb57bdde5901695c11094a9a36723e5c03875f87718ee15ca2f4d2"}, {file = "multidict-6.7.1-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:98c5787b0a0d9a41d9311eae44c3b76e6753def8d8870ab501320efe75a6a5f8"}, {file = "multidict-6.7.1-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:08ccb2a6dc72009093ebe7f3f073e5ec5964cba9a706fa94b1a1484039b87941"}, {file = "multidict-6.7.1-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:eb351f72c26dc9abe338ca7294661aa22969ad8ffe7ef7d5541d19f368dc854a"}, {file = "multidict-6.7.1-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:ac1c665bad8b5d762f5f85ebe4d94130c26965f11de70c708c75671297c776de"}, {file = "multidict-6.7.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:1fa6609d0364f4f6f58351b4659a1f3e0e898ba2a8c5cac04cb2c7bc556b0bc5"}, {file = "multidict-6.7.1-cp39-cp39-win32.whl", hash = "sha256:6f77ce314a29263e67adadc7e7c1bc699fcb3a305059ab973d038f87caa42ed0"}, {file = "multidict-6.7.1-cp39-cp39-win_amd64.whl", hash = "sha256:f537b55778cd3cbee430abe3131255d3a78202e0f9ea7ffc6ada893a4bcaeea4"}, {file = "multidict-6.7.1-cp39-cp39-win_arm64.whl", hash = "sha256:749aa54f578f2e5f439538706a475aa844bfa8ef75854b1401e6e528e4937cf9"}, {file = "multidict-6.7.1-py3-none-any.whl", hash = "sha256:55d97cc6dae627efa6a6e548885712d4864b81110ac76fa4e534c03819fa4a56"}, {file = "multidict-6.7.1.tar.gz", hash = "sha256:ec6652a1bee61c53a3e5776b6049172c53b6aaba34f18c9ad04f82712bac623d"}, ] [[package]] name = "mypy" version = "1.19.1" description = "Optional static typing for Python" optional = false python-versions = ">=3.9" files = [ {file = "mypy-1.19.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5f05aa3d375b385734388e844bc01733bd33c644ab48e9684faa54e5389775ec"}, {file = "mypy-1.19.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:022ea7279374af1a5d78dfcab853fe6a536eebfda4b59deab53cd21f6cd9f00b"}, {file = "mypy-1.19.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ee4c11e460685c3e0c64a4c5de82ae143622410950d6be863303a1c4ba0e36d6"}, {file = "mypy-1.19.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:de759aafbae8763283b2ee5869c7255391fbc4de3ff171f8f030b5ec48381b74"}, {file = "mypy-1.19.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:ab43590f9cd5108f41aacf9fca31841142c786827a74ab7cc8a2eacb634e09a1"}, {file = "mypy-1.19.1-cp310-cp310-win_amd64.whl", hash = "sha256:2899753e2f61e571b3971747e302d5f420c3fd09650e1951e99f823bc3089dac"}, {file = "mypy-1.19.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d8dfc6ab58ca7dda47d9237349157500468e404b17213d44fc1cb77bce532288"}, {file = "mypy-1.19.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e3f276d8493c3c97930e354b2595a44a21348b320d859fb4a2b9f66da9ed27ab"}, {file = "mypy-1.19.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:2abb24cf3f17864770d18d673c85235ba52456b36a06b6afc1e07c1fdcd3d0e6"}, {file = "mypy-1.19.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a009ffa5a621762d0c926a078c2d639104becab69e79538a494bcccb62cc0331"}, {file = "mypy-1.19.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:f7cee03c9a2e2ee26ec07479f38ea9c884e301d42c6d43a19d20fb014e3ba925"}, {file = "mypy-1.19.1-cp311-cp311-win_amd64.whl", hash = "sha256:4b84a7a18f41e167f7995200a1d07a4a6810e89d29859df936f1c3923d263042"}, {file = "mypy-1.19.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:a8174a03289288c1f6c46d55cef02379b478bfbc8e358e02047487cad44c6ca1"}, {file = "mypy-1.19.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ffcebe56eb09ff0c0885e750036a095e23793ba6c2e894e7e63f6d89ad51f22e"}, {file = "mypy-1.19.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b64d987153888790bcdb03a6473d321820597ab8dd9243b27a92153c4fa50fd2"}, {file = "mypy-1.19.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c35d298c2c4bba75feb2195655dfea8124d855dfd7343bf8b8c055421eaf0cf8"}, {file = "mypy-1.19.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:34c81968774648ab5ac09c29a375fdede03ba253f8f8287847bd480782f73a6a"}, {file = "mypy-1.19.1-cp312-cp312-win_amd64.whl", hash = "sha256:b10e7c2cd7870ba4ad9b2d8a6102eb5ffc1f16ca35e3de6bfa390c1113029d13"}, {file = "mypy-1.19.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e3157c7594ff2ef1634ee058aafc56a82db665c9438fd41b390f3bde1ab12250"}, {file = "mypy-1.19.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:bdb12f69bcc02700c2b47e070238f42cb87f18c0bc1fc4cdb4fb2bc5fd7a3b8b"}, {file = "mypy-1.19.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f859fb09d9583a985be9a493d5cfc5515b56b08f7447759a0c5deaf68d80506e"}, {file = "mypy-1.19.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c9a6538e0415310aad77cb94004ca6482330fece18036b5f360b62c45814c4ef"}, {file = "mypy-1.19.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:da4869fc5e7f62a88f3fe0b5c919d1d9f7ea3cef92d3689de2823fd27e40aa75"}, {file = "mypy-1.19.1-cp313-cp313-win_amd64.whl", hash = "sha256:016f2246209095e8eda7538944daa1d60e1e8134d98983b9fc1e92c1fc0cb8dd"}, {file = "mypy-1.19.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:06e6170bd5836770e8104c8fdd58e5e725cfeb309f0a6c681a811f557e97eac1"}, {file = "mypy-1.19.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:804bd67b8054a85447c8954215a906d6eff9cabeabe493fb6334b24f4bfff718"}, {file = "mypy-1.19.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:21761006a7f497cb0d4de3d8ef4ca70532256688b0523eee02baf9eec895e27b"}, {file = "mypy-1.19.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:28902ee51f12e0f19e1e16fbe2f8f06b6637f482c459dd393efddd0ec7f82045"}, {file = "mypy-1.19.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:481daf36a4c443332e2ae9c137dfee878fcea781a2e3f895d54bd3002a900957"}, {file = "mypy-1.19.1-cp314-cp314-win_amd64.whl", hash = "sha256:8bb5c6f6d043655e055be9b542aa5f3bdd30e4f3589163e85f93f3640060509f"}, {file = "mypy-1.19.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:7bcfc336a03a1aaa26dfce9fff3e287a3ba99872a157561cbfcebe67c13308e3"}, {file = "mypy-1.19.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:b7951a701c07ea584c4fe327834b92a30825514c868b1f69c30445093fdd9d5a"}, {file = "mypy-1.19.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b13cfdd6c87fc3efb69ea4ec18ef79c74c3f98b4e5498ca9b85ab3b2c2329a67"}, {file = "mypy-1.19.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4f28f99c824ecebcdaa2e55d82953e38ff60ee5ec938476796636b86afa3956e"}, {file = "mypy-1.19.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:c608937067d2fc5a4dd1a5ce92fd9e1398691b8c5d012d66e1ddd430e9244376"}, {file = "mypy-1.19.1-cp39-cp39-win_amd64.whl", hash = "sha256:409088884802d511ee52ca067707b90c883426bd95514e8cfda8281dc2effe24"}, {file = "mypy-1.19.1-py3-none-any.whl", hash = "sha256:f1235f5ea01b7db5468d53ece6aaddf1ad0b88d9e7462b86ef96fe04995d7247"}, {file = "mypy-1.19.1.tar.gz", hash = "sha256:19d88bb05303fe63f71dd2c6270daca27cb9401c4ca8255fe50d1d920e0eb9ba"}, ] [package.dependencies] librt = {version = ">=0.6.2", markers = "platform_python_implementation != \"PyPy\""} mypy_extensions = ">=1.0.0" pathspec = ">=0.9.0" typing_extensions = ">=4.6.0" [package.extras] dmypy = ["psutil (>=4.0)"] faster-cache = ["orjson"] install-types = ["pip"] mypyc = ["setuptools (>=50)"] reports = ["lxml"] [[package]] name = "mypy-extensions" version = "1.1.0" description = "Type system extensions for programs checked with the mypy type checker." optional = false python-versions = ">=3.8" files = [ {file = "mypy_extensions-1.1.0-py3-none-any.whl", hash = "sha256:1be4cccdb0f2482337c4743e60421de3a356cd97508abadd57d47403e94f5505"}, {file = "mypy_extensions-1.1.0.tar.gz", hash = "sha256:52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558"}, ] [[package]] name = "nltk" version = "3.9.3" description = "Natural Language Toolkit" optional = false python-versions = ">=3.10" files = [ {file = "nltk-3.9.3-py3-none-any.whl", hash = "sha256:60b3db6e9995b3dd976b1f0fa7dec22069b2677e759c28eb69b62ddd44870522"}, {file = "nltk-3.9.3.tar.gz", hash = "sha256:cb5945d6424a98d694c2b9a0264519fab4363711065a46aa0ae7a2195b92e71f"}, ] [package.dependencies] click = "*" joblib = "*" regex = ">=2021.8.3" tqdm = "*" [package.extras] all = ["matplotlib", "numpy", "pyparsing", "python-crfsuite", "requests", "scikit-learn", "scipy", "twython"] corenlp = ["requests"] machine-learning = ["numpy", "python-crfsuite", "scikit-learn", "scipy"] plot = ["matplotlib"] tgrep = ["pyparsing"] twitter = ["twython"] [[package]] name = "nodeenv" version = "1.10.0" description = "Node.js virtual environment builder" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ {file = "nodeenv-1.10.0-py2.py3-none-any.whl", hash = "sha256:5bb13e3eed2923615535339b3c620e76779af4cb4c6a90deccc9e36b274d3827"}, {file = "nodeenv-1.10.0.tar.gz", hash = "sha256:996c191ad80897d076bdfba80a41994c2b47c68e224c542b48feba42ba00f8bb"}, ] [[package]] name = "orjson" version = "3.11.7" description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy" optional = false python-versions = ">=3.10" files = [ {file = "orjson-3.11.7-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:a02c833f38f36546ba65a452127633afce4cf0dd7296b753d3bb54e55e5c0174"}, {file = "orjson-3.11.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b63c6e6738d7c3470ad01601e23376aa511e50e1f3931395b9f9c722406d1a67"}, {file = "orjson-3.11.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:043d3006b7d32c7e233b8cfb1f01c651013ea079e08dcef7189a29abd8befe11"}, {file = "orjson-3.11.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:57036b27ac8a25d81112eb0cc9835cd4833c5b16e1467816adc0015f59e870dc"}, {file = "orjson-3.11.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:733ae23ada68b804b222c44affed76b39e30806d38660bf1eb200520d259cc16"}, {file = "orjson-3.11.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5fdfad2093bdd08245f2e204d977facd5f871c88c4a71230d5bcbd0e43bf6222"}, {file = "orjson-3.11.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cededd6738e1c153530793998e31c05086582b08315db48ab66649768f326baa"}, {file = "orjson-3.11.7-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:14f440c7268c8f8633d1b3d443a434bd70cb15686117ea6beff8fdc8f5917a1e"}, {file = "orjson-3.11.7-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:3a2479753bbb95b0ebcf7969f562cdb9668e6d12416a35b0dda79febf89cdea2"}, {file = "orjson-3.11.7-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:71924496986275a737f38e3f22b4e0878882b3f7a310d2ff4dc96e812789120c"}, {file = "orjson-3.11.7-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:b4a9eefdc70bf8bf9857f0290f973dec534ac84c35cd6a7f4083be43e7170a8f"}, {file = "orjson-3.11.7-cp310-cp310-win32.whl", hash = "sha256:ae9e0b37a834cef7ce8f99de6498f8fad4a2c0bf6bfc3d02abd8ed56aa15b2de"}, {file = "orjson-3.11.7-cp310-cp310-win_amd64.whl", hash = "sha256:d772afdb22555f0c58cfc741bdae44180122b3616faa1ecadb595cd526e4c993"}, {file = "orjson-3.11.7-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:9487abc2c2086e7c8eb9a211d2ce8855bae0e92586279d0d27b341d5ad76c85c"}, {file = "orjson-3.11.7-cp311-cp311-macosx_15_0_arm64.whl", hash = "sha256:79cacb0b52f6004caf92405a7e1f11e6e2de8bdf9019e4f76b44ba045125cd6b"}, {file = "orjson-3.11.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c2e85fe4698b6a56d5e2ebf7ae87544d668eb6bde1ad1226c13f44663f20ec9e"}, {file = "orjson-3.11.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b8d14b71c0b12963fe8a62aac87119f1afdf4cb88a400f61ca5ae581449efcb5"}, {file = "orjson-3.11.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:91c81ef070c8f3220054115e1ef468b1c9ce8497b4e526cb9f68ab4dc0a7ac62"}, {file = "orjson-3.11.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:411ebaf34d735e25e358a6d9e7978954a9c9d58cfb47bc6683cdc3964cd2f910"}, {file = "orjson-3.11.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a16bcd08ab0bcdfc7e8801d9c4a9cc17e58418e4d48ddc6ded4e9e4b1a94062b"}, {file = "orjson-3.11.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c0b51672e466fd7e56230ffbae7f1639e18d0ce023351fb75da21b71bc2c960"}, {file = "orjson-3.11.7-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:136dcd6a2e796dfd9ffca9fc027d778567b0b7c9968d092842d3c323cef88aa8"}, {file = "orjson-3.11.7-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:7ba61079379b0ae29e117db13bda5f28d939766e410d321ec1624afc6a0b0504"}, {file = "orjson-3.11.7-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:0527a4510c300e3b406591b0ba69b5dc50031895b0a93743526a3fc45f59d26e"}, {file = "orjson-3.11.7-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a709e881723c9b18acddcfb8ba357322491ad553e277cf467e1e7e20e2d90561"}, {file = "orjson-3.11.7-cp311-cp311-win32.whl", hash = "sha256:c43b8b5bab288b6b90dac410cca7e986a4fa747a2e8f94615aea407da706980d"}, {file = "orjson-3.11.7-cp311-cp311-win_amd64.whl", hash = "sha256:6543001328aa857187f905308a028935864aefe9968af3848401b6fe80dbb471"}, {file = "orjson-3.11.7-cp311-cp311-win_arm64.whl", hash = "sha256:1ee5cc7160a821dfe14f130bc8e63e7611051f964b463d9e2a3a573204446a4d"}, {file = "orjson-3.11.7-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:bd03ea7606833655048dab1a00734a2875e3e86c276e1d772b2a02556f0d895f"}, {file = "orjson-3.11.7-cp312-cp312-macosx_15_0_arm64.whl", hash = "sha256:89e440ebc74ce8ab5c7bc4ce6757b4a6b1041becb127df818f6997b5c71aa60b"}, {file = "orjson-3.11.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5ede977b5fe5ac91b1dffc0a517ca4542d2ec8a6a4ff7b2652d94f640796342a"}, {file = "orjson-3.11.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b7b1dae39230a393df353827c855a5f176271c23434cfd2db74e0e424e693e10"}, {file = "orjson-3.11.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ed46f17096e28fb28d2975834836a639af7278aa87c84f68ab08fbe5b8bd75fa"}, {file = "orjson-3.11.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3726be79e36e526e3d9c1aceaadbfb4a04ee80a72ab47b3f3c17fefb9812e7b8"}, {file = "orjson-3.11.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0724e265bc548af1dedebd9cb3d24b4e1c1e685a343be43e87ba922a5c5fff2f"}, {file = "orjson-3.11.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e7745312efa9e11c17fbd3cb3097262d079da26930ae9ae7ba28fb738367cbad"}, {file = "orjson-3.11.7-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:f904c24bdeabd4298f7a977ef14ca2a022ca921ed670b92ecd16ab6f3d01f867"}, {file = "orjson-3.11.7-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:b9fc4d0f81f394689e0814617aadc4f2ea0e8025f38c226cbf22d3b5ddbf025d"}, {file = "orjson-3.11.7-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:849e38203e5be40b776ed2718e587faf204d184fc9a008ae441f9442320c0cab"}, {file = "orjson-3.11.7-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:4682d1db3bcebd2b64757e0ddf9e87ae5f00d29d16c5cdf3a62f561d08cc3dd2"}, {file = "orjson-3.11.7-cp312-cp312-win32.whl", hash = "sha256:f4f7c956b5215d949a1f65334cf9d7612dde38f20a95f2315deef167def91a6f"}, {file = "orjson-3.11.7-cp312-cp312-win_amd64.whl", hash = "sha256:bf742e149121dc5648ba0a08ea0871e87b660467ef168a3a5e53bc1fbd64bb74"}, {file = "orjson-3.11.7-cp312-cp312-win_arm64.whl", hash = "sha256:26c3b9132f783b7d7903bf1efb095fed8d4a3a85ec0d334ee8beff3d7a4749d5"}, {file = "orjson-3.11.7-cp313-cp313-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:1d98b30cc1313d52d4af17d9c3d307b08389752ec5f2e5febdfada70b0f8c733"}, {file = "orjson-3.11.7-cp313-cp313-macosx_15_0_arm64.whl", hash = "sha256:d897e81f8d0cbd2abb82226d1860ad2e1ab3ff16d7b08c96ca00df9d45409ef4"}, {file = "orjson-3.11.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:814be4b49b228cfc0b3c565acf642dd7d13538f966e3ccde61f4f55be3e20785"}, {file = "orjson-3.11.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d06e5c5fed5caedd2e540d62e5b1c25e8c82431b9e577c33537e5fa4aa909539"}, {file = "orjson-3.11.7-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:31c80ce534ac4ea3739c5ee751270646cbc46e45aea7576a38ffec040b4029a1"}, {file = "orjson-3.11.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f50979824bde13d32b4320eedd513431c921102796d86be3eee0b58e58a3ecd1"}, {file = "orjson-3.11.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9e54f3808e2b6b945078c41aa8d9b5834b28c50843846e97807e5adb75fa9705"}, {file = "orjson-3.11.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a12b80df61aab7b98b490fe9e4879925ba666fccdfcd175252ce4d9035865ace"}, {file = "orjson-3.11.7-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:996b65230271f1a97026fd0e6a753f51fbc0c335d2ad0c6201f711b0da32693b"}, {file = "orjson-3.11.7-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:ab49d4b2a6a1d415ddb9f37a21e02e0d5dbfe10b7870b21bf779fc21e9156157"}, {file = "orjson-3.11.7-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:390a1dce0c055ddf8adb6aa94a73b45a4a7d7177b5c584b8d1c1947f2ba60fb3"}, {file = "orjson-3.11.7-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:1eb80451a9c351a71dfaf5b7ccc13ad065405217726b59fdbeadbcc544f9d223"}, {file = "orjson-3.11.7-cp313-cp313-win32.whl", hash = "sha256:7477aa6a6ec6139c5cb1cc7b214643592169a5494d200397c7fc95d740d5fcf3"}, {file = "orjson-3.11.7-cp313-cp313-win_amd64.whl", hash = "sha256:b9f95dcdea9d4f805daa9ddf02617a89e484c6985fa03055459f90e87d7a0757"}, {file = "orjson-3.11.7-cp313-cp313-win_arm64.whl", hash = "sha256:800988273a014a0541483dc81021247d7eacb0c845a9d1a34a422bc718f41539"}, {file = "orjson-3.11.7-cp314-cp314-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:de0a37f21d0d364954ad5de1970491d7fbd0fb1ef7417d4d56a36dc01ba0c0a0"}, {file = "orjson-3.11.7-cp314-cp314-macosx_15_0_arm64.whl", hash = "sha256:c2428d358d85e8da9d37cba18b8c4047c55222007a84f97156a5b22028dfbfc0"}, {file = "orjson-3.11.7-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3c4bc6c6ac52cdaa267552544c73e486fecbd710b7ac09bc024d5a78555a22f6"}, {file = "orjson-3.11.7-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:bd0d68edd7dfca1b2eca9361a44ac9f24b078de3481003159929a0573f21a6bf"}, {file = "orjson-3.11.7-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:623ad1b9548ef63886319c16fa317848e465a21513b31a6ad7b57443c3e0dcf5"}, {file = "orjson-3.11.7-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6e776b998ac37c0396093d10290e60283f59cfe0fc3fccbd0ccc4bd04dd19892"}, {file = "orjson-3.11.7-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:652c6c3af76716f4a9c290371ba2e390ede06f6603edb277b481daf37f6f464e"}, {file = "orjson-3.11.7-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a56df3239294ea5964adf074c54bcc4f0ccd21636049a2cf3ca9cf03b5d03cf1"}, {file = "orjson-3.11.7-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:bda117c4148e81f746655d5a3239ae9bd00cb7bc3ca178b5fc5a5997e9744183"}, {file = "orjson-3.11.7-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:23d6c20517a97a9daf1d48b580fcdc6f0516c6f4b5038823426033690b4d2650"}, {file = "orjson-3.11.7-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:8ff206156006da5b847c9304b6308a01e8cdbc8cce824e2779a5ba71c3def141"}, {file = "orjson-3.11.7-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:962d046ee1765f74a1da723f4b33e3b228fe3a48bd307acce5021dfefe0e29b2"}, {file = "orjson-3.11.7-cp314-cp314-win32.whl", hash = "sha256:89e13dd3f89f1c38a9c9eba5fbf7cdc2d1feca82f5f290864b4b7a6aac704576"}, {file = "orjson-3.11.7-cp314-cp314-win_amd64.whl", hash = "sha256:845c3e0d8ded9c9271cd79596b9b552448b885b97110f628fb687aee2eed11c1"}, {file = "orjson-3.11.7-cp314-cp314-win_arm64.whl", hash = "sha256:4a2e9c5be347b937a2e0203866f12bba36082e89b402ddb9e927d5822e43088d"}, {file = "orjson-3.11.7.tar.gz", hash = "sha256:9b1a67243945819ce55d24a30b59d6a168e86220452d2c96f4d1f093e71c0c49"}, ] [[package]] name = "packaging" version = "26.0" description = "Core utilities for Python packages" optional = false python-versions = ">=3.8" files = [ {file = "packaging-26.0-py3-none-any.whl", hash = "sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529"}, {file = "packaging-26.0.tar.gz", hash = "sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4"}, ] [[package]] name = "pathspec" version = "1.0.4" description = "Utility library for gitignore style pattern matching of file paths." optional = false python-versions = ">=3.9" files = [ {file = "pathspec-1.0.4-py3-none-any.whl", hash = "sha256:fb6ae2fd4e7c921a165808a552060e722767cfa526f99ca5156ed2ce45a5c723"}, {file = "pathspec-1.0.4.tar.gz", hash = "sha256:0210e2ae8a21a9137c0d470578cb0e595af87edaa6ebf12ff176f14a02e0e645"}, ] [package.extras] hyperscan = ["hyperscan (>=0.7)"] optional = ["typing-extensions (>=4)"] re2 = ["google-re2 (>=1.1)"] tests = ["pytest (>=9)", "typing-extensions (>=4.15)"] [[package]] name = "platformdirs" version = "4.9.2" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." optional = false python-versions = ">=3.10" files = [ {file = "platformdirs-4.9.2-py3-none-any.whl", hash = "sha256:9170634f126f8efdae22fb58ae8a0eaa86f38365bc57897a6c4f781d1f5875bd"}, {file = "platformdirs-4.9.2.tar.gz", hash = "sha256:9a33809944b9db043ad67ca0db94b14bf452cc6aeaac46a88ea55b26e2e9d291"}, ] [[package]] name = "pluggy" version = "1.6.0" description = "plugin and hook calling mechanisms for python" optional = false python-versions = ">=3.9" files = [ {file = "pluggy-1.6.0-py3-none-any.whl", hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746"}, {file = "pluggy-1.6.0.tar.gz", hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3"}, ] [package.extras] dev = ["pre-commit", "tox"] testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "pre-commit" version = "4.5.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.10" files = [ {file = "pre_commit-4.5.1-py2.py3-none-any.whl", hash = "sha256:3b3afd891e97337708c1674210f8eba659b52a38ea5f822ff142d10786221f77"}, {file = "pre_commit-4.5.1.tar.gz", hash = "sha256:eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"}, ] [package.dependencies] cfgv = ">=2.0.0" identify = ">=1.0.0" nodeenv = ">=0.11.1" pyyaml = ">=5.1" virtualenv = ">=20.10.0" [[package]] name = "pre-commit-hooks" version = "6.0.0" description = "Some out-of-the-box hooks for pre-commit." optional = false python-versions = ">=3.9" files = [ {file = "pre_commit_hooks-6.0.0-py2.py3-none-any.whl", hash = "sha256:76161b76d321d2f8ee2a8e0b84c30ee8443e01376121fd1c90851e33e3bd7ee2"}, {file = "pre_commit_hooks-6.0.0.tar.gz", hash = "sha256:76d8370c006f5026cdd638a397a678d26dda735a3c88137e05885a020f824034"}, ] [package.dependencies] "ruamel.yaml" = ">=0.15" [[package]] name = "propcache" version = "0.4.1" description = "Accelerated property cache" optional = false python-versions = ">=3.9" files = [ {file = "propcache-0.4.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7c2d1fa3201efaf55d730400d945b5b3ab6e672e100ba0f9a409d950ab25d7db"}, {file = "propcache-0.4.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1eb2994229cc8ce7fe9b3db88f5465f5fd8651672840b2e426b88cdb1a30aac8"}, {file = "propcache-0.4.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:66c1f011f45a3b33d7bcb22daed4b29c0c9e2224758b6be00686731e1b46f925"}, {file = "propcache-0.4.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9a52009f2adffe195d0b605c25ec929d26b36ef986ba85244891dee3b294df21"}, {file = "propcache-0.4.1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5d4e2366a9c7b837555cf02fb9be2e3167d333aff716332ef1b7c3a142ec40c5"}, {file = "propcache-0.4.1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:9d2b6caef873b4f09e26ea7e33d65f42b944837563a47a94719cc3544319a0db"}, {file = "propcache-0.4.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2b16ec437a8c8a965ecf95739448dd938b5c7f56e67ea009f4300d8df05f32b7"}, {file = "propcache-0.4.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:296f4c8ed03ca7476813fe666c9ea97869a8d7aec972618671b33a38a5182ef4"}, {file = "propcache-0.4.1-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:1f0978529a418ebd1f49dad413a2b68af33f85d5c5ca5c6ca2a3bed375a7ac60"}, {file = "propcache-0.4.1-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:fd138803047fb4c062b1c1dd95462f5209456bfab55c734458f15d11da288f8f"}, {file = "propcache-0.4.1-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:8c9b3cbe4584636d72ff556d9036e0c9317fa27b3ac1f0f558e7e84d1c9c5900"}, {file = "propcache-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:f93243fdc5657247533273ac4f86ae106cc6445a0efacb9a1bfe982fcfefd90c"}, {file = "propcache-0.4.1-cp310-cp310-win32.whl", hash = "sha256:a0ee98db9c5f80785b266eb805016e36058ac72c51a064040f2bc43b61101cdb"}, {file = "propcache-0.4.1-cp310-cp310-win_amd64.whl", hash = "sha256:1cdb7988c4e5ac7f6d175a28a9aa0c94cb6f2ebe52756a3c0cda98d2809a9e37"}, {file = "propcache-0.4.1-cp310-cp310-win_arm64.whl", hash = "sha256:d82ad62b19645419fe79dd63b3f9253e15b30e955c0170e5cebc350c1844e581"}, {file = "propcache-0.4.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:60a8fda9644b7dfd5dece8c61d8a85e271cb958075bfc4e01083c148b61a7caf"}, {file = "propcache-0.4.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c30b53e7e6bda1d547cabb47c825f3843a0a1a42b0496087bb58d8fedf9f41b5"}, {file = "propcache-0.4.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6918ecbd897443087a3b7cd978d56546a812517dcaaca51b49526720571fa93e"}, {file = "propcache-0.4.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3d902a36df4e5989763425a8ab9e98cd8ad5c52c823b34ee7ef307fd50582566"}, {file = "propcache-0.4.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a9695397f85973bb40427dedddf70d8dc4a44b22f1650dd4af9eedf443d45165"}, {file = "propcache-0.4.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2bb07ffd7eaad486576430c89f9b215f9e4be68c4866a96e97db9e97fead85dc"}, {file = "propcache-0.4.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fd6f30fdcf9ae2a70abd34da54f18da086160e4d7d9251f81f3da0ff84fc5a48"}, {file = "propcache-0.4.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:fc38cba02d1acba4e2869eef1a57a43dfbd3d49a59bf90dda7444ec2be6a5570"}, {file = "propcache-0.4.1-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:67fad6162281e80e882fb3ec355398cf72864a54069d060321f6cd0ade95fe85"}, {file = "propcache-0.4.1-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:f10207adf04d08bec185bae14d9606a1444715bc99180f9331c9c02093e1959e"}, {file = "propcache-0.4.1-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:e9b0d8d0845bbc4cfcdcbcdbf5086886bc8157aa963c31c777ceff7846c77757"}, {file = "propcache-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:981333cb2f4c1896a12f4ab92a9cc8f09ea664e9b7dbdc4eff74627af3a11c0f"}, {file = "propcache-0.4.1-cp311-cp311-win32.whl", hash = "sha256:f1d2f90aeec838a52f1c1a32fe9a619fefd5e411721a9117fbf82aea638fe8a1"}, {file = "propcache-0.4.1-cp311-cp311-win_amd64.whl", hash = "sha256:364426a62660f3f699949ac8c621aad6977be7126c5807ce48c0aeb8e7333ea6"}, {file = "propcache-0.4.1-cp311-cp311-win_arm64.whl", hash = "sha256:e53f3a38d3510c11953f3e6a33f205c6d1b001129f972805ca9b42fc308bc239"}, {file = "propcache-0.4.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:e153e9cd40cc8945138822807139367f256f89c6810c2634a4f6902b52d3b4e2"}, {file = "propcache-0.4.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:cd547953428f7abb73c5ad82cbb32109566204260d98e41e5dfdc682eb7f8403"}, {file = "propcache-0.4.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f048da1b4f243fc44f205dfd320933a951b8d89e0afd4c7cacc762a8b9165207"}, {file = "propcache-0.4.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ec17c65562a827bba85e3872ead335f95405ea1674860d96483a02f5c698fa72"}, {file = "propcache-0.4.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:405aac25c6394ef275dee4c709be43745d36674b223ba4eb7144bf4d691b7367"}, {file = "propcache-0.4.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:0013cb6f8dde4b2a2f66903b8ba740bdfe378c943c4377a200551ceb27f379e4"}, {file = "propcache-0.4.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:15932ab57837c3368b024473a525e25d316d8353016e7cc0e5ba9eb343fbb1cf"}, {file = "propcache-0.4.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:031dce78b9dc099f4c29785d9cf5577a3faf9ebf74ecbd3c856a7b92768c3df3"}, {file = "propcache-0.4.1-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:ab08df6c9a035bee56e31af99be621526bd237bea9f32def431c656b29e41778"}, {file = "propcache-0.4.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:4d7af63f9f93fe593afbf104c21b3b15868efb2c21d07d8732c0c4287e66b6a6"}, {file = "propcache-0.4.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:cfc27c945f422e8b5071b6e93169679e4eb5bf73bbcbf1ba3ae3a83d2f78ebd9"}, {file = "propcache-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:35c3277624a080cc6ec6f847cbbbb5b49affa3598c4535a0a4682a697aaa5c75"}, {file = "propcache-0.4.1-cp312-cp312-win32.whl", hash = "sha256:671538c2262dadb5ba6395e26c1731e1d52534bfe9ae56d0b5573ce539266aa8"}, {file = "propcache-0.4.1-cp312-cp312-win_amd64.whl", hash = "sha256:cb2d222e72399fcf5890d1d5cc1060857b9b236adff2792ff48ca2dfd46c81db"}, {file = "propcache-0.4.1-cp312-cp312-win_arm64.whl", hash = "sha256:204483131fb222bdaaeeea9f9e6c6ed0cac32731f75dfc1d4a567fc1926477c1"}, {file = "propcache-0.4.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:43eedf29202c08550aac1d14e0ee619b0430aaef78f85864c1a892294fbc28cf"}, {file = "propcache-0.4.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:d62cdfcfd89ccb8de04e0eda998535c406bf5e060ffd56be6c586cbcc05b3311"}, {file = "propcache-0.4.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:cae65ad55793da34db5f54e4029b89d3b9b9490d8abe1b4c7ab5d4b8ec7ebf74"}, {file = "propcache-0.4.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:333ddb9031d2704a301ee3e506dc46b1fe5f294ec198ed6435ad5b6a085facfe"}, {file = "propcache-0.4.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:fd0858c20f078a32cf55f7e81473d96dcf3b93fd2ccdb3d40fdf54b8573df3af"}, {file = "propcache-0.4.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:678ae89ebc632c5c204c794f8dab2837c5f159aeb59e6ed0539500400577298c"}, {file = "propcache-0.4.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d472aeb4fbf9865e0c6d622d7f4d54a4e101a89715d8904282bb5f9a2f476c3f"}, {file = "propcache-0.4.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4d3df5fa7e36b3225954fba85589da77a0fe6a53e3976de39caf04a0db4c36f1"}, {file = "propcache-0.4.1-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:ee17f18d2498f2673e432faaa71698032b0127ebf23ae5974eeaf806c279df24"}, {file = "propcache-0.4.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:580e97762b950f993ae618e167e7be9256b8353c2dcd8b99ec100eb50f5286aa"}, {file = "propcache-0.4.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:501d20b891688eb8e7aa903021f0b72d5a55db40ffaab27edefd1027caaafa61"}, {file = "propcache-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9a0bd56e5b100aef69bd8562b74b46254e7c8812918d3baa700c8a8009b0af66"}, {file = "propcache-0.4.1-cp313-cp313-win32.whl", hash = "sha256:bcc9aaa5d80322bc2fb24bb7accb4a30f81e90ab8d6ba187aec0744bc302ad81"}, {file = "propcache-0.4.1-cp313-cp313-win_amd64.whl", hash = "sha256:381914df18634f5494334d201e98245c0596067504b9372d8cf93f4bb23e025e"}, {file = "propcache-0.4.1-cp313-cp313-win_arm64.whl", hash = "sha256:8873eb4460fd55333ea49b7d189749ecf6e55bf85080f11b1c4530ed3034cba1"}, {file = "propcache-0.4.1-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:92d1935ee1f8d7442da9c0c4fa7ac20d07e94064184811b685f5c4fada64553b"}, {file = "propcache-0.4.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:473c61b39e1460d386479b9b2f337da492042447c9b685f28be4f74d3529e566"}, {file = "propcache-0.4.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:c0ef0aaafc66fbd87842a3fe3902fd889825646bc21149eafe47be6072725835"}, {file = "propcache-0.4.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f95393b4d66bfae908c3ca8d169d5f79cd65636ae15b5e7a4f6e67af675adb0e"}, {file = "propcache-0.4.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c07fda85708bc48578467e85099645167a955ba093be0a2dcba962195676e859"}, {file = "propcache-0.4.1-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:af223b406d6d000830c6f65f1e6431783fc3f713ba3e6cc8c024d5ee96170a4b"}, {file = "propcache-0.4.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a78372c932c90ee474559c5ddfffd718238e8673c340dc21fe45c5b8b54559a0"}, {file = "propcache-0.4.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:564d9f0d4d9509e1a870c920a89b2fec951b44bf5ba7d537a9e7c1ccec2c18af"}, {file = "propcache-0.4.1-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:17612831fda0138059cc5546f4d12a2aacfb9e47068c06af35c400ba58ba7393"}, {file = "propcache-0.4.1-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:41a89040cb10bd345b3c1a873b2bf36413d48da1def52f268a055f7398514874"}, {file = "propcache-0.4.1-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:e35b88984e7fa64aacecea39236cee32dd9bd8c55f57ba8a75cf2399553f9bd7"}, {file = "propcache-0.4.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:6f8b465489f927b0df505cbe26ffbeed4d6d8a2bbc61ce90eb074ff129ef0ab1"}, {file = "propcache-0.4.1-cp313-cp313t-win32.whl", hash = "sha256:2ad890caa1d928c7c2965b48f3a3815c853180831d0e5503d35cf00c472f4717"}, {file = "propcache-0.4.1-cp313-cp313t-win_amd64.whl", hash = "sha256:f7ee0e597f495cf415bcbd3da3caa3bd7e816b74d0d52b8145954c5e6fd3ff37"}, {file = "propcache-0.4.1-cp313-cp313t-win_arm64.whl", hash = "sha256:929d7cbe1f01bb7baffb33dc14eb5691c95831450a26354cd210a8155170c93a"}, {file = "propcache-0.4.1-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:3f7124c9d820ba5548d431afb4632301acf965db49e666aa21c305cbe8c6de12"}, {file = "propcache-0.4.1-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:c0d4b719b7da33599dfe3b22d3db1ef789210a0597bc650b7cee9c77c2be8c5c"}, {file = "propcache-0.4.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:9f302f4783709a78240ebc311b793f123328716a60911d667e0c036bc5dcbded"}, {file = "propcache-0.4.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c80ee5802e3fb9ea37938e7eecc307fb984837091d5fd262bb37238b1ae97641"}, {file = "propcache-0.4.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ed5a841e8bb29a55fb8159ed526b26adc5bdd7e8bd7bf793ce647cb08656cdf4"}, {file = "propcache-0.4.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:55c72fd6ea2da4c318e74ffdf93c4fe4e926051133657459131a95c846d16d44"}, {file = "propcache-0.4.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8326e144341460402713f91df60ade3c999d601e7eb5ff8f6f7862d54de0610d"}, {file = "propcache-0.4.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:060b16ae65bc098da7f6d25bf359f1f31f688384858204fe5d652979e0015e5b"}, {file = "propcache-0.4.1-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:89eb3fa9524f7bec9de6e83cf3faed9d79bffa560672c118a96a171a6f55831e"}, {file = "propcache-0.4.1-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:dee69d7015dc235f526fe80a9c90d65eb0039103fe565776250881731f06349f"}, {file = "propcache-0.4.1-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:5558992a00dfd54ccbc64a32726a3357ec93825a418a401f5cc67df0ac5d9e49"}, {file = "propcache-0.4.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:c9b822a577f560fbd9554812526831712c1436d2c046cedee4c3796d3543b144"}, {file = "propcache-0.4.1-cp314-cp314-win32.whl", hash = "sha256:ab4c29b49d560fe48b696cdcb127dd36e0bc2472548f3bf56cc5cb3da2b2984f"}, {file = "propcache-0.4.1-cp314-cp314-win_amd64.whl", hash = "sha256:5a103c3eb905fcea0ab98be99c3a9a5ab2de60228aa5aceedc614c0281cf6153"}, {file = "propcache-0.4.1-cp314-cp314-win_arm64.whl", hash = "sha256:74c1fb26515153e482e00177a1ad654721bf9207da8a494a0c05e797ad27b992"}, {file = "propcache-0.4.1-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:824e908bce90fb2743bd6b59db36eb4f45cd350a39637c9f73b1c1ea66f5b75f"}, {file = "propcache-0.4.1-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:c2b5e7db5328427c57c8e8831abda175421b709672f6cfc3d630c3b7e2146393"}, {file = "propcache-0.4.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:6f6ff873ed40292cd4969ef5310179afd5db59fdf055897e282485043fc80ad0"}, {file = "propcache-0.4.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:49a2dc67c154db2c1463013594c458881a069fcf98940e61a0569016a583020a"}, {file = "propcache-0.4.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:005f08e6a0529984491e37d8dbc3dd86f84bd78a8ceb5fa9a021f4c48d4984be"}, {file = "propcache-0.4.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5c3310452e0d31390da9035c348633b43d7e7feb2e37be252be6da45abd1abcc"}, {file = "propcache-0.4.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4c3c70630930447f9ef1caac7728c8ad1c56bc5015338b20fed0d08ea2480b3a"}, {file = "propcache-0.4.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:8e57061305815dfc910a3634dcf584f08168a8836e6999983569f51a8544cd89"}, {file = "propcache-0.4.1-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:521a463429ef54143092c11a77e04056dd00636f72e8c45b70aaa3140d639726"}, {file = "propcache-0.4.1-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:120c964da3fdc75e3731aa392527136d4ad35868cc556fd09bb6d09172d9a367"}, {file = "propcache-0.4.1-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:d8f353eb14ee3441ee844ade4277d560cdd68288838673273b978e3d6d2c8f36"}, {file = "propcache-0.4.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:ab2943be7c652f09638800905ee1bab2c544e537edb57d527997a24c13dc1455"}, {file = "propcache-0.4.1-cp314-cp314t-win32.whl", hash = "sha256:05674a162469f31358c30bcaa8883cb7829fa3110bf9c0991fe27d7896c42d85"}, {file = "propcache-0.4.1-cp314-cp314t-win_amd64.whl", hash = "sha256:990f6b3e2a27d683cb7602ed6c86f15ee6b43b1194736f9baaeb93d0016633b1"}, {file = "propcache-0.4.1-cp314-cp314t-win_arm64.whl", hash = "sha256:ecef2343af4cc68e05131e45024ba34f6095821988a9d0a02aa7c73fcc448aa9"}, {file = "propcache-0.4.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:3d233076ccf9e450c8b3bc6720af226b898ef5d051a2d145f7d765e6e9f9bcff"}, {file = "propcache-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:357f5bb5c377a82e105e44bd3d52ba22b616f7b9773714bff93573988ef0a5fb"}, {file = "propcache-0.4.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:cbc3b6dfc728105b2a57c06791eb07a94229202ea75c59db644d7d496b698cac"}, {file = "propcache-0.4.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:182b51b421f0501952d938dc0b0eb45246a5b5153c50d42b495ad5fb7517c888"}, {file = "propcache-0.4.1-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:4b536b39c5199b96fc6245eb5fb796c497381d3942f169e44e8e392b29c9ebcc"}, {file = "propcache-0.4.1-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:db65d2af507bbfbdcedb254a11149f894169d90488dd3e7190f7cdcb2d6cd57a"}, {file = "propcache-0.4.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fd2dbc472da1f772a4dae4fa24be938a6c544671a912e30529984dd80400cd88"}, {file = "propcache-0.4.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:daede9cd44e0f8bdd9e6cc9a607fc81feb80fae7a5fc6cecaff0e0bb32e42d00"}, {file = "propcache-0.4.1-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:71b749281b816793678ae7f3d0d84bd36e694953822eaad408d682efc5ca18e0"}, {file = "propcache-0.4.1-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:0002004213ee1f36cfb3f9a42b5066100c44276b9b72b4e1504cddd3d692e86e"}, {file = "propcache-0.4.1-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:fe49d0a85038f36ba9e3ffafa1103e61170b28e95b16622e11be0a0ea07c6781"}, {file = "propcache-0.4.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:99d43339c83aaf4d32bda60928231848eee470c6bda8d02599cc4cebe872d183"}, {file = "propcache-0.4.1-cp39-cp39-win32.whl", hash = "sha256:a129e76735bc792794d5177069691c3217898b9f5cee2b2661471e52ffe13f19"}, {file = "propcache-0.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:948dab269721ae9a87fd16c514a0a2c2a1bdb23a9a61b969b0f9d9ee2968546f"}, {file = "propcache-0.4.1-cp39-cp39-win_arm64.whl", hash = "sha256:5fd37c406dd6dc85aa743e214cef35dc54bbdd1419baac4f6ae5e5b1a2976938"}, {file = "propcache-0.4.1-py3-none-any.whl", hash = "sha256:af2a6052aeb6cf17d3e46ee169099044fd8224cbaf75c76a2ef596e8163e2237"}, {file = "propcache-0.4.1.tar.gz", hash = "sha256:f48107a8c637e80362555f37ecf49abe20370e557cc4ab374f04ec4423c97c3d"}, ] [[package]] name = "pycparser" version = "3.0" description = "C parser in Python" optional = false python-versions = ">=3.10" files = [ {file = "pycparser-3.0-py3-none-any.whl", hash = "sha256:b727414169a36b7d524c1c3e31839a521725078d7b2ff038656844266160a992"}, {file = "pycparser-3.0.tar.gz", hash = "sha256:600f49d217304a5902ac3c37e1281c9fe94e4d0489de643a9504c5cdfdfc6b29"}, ] [[package]] name = "pydantic" version = "2.12.5" description = "Data validation using Python type hints" optional = false python-versions = ">=3.9" files = [ {file = "pydantic-2.12.5-py3-none-any.whl", hash = "sha256:e561593fccf61e8a20fc46dfc2dfe075b8be7d0188df33f221ad1f0139180f9d"}, {file = "pydantic-2.12.5.tar.gz", hash = "sha256:4d351024c75c0f085a9febbb665ce8c0c6ec5d30e903bdb6394b7ede26aebb49"}, ] [package.dependencies] annotated-types = ">=0.6.0" pydantic-core = "2.41.5" typing-extensions = ">=4.14.1" typing-inspection = ">=0.4.2" [package.extras] email = ["email-validator (>=2.0.0)"] timezone = ["tzdata"] [[package]] name = "pydantic-core" version = "2.41.5" description = "Core functionality for Pydantic validation and serialization" optional = false python-versions = ">=3.9" files = [ {file = "pydantic_core-2.41.5-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:77b63866ca88d804225eaa4af3e664c5faf3568cea95360d21f4725ab6e07146"}, {file = "pydantic_core-2.41.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:dfa8a0c812ac681395907e71e1274819dec685fec28273a28905df579ef137e2"}, {file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5921a4d3ca3aee735d9fd163808f5e8dd6c6972101e4adbda9a4667908849b97"}, {file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e25c479382d26a2a41b7ebea1043564a937db462816ea07afa8a44c0866d52f9"}, {file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f547144f2966e1e16ae626d8ce72b4cfa0caedc7fa28052001c94fb2fcaa1c52"}, {file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6f52298fbd394f9ed112d56f3d11aabd0d5bd27beb3084cc3d8ad069483b8941"}, {file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:100baa204bb412b74fe285fb0f3a385256dad1d1879f0a5cb1499ed2e83d132a"}, {file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:05a2c8852530ad2812cb7914dc61a1125dc4e06252ee98e5638a12da6cc6fb6c"}, {file = "pydantic_core-2.41.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:29452c56df2ed968d18d7e21f4ab0ac55e71dc59524872f6fc57dcf4a3249ed2"}, {file = "pydantic_core-2.41.5-cp310-cp310-musllinux_1_1_armv7l.whl", hash = "sha256:d5160812ea7a8a2ffbe233d8da666880cad0cbaf5d4de74ae15c313213d62556"}, {file = "pydantic_core-2.41.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:df3959765b553b9440adfd3c795617c352154e497a4eaf3752555cfb5da8fc49"}, {file = "pydantic_core-2.41.5-cp310-cp310-win32.whl", hash = "sha256:1f8d33a7f4d5a7889e60dc39856d76d09333d8a6ed0f5f1190635cbec70ec4ba"}, {file = "pydantic_core-2.41.5-cp310-cp310-win_amd64.whl", hash = "sha256:62de39db01b8d593e45871af2af9e497295db8d73b085f6bfd0b18c83c70a8f9"}, {file = "pydantic_core-2.41.5-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:a3a52f6156e73e7ccb0f8cced536adccb7042be67cb45f9562e12b319c119da6"}, {file = "pydantic_core-2.41.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7f3bf998340c6d4b0c9a2f02d6a400e51f123b59565d74dc60d252ce888c260b"}, {file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:378bec5c66998815d224c9ca994f1e14c0c21cb95d2f52b6021cc0b2a58f2a5a"}, {file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e7b576130c69225432866fe2f4a469a85a54ade141d96fd396dffcf607b558f8"}, {file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6cb58b9c66f7e4179a2d5e0f849c48eff5c1fca560994d6eb6543abf955a149e"}, {file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:88942d3a3dff3afc8288c21e565e476fc278902ae4d6d134f1eeda118cc830b1"}, {file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f31d95a179f8d64d90f6831d71fa93290893a33148d890ba15de25642c5d075b"}, {file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c1df3d34aced70add6f867a8cf413e299177e0c22660cc767218373d0779487b"}, {file = "pydantic_core-2.41.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:4009935984bd36bd2c774e13f9a09563ce8de4abaa7226f5108262fa3e637284"}, {file = "pydantic_core-2.41.5-cp311-cp311-musllinux_1_1_armv7l.whl", hash = "sha256:34a64bc3441dc1213096a20fe27e8e128bd3ff89921706e83c0b1ac971276594"}, {file = "pydantic_core-2.41.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:c9e19dd6e28fdcaa5a1de679aec4141f691023916427ef9bae8584f9c2fb3b0e"}, {file = "pydantic_core-2.41.5-cp311-cp311-win32.whl", hash = "sha256:2c010c6ded393148374c0f6f0bf89d206bf3217f201faa0635dcd56bd1520f6b"}, {file = "pydantic_core-2.41.5-cp311-cp311-win_amd64.whl", hash = "sha256:76ee27c6e9c7f16f47db7a94157112a2f3a00e958bc626e2f4ee8bec5c328fbe"}, {file = "pydantic_core-2.41.5-cp311-cp311-win_arm64.whl", hash = "sha256:4bc36bbc0b7584de96561184ad7f012478987882ebf9f9c389b23f432ea3d90f"}, {file = "pydantic_core-2.41.5-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:f41a7489d32336dbf2199c8c0a215390a751c5b014c2c1c5366e817202e9cdf7"}, {file = "pydantic_core-2.41.5-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:070259a8818988b9a84a449a2a7337c7f430a22acc0859c6b110aa7212a6d9c0"}, {file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e96cea19e34778f8d59fe40775a7a574d95816eb150850a85a7a4c8f4b94ac69"}, {file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ed2e99c456e3fadd05c991f8f437ef902e00eedf34320ba2b0842bd1c3ca3a75"}, {file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:65840751b72fbfd82c3c640cff9284545342a4f1eb1586ad0636955b261b0b05"}, {file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e536c98a7626a98feb2d3eaf75944ef6f3dbee447e1f841eae16f2f0a72d8ddc"}, {file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eceb81a8d74f9267ef4081e246ffd6d129da5d87e37a77c9bde550cb04870c1c"}, {file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d38548150c39b74aeeb0ce8ee1d8e82696f4a4e16ddc6de7b1d8823f7de4b9b5"}, {file = "pydantic_core-2.41.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:c23e27686783f60290e36827f9c626e63154b82b116d7fe9adba1fda36da706c"}, {file = "pydantic_core-2.41.5-cp312-cp312-musllinux_1_1_armv7l.whl", hash = "sha256:482c982f814460eabe1d3bb0adfdc583387bd4691ef00b90575ca0d2b6fe2294"}, {file = "pydantic_core-2.41.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:bfea2a5f0b4d8d43adf9d7b8bf019fb46fdd10a2e5cde477fbcb9d1fa08c68e1"}, {file = "pydantic_core-2.41.5-cp312-cp312-win32.whl", hash = "sha256:b74557b16e390ec12dca509bce9264c3bbd128f8a2c376eaa68003d7f327276d"}, {file = "pydantic_core-2.41.5-cp312-cp312-win_amd64.whl", hash = "sha256:1962293292865bca8e54702b08a4f26da73adc83dd1fcf26fbc875b35d81c815"}, {file = "pydantic_core-2.41.5-cp312-cp312-win_arm64.whl", hash = "sha256:1746d4a3d9a794cacae06a5eaaccb4b8643a131d45fbc9af23e353dc0a5ba5c3"}, {file = "pydantic_core-2.41.5-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:941103c9be18ac8daf7b7adca8228f8ed6bb7a1849020f643b3a14d15b1924d9"}, {file = "pydantic_core-2.41.5-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:112e305c3314f40c93998e567879e887a3160bb8689ef3d2c04b6cc62c33ac34"}, {file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0cbaad15cb0c90aa221d43c00e77bb33c93e8d36e0bf74760cd00e732d10a6a0"}, {file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:03ca43e12fab6023fc79d28ca6b39b05f794ad08ec2feccc59a339b02f2b3d33"}, {file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dc799088c08fa04e43144b164feb0c13f9a0bc40503f8df3e9fde58a3c0c101e"}, {file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:97aeba56665b4c3235a0e52b2c2f5ae9cd071b8a8310ad27bddb3f7fb30e9aa2"}, {file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:406bf18d345822d6c21366031003612b9c77b3e29ffdb0f612367352aab7d586"}, {file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b93590ae81f7010dbe380cdeab6f515902ebcbefe0b9327cc4804d74e93ae69d"}, {file = "pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:01a3d0ab748ee531f4ea6c3e48ad9dac84ddba4b0d82291f87248f2f9de8d740"}, {file = "pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_armv7l.whl", hash = "sha256:6561e94ba9dacc9c61bce40e2d6bdc3bfaa0259d3ff36ace3b1e6901936d2e3e"}, {file = "pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:915c3d10f81bec3a74fbd4faebe8391013ba61e5a1a8d48c4455b923bdda7858"}, {file = "pydantic_core-2.41.5-cp313-cp313-win32.whl", hash = "sha256:650ae77860b45cfa6e2cdafc42618ceafab3a2d9a3811fcfbd3bbf8ac3c40d36"}, {file = "pydantic_core-2.41.5-cp313-cp313-win_amd64.whl", hash = "sha256:79ec52ec461e99e13791ec6508c722742ad745571f234ea6255bed38c6480f11"}, {file = "pydantic_core-2.41.5-cp313-cp313-win_arm64.whl", hash = "sha256:3f84d5c1b4ab906093bdc1ff10484838aca54ef08de4afa9de0f5f14d69639cd"}, {file = "pydantic_core-2.41.5-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:3f37a19d7ebcdd20b96485056ba9e8b304e27d9904d233d7b1015db320e51f0a"}, {file = "pydantic_core-2.41.5-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:1d1d9764366c73f996edd17abb6d9d7649a7eb690006ab6adbda117717099b14"}, {file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25e1c2af0fce638d5f1988b686f3b3ea8cd7de5f244ca147c777769e798a9cd1"}, {file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:506d766a8727beef16b7adaeb8ee6217c64fc813646b424d0804d67c16eddb66"}, {file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4819fa52133c9aa3c387b3328f25c1facc356491e6135b459f1de698ff64d869"}, {file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2b761d210c9ea91feda40d25b4efe82a1707da2ef62901466a42492c028553a2"}, {file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:22f0fb8c1c583a3b6f24df2470833b40207e907b90c928cc8d3594b76f874375"}, {file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2782c870e99878c634505236d81e5443092fba820f0373997ff75f90f68cd553"}, {file = "pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:0177272f88ab8312479336e1d777f6b124537d47f2123f89cb37e0accea97f90"}, {file = "pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_armv7l.whl", hash = "sha256:63510af5e38f8955b8ee5687740d6ebf7c2a0886d15a6d65c32814613681bc07"}, {file = "pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:e56ba91f47764cc14f1daacd723e3e82d1a89d783f0f5afe9c364b8bb491ccdb"}, {file = "pydantic_core-2.41.5-cp314-cp314-win32.whl", hash = "sha256:aec5cf2fd867b4ff45b9959f8b20ea3993fc93e63c7363fe6851424c8a7e7c23"}, {file = "pydantic_core-2.41.5-cp314-cp314-win_amd64.whl", hash = "sha256:8e7c86f27c585ef37c35e56a96363ab8de4e549a95512445b85c96d3e2f7c1bf"}, {file = "pydantic_core-2.41.5-cp314-cp314-win_arm64.whl", hash = "sha256:e672ba74fbc2dc8eea59fb6d4aed6845e6905fc2a8afe93175d94a83ba2a01a0"}, {file = "pydantic_core-2.41.5-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:8566def80554c3faa0e65ac30ab0932b9e3a5cd7f8323764303d468e5c37595a"}, {file = "pydantic_core-2.41.5-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:b80aa5095cd3109962a298ce14110ae16b8c1aece8b72f9dafe81cf597ad80b3"}, {file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3006c3dd9ba34b0c094c544c6006cc79e87d8612999f1a5d43b769b89181f23c"}, {file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:72f6c8b11857a856bcfa48c86f5368439f74453563f951e473514579d44aa612"}, {file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5cb1b2f9742240e4bb26b652a5aeb840aa4b417c7748b6f8387927bc6e45e40d"}, {file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bd3d54f38609ff308209bd43acea66061494157703364ae40c951f83ba99a1a9"}, {file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2ff4321e56e879ee8d2a879501c8e469414d948f4aba74a2d4593184eb326660"}, {file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d0d2568a8c11bf8225044aa94409e21da0cb09dcdafe9ecd10250b2baad531a9"}, {file = "pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_aarch64.whl", hash = "sha256:a39455728aabd58ceabb03c90e12f71fd30fa69615760a075b9fec596456ccc3"}, {file = "pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_armv7l.whl", hash = "sha256:239edca560d05757817c13dc17c50766136d21f7cd0fac50295499ae24f90fdf"}, {file = "pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_x86_64.whl", hash = "sha256:2a5e06546e19f24c6a96a129142a75cee553cc018ffee48a460059b1185f4470"}, {file = "pydantic_core-2.41.5-cp314-cp314t-win32.whl", hash = "sha256:b4ececa40ac28afa90871c2cc2b9ffd2ff0bf749380fbdf57d165fd23da353aa"}, {file = "pydantic_core-2.41.5-cp314-cp314t-win_amd64.whl", hash = "sha256:80aa89cad80b32a912a65332f64a4450ed00966111b6615ca6816153d3585a8c"}, {file = "pydantic_core-2.41.5-cp314-cp314t-win_arm64.whl", hash = "sha256:35b44f37a3199f771c3eaa53051bc8a70cd7b54f333531c59e29fd4db5d15008"}, {file = "pydantic_core-2.41.5-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:8bfeaf8735be79f225f3fefab7f941c712aaca36f1128c9d7e2352ee1aa87bdf"}, {file = "pydantic_core-2.41.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:346285d28e4c8017da95144c7f3acd42740d637ff41946af5ce6e5e420502dd5"}, {file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a75dafbf87d6276ddc5b2bf6fae5254e3d0876b626eb24969a574fff9149ee5d"}, {file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7b93a4d08587e2b7e7882de461e82b6ed76d9026ce91ca7915e740ecc7855f60"}, {file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e8465ab91a4bd96d36dde3263f06caa6a8a6019e4113f24dc753d79a8b3a3f82"}, {file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:299e0a22e7ae2b85c1a57f104538b2656e8ab1873511fd718a1c1c6f149b77b5"}, {file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:707625ef0983fcfb461acfaf14de2067c5942c6bb0f3b4c99158bed6fedd3cf3"}, {file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f41eb9797986d6ebac5e8edff36d5cef9de40def462311b3eb3eeded1431e425"}, {file = "pydantic_core-2.41.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0384e2e1021894b1ff5a786dbf94771e2986ebe2869533874d7e43bc79c6f504"}, {file = "pydantic_core-2.41.5-cp39-cp39-musllinux_1_1_armv7l.whl", hash = "sha256:f0cd744688278965817fd0839c4a4116add48d23890d468bc436f78beb28abf5"}, {file = "pydantic_core-2.41.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:753e230374206729bf0a807954bcc6c150d3743928a73faffee51ac6557a03c3"}, {file = "pydantic_core-2.41.5-cp39-cp39-win32.whl", hash = "sha256:873e0d5b4fb9b89ef7c2d2a963ea7d02879d9da0da8d9d4933dee8ee86a8b460"}, {file = "pydantic_core-2.41.5-cp39-cp39-win_amd64.whl", hash = "sha256:e4f4a984405e91527a0d62649ee21138f8e3d0ef103be488c1dc11a80d7f184b"}, {file = "pydantic_core-2.41.5-graalpy311-graalpy242_311_native-macosx_10_12_x86_64.whl", hash = "sha256:b96d5f26b05d03cc60f11a7761a5ded1741da411e7fe0909e27a5e6a0cb7b034"}, {file = "pydantic_core-2.41.5-graalpy311-graalpy242_311_native-macosx_11_0_arm64.whl", hash = "sha256:634e8609e89ceecea15e2d61bc9ac3718caaaa71963717bf3c8f38bfde64242c"}, {file = "pydantic_core-2.41.5-graalpy311-graalpy242_311_native-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:93e8740d7503eb008aa2df04d3b9735f845d43ae845e6dcd2be0b55a2da43cd2"}, {file = "pydantic_core-2.41.5-graalpy311-graalpy242_311_native-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f15489ba13d61f670dcc96772e733aad1a6f9c429cc27574c6cdaed82d0146ad"}, {file = "pydantic_core-2.41.5-graalpy312-graalpy250_312_native-macosx_10_12_x86_64.whl", hash = "sha256:7da7087d756b19037bc2c06edc6c170eeef3c3bafcb8f532ff17d64dc427adfd"}, {file = "pydantic_core-2.41.5-graalpy312-graalpy250_312_native-macosx_11_0_arm64.whl", hash = "sha256:aabf5777b5c8ca26f7824cb4a120a740c9588ed58df9b2d196ce92fba42ff8dc"}, {file = "pydantic_core-2.41.5-graalpy312-graalpy250_312_native-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c007fe8a43d43b3969e8469004e9845944f1a80e6acd47c150856bb87f230c56"}, {file = "pydantic_core-2.41.5-graalpy312-graalpy250_312_native-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:76d0819de158cd855d1cbb8fcafdf6f5cf1eb8e470abe056d5d161106e38062b"}, {file = "pydantic_core-2.41.5-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:b5819cd790dbf0c5eb9f82c73c16b39a65dd6dd4d1439dcdea7816ec9adddab8"}, {file = "pydantic_core-2.41.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:5a4e67afbc95fa5c34cf27d9089bca7fcab4e51e57278d710320a70b956d1b9a"}, {file = "pydantic_core-2.41.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ece5c59f0ce7d001e017643d8d24da587ea1f74f6993467d85ae8a5ef9d4f42b"}, {file = "pydantic_core-2.41.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:16f80f7abe3351f8ea6858914ddc8c77e02578544a0ebc15b4c2e1a0e813b0b2"}, {file = "pydantic_core-2.41.5-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:33cb885e759a705b426baada1fe68cbb0a2e68e34c5d0d0289a364cf01709093"}, {file = "pydantic_core-2.41.5-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:c8d8b4eb992936023be7dee581270af5c6e0697a8559895f527f5b7105ecd36a"}, {file = "pydantic_core-2.41.5-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:242a206cd0318f95cd21bdacff3fcc3aab23e79bba5cac3db5a841c9ef9c6963"}, {file = "pydantic_core-2.41.5-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:d3a978c4f57a597908b7e697229d996d77a6d3c94901e9edee593adada95ce1a"}, {file = "pydantic_core-2.41.5-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:b2379fa7ed44ddecb5bfe4e48577d752db9fc10be00a6b7446e9663ba143de26"}, {file = "pydantic_core-2.41.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:266fb4cbf5e3cbd0b53669a6d1b039c45e3ce651fd5442eff4d07c2cc8d66808"}, {file = "pydantic_core-2.41.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:58133647260ea01e4d0500089a8c4f07bd7aa6ce109682b1426394988d8aaacc"}, {file = "pydantic_core-2.41.5-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:287dad91cfb551c363dc62899a80e9e14da1f0e2b6ebde82c806612ca2a13ef1"}, {file = "pydantic_core-2.41.5-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:03b77d184b9eb40240ae9fd676ca364ce1085f203e1b1256f8ab9984dca80a84"}, {file = "pydantic_core-2.41.5-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:a668ce24de96165bb239160b3d854943128f4334822900534f2fe947930e5770"}, {file = "pydantic_core-2.41.5-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:f14f8f046c14563f8eb3f45f499cc658ab8d10072961e07225e507adb700e93f"}, {file = "pydantic_core-2.41.5-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:56121965f7a4dc965bff783d70b907ddf3d57f6eba29b6d2e5dabfaf07799c51"}, {file = "pydantic_core-2.41.5.tar.gz", hash = "sha256:08daa51ea16ad373ffd5e7606252cc32f07bc72b28284b6bc9c6df804816476e"}, ] [package.dependencies] typing-extensions = ">=4.14.1" [[package]] name = "pygments" version = "2.19.2" description = "Pygments is a syntax highlighting package written in Python." optional = false python-versions = ">=3.8" files = [ {file = "pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b"}, {file = "pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"}, ] [package.extras] windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" version = "4.0.4" description = "python code static checker" optional = false python-versions = ">=3.10.0" files = [ {file = "pylint-4.0.4-py3-none-any.whl", hash = "sha256:63e06a37d5922555ee2c20963eb42559918c20bd2b21244e4ef426e7c43b92e0"}, {file = "pylint-4.0.4.tar.gz", hash = "sha256:d9b71674e19b1c36d79265b5887bf8e55278cbe236c9e95d22dc82cf044fdbd2"}, ] [package.dependencies] astroid = ">=4.0.2,<=4.1.dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = {version = ">=0.3.7", markers = "python_version >= \"3.12\""} isort = ">=5,<5.13 || >5.13,<8" mccabe = ">=0.6,<0.8" platformdirs = ">=2.2" tomlkit = ">=0.10.1" [package.extras] spelling = ["pyenchant (>=3.2,<4.0)"] testutils = ["gitpython (>3)"] [[package]] name = "pytest" version = "9.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" files = [ {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, ] [package.dependencies] colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} iniconfig = ">=1.0.1" packaging = ">=22" pluggy = ">=1.5,<2" pygments = ">=2.7.2" [package.extras] dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-asyncio" version = "1.3.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.10" files = [ {file = "pytest_asyncio-1.3.0-py3-none-any.whl", hash = "sha256:611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5"}, {file = "pytest_asyncio-1.3.0.tar.gz", hash = "sha256:d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5"}, ] [package.dependencies] pytest = ">=8.2,<10" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" version = "7.0.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" files = [ {file = "pytest_cov-7.0.0-py3-none-any.whl", hash = "sha256:3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861"}, {file = "pytest_cov-7.0.0.tar.gz", hash = "sha256:33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1"}, ] [package.dependencies] coverage = {version = ">=7.10.6", extras = ["toml"]} pluggy = ">=1.2" pytest = ">=7" [package.extras] testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pyyaml" version = "6.0.3" description = "YAML parser and emitter for Python" optional = false python-versions = ">=3.8" files = [ {file = "PyYAML-6.0.3-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:c2514fceb77bc5e7a2f7adfaa1feb2fb311607c9cb518dbc378688ec73d8292f"}, {file = "PyYAML-6.0.3-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9c57bb8c96f6d1808c030b1687b9b5fb476abaa47f0db9c0101f5e9f394e97f4"}, {file = "PyYAML-6.0.3-cp38-cp38-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:efd7b85f94a6f21e4932043973a7ba2613b059c4a000551892ac9f1d11f5baf3"}, {file = "PyYAML-6.0.3-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:22ba7cfcad58ef3ecddc7ed1db3409af68d023b7f940da23c6c2a1890976eda6"}, {file = "PyYAML-6.0.3-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:6344df0d5755a2c9a276d4473ae6b90647e216ab4757f8426893b5dd2ac3f369"}, {file = "PyYAML-6.0.3-cp38-cp38-win32.whl", hash = "sha256:3ff07ec89bae51176c0549bc4c63aa6202991da2d9a6129d7aef7f1407d3f295"}, {file = "PyYAML-6.0.3-cp38-cp38-win_amd64.whl", hash = "sha256:5cf4e27da7e3fbed4d6c3d8e797387aaad68102272f8f9752883bc32d61cb87b"}, {file = "pyyaml-6.0.3-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:214ed4befebe12df36bcc8bc2b64b396ca31be9304b8f59e25c11cf94a4c033b"}, {file = "pyyaml-6.0.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:02ea2dfa234451bbb8772601d7b8e426c2bfa197136796224e50e35a78777956"}, {file = "pyyaml-6.0.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b30236e45cf30d2b8e7b3e85881719e98507abed1011bf463a8fa23e9c3e98a8"}, {file = "pyyaml-6.0.3-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:66291b10affd76d76f54fad28e22e51719ef9ba22b29e1d7d03d6777a9174198"}, {file = "pyyaml-6.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9c7708761fccb9397fe64bbc0395abcae8c4bf7b0eac081e12b809bf47700d0b"}, {file = "pyyaml-6.0.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:418cf3f2111bc80e0933b2cd8cd04f286338bb88bdc7bc8e6dd775ebde60b5e0"}, {file = "pyyaml-6.0.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:5e0b74767e5f8c593e8c9b5912019159ed0533c70051e9cce3e8b6aa699fcd69"}, {file = "pyyaml-6.0.3-cp310-cp310-win32.whl", hash = "sha256:28c8d926f98f432f88adc23edf2e6d4921ac26fb084b028c733d01868d19007e"}, {file = "pyyaml-6.0.3-cp310-cp310-win_amd64.whl", hash = "sha256:bdb2c67c6c1390b63c6ff89f210c8fd09d9a1217a465701eac7316313c915e4c"}, {file = "pyyaml-6.0.3-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:44edc647873928551a01e7a563d7452ccdebee747728c1080d881d68af7b997e"}, {file = "pyyaml-6.0.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:652cb6edd41e718550aad172851962662ff2681490a8a711af6a4d288dd96824"}, {file = "pyyaml-6.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:10892704fc220243f5305762e276552a0395f7beb4dbf9b14ec8fd43b57f126c"}, {file = "pyyaml-6.0.3-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:850774a7879607d3a6f50d36d04f00ee69e7fc816450e5f7e58d7f17f1ae5c00"}, {file = "pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b8bb0864c5a28024fac8a632c443c87c5aa6f215c0b126c449ae1a150412f31d"}, {file = "pyyaml-6.0.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1d37d57ad971609cf3c53ba6a7e365e40660e3be0e5175fa9f2365a379d6095a"}, {file = "pyyaml-6.0.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:37503bfbfc9d2c40b344d06b2199cf0e96e97957ab1c1b546fd4f87e53e5d3e4"}, {file = "pyyaml-6.0.3-cp311-cp311-win32.whl", hash = "sha256:8098f252adfa6c80ab48096053f512f2321f0b998f98150cea9bd23d83e1467b"}, {file = "pyyaml-6.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:9f3bfb4965eb874431221a3ff3fdcddc7e74e3b07799e0e84ca4a0f867d449bf"}, {file = "pyyaml-6.0.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:7f047e29dcae44602496db43be01ad42fc6f1cc0d8cd6c83d342306c32270196"}, {file = "pyyaml-6.0.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:fc09d0aa354569bc501d4e787133afc08552722d3ab34836a80547331bb5d4a0"}, {file = "pyyaml-6.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9149cad251584d5fb4981be1ecde53a1ca46c891a79788c0df828d2f166bda28"}, {file = "pyyaml-6.0.3-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5fdec68f91a0c6739b380c83b951e2c72ac0197ace422360e6d5a959d8d97b2c"}, {file = "pyyaml-6.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ba1cc08a7ccde2d2ec775841541641e4548226580ab850948cbfda66a1befcdc"}, {file = "pyyaml-6.0.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8dc52c23056b9ddd46818a57b78404882310fb473d63f17b07d5c40421e47f8e"}, {file = "pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:41715c910c881bc081f1e8872880d3c650acf13dfa8214bad49ed4cede7c34ea"}, {file = "pyyaml-6.0.3-cp312-cp312-win32.whl", hash = "sha256:96b533f0e99f6579b3d4d4995707cf36df9100d67e0c8303a0c55b27b5f99bc5"}, {file = "pyyaml-6.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:5fcd34e47f6e0b794d17de1b4ff496c00986e1c83f7ab2fb8fcfe9616ff7477b"}, {file = "pyyaml-6.0.3-cp312-cp312-win_arm64.whl", hash = "sha256:64386e5e707d03a7e172c0701abfb7e10f0fb753ee1d773128192742712a98fd"}, {file = "pyyaml-6.0.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8da9669d359f02c0b91ccc01cac4a67f16afec0dac22c2ad09f46bee0697eba8"}, {file = "pyyaml-6.0.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:2283a07e2c21a2aa78d9c4442724ec1eb15f5e42a723b99cb3d822d48f5f7ad1"}, {file = "pyyaml-6.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ee2922902c45ae8ccada2c5b501ab86c36525b883eff4255313a253a3160861c"}, {file = "pyyaml-6.0.3-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a33284e20b78bd4a18c8c2282d549d10bc8408a2a7ff57653c0cf0b9be0afce5"}, {file = "pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0f29edc409a6392443abf94b9cf89ce99889a1dd5376d94316ae5145dfedd5d6"}, {file = "pyyaml-6.0.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f7057c9a337546edc7973c0d3ba84ddcdf0daa14533c2065749c9075001090e6"}, {file = "pyyaml-6.0.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:eda16858a3cab07b80edaf74336ece1f986ba330fdb8ee0d6c0d68fe82bc96be"}, {file = "pyyaml-6.0.3-cp313-cp313-win32.whl", hash = "sha256:d0eae10f8159e8fdad514efdc92d74fd8d682c933a6dd088030f3834bc8e6b26"}, {file = "pyyaml-6.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:79005a0d97d5ddabfeeea4cf676af11e647e41d81c9a7722a193022accdb6b7c"}, {file = "pyyaml-6.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:5498cd1645aa724a7c71c8f378eb29ebe23da2fc0d7a08071d89469bf1d2defb"}, {file = "pyyaml-6.0.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:8d1fab6bb153a416f9aeb4b8763bc0f22a5586065f86f7664fc23339fc1c1fac"}, {file = "pyyaml-6.0.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:34d5fcd24b8445fadc33f9cf348c1047101756fd760b4dacb5c3e99755703310"}, {file = "pyyaml-6.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:501a031947e3a9025ed4405a168e6ef5ae3126c59f90ce0cd6f2bfc477be31b7"}, {file = "pyyaml-6.0.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:b3bc83488de33889877a0f2543ade9f70c67d66d9ebb4ac959502e12de895788"}, {file = "pyyaml-6.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c458b6d084f9b935061bc36216e8a69a7e293a2f1e68bf956dcd9e6cbcd143f5"}, {file = "pyyaml-6.0.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7c6610def4f163542a622a73fb39f534f8c101d690126992300bf3207eab9764"}, {file = "pyyaml-6.0.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:5190d403f121660ce8d1d2c1bb2ef1bd05b5f68533fc5c2ea899bd15f4399b35"}, {file = "pyyaml-6.0.3-cp314-cp314-win_amd64.whl", hash = "sha256:4a2e8cebe2ff6ab7d1050ecd59c25d4c8bd7e6f400f5f82b96557ac0abafd0ac"}, {file = "pyyaml-6.0.3-cp314-cp314-win_arm64.whl", hash = "sha256:93dda82c9c22deb0a405ea4dc5f2d0cda384168e466364dec6255b293923b2f3"}, {file = "pyyaml-6.0.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:02893d100e99e03eda1c8fd5c441d8c60103fd175728e23e431db1b589cf5ab3"}, {file = "pyyaml-6.0.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:c1ff362665ae507275af2853520967820d9124984e0f7466736aea23d8611fba"}, {file = "pyyaml-6.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6adc77889b628398debc7b65c073bcb99c4a0237b248cacaf3fe8a557563ef6c"}, {file = "pyyaml-6.0.3-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a80cb027f6b349846a3bf6d73b5e95e782175e52f22108cfa17876aaeff93702"}, {file = "pyyaml-6.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:00c4bdeba853cc34e7dd471f16b4114f4162dc03e6b7afcc2128711f0eca823c"}, {file = "pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:66e1674c3ef6f541c35191caae2d429b967b99e02040f5ba928632d9a7f0f065"}, {file = "pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:16249ee61e95f858e83976573de0f5b2893b3677ba71c9dd36b9cf8be9ac6d65"}, {file = "pyyaml-6.0.3-cp314-cp314t-win_amd64.whl", hash = "sha256:4ad1906908f2f5ae4e5a8ddfce73c320c2a1429ec52eafd27138b7f1cbe341c9"}, {file = "pyyaml-6.0.3-cp314-cp314t-win_arm64.whl", hash = "sha256:ebc55a14a21cb14062aa4162f906cd962b28e2e9ea38f9b4391244cd8de4ae0b"}, {file = "pyyaml-6.0.3-cp39-cp39-macosx_10_13_x86_64.whl", hash = "sha256:b865addae83924361678b652338317d1bd7e79b1f4596f96b96c77a5a34b34da"}, {file = "pyyaml-6.0.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c3355370a2c156cffb25e876646f149d5d68f5e0a3ce86a5084dd0b64a994917"}, {file = "pyyaml-6.0.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3c5677e12444c15717b902a5798264fa7909e41153cdf9ef7ad571b704a63dd9"}, {file = "pyyaml-6.0.3-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5ed875a24292240029e4483f9d4a4b8a1ae08843b9c54f43fcc11e404532a8a5"}, {file = "pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0150219816b6a1fa26fb4699fb7daa9caf09eb1999f3b70fb6e786805e80375a"}, {file = "pyyaml-6.0.3-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:fa160448684b4e94d80416c0fa4aac48967a969efe22931448d853ada8baf926"}, {file = "pyyaml-6.0.3-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:27c0abcb4a5dac13684a37f76e701e054692a9b2d3064b70f5e4eb54810553d7"}, {file = "pyyaml-6.0.3-cp39-cp39-win32.whl", hash = "sha256:1ebe39cb5fc479422b83de611d14e2c0d3bb2a18bbcb01f229ab3cfbd8fee7a0"}, {file = "pyyaml-6.0.3-cp39-cp39-win_amd64.whl", hash = "sha256:2e71d11abed7344e42a8849600193d15b6def118602c4c176f748e4583246007"}, {file = "pyyaml-6.0.3.tar.gz", hash = "sha256:d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f"}, ] [[package]] name = "regex" version = "2026.2.19" description = "Alternative regular expression module, to replace re." optional = false python-versions = ">=3.10" files = [ {file = "regex-2026.2.19-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:f5a37a17d110f9d5357a43aa7e3507cb077bf3143d1c549a45c4649e90e40a70"}, {file = "regex-2026.2.19-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:676c4e6847a83a1d5732b4ed553881ad36f0a8133627bb695a89ecf3571499d3"}, {file = "regex-2026.2.19-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:82336faeecac33297cd42857c3b36f12b91810e3fdd276befdd128f73a2b43fa"}, {file = "regex-2026.2.19-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:52136f5b71f095cb74b736cc3a1b578030dada2e361ef2f07ca582240b703946"}, {file = "regex-2026.2.19-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:4192464fe3e6cb0ef6751f7d3b16f886d8270d359ed1590dd555539d364f0ff7"}, {file = "regex-2026.2.19-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:e561dd47a85d2660d3d3af4e6cb2da825cf20f121e577147963f875b83d32786"}, {file = "regex-2026.2.19-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:00ec994d7824bf01cd6c7d14c7a6a04d9aeaf7c42a2bc22d2359d715634d539b"}, {file = "regex-2026.2.19-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:2cb00aabd96b345d56a8c2bc328c8d6c4d29935061e05078bf1f02302e12abf5"}, {file = "regex-2026.2.19-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:f374366ed35673ea81b86a8859c457d4fae6ba092b71024857e9e237410c7404"}, {file = "regex-2026.2.19-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:f9417fd853fcd00b7d55167e692966dd12d95ba1a88bf08a62002ccd85030790"}, {file = "regex-2026.2.19-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:12e86a01594031abf892686fcb309b041bf3de3d13d99eb7e2b02a8f3c687df1"}, {file = "regex-2026.2.19-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:79014115e6fdf18fd9b32e291d58181bf42d4298642beaa13fd73e69810e4cb6"}, {file = "regex-2026.2.19-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:31aefac2506967b7dd69af2c58eca3cc8b086d4110b66d6ac6e9026f0ee5b697"}, {file = "regex-2026.2.19-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:49cef7bb2a491f91a8869c7cdd90babf0a417047ab0bf923cd038ed2eab2ccb8"}, {file = "regex-2026.2.19-cp310-cp310-win32.whl", hash = "sha256:3a039474986e7a314ace6efb9ce52f5da2bdb80ac4955358723d350ec85c32ad"}, {file = "regex-2026.2.19-cp310-cp310-win_amd64.whl", hash = "sha256:5b81ff4f9cad99f90c807a00c5882fbcda86d8b3edd94e709fb531fc52cb3d25"}, {file = "regex-2026.2.19-cp310-cp310-win_arm64.whl", hash = "sha256:a032bc01a4bc73fc3cadba793fce28eb420da39338f47910c59ffcc11a5ba5ef"}, {file = "regex-2026.2.19-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:93b16a18cadb938f0f2306267161d57eb33081a861cee9ffcd71e60941eb5dfc"}, {file = "regex-2026.2.19-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:78af1e499cab704131f6f4e2f155b7f54ce396ca2acb6ef21a49507e4752e0be"}, {file = "regex-2026.2.19-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:eb20c11aa4c3793c9ad04c19a972078cdadb261b8429380364be28e867a843f2"}, {file = "regex-2026.2.19-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:db5fd91eec71e7b08de10011a2223d0faa20448d4e1380b9daa179fa7bf58906"}, {file = "regex-2026.2.19-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:fdbade8acba71bb45057c2b72f477f0b527c4895f9c83e6cfc30d4a006c21726"}, {file = "regex-2026.2.19-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:31a5f561eb111d6aae14202e7043fb0b406d3c8dddbbb9e60851725c9b38ab1d"}, {file = "regex-2026.2.19-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4584a3ee5f257b71e4b693cc9be3a5104249399f4116fe518c3f79b0c6fc7083"}, {file = "regex-2026.2.19-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:196553ba2a2f47904e5dc272d948a746352e2644005627467e055be19d73b39e"}, {file = "regex-2026.2.19-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:0c10869d18abb759a3317c757746cc913d6324ce128b8bcec99350df10419f18"}, {file = "regex-2026.2.19-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:e689fed279cbe797a6b570bd18ff535b284d057202692c73420cb93cca41aa32"}, {file = "regex-2026.2.19-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:0782bd983f19ac7594039c9277cd6f75c89598c1d72f417e4d30d874105eb0c7"}, {file = "regex-2026.2.19-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:dbb240c81cfed5d4a67cb86d7676d9f7ec9c3f186310bec37d8a1415210e111e"}, {file = "regex-2026.2.19-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:80d31c3f1fe7e4c6cd1831cd4478a0609903044dfcdc4660abfe6fb307add7f0"}, {file = "regex-2026.2.19-cp311-cp311-win32.whl", hash = "sha256:66e6a43225ff1064f8926adbafe0922b370d381c3330edaf9891cade52daa790"}, {file = "regex-2026.2.19-cp311-cp311-win_amd64.whl", hash = "sha256:59a7a5216485a1896c5800e9feb8ff9213e11967b482633b6195d7da11450013"}, {file = "regex-2026.2.19-cp311-cp311-win_arm64.whl", hash = "sha256:ec661807ffc14c8d14bb0b8c1bb3d5906e476bc96f98b565b709d03962ee4dd4"}, {file = "regex-2026.2.19-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:c1665138776e4ac1aa75146669236f7a8a696433ec4e525abf092ca9189247cc"}, {file = "regex-2026.2.19-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:d792b84709021945597e05656aac059526df4e0c9ef60a0eaebb306f8fafcaa8"}, {file = "regex-2026.2.19-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:db970bcce4d63b37b3f9eb8c893f0db980bbf1d404a1d8d2b17aa8189de92c53"}, {file = "regex-2026.2.19-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:03d706fbe7dfec503c8c3cb76f9352b3e3b53b623672aa49f18a251a6c71b8e6"}, {file = "regex-2026.2.19-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8dbff048c042beef60aa1848961384572c5afb9e8b290b0f1203a5c42cf5af65"}, {file = "regex-2026.2.19-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:ccaaf9b907ea6b4223d5cbf5fa5dff5f33dc66f4907a25b967b8a81339a6e332"}, {file = "regex-2026.2.19-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:75472631eee7898e16a8a20998d15106cb31cfde21cdf96ab40b432a7082af06"}, {file = "regex-2026.2.19-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:d89f85a5ccc0cec125c24be75610d433d65295827ebaf0d884cbe56df82d4774"}, {file = "regex-2026.2.19-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:0d9f81806abdca3234c3dd582b8a97492e93de3602c8772013cb4affa12d1668"}, {file = "regex-2026.2.19-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:9dadc10d1c2bbb1326e572a226d2ec56474ab8aab26fdb8cf19419b372c349a9"}, {file = "regex-2026.2.19-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:6bc25d7e15f80c9dc7853cbb490b91c1ec7310808b09d56bd278fe03d776f4f6"}, {file = "regex-2026.2.19-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:965d59792f5037d9138da6fed50ba943162160443b43d4895b182551805aff9c"}, {file = "regex-2026.2.19-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:38d88c6ed4a09ed61403dbdf515d969ccba34669af3961ceb7311ecd0cef504a"}, {file = "regex-2026.2.19-cp312-cp312-win32.whl", hash = "sha256:5df947cabab4b643d4791af5e28aecf6bf62e6160e525651a12eba3d03755e6b"}, {file = "regex-2026.2.19-cp312-cp312-win_amd64.whl", hash = "sha256:4146dc576ea99634ae9c15587d0c43273b4023a10702998edf0fa68ccb60237a"}, {file = "regex-2026.2.19-cp312-cp312-win_arm64.whl", hash = "sha256:cdc0a80f679353bd68450d2a42996090c30b2e15ca90ded6156c31f1a3b63f3b"}, {file = "regex-2026.2.19-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:8df08decd339e8b3f6a2eb5c05c687fe9d963ae91f352bc57beb05f5b2ac6879"}, {file = "regex-2026.2.19-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:3aa0944f1dc6e92f91f3b306ba7f851e1009398c84bfd370633182ee4fc26a64"}, {file = "regex-2026.2.19-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:c13228fbecb03eadbfd8f521732c5fda09ef761af02e920a3148e18ad0e09968"}, {file = "regex-2026.2.19-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0d0e72703c60d68b18b27cde7cdb65ed2570ae29fb37231aa3076bfb6b1d1c13"}, {file = "regex-2026.2.19-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:46e69a4bf552e30e74a8aa73f473c87efcb7f6e8c8ece60d9fd7bf13d5c86f02"}, {file = "regex-2026.2.19-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:8edda06079bd770f7f0cf7f3bba1a0b447b96b4a543c91fe0c142d034c166161"}, {file = "regex-2026.2.19-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9cbc69eae834afbf634f7c902fc72ff3e993f1c699156dd1af1adab5d06b7fe7"}, {file = "regex-2026.2.19-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:bcf57d30659996ee5c7937999874504c11b5a068edc9515e6a59221cc2744dd1"}, {file = "regex-2026.2.19-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:8e6e77cd92216eb489e21e5652a11b186afe9bdefca8a2db739fd6b205a9e0a4"}, {file = "regex-2026.2.19-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:b9ab8dec42afefa6314ea9b31b188259ffdd93f433d77cad454cd0b8d235ce1c"}, {file = "regex-2026.2.19-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:294c0fb2e87c6bcc5f577c8f609210f5700b993151913352ed6c6af42f30f95f"}, {file = "regex-2026.2.19-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:c0924c64b082d4512b923ac016d6e1dcf647a3560b8a4c7e55cbbd13656cb4ed"}, {file = "regex-2026.2.19-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:790dbf87b0361606cb0d79b393c3e8f4436a14ee56568a7463014565d97da02a"}, {file = "regex-2026.2.19-cp313-cp313-win32.whl", hash = "sha256:43cdde87006271be6963896ed816733b10967baaf0e271d529c82e93da66675b"}, {file = "regex-2026.2.19-cp313-cp313-win_amd64.whl", hash = "sha256:127ea69273485348a126ebbf3d6052604d3c7da284f797bba781f364c0947d47"}, {file = "regex-2026.2.19-cp313-cp313-win_arm64.whl", hash = "sha256:5e56c669535ac59cbf96ca1ece0ef26cb66809990cda4fa45e1e32c3b146599e"}, {file = "regex-2026.2.19-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:93d881cab5afdc41a005dba1524a40947d6f7a525057aa64aaf16065cf62faa9"}, {file = "regex-2026.2.19-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:80caaa1ddcc942ec7be18427354f9d58a79cee82dea2a6b3d4fd83302e1240d7"}, {file = "regex-2026.2.19-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:d793c5b4d2b4c668524cd1651404cfc798d40694c759aec997e196fe9729ec60"}, {file = "regex-2026.2.19-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b5100acb20648d9efd3f4e7e91f51187f95f22a741dcd719548a6cf4e1b34b3f"}, {file = "regex-2026.2.19-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5e3a31e94d10e52a896adaa3adf3621bd526ad2b45b8c2d23d1bbe74c7423007"}, {file = "regex-2026.2.19-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:8497421099b981f67c99eba4154cf0dfd8e47159431427a11cfb6487f7791d9e"}, {file = "regex-2026.2.19-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1e7a08622f7d51d7a068f7e4052a38739c412a3e74f55817073d2e2418149619"}, {file = "regex-2026.2.19-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:8abe671cf0f15c26b1ad389bf4043b068ce7d3b1c5d9313e12895f57d6738555"}, {file = "regex-2026.2.19-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:5a8f28dd32a4ce9c41758d43b5b9115c1c497b4b1f50c457602c1d571fa98ce1"}, {file = "regex-2026.2.19-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:654dc41a5ba9b8cc8432b3f1aa8906d8b45f3e9502442a07c2f27f6c63f85db5"}, {file = "regex-2026.2.19-cp313-cp313t-musllinux_1_2_riscv64.whl", hash = "sha256:4a02faea614e7fdd6ba8b3bec6c8e79529d356b100381cec76e638f45d12ca04"}, {file = "regex-2026.2.19-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:d96162140bb819814428800934c7b71b7bffe81fb6da2d6abc1dcca31741eca3"}, {file = "regex-2026.2.19-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:c227f2922153ee42bbeb355fd6d009f8c81d9d7bdd666e2276ce41f53ed9a743"}, {file = "regex-2026.2.19-cp313-cp313t-win32.whl", hash = "sha256:a178df8ec03011153fbcd2c70cb961bc98cbbd9694b28f706c318bee8927c3db"}, {file = "regex-2026.2.19-cp313-cp313t-win_amd64.whl", hash = "sha256:2c1693ca6f444d554aa246b592355b5cec030ace5a2729eae1b04ab6e853e768"}, {file = "regex-2026.2.19-cp313-cp313t-win_arm64.whl", hash = "sha256:c0761d7ae8d65773e01515ebb0b304df1bf37a0a79546caad9cbe79a42c12af7"}, {file = "regex-2026.2.19-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:03d191a9bcf94d31af56d2575210cb0d0c6a054dbcad2ea9e00aa4c42903b919"}, {file = "regex-2026.2.19-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:516ee067c6c721d0d0bfb80a2004edbd060fffd07e456d4e1669e38fe82f922e"}, {file = "regex-2026.2.19-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:997862c619994c4a356cb7c3592502cbd50c2ab98da5f61c5c871f10f22de7e5"}, {file = "regex-2026.2.19-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:02b9e1b8a7ebe2807cd7bbdf662510c8e43053a23262b9f46ad4fc2dfc9d204e"}, {file = "regex-2026.2.19-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:6c8fb3b19652e425ff24169dad3ee07f99afa7996caa9dfbb3a9106cd726f49a"}, {file = "regex-2026.2.19-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:50f1ee9488dd7a9fda850ec7c68cad7a32fa49fd19733f5403a3f92b451dcf73"}, {file = "regex-2026.2.19-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ab780092b1424d13200aa5a62996e95f65ee3db8509be366437439cdc0af1a9f"}, {file = "regex-2026.2.19-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:17648e1a88e72d88641b12635e70e6c71c5136ba14edba29bf8fc6834005a265"}, {file = "regex-2026.2.19-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:2f914ae8c804c8a8a562fe216100bc156bfb51338c1f8d55fe32cf407774359a"}, {file = "regex-2026.2.19-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:c7e121a918bbee3f12ac300ce0a0d2f2c979cf208fb071ed8df5a6323281915c"}, {file = "regex-2026.2.19-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:2fedd459c791da24914ecc474feecd94cf7845efb262ac3134fe27cbd7eda799"}, {file = "regex-2026.2.19-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:ea8dfc99689240e61fb21b5fc2828f68b90abf7777d057b62d3166b7c1543c4c"}, {file = "regex-2026.2.19-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:9fff45852160960f29e184ec8a5be5ab4063cfd0b168d439d1fc4ac3744bf29e"}, {file = "regex-2026.2.19-cp314-cp314-win32.whl", hash = "sha256:5390b130cce14a7d1db226a3896273b7b35be10af35e69f1cca843b6e5d2bb2d"}, {file = "regex-2026.2.19-cp314-cp314-win_amd64.whl", hash = "sha256:e581f75d5c0b15669139ca1c2d3e23a65bb90e3c06ba9d9ea194c377c726a904"}, {file = "regex-2026.2.19-cp314-cp314-win_arm64.whl", hash = "sha256:7187fdee1be0896c1499a991e9bf7c78e4b56b7863e7405d7bb687888ac10c4b"}, {file = "regex-2026.2.19-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:5ec1d7c080832fdd4e150c6f5621fe674c70c63b3ae5a4454cebd7796263b175"}, {file = "regex-2026.2.19-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:8457c1bc10ee9b29cdfd897ccda41dce6bde0e9abd514bcfef7bcd05e254d411"}, {file = "regex-2026.2.19-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:cce8027010d1ffa3eb89a0b19621cdc78ae548ea2b49fea1f7bfb3ea77064c2b"}, {file = "regex-2026.2.19-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:11c138febb40546ff9e026dbbc41dc9fb8b29e61013fa5848ccfe045f5b23b83"}, {file = "regex-2026.2.19-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:74ff212aa61532246bb3036b3dfea62233414b0154b8bc3676975da78383cac3"}, {file = "regex-2026.2.19-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d00c95a2b6bfeb3ea1cb68d1751b1dfce2b05adc2a72c488d77a780db06ab867"}, {file = "regex-2026.2.19-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:311fcccb76af31be4c588d5a17f8f1a059ae8f4b097192896ebffc95612f223a"}, {file = "regex-2026.2.19-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:77cfd6b5e7c4e8bf7a39d243ea05882acf5e3c7002b0ef4756de6606893b0ecd"}, {file = "regex-2026.2.19-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:6380f29ff212ec922b6efb56100c089251940e0526a0d05aa7c2d9b571ddf2fe"}, {file = "regex-2026.2.19-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:655f553a1fa3ab8a7fd570eca793408b8d26a80bfd89ed24d116baaf13a38969"}, {file = "regex-2026.2.19-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:015088b8558502f1f0bccd58754835aa154a7a5b0bd9d4c9b7b96ff4ae9ba876"}, {file = "regex-2026.2.19-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:9e6693b8567a59459b5dda19104c4a4dbbd4a1c78833eacc758796f2cfef1854"}, {file = "regex-2026.2.19-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:4071209fd4376ab5ceec72ad3507e9d3517c59e38a889079b98916477a871868"}, {file = "regex-2026.2.19-cp314-cp314t-win32.whl", hash = "sha256:2905ff4a97fad42f2d0834d8b1ea3c2f856ec209837e458d71a061a7d05f9f01"}, {file = "regex-2026.2.19-cp314-cp314t-win_amd64.whl", hash = "sha256:64128549b600987e0f335c2365879895f860a9161f283b14207c800a6ed623d3"}, {file = "regex-2026.2.19-cp314-cp314t-win_arm64.whl", hash = "sha256:a09ae430e94c049dc6957f6baa35ee3418a3a77f3c12b6e02883bd80a2b679b0"}, {file = "regex-2026.2.19.tar.gz", hash = "sha256:6fb8cb09b10e38f3ae17cc6dc04a1df77762bd0351b6ba9041438e7cc85ec310"}, ] [[package]] name = "requests" version = "2.32.5" description = "Python HTTP for Humans." optional = false python-versions = ">=3.9" files = [ {file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"}, {file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"}, ] [package.dependencies] certifi = ">=2017.4.17" charset_normalizer = ">=2,<4" idna = ">=2.5,<4" urllib3 = ">=1.21.1,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "rich" version = "14.3.3" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false python-versions = ">=3.8.0" files = [ {file = "rich-14.3.3-py3-none-any.whl", hash = "sha256:793431c1f8619afa7d3b52b2cdec859562b950ea0d4b6b505397612db8d5362d"}, {file = "rich-14.3.3.tar.gz", hash = "sha256:b8daa0b9e4eef54dd8cf7c86c03713f53241884e814f4e2f5fb342fe520f639b"}, ] [package.dependencies] markdown-it-py = ">=2.2.0" pygments = ">=2.13.0,<3.0.0" [package.extras] jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "ruamel-yaml" version = "0.19.1" description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" optional = false python-versions = ">=3.9" files = [ {file = "ruamel_yaml-0.19.1-py3-none-any.whl", hash = "sha256:27592957fedf6e0b62f281e96effd28043345e0e66001f97683aa9a40c667c93"}, {file = "ruamel_yaml-0.19.1.tar.gz", hash = "sha256:53eb66cd27849eff968ebf8f0bf61f46cdac2da1d1f3576dd4ccee9b25c31993"}, ] [package.extras] docs = ["mercurial (>5.7)", "ryd"] jinja2 = ["ruamel.yaml.jinja2 (>=0.2)"] libyaml = ["ruamel.yaml.clibz (>=0.3.7)"] oldlibyaml = ["ruamel.yaml.clib"] [[package]] name = "ruff" version = "0.15.4" description = "An extremely fast Python linter and code formatter, written in Rust." optional = false python-versions = ">=3.7" files = [ {file = "ruff-0.15.4-py3-none-linux_armv6l.whl", hash = "sha256:a1810931c41606c686bae8b5b9a8072adac2f611bb433c0ba476acba17a332e0"}, {file = "ruff-0.15.4-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:5a1632c66672b8b4d3e1d1782859e98d6e0b4e70829530666644286600a33992"}, {file = "ruff-0.15.4-py3-none-macosx_11_0_arm64.whl", hash = "sha256:a4386ba2cd6c0f4ff75252845906acc7c7c8e1ac567b7bc3d373686ac8c222ba"}, {file = "ruff-0.15.4-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b2496488bdfd3732747558b6f95ae427ff066d1fcd054daf75f5a50674411e75"}, {file = "ruff-0.15.4-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3f1c4893841ff2d54cbda1b2860fa3260173df5ddd7b95d370186f8a5e66a4ac"}, {file = "ruff-0.15.4-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:820b8766bd65503b6c30aaa6331e8ef3a6e564f7999c844e9a547c40179e440a"}, {file = "ruff-0.15.4-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c9fb74bab47139c1751f900f857fa503987253c3ef89129b24ed375e72873e85"}, {file = "ruff-0.15.4-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f80c98765949c518142b3a50a5db89343aa90f2c2bf7799de9986498ae6176db"}, {file = "ruff-0.15.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:451a2e224151729b3b6c9ffb36aed9091b2996fe4bdbd11f47e27d8f2e8888ec"}, {file = "ruff-0.15.4-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:a8f157f2e583c513c4f5f896163a93198297371f34c04220daf40d133fdd4f7f"}, {file = "ruff-0.15.4-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:917cc68503357021f541e69b35361c99387cdbbf99bd0ea4aa6f28ca99ff5338"}, {file = "ruff-0.15.4-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:e9737c8161da79fd7cfec19f1e35620375bd8b2a50c3e77fa3d2c16f574105cc"}, {file = "ruff-0.15.4-py3-none-musllinux_1_2_i686.whl", hash = "sha256:291258c917539e18f6ba40482fe31d6f5ac023994ee11d7bdafd716f2aab8a68"}, {file = "ruff-0.15.4-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:3f83c45911da6f2cd5936c436cf86b9f09f09165f033a99dcf7477e34041cbc3"}, {file = "ruff-0.15.4-py3-none-win32.whl", hash = "sha256:65594a2d557d4ee9f02834fcdf0a28daa8b3b9f6cb2cb93846025a36db47ef22"}, {file = "ruff-0.15.4-py3-none-win_amd64.whl", hash = "sha256:04196ad44f0df220c2ece5b0e959c2f37c777375ec744397d21d15b50a75264f"}, {file = "ruff-0.15.4-py3-none-win_arm64.whl", hash = "sha256:60d5177e8cfc70e51b9c5fad936c634872a74209f934c1e79107d11787ad5453"}, {file = "ruff-0.15.4.tar.gz", hash = "sha256:3412195319e42d634470cc97aa9803d07e9d5c9223b99bcb1518f0c725f26ae1"}, ] [[package]] name = "safety" version = "3.7.0" description = "Scan dependencies for known vulnerabilities and licenses." optional = false python-versions = ">=3.9" files = [ {file = "safety-3.7.0-py3-none-any.whl", hash = "sha256:65e71db45eb832e8840e3456333d44c23927423753d5610596a09e909a66d2bf"}, {file = "safety-3.7.0.tar.gz", hash = "sha256:daec15a393cafc32b846b7ef93f9c952a1708863e242341ab5bde2e4beabb54e"}, ] [package.dependencies] authlib = ">=1.2.0" click = ">=8.0.2" dparse = ">=0.6.4" filelock = ">=3.16.1,<4.0" httpx = "*" jinja2 = ">=3.1.0" marshmallow = ">=3.15.0" nltk = ">=3.9" packaging = ">=21.0" pydantic = ">=2.6.0" requests = "*" ruamel-yaml = ">=0.17.21" safety-schemas = "0.0.16" tenacity = ">=8.1.0" tomlkit = "*" typer = ">=0.16.0" typing-extensions = ">=4.7.1" [package.extras] github = ["pygithub (>=1.43.3)"] gitlab = ["python-gitlab (>=1.3.0)"] spdx = ["spdx-tools (>=0.8.2)"] [[package]] name = "safety-schemas" version = "0.0.16" description = "Schemas for Safety tools" optional = false python-versions = ">=3.8" files = [ {file = "safety_schemas-0.0.16-py3-none-any.whl", hash = "sha256:6760515d3fd1e6535b251cd73014bd431d12fe0bfb8b6e8880a9379b5ab7aa44"}, {file = "safety_schemas-0.0.16.tar.gz", hash = "sha256:3bb04d11bd4b5cc79f9fa183c658a6a8cf827a9ceec443a5ffa6eed38a50a24e"}, ] [package.dependencies] dparse = ">=0.6.4" packaging = ">=21.0" pydantic = ">=2.6.0" ruamel-yaml = ">=0.17.21" typing-extensions = ">=4.7.1" [[package]] name = "shellingham" version = "1.5.4" description = "Tool to Detect Surrounding Shell" optional = false python-versions = ">=3.7" files = [ {file = "shellingham-1.5.4-py2.py3-none-any.whl", hash = "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686"}, {file = "shellingham-1.5.4.tar.gz", hash = "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de"}, ] [[package]] name = "syrupy" version = "5.1.0" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.10" files = [ {file = "syrupy-5.1.0-py3-none-any.whl", hash = "sha256:95162d2b05e61ed3e13f117b88dfab7c58bd6f90e66ebbf918e8a77114ad51c5"}, {file = "syrupy-5.1.0.tar.gz", hash = "sha256:df543c7aa50d3cf1246e83d58fe490afe5f7dab7b41e74ecc0d8d23ae19bd4b8"}, ] [package.dependencies] pytest = ">=8.0.0" [[package]] name = "tenacity" version = "9.1.4" description = "Retry code until it succeeds" optional = false python-versions = ">=3.10" files = [ {file = "tenacity-9.1.4-py3-none-any.whl", hash = "sha256:6095a360c919085f28c6527de529e76a06ad89b23659fa881ae0649b867a9d55"}, {file = "tenacity-9.1.4.tar.gz", hash = "sha256:adb31d4c263f2bd041081ab33b498309a57c77f9acf2db65aadf0898179cf93a"}, ] [package.extras] doc = ["reno", "sphinx"] test = ["pytest", "tornado (>=4.5)", "typeguard"] [[package]] name = "tomlkit" version = "0.14.0" description = "Style preserving TOML library" optional = false python-versions = ">=3.9" files = [ {file = "tomlkit-0.14.0-py3-none-any.whl", hash = "sha256:592064ed85b40fa213469f81ac584f67a4f2992509a7c3ea2d632208623a3680"}, {file = "tomlkit-0.14.0.tar.gz", hash = "sha256:cf00efca415dbd57575befb1f6634c4f42d2d87dbba376128adb42c121b87064"}, ] [[package]] name = "tqdm" version = "4.67.3" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ {file = "tqdm-4.67.3-py3-none-any.whl", hash = "sha256:ee1e4c0e59148062281c49d80b25b67771a127c85fc9676d3be5f243206826bf"}, {file = "tqdm-4.67.3.tar.gz", hash = "sha256:7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb"}, ] [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} [package.extras] dev = ["nbval", "pytest (>=6)", "pytest-asyncio (>=0.24)", "pytest-cov", "pytest-timeout"] discord = ["requests"] notebook = ["ipywidgets (>=6)"] slack = ["slack-sdk"] telegram = ["requests"] [[package]] name = "typer" version = "0.24.1" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.10" files = [ {file = "typer-0.24.1-py3-none-any.whl", hash = "sha256:112c1f0ce578bfb4cab9ffdabc68f031416ebcc216536611ba21f04e9aa84c9e"}, {file = "typer-0.24.1.tar.gz", hash = "sha256:e39b4732d65fbdcde189ae76cf7cd48aeae72919dea1fdfc16593be016256b45"}, ] [package.dependencies] annotated-doc = ">=0.0.2" click = ">=8.2.1" rich = ">=12.3.0" shellingham = ">=1.3.0" [[package]] name = "typing-extensions" version = "4.15.0" description = "Backported and Experimental Type Hints for Python 3.9+" optional = false python-versions = ">=3.9" files = [ {file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"}, {file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"}, ] [[package]] name = "typing-inspection" version = "0.4.2" description = "Runtime typing introspection tools" optional = false python-versions = ">=3.9" files = [ {file = "typing_inspection-0.4.2-py3-none-any.whl", hash = "sha256:4ed1cacbdc298c220f1bd249ed5287caa16f34d44ef4e9c3d0cbad5b521545e7"}, {file = "typing_inspection-0.4.2.tar.gz", hash = "sha256:ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464"}, ] [package.dependencies] typing-extensions = ">=4.12.0" [[package]] name = "urllib3" version = "2.6.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" files = [ {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"}, {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"}, ] [package.extras] brotli = ["brotli (>=1.2.0)", "brotlicffi (>=1.2.0.0)"] h2 = ["h2 (>=4,<5)"] socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] zstd = ["backports-zstd (>=1.0.0)"] [[package]] name = "virtualenv" version = "20.39.1" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.8" files = [ {file = "virtualenv-20.39.1-py3-none-any.whl", hash = "sha256:a00332e0b089ba64edefbf94ef34e6db33f45fe5184df0652cf0b754dcd36190"}, {file = "virtualenv-20.39.1.tar.gz", hash = "sha256:c551ea1072d7717a273dd9a4a0adad8f45571af134b0f63a12430e85f6ac1c08"}, ] [package.dependencies] distlib = ">=0.3.7,<1" filelock = {version = ">=3.24.2,<4", markers = "python_version >= \"3.10\""} platformdirs = ">=3.9.1,<5" [[package]] name = "yamllint" version = "1.38.0" description = "A linter for YAML files." optional = false python-versions = ">=3.10" files = [ {file = "yamllint-1.38.0-py3-none-any.whl", hash = "sha256:fc394a5b3be980a4062607b8fdddc0843f4fa394152b6da21722f5d59013c220"}, {file = "yamllint-1.38.0.tar.gz", hash = "sha256:09e5f29531daab93366bb061e76019d5e91691ef0a40328f04c927387d1d364d"}, ] [package.dependencies] pathspec = ">=1.0.0" pyyaml = "*" [package.extras] dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sphinx"] [[package]] name = "yarl" version = "1.22.0" description = "Yet another URL library" optional = false python-versions = ">=3.9" files = [ {file = "yarl-1.22.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:c7bd6683587567e5a49ee6e336e0612bec8329be1b7d4c8af5687dcdeb67ee1e"}, {file = "yarl-1.22.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5cdac20da754f3a723cceea5b3448e1a2074866406adeb4ef35b469d089adb8f"}, {file = "yarl-1.22.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:07a524d84df0c10f41e3ee918846e1974aba4ec017f990dc735aad487a0bdfdf"}, {file = "yarl-1.22.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e1b329cb8146d7b736677a2440e422eadd775d1806a81db2d4cded80a48efc1a"}, {file = "yarl-1.22.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:75976c6945d85dbb9ee6308cd7ff7b1fb9409380c82d6119bd778d8fcfe2931c"}, {file = "yarl-1.22.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:80ddf7a5f8c86cb3eb4bc9028b07bbbf1f08a96c5c0bc1244be5e8fefcb94147"}, {file = "yarl-1.22.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d332fc2e3c94dad927f2112395772a4e4fedbcf8f80efc21ed7cdfae4d574fdb"}, {file = "yarl-1.22.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0cf71bf877efeac18b38d3930594c0948c82b64547c1cf420ba48722fe5509f6"}, {file = "yarl-1.22.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:663e1cadaddae26be034a6ab6072449a8426ddb03d500f43daf952b74553bba0"}, {file = "yarl-1.22.0-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:6dcbb0829c671f305be48a7227918cfcd11276c2d637a8033a99a02b67bf9eda"}, {file = "yarl-1.22.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:f0d97c18dfd9a9af4490631905a3f131a8e4c9e80a39353919e2cfed8f00aedc"}, {file = "yarl-1.22.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:437840083abe022c978470b942ff832c3940b2ad3734d424b7eaffcd07f76737"}, {file = "yarl-1.22.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:a899cbd98dce6f5d8de1aad31cb712ec0a530abc0a86bd6edaa47c1090138467"}, {file = "yarl-1.22.0-cp310-cp310-win32.whl", hash = "sha256:595697f68bd1f0c1c159fcb97b661fc9c3f5db46498043555d04805430e79bea"}, {file = "yarl-1.22.0-cp310-cp310-win_amd64.whl", hash = "sha256:cb95a9b1adaa48e41815a55ae740cfda005758104049a640a398120bf02515ca"}, {file = "yarl-1.22.0-cp310-cp310-win_arm64.whl", hash = "sha256:b85b982afde6df99ecc996990d4ad7ccbdbb70e2a4ba4de0aecde5922ba98a0b"}, {file = "yarl-1.22.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:1ab72135b1f2db3fed3997d7e7dc1b80573c67138023852b6efb336a5eae6511"}, {file = "yarl-1.22.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:669930400e375570189492dc8d8341301578e8493aec04aebc20d4717f899dd6"}, {file = "yarl-1.22.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:792a2af6d58177ef7c19cbf0097aba92ca1b9cb3ffdd9c7470e156c8f9b5e028"}, {file = "yarl-1.22.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3ea66b1c11c9150f1372f69afb6b8116f2dd7286f38e14ea71a44eee9ec51b9d"}, {file = "yarl-1.22.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3e2daa88dc91870215961e96a039ec73e4937da13cf77ce17f9cad0c18df3503"}, {file = "yarl-1.22.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ba440ae430c00eee41509353628600212112cd5018d5def7e9b05ea7ac34eb65"}, {file = "yarl-1.22.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:e6438cc8f23a9c1478633d216b16104a586b9761db62bfacb6425bac0a36679e"}, {file = "yarl-1.22.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4c52a6e78aef5cf47a98ef8e934755abf53953379b7d53e68b15ff4420e6683d"}, {file = "yarl-1.22.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:3b06bcadaac49c70f4c88af4ffcfbe3dc155aab3163e75777818092478bcbbe7"}, {file = "yarl-1.22.0-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:6944b2dc72c4d7f7052683487e3677456050ff77fcf5e6204e98caf785ad1967"}, {file = "yarl-1.22.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:d5372ca1df0f91a86b047d1277c2aaf1edb32d78bbcefffc81b40ffd18f027ed"}, {file = "yarl-1.22.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:51af598701f5299012b8416486b40fceef8c26fc87dc6d7d1f6fc30609ea0aa6"}, {file = "yarl-1.22.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:b266bd01fedeffeeac01a79ae181719ff848a5a13ce10075adbefc8f1daee70e"}, {file = "yarl-1.22.0-cp311-cp311-win32.whl", hash = "sha256:a9b1ba5610a4e20f655258d5a1fdc7ebe3d837bb0e45b581398b99eb98b1f5ca"}, {file = "yarl-1.22.0-cp311-cp311-win_amd64.whl", hash = "sha256:078278b9b0b11568937d9509b589ee83ef98ed6d561dfe2020e24a9fd08eaa2b"}, {file = "yarl-1.22.0-cp311-cp311-win_arm64.whl", hash = "sha256:b6a6f620cfe13ccec221fa312139135166e47ae169f8253f72a0abc0dae94376"}, {file = "yarl-1.22.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:e340382d1afa5d32b892b3ff062436d592ec3d692aeea3bef3a5cfe11bbf8c6f"}, {file = "yarl-1.22.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:f1e09112a2c31ffe8d80be1b0988fa6a18c5d5cad92a9ffbb1c04c91bfe52ad2"}, {file = "yarl-1.22.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:939fe60db294c786f6b7c2d2e121576628468f65453d86b0fe36cb52f987bd74"}, {file = "yarl-1.22.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e1651bf8e0398574646744c1885a41198eba53dc8a9312b954073f845c90a8df"}, {file = "yarl-1.22.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:b8a0588521a26bf92a57a1705b77b8b59044cdceccac7151bd8d229e66b8dedb"}, {file = "yarl-1.22.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:42188e6a615c1a75bcaa6e150c3fe8f3e8680471a6b10150c5f7e83f47cc34d2"}, {file = "yarl-1.22.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:f6d2cb59377d99718913ad9a151030d6f83ef420a2b8f521d94609ecc106ee82"}, {file = "yarl-1.22.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:50678a3b71c751d58d7908edc96d332af328839eea883bb554a43f539101277a"}, {file = "yarl-1.22.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1e8fbaa7cec507aa24ea27a01456e8dd4b6fab829059b69844bd348f2d467124"}, {file = "yarl-1.22.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:433885ab5431bc3d3d4f2f9bd15bfa1614c522b0f1405d62c4f926ccd69d04fa"}, {file = "yarl-1.22.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:b790b39c7e9a4192dc2e201a282109ed2985a1ddbd5ac08dc56d0e121400a8f7"}, {file = "yarl-1.22.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:31f0b53913220599446872d757257be5898019c85e7971599065bc55065dc99d"}, {file = "yarl-1.22.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a49370e8f711daec68d09b821a34e1167792ee2d24d405cbc2387be4f158b520"}, {file = "yarl-1.22.0-cp312-cp312-win32.whl", hash = "sha256:70dfd4f241c04bd9239d53b17f11e6ab672b9f1420364af63e8531198e3f5fe8"}, {file = "yarl-1.22.0-cp312-cp312-win_amd64.whl", hash = "sha256:8884d8b332a5e9b88e23f60bb166890009429391864c685e17bd73a9eda9105c"}, {file = "yarl-1.22.0-cp312-cp312-win_arm64.whl", hash = "sha256:ea70f61a47f3cc93bdf8b2f368ed359ef02a01ca6393916bc8ff877427181e74"}, {file = "yarl-1.22.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:8dee9c25c74997f6a750cd317b8ca63545169c098faee42c84aa5e506c819b53"}, {file = "yarl-1.22.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:01e73b85a5434f89fc4fe27dcda2aff08ddf35e4d47bbbea3bdcd25321af538a"}, {file = "yarl-1.22.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:22965c2af250d20c873cdbee8ff958fb809940aeb2e74ba5f20aaf6b7ac8c70c"}, {file = "yarl-1.22.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b4f15793aa49793ec8d1c708ab7f9eded1aa72edc5174cae703651555ed1b601"}, {file = "yarl-1.22.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:e5542339dcf2747135c5c85f68680353d5cb9ffd741c0f2e8d832d054d41f35a"}, {file = "yarl-1.22.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5c401e05ad47a75869c3ab3e35137f8468b846770587e70d71e11de797d113df"}, {file = "yarl-1.22.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:243dda95d901c733f5b59214d28b0120893d91777cb8aa043e6ef059d3cddfe2"}, {file = "yarl-1.22.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bec03d0d388060058f5d291a813f21c011041938a441c593374da6077fe21b1b"}, {file = "yarl-1.22.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:b0748275abb8c1e1e09301ee3cf90c8a99678a4e92e4373705f2a2570d581273"}, {file = "yarl-1.22.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:47fdb18187e2a4e18fda2c25c05d8251a9e4a521edaed757fef033e7d8498d9a"}, {file = "yarl-1.22.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:c7044802eec4524fde550afc28edda0dd5784c4c45f0be151a2d3ba017daca7d"}, {file = "yarl-1.22.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:139718f35149ff544caba20fce6e8a2f71f1e39b92c700d8438a0b1d2a631a02"}, {file = "yarl-1.22.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:e1b51bebd221006d3d2f95fbe124b22b247136647ae5dcc8c7acafba66e5ee67"}, {file = "yarl-1.22.0-cp313-cp313-win32.whl", hash = "sha256:d3e32536234a95f513bd374e93d717cf6b2231a791758de6c509e3653f234c95"}, {file = "yarl-1.22.0-cp313-cp313-win_amd64.whl", hash = "sha256:47743b82b76d89a1d20b83e60d5c20314cbd5ba2befc9cda8f28300c4a08ed4d"}, {file = "yarl-1.22.0-cp313-cp313-win_arm64.whl", hash = "sha256:5d0fcda9608875f7d052eff120c7a5da474a6796fe4d83e152e0e4d42f6d1a9b"}, {file = "yarl-1.22.0-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:719ae08b6972befcba4310e49edb1161a88cdd331e3a694b84466bd938a6ab10"}, {file = "yarl-1.22.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:47d8a5c446df1c4db9d21b49619ffdba90e77c89ec6e283f453856c74b50b9e3"}, {file = "yarl-1.22.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:cfebc0ac8333520d2d0423cbbe43ae43c8838862ddb898f5ca68565e395516e9"}, {file = "yarl-1.22.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4398557cbf484207df000309235979c79c4356518fd5c99158c7d38203c4da4f"}, {file = "yarl-1.22.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:2ca6fd72a8cd803be290d42f2dec5cdcd5299eeb93c2d929bf060ad9efaf5de0"}, {file = "yarl-1.22.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ca1f59c4e1ab6e72f0a23c13fca5430f889634166be85dbf1013683e49e3278e"}, {file = "yarl-1.22.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:6c5010a52015e7c70f86eb967db0f37f3c8bd503a695a49f8d45700144667708"}, {file = "yarl-1.22.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9d7672ecf7557476642c88497c2f8d8542f8e36596e928e9bcba0e42e1e7d71f"}, {file = "yarl-1.22.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:3b7c88eeef021579d600e50363e0b6ee4f7f6f728cd3486b9d0f3ee7b946398d"}, {file = "yarl-1.22.0-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:f4afb5c34f2c6fecdcc182dfcfc6af6cccf1aa923eed4d6a12e9d96904e1a0d8"}, {file = "yarl-1.22.0-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:59c189e3e99a59cf8d83cbb31d4db02d66cda5a1a4374e8a012b51255341abf5"}, {file = "yarl-1.22.0-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:5a3bf7f62a289fa90f1990422dc8dff5a458469ea71d1624585ec3a4c8d6960f"}, {file = "yarl-1.22.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:de6b9a04c606978fdfe72666fa216ffcf2d1a9f6a381058d4378f8d7b1e5de62"}, {file = "yarl-1.22.0-cp313-cp313t-win32.whl", hash = "sha256:1834bb90991cc2999f10f97f5f01317f99b143284766d197e43cd5b45eb18d03"}, {file = "yarl-1.22.0-cp313-cp313t-win_amd64.whl", hash = "sha256:ff86011bd159a9d2dfc89c34cfd8aff12875980e3bd6a39ff097887520e60249"}, {file = "yarl-1.22.0-cp313-cp313t-win_arm64.whl", hash = "sha256:7861058d0582b847bc4e3a4a4c46828a410bca738673f35a29ba3ca5db0b473b"}, {file = "yarl-1.22.0-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:34b36c2c57124530884d89d50ed2c1478697ad7473efd59cfd479945c95650e4"}, {file = "yarl-1.22.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:0dd9a702591ca2e543631c2a017e4a547e38a5c0f29eece37d9097e04a7ac683"}, {file = "yarl-1.22.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:594fcab1032e2d2cc3321bb2e51271e7cd2b516c7d9aee780ece81b07ff8244b"}, {file = "yarl-1.22.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f3d7a87a78d46a2e3d5b72587ac14b4c16952dd0887dbb051451eceac774411e"}, {file = "yarl-1.22.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:852863707010316c973162e703bddabec35e8757e67fcb8ad58829de1ebc8590"}, {file = "yarl-1.22.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:131a085a53bfe839a477c0845acf21efc77457ba2bcf5899618136d64f3303a2"}, {file = "yarl-1.22.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:078a8aefd263f4d4f923a9677b942b445a2be970ca24548a8102689a3a8ab8da"}, {file = "yarl-1.22.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bca03b91c323036913993ff5c738d0842fc9c60c4648e5c8d98331526df89784"}, {file = "yarl-1.22.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:68986a61557d37bb90d3051a45b91fa3d5c516d177dfc6dd6f2f436a07ff2b6b"}, {file = "yarl-1.22.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:4792b262d585ff0dff6bcb787f8492e40698443ec982a3568c2096433660c694"}, {file = "yarl-1.22.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:ebd4549b108d732dba1d4ace67614b9545b21ece30937a63a65dd34efa19732d"}, {file = "yarl-1.22.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:f87ac53513d22240c7d59203f25cc3beac1e574c6cd681bbfd321987b69f95fd"}, {file = "yarl-1.22.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:22b029f2881599e2f1b06f8f1db2ee63bd309e2293ba2d566e008ba12778b8da"}, {file = "yarl-1.22.0-cp314-cp314-win32.whl", hash = "sha256:6a635ea45ba4ea8238463b4f7d0e721bad669f80878b7bfd1f89266e2ae63da2"}, {file = "yarl-1.22.0-cp314-cp314-win_amd64.whl", hash = "sha256:0d6e6885777af0f110b0e5d7e5dda8b704efed3894da26220b7f3d887b839a79"}, {file = "yarl-1.22.0-cp314-cp314-win_arm64.whl", hash = "sha256:8218f4e98d3c10d683584cb40f0424f4b9fd6e95610232dd75e13743b070ee33"}, {file = "yarl-1.22.0-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:45c2842ff0e0d1b35a6bf1cd6c690939dacb617a70827f715232b2e0494d55d1"}, {file = "yarl-1.22.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:d947071e6ebcf2e2bee8fce76e10faca8f7a14808ca36a910263acaacef08eca"}, {file = "yarl-1.22.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:334b8721303e61b00019474cc103bdac3d7b1f65e91f0bfedeec2d56dfe74b53"}, {file = "yarl-1.22.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1e7ce67c34138a058fd092f67d07a72b8e31ff0c9236e751957465a24b28910c"}, {file = "yarl-1.22.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:d77e1b2c6d04711478cb1c4ab90db07f1609ccf06a287d5607fcd90dc9863acf"}, {file = "yarl-1.22.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c4647674b6150d2cae088fc07de2738a84b8bcedebef29802cf0b0a82ab6face"}, {file = "yarl-1.22.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:efb07073be061c8f79d03d04139a80ba33cbd390ca8f0297aae9cce6411e4c6b"}, {file = "yarl-1.22.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e51ac5435758ba97ad69617e13233da53908beccc6cfcd6c34bbed8dcbede486"}, {file = "yarl-1.22.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:33e32a0dd0c8205efa8e83d04fc9f19313772b78522d1bdc7d9aed706bfd6138"}, {file = "yarl-1.22.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:bf4a21e58b9cde0e401e683ebd00f6ed30a06d14e93f7c8fd059f8b6e8f87b6a"}, {file = "yarl-1.22.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:e4b582bab49ac33c8deb97e058cd67c2c50dac0dd134874106d9c774fd272529"}, {file = "yarl-1.22.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:0b5bcc1a9c4839e7e30b7b30dd47fe5e7e44fb7054ec29b5bb8d526aa1041093"}, {file = "yarl-1.22.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:c0232bce2170103ec23c454e54a57008a9a72b5d1c3105dc2496750da8cfa47c"}, {file = "yarl-1.22.0-cp314-cp314t-win32.whl", hash = "sha256:8009b3173bcd637be650922ac455946197d858b3630b6d8787aa9e5c4564533e"}, {file = "yarl-1.22.0-cp314-cp314t-win_amd64.whl", hash = "sha256:9fb17ea16e972c63d25d4a97f016d235c78dd2344820eb35bc034bc32012ee27"}, {file = "yarl-1.22.0-cp314-cp314t-win_arm64.whl", hash = "sha256:9f6d73c1436b934e3f01df1e1b21ff765cd1d28c77dfb9ace207f746d4610ee1"}, {file = "yarl-1.22.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:3aa27acb6de7a23785d81557577491f6c38a5209a254d1191519d07d8fe51748"}, {file = "yarl-1.22.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:af74f05666a5e531289cb1cc9c883d1de2088b8e5b4de48004e5ca8a830ac859"}, {file = "yarl-1.22.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:62441e55958977b8167b2709c164c91a6363e25da322d87ae6dd9c6019ceecf9"}, {file = "yarl-1.22.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b580e71cac3f8113d3135888770903eaf2f507e9421e5697d6ee6d8cd1c7f054"}, {file = "yarl-1.22.0-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:e81fda2fb4a07eda1a2252b216aa0df23ebcd4d584894e9612e80999a78fd95b"}, {file = "yarl-1.22.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:99b6fc1d55782461b78221e95fc357b47ad98b041e8e20f47c1411d0aacddc60"}, {file = "yarl-1.22.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:088e4e08f033db4be2ccd1f34cf29fe994772fb54cfe004bbf54db320af56890"}, {file = "yarl-1.22.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2e4e1f6f0b4da23e61188676e3ed027ef0baa833a2e633c29ff8530800edccba"}, {file = "yarl-1.22.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:84fc3ec96fce86ce5aa305eb4aa9358279d1aa644b71fab7b8ed33fe3ba1a7ca"}, {file = "yarl-1.22.0-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:5dbeefd6ca588b33576a01b0ad58aa934bc1b41ef89dee505bf2932b22ddffba"}, {file = "yarl-1.22.0-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:14291620375b1060613f4aab9ebf21850058b6b1b438f386cc814813d901c60b"}, {file = "yarl-1.22.0-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:a4fcfc8eb2c34148c118dfa02e6427ca278bfd0f3df7c5f99e33d2c0e81eae3e"}, {file = "yarl-1.22.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:029866bde8d7b0878b9c160e72305bbf0a7342bcd20b9999381704ae03308dc8"}, {file = "yarl-1.22.0-cp39-cp39-win32.whl", hash = "sha256:4dcc74149ccc8bba31ce1944acee24813e93cfdee2acda3c172df844948ddf7b"}, {file = "yarl-1.22.0-cp39-cp39-win_amd64.whl", hash = "sha256:10619d9fdee46d20edc49d3479e2f8269d0779f1b031e6f7c2aa1c76be04b7ed"}, {file = "yarl-1.22.0-cp39-cp39-win_arm64.whl", hash = "sha256:dd7afd3f8b0bfb4e0d9fc3c31bfe8a4ec7debe124cfd90619305def3c8ca8cd2"}, {file = "yarl-1.22.0-py3-none-any.whl", hash = "sha256:1380560bdba02b6b6c90de54133c81c9f2a453dee9912fe58c1dcced1edb7cff"}, {file = "yarl-1.22.0.tar.gz", hash = "sha256:bebf8557577d4401ba8bd9ff33906f1376c877aa78d1fe216ad01b4d6745af71"}, ] [package.dependencies] idna = ">=2.0" multidict = ">=4.0" propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.13" content-hash = "20cff7f0b9dcb8813d4226dbe6175672c096ff8e2c7a630e949c2e50bbdc7f1d" python-spotify-2.0.2/pyproject.toml000066400000000000000000000073741515206530700174620ustar00rootroot00000000000000[tool.poetry] name = "spotifyaio" version = "0.2.0" description = "Asynchronous Python client for Spotify." authors = ["Joost Lekkerkerker "] maintainers = ["Joost Lekkerkerker "] license = "MIT" readme = "README.md" homepage = "https://github.com/joostlek/python-spotify" repository = "https://github.com/joostlek/python-spotify" documentation = "https://github.com/joostlek/python-spotify" keywords = ["Spotify", "api", "async", "client"] classifiers = [ "Development Status :: 5 - Production/Stable", "Framework :: AsyncIO", "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", ] packages = [ { include = "spotifyaio", from = "src" }, ] [tool.poetry.dependencies] python = "^3.13" aiohttp = ">=3.0.0" yarl = ">=1.6.0" mashumaro = "^3.11" orjson = "^3.9.10" [tool.poetry.group.dev.dependencies] codespell = "2.4.1" covdefaults = "2.3.0" coverage = {version = "7.13.4", extras = ["toml"]} mypy = "1.19.1" pre-commit = "4.5.1" pre-commit-hooks = "6.0.0" pylint = "4.0.4" pytest = "9.0.2" pytest-asyncio = "1.3.0" pytest-cov = "7.0.0" ruff = "0.15.4" safety = "3.7.0" yamllint = "1.38.0" syrupy = "5.1.0" aioresponses = "0.7.8" [tool.poetry.urls] "Bug Tracker" = "https://github.com/joostlek/python-spotify/issues" Changelog = "https://github.com/joostlek/python-spotify/releases" [tool.coverage.report] show_missing = true fail_under = 50 [tool.coverage.run] plugins = ["covdefaults"] source = ["spotifyaio"] [tool.mypy] # Specify the target platform details in config, so your developers are # free to run mypy on Windows, Linux, or macOS and get consistent # results. platform = "linux" python_version = "3.13" # show error messages from unrelated files follow_imports = "normal" # suppress errors about unsatisfied imports ignore_missing_imports = true # be strict check_untyped_defs = true disallow_any_generics = true disallow_incomplete_defs = true disallow_subclassing_any = true disallow_untyped_calls = true disallow_untyped_decorators = true disallow_untyped_defs = true no_implicit_optional = true strict_optional = true warn_incomplete_stub = true warn_no_return = true warn_redundant_casts = true warn_return_any = true warn_unused_configs = true warn_unused_ignores = true [tool.pylint.MASTER] ignore = [ "tests", ] [tool.pylint.BASIC] good-names = [ "_", "P", "ex", "fp", "i", "id", "j", "k", "on", "Run", "T", ] [tool.pylint.DESIGN] max-attributes = 8 [tool.pylint."MESSAGES CONTROL"] disable = [ "duplicate-code", "format", "unsubscriptable-object", "too-many-instance-attributes", "too-many-arguments", "too-many-public-methods", "wrong-import-order", ] [tool.pylint.SIMILARITIES] ignore-imports = true [tool.pylint.FORMAT] max-line-length = 88 [tool.pytest.ini_options] addopts = "--cov" asyncio_mode = "auto" [tool.ruff.lint] ignore = [ "ANN401", # Opinioated warning on disallowing dynamically typed expressions "COM812", # Conflicts with formatter "D203", # Conflicts with other rules "D213", # Conflicts with other rules "D417", # False positives in some occasions "ISC001", # Conflicts with formatter "PLR2004", # Just annoying, not really useful "PLR0913", # Too many arguments ] select = ["ALL"] [tool.ruff.lint.flake8-pytest-style] fixture-parentheses = false mark-parentheses = false [tool.ruff.lint.isort] known-first-party = ["spotifyaio"] force-sort-within-sections = true split-on-trailing-comma = false combine-as-imports = true [tool.ruff.lint.mccabe] max-complexity = 25 [build-system] build-backend = "poetry.core.masonry.api" requires = ["poetry-core>=1.0.0"] python-spotify-2.0.2/sonar-project.properties000066400000000000000000000011061515206530700214350ustar00rootroot00000000000000sonar.projectKey=joostlek_python-spotify sonar.organization=joostlek-github sonar.projectName=Asynchronous Python client for Spotify sonar.projectVersion=1.0 sonar.links.homepage=https://github.com/joostlek/python-spotify sonar.links.ci=https://github.com/joostlek/python-spotify/actions sonar.links.issue=https://github.com/joostlek/python-spotify/issues sonar.links.scm=https://github.com/joostlek/python-spotify/tree/main sonar.language=py sonar.sourceEncoding=UTF-8 sonar.sources=src sonar.tests=tests sonar.python.version=3.13 sonar.python.coverage.reportPaths=coverage.xml python-spotify-2.0.2/src/000077500000000000000000000000001515206530700153225ustar00rootroot00000000000000python-spotify-2.0.2/src/spotifyaio/000077500000000000000000000000001515206530700175105ustar00rootroot00000000000000python-spotify-2.0.2/src/spotifyaio/__init__.py000066400000000000000000000025761515206530700216330ustar00rootroot00000000000000"""Asynchronous Python client for Spotify.""" from .exceptions import ( SpotifyAuthenticationFailedError, SpotifyConnectionError, SpotifyError, SpotifyForbiddenError, SpotifyNotFoundError, SpotifyRateLimitError, ) from .models import ( Album, AlbumType, Artist, BasePlaylist, BaseUserProfile, Context, ContextType, CurrentPlaying, Device, DeviceType, Episode, Image, Item, ItemType, PlaybackState, Playlist, PlaylistOwner, PlaylistOwnerType, ReleaseDatePrecision, RepeatMode, Show, SimplifiedAlbum, SimplifiedArtist, SimplifiedTrack, Track, UserProfile, ) from .spotify import SpotifyClient __all__ = [ "Album", "AlbumType", "Artist", "BasePlaylist", "BaseUserProfile", "Context", "ContextType", "CurrentPlaying", "Device", "DeviceType", "Episode", "Image", "Item", "ItemType", "PlaybackState", "Playlist", "PlaylistOwner", "PlaylistOwnerType", "ReleaseDatePrecision", "RepeatMode", "Show", "SimplifiedAlbum", "SimplifiedArtist", "SimplifiedTrack", "SpotifyAuthenticationFailedError", "SpotifyClient", "SpotifyConnectionError", "SpotifyError", "SpotifyForbiddenError", "SpotifyNotFoundError", "SpotifyRateLimitError", "Track", "UserProfile", ] python-spotify-2.0.2/src/spotifyaio/exceptions.py000066400000000000000000000010571515206530700222460ustar00rootroot00000000000000"""Asynchronous Python client for Spotify.""" class SpotifyError(Exception): """Generic exception.""" class SpotifyConnectionError(SpotifyError): """Spotify connection exception.""" class SpotifyAuthenticationFailedError(SpotifyError): """Spotify authentication failed exception.""" class SpotifyNotFoundError(SpotifyError): """Spotify not found exception.""" class SpotifyRateLimitError(SpotifyError): """Spotify rate limit exception.""" class SpotifyForbiddenError(SpotifyError): """Spotify forbidden (403) exception.""" python-spotify-2.0.2/src/spotifyaio/models.py000066400000000000000000000456621515206530700213620ustar00rootroot00000000000000"""Models for Spotify.""" from __future__ import annotations from dataclasses import dataclass, field from datetime import datetime # noqa: TC003 from enum import IntEnum, StrEnum from typing import Annotated, Any from mashumaro import field_options from mashumaro.mixins.orjson import DataClassORJSONMixin from mashumaro.types import Discriminator class DeviceType(StrEnum): """Device type.""" AUDIO_DONGLE = "AudioDongle" AUDIO_VIDEO_RECEIVER = "AVR" AUTOMOBILE = "Automobile" CAST_AUDIO = "CastAudio" CAST_VIDEO = "CastVideo" COMPUTER = "Computer" GAME_CONSOLE = "GameConsole" SET_TOP_BOX = "STB" SMARTPHONE = "Smartphone" SMARTWATCH = "Smartwatch" SPEAKER = "Speaker" TABLET = "Tablet" TV = "TV" UNKNOWN = "Unknown" @dataclass class Device(DataClassORJSONMixin): """Device model.""" device_id: str | None = field(metadata=field_options(alias="id")) is_active: bool is_private_session: bool is_restricted: bool name: str device_type: DeviceType = field(metadata=field_options(alias="type")) volume_percent: int supports_volume: bool = True @dataclass class Devices(DataClassORJSONMixin): """Devices model.""" devices: list[Device] @dataclass class AddedBy(DataClassORJSONMixin): """Added by model.""" external_urls: dict[str, str] href: str user_id: str = field(metadata=field_options(alias="id")) uri: str class RepeatMode(StrEnum): """Repeat mode.""" OFF = "off" TRACK = "track" CONTEXT = "context" class ContextType(StrEnum): """Context type.""" ALBUM = "album" ARTIST = "artist" PLAYLIST = "playlist" COLLECTION = "collection" SHOW = "show" @dataclass class Context(DataClassORJSONMixin): """Context model.""" external_urls: dict[str, str] href: str context_type: ContextType = field(metadata=field_options(alias="type")) uri: str class AlbumType(StrEnum): """Album type.""" ALBUM = "album" EP = "ep" SINGLE = "single" COMPILATION = "compilation" @dataclass class Image(DataClassORJSONMixin): """Image model.""" height: int | None width: int | None url: str class ReleaseDatePrecision(StrEnum): """Release date precision.""" YEAR = "year" MONTH = "month" DAY = "day" @dataclass class SimplifiedArtist(DataClassORJSONMixin): """Simplified artist model.""" artist_id: str = field(metadata=field_options(alias="id")) name: str uri: str @dataclass class SimplifiedAlbum(DataClassORJSONMixin): """Album model.""" album_type: AlbumType total_tracks: int album_id: str = field(metadata=field_options(alias="id")) images: list[Image] name: str release_date: str release_date_precision: ReleaseDatePrecision uri: str artists: list[SimplifiedArtist] @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" return { **d, "album_type": d["album_type"].lower(), } @dataclass class Album(SimplifiedAlbum): """Album model.""" tracks: list[SimplifiedTrack] @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" tracks = d.get("tracks", {}).pop("items", []) return {**d, "tracks": tracks} @dataclass class SavedAlbum(DataClassORJSONMixin): """Saved album model.""" added_at: datetime album: Album @dataclass class SavedAlbumResponse(DataClassORJSONMixin): """SavedAlbum response model.""" items: list[SavedAlbum] @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" items = [item for item in d["items"] if item is not None] return {"items": items} @dataclass class SavedAudiobookResponse(DataClassORJSONMixin): """Saved audiobook response model.""" items: list[SimplifiedAudiobook] @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" items = [item for item in d["items"] if item is not None] return {"items": items} @dataclass class NewReleasesResponse(DataClassORJSONMixin): """NewReleases response model.""" albums: NewReleasesResponseInner @dataclass class NewReleasesResponseInner(DataClassORJSONMixin): """NewReleases response model.""" items: list[SimplifiedAlbum] @dataclass class SavedShow(DataClassORJSONMixin): """Saved Show model.""" added_at: datetime show: SimplifiedShow @dataclass class SavedShowResponse(DataClassORJSONMixin): """SavedShow response model.""" items: list[SavedShow] @dataclass class SavedTrack(DataClassORJSONMixin): """Saved track model.""" added_at: datetime track: Track @dataclass class SavedTrackResponse(DataClassORJSONMixin): """SavedTrack response model.""" items: list[SavedTrack] @dataclass class PlayedTrackResponse(DataClassORJSONMixin): """PlayedTrack response model.""" items: list[PlayedTrack] @dataclass class PlayedTrack(DataClassORJSONMixin): """Played track model.""" played_at: datetime track: Track context: Context | None = None @dataclass class FollowedArtistResponse(DataClassORJSONMixin): """Artist response model.""" artists: ArtistResponseItem @dataclass class ArtistResponse(DataClassORJSONMixin): """Artist response model.""" artists: list[Artist] @dataclass class ArtistResponseItem(DataClassORJSONMixin): """Artist response model.""" items: list[Artist] @dataclass class Artist(SimplifiedArtist): """Artist model.""" images: list[Image] @dataclass class TopArtistsResponse(DataClassORJSONMixin): """Top artists response model.""" items: list[Artist] @dataclass class TopTracksResponse(DataClassORJSONMixin): """Top tracks response model.""" items: list[Track] @dataclass class ArtistTopTracksResponse(DataClassORJSONMixin): """Artist top tracks response model.""" tracks: list[Track] @dataclass class SimplifiedTrack(DataClassORJSONMixin): """SimplifiedTrack model.""" track_id: str = field(metadata=field_options(alias="id")) artists: list[SimplifiedArtist] disc_number: int duration_ms: int explicit: bool external_urls: dict[str, str] href: str name: str is_local: bool track_number: int uri: str class ItemType(StrEnum): """Item type.""" TRACK = "track" EPISODE = "episode" @dataclass class Item(DataClassORJSONMixin): """Item model.""" type: ItemType uri: str explicit: bool duration_ms: int external_urls: dict[str, str] href: str name: str @dataclass class Track(SimplifiedTrack, Item): """Track model.""" type = ItemType.TRACK album: SimplifiedAlbum @dataclass class CurrentPlaying(DataClassORJSONMixin): """Current playing model.""" context: Context | None progress_ms: int | None is_playing: bool item: Annotated[Item, Discriminator(field="type", include_subtypes=True)] | None currently_playing_type: str | None @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" if (item := d.get("item")) is not None and item.get("is_local"): return {**d, "item": None} return d @dataclass class PlaybackState(CurrentPlaying): """Playback state model.""" device: Device shuffle: bool = field(metadata=field_options(alias="shuffle_state")) repeat_mode: RepeatMode = field(metadata=field_options(alias="repeat_state")) class PlaylistOwnerType(StrEnum): """Playlist owner type.""" USER = "user" @dataclass class PlaylistOwner(DataClassORJSONMixin): """Playlist owner model.""" display_name: str external_urls: dict[str, str] href: str owner_id: str = field(metadata=field_options(alias="id")) object_type: str = field(metadata=field_options(alias="type")) uri: str @dataclass class BasePlaylist(DataClassORJSONMixin): """Base playlist model.""" collaborative: bool description: str | None external_urls: dict[str, str] playlist_id: str = field(metadata=field_options(alias="id")) images: list[Image] name: str owner: PlaylistOwner public: bool | None object_type: str = field(metadata=field_options(alias="type")) uri: str @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" if d.get("images") is None: d["images"] = [] return d @dataclass class Playlist(BasePlaylist): """Playlist model.""" items: PlaylistTracks @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" if "items" not in d and "tracks" in d: d = {**d, "items": d["tracks"]} return d @dataclass class PlaylistTracks(DataClassORJSONMixin): """PlaylistTracks model.""" items: list[PlaylistTrack] @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" items = [item for item in d["items"] if not item["is_local"]] return {"items": items} @dataclass class PlaylistTrack(DataClassORJSONMixin): """PlaylistTrack model.""" added_at: datetime added_by: AddedBy track: Annotated[Item, Discriminator(field="type", include_subtypes=True)] @dataclass class PlaylistTrackResponse(DataClassORJSONMixin): """PlaylistTrack response model.""" items: list[PlaylistTrack] @dataclass class ModifyPlaylistResponse(DataClassORJSONMixin): """Modify playlist response model.""" snapshot_id: str @dataclass class PlaylistResponse(DataClassORJSONMixin): """Playlist response model.""" href: str items: list[BasePlaylist] limit: int next_list: str | None = field(metadata=field_options(alias="next")) offset: int previous_list: str | None = field(metadata=field_options(alias="previous")) total: int @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" items = [item for item in d["items"] if item is not None] return {**d, "items": items} @dataclass class FeaturedPlaylistResponse(DataClassORJSONMixin): """Featured playlist response model.""" message: str playlists: PlaylistResponse @dataclass class CategoryPlaylistResponse(DataClassORJSONMixin): """Category playlist response model.""" playlists: PlaylistResponse @dataclass class CategoriesResponse(DataClassORJSONMixin): """Categories response model.""" categories: CategoriesResponseInner @dataclass class CategoriesResponseInner(DataClassORJSONMixin): """Categories response model.""" items: list[Category] @dataclass class Category(DataClassORJSONMixin): """Category model.""" category_id: str = field(metadata=field_options(alias="id")) name: str href: str icons: list[Image] class ProductType(StrEnum): """Product type.""" PREMIUM = "premium" FREE = "free" @dataclass class BaseUserProfile(DataClassORJSONMixin): """Base user profile model.""" display_name: str user_id: str = field(metadata=field_options(alias="id")) images: list[Image] object_type: str = field(metadata=field_options(alias="type")) uri: str @dataclass class UserProfile(BaseUserProfile): """User profile model.""" product: ProductType @dataclass class SimplifiedShow(DataClassORJSONMixin): """SimplifiedShow model.""" show_id: str = field(metadata=field_options(alias="id")) name: str uri: str images: list[Image] external_urls: dict[str, str] href: str description: str total_episodes: int | None @dataclass class SimplifiedEpisode(DataClassORJSONMixin): """SimplifiedEpisode model.""" episode_id: str = field(metadata=field_options(alias="id")) name: str uri: str images: list[Image] external_urls: dict[str, str] href: str duration_ms: int explicit: bool release_date: str release_date_precision: ReleaseDatePrecision description: str @dataclass class ShowEpisodesResponse(DataClassORJSONMixin): """ShowEpisodes response model.""" items: list[SimplifiedEpisode] @dataclass class SavedEpisode(DataClassORJSONMixin): """Saved episode model.""" added_at: datetime episode: Episode @dataclass class SavedEpisodeResponse(DataClassORJSONMixin): """Saved episodes response model.""" items: list[SavedEpisode] @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" return { **d, "items": [ item for item in d["items"] if item.get("episode", {}).get("id") is not None ], } @dataclass class Episode(SimplifiedEpisode, Item): """Episode model.""" type = ItemType.EPISODE show: SimplifiedShow @dataclass class EpisodesResponse(DataClassORJSONMixin): """Episodes response model.""" episodes: list[Episode] @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" items = [item for item in d["episodes"] if item is not None] return {"episodes": items} @dataclass class Show(SimplifiedShow): """Show model.""" episodes: list[SimplifiedEpisode] @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" episodes = d.get("episodes", {}).pop("items", []) return {**d, "episodes": episodes} @dataclass class AlbumsResponse(DataClassORJSONMixin): """Albums response model.""" albums: list[Album] @dataclass class AlbumTracksResponse(DataClassORJSONMixin): """Album tracks response model.""" items: list[SimplifiedTrack] class Key(IntEnum): """Key of a track.""" C = 0 C_SHARP_D_FLAT = 1 D = 2 D_SHARP_E_FLAT = 3 E = 4 F = 5 F_SHARP_G_FLAT = 6 G = 7 G_SHARP_A_FLAT = 8 A = 9 A_SHARP_B_FLAT = 10 B = 11 class Mode(IntEnum): """Mode of a track.""" MINOR = 0 MAJOR = 1 class TimeSignature(IntEnum): """Time signature of a track.""" ONE_FOUR = 1 THREE_FOUR = 3 FOUR_FOUR = 4 FIVE_FOUR = 5 SIX_FOUR = 6 SEVEN_FOUR = 7 @dataclass class AudioFeatures(DataClassORJSONMixin): """Audio features model.""" danceability: float energy: float key: Key | None loudness: float mode: Mode speechiness: float acousticness: float instrumentalness: float liveness: float valence: float tempo: float time_signature: TimeSignature @dataclass class SimplifiedChapter(DataClassORJSONMixin): """Chapter model.""" chapter_id: str = field(metadata=field_options(alias="id")) chapter_number: int duration_ms: int images: list[Image] languages: list[str] name: str explicit: bool type: str uri: str external_urls: dict[str, str] @dataclass class Chapter(SimplifiedChapter): """Chapter model.""" audiobook: SimplifiedAudiobook @dataclass class ChaptersResponse(DataClassORJSONMixin): """Chapters response model.""" chapters: list[Chapter] @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" items = [item for item in d["chapters"] if item is not None] return {"chapters": items} @dataclass class AudiobookChapterResponse(DataClassORJSONMixin): """Audiobook chapter response model.""" items: list[SimplifiedChapter] @dataclass class Author(DataClassORJSONMixin): """Author model.""" name: str @dataclass class Narrator(DataClassORJSONMixin): """Narrator model.""" name: str @dataclass class SimplifiedAudiobook(DataClassORJSONMixin): """SimplifiedAudiobook model.""" authors: list[Author] description: str edition: str html_description: str external_urls: dict[str, str] explicit: bool audiobook_id: str = field(metadata=field_options(alias="id")) images: list[Image] name: str uri: str languages: list[str] narrators: list[Narrator] publisher: str total_chapters: int type: str @dataclass class Audiobook(SimplifiedAudiobook): """Audiobook model.""" chapters: list[SimplifiedChapter] @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" return {**d, "chapters": d.get("chapters", {}).pop("items", [])} @dataclass class AudiobooksResponse(DataClassORJSONMixin): """Audiobooks response model.""" audiobooks: list[Audiobook] @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" items = [item for item in d["audiobooks"] if item is not None] return {"audiobooks": items} class SearchType(StrEnum): """Search types.""" ALBUM = "album" ARTIST = "artist" AUDIOBOOK = "audiobook" EPISODE = "episode" PLAYLIST = "playlist" SHOW = "show" TRACK = "track" @dataclass class SearchResult(DataClassORJSONMixin): """Search result model.""" albums: list[SimplifiedAlbum] | None = field(default=None) artists: list[SimplifiedArtist] | None = field(default=None) audiobooks: list[SimplifiedAudiobook] | None = field(default=None) episodes: list[SimplifiedEpisode] | None = field(default=None) playlists: list[BasePlaylist] | None = field(default=None) shows: list[SimplifiedShow] | None = field(default=None) tracks: list[SimplifiedTrack] | None = field(default=None) @classmethod def __pre_deserialize__(cls, d: dict[str, Any]) -> dict[str, Any]: """Pre deserialize hook.""" return { **d, "albums": [ item for item in d.get("albums", {}).get("items", []) if item is not None ], "artists": [ item for item in d.get("artists", {}).get("items", []) if item is not None ], "audiobooks": [ item for item in d.get("audiobooks", {}).get("items", []) if item is not None ], "episodes": [ item for item in d.get("episodes", {}).get("items", []) if item is not None ], "playlists": [ item for item in d.get("playlists", {}).get("items", []) if item is not None ], "shows": [ item for item in d.get("shows", {}).get("items", []) if item is not None ], "tracks": [ item for item in d.get("tracks", {}).get("items", []) if item is not None ], } python-spotify-2.0.2/src/spotifyaio/py.typed000066400000000000000000000000001515206530700211750ustar00rootroot00000000000000python-spotify-2.0.2/src/spotifyaio/spotify.py000066400000000000000000000562101515206530700215630ustar00rootroot00000000000000"""Spotify client for handling connections with Spotify.""" from __future__ import annotations import asyncio from dataclasses import dataclass from importlib import metadata from typing import TYPE_CHECKING, Any, Concatenate, Self from aiohttp import ClientSession from aiohttp.hdrs import METH_DELETE, METH_GET, METH_POST, METH_PUT from mashumaro.codecs.json import JSONDecoder import orjson from yarl import URL from spotifyaio.exceptions import ( SpotifyConnectionError, SpotifyError, SpotifyForbiddenError, SpotifyNotFoundError, ) from spotifyaio.models import ( Album, AlbumTracksResponse, Artist, Audiobook, AudiobookChapterResponse, AudioFeatures, BasePlaylist, Chapter, CurrentPlaying, Device, Devices, Episode, FollowedArtistResponse, Image, ModifyPlaylistResponse, NewReleasesResponseInner, PlaybackState, PlayedTrack, PlayedTrackResponse, Playlist, PlaylistResponse, PlaylistTrack, PlaylistTrackResponse, RepeatMode, SavedAlbum, SavedAlbumResponse, SavedAudiobookResponse, SavedEpisode, SavedEpisodeResponse, SavedShow, SavedShowResponse, SavedTrack, SavedTrackResponse, SearchResult, SearchType, Show, ShowEpisodesResponse, SimplifiedAudiobook, SimplifiedChapter, SimplifiedEpisode, TopArtistsResponse, TopTracksResponse, UserProfile, ) from spotifyaio.util import get_identifier if TYPE_CHECKING: from collections.abc import Awaitable, Callable from spotifyaio import SimplifiedAlbum, SimplifiedTrack, Track VERSION = metadata.version(__package__) def catch_json_decode_error[**P, R]( func: Callable[Concatenate[SpotifyClient, P], Awaitable[R]], ) -> Callable[Concatenate[SpotifyClient, P], Awaitable[R]]: """Catch JSON decode errors.""" async def wrapper(self: SpotifyClient, *args: P.args, **kwargs: P.kwargs) -> R: try: return await func(self, *args, **kwargs) except orjson.JSONDecodeError as e: # pylint: disable=no-member msg = f"Failed to decode JSON: {e}" raise SpotifyError(msg) from e return wrapper @dataclass class SpotifyClient: """Main class for handling connections with Spotify.""" session: ClientSession | None = None request_timeout: int = 10 api_host: str = "api.spotify.com" _token: str | None = None _close_session: bool = False refresh_token_function: Callable[[], Awaitable[str]] | None = None async def refresh_token(self) -> None: """Refresh token with provided function.""" if self.refresh_token_function: self._token = await self.refresh_token_function() def authenticate(self, token: str) -> None: """Authenticate the user with a token.""" self._token = token async def _request( self, method: str, uri: str, *, data: dict[str, Any] | None = None, params: dict[str, Any] | None = None, ) -> str: """Handle a request to Spotify.""" url = URL.build( scheme="https", host=self.api_host, port=443, ).joinpath(uri) await self.refresh_token() headers = { "User-Agent": f"AioSpotify/{VERSION}", "Accept": "application/json, text/plain, */*", "Authorization": f"Bearer {self._token}", } if self.session is None: self.session = ClientSession() self._close_session = True try: async with asyncio.timeout(self.request_timeout): response = await self.session.request( method, url, headers=headers, json=data, params=params, ) except asyncio.TimeoutError as exception: msg = "Timeout occurred while connecting to Spotify" raise SpotifyConnectionError(msg) from exception if response.status == 204: return "" text = await response.text() if response.status == 403: # 403 Forbidden raise SpotifyForbiddenError(text) if '"status": 404' in text: msg = f"Resource not found: {uri}" raise SpotifyNotFoundError(msg) return text async def _get(self, uri: str, params: dict[str, Any] | None = None) -> str: """Handle a GET request to Spotify.""" return await self._request(METH_GET, uri, params=params) async def _post( self, uri: str, data: dict[str, Any] | None = None, params: dict[str, Any] | None = None, ) -> str: """Handle a POST request to Spotify.""" return await self._request(METH_POST, uri, data=data, params=params) async def _put( self, uri: str, data: dict[str, Any] | None = None, params: dict[str, Any] | None = None, ) -> str: """Handle a PUT request to Spotify.""" return await self._request(METH_PUT, uri, data=data, params=params) async def _delete( self, uri: str, data: dict[str, Any] | None = None, params: dict[str, Any] | None = None, ) -> str: """Handle a DELETE request to Spotify.""" return await self._request(METH_DELETE, uri, data=data, params=params) @catch_json_decode_error async def get_album(self, album_id: str) -> Album: """Get album.""" identifier = get_identifier(album_id) response = await self._get(f"v1/albums/{identifier}") return Album.from_json(response) @catch_json_decode_error async def get_album_tracks(self, album_id: str) -> list[SimplifiedTrack]: """Get album tracks.""" identifier = get_identifier(album_id) params: dict[str, Any] = {"limit": 48} response = await self._get(f"v1/albums/{identifier}/tracks", params=params) return AlbumTracksResponse.from_json(response).items @catch_json_decode_error async def get_saved_albums(self) -> list[SavedAlbum]: """Get saved albums.""" params: dict[str, Any] = {"limit": 48} response = await self._get("v1/me/albums", params=params) return SavedAlbumResponse.from_json(response).items @catch_json_decode_error async def get_artist(self, artist_id: str) -> Artist: """Get artist.""" identifier = artist_id.rsplit(":", maxsplit=1)[-1] response = await self._get(f"v1/artists/{identifier}") return Artist.from_json(response) @catch_json_decode_error async def get_artist_albums(self, artist_id: str) -> list[SimplifiedAlbum]: """Get artist albums.""" params: dict[str, Any] = {"limit": 48} identifier = artist_id.rsplit(":", maxsplit=1)[-1] response = await self._get(f"v1/artists/{identifier}/albums", params=params) return NewReleasesResponseInner.from_json(response).items @catch_json_decode_error async def get_audiobook(self, audiobook_id: str) -> Audiobook: """Get audiobook.""" identifier = get_identifier(audiobook_id) response = await self._get(f"v1/audiobooks/{identifier}") return Audiobook.from_json(response) @catch_json_decode_error async def get_audiobook_chapters( self, audiobook_id: str ) -> list[SimplifiedChapter]: """Get audiobook chapters.""" identifier = get_identifier(audiobook_id) params: dict[str, Any] = {"limit": 50} response = await self._get( f"v1/audiobooks/{identifier}/chapters", params=params ) return AudiobookChapterResponse.from_json(response).items @catch_json_decode_error async def get_saved_audiobooks(self) -> list[SimplifiedAudiobook]: """Get saved audiobooks.""" params: dict[str, Any] = {"limit": 48} response = await self._get("v1/me/audiobooks", params=params) return SavedAudiobookResponse.from_json(response).items @catch_json_decode_error async def get_chapter(self, chapter_id: str) -> Chapter: """Get chapter.""" identifier = chapter_id.rsplit(":", maxsplit=1)[-1] response = await self._get(f"v1/chapters/{identifier}") return Chapter.from_json(response) @catch_json_decode_error async def get_episode(self, episode_id: str) -> Episode: """Get episode.""" identifier = episode_id.rsplit(":", maxsplit=1)[-1] response = await self._get(f"v1/episodes/{identifier}") return Episode.from_json(response) @catch_json_decode_error async def get_saved_episodes(self) -> list[SavedEpisode]: """Get saved episodes.""" params: dict[str, Any] = {"limit": 48} response = await self._get("v1/me/episodes", params=params) return SavedEpisodeResponse.from_json(response).items async def save_to_library(self, uris: list[str]) -> None: """Save items to library.""" if not uris: return if len(uris) > 40: msg = "Maximum of 40 URIs can be saved at once" raise ValueError(msg) params: dict[str, Any] = {"uris": ",".join(uris)} await self._put("v1/me/library", params=params) async def remove_from_library(self, uris: list[str]) -> None: """Remove items from library.""" if not uris: return if len(uris) > 40: msg = "Maximum of 40 URIs can be removed at once" raise ValueError(msg) params: dict[str, Any] = {"uris": ",".join(uris)} await self._delete("v1/me/library", params=params) @catch_json_decode_error async def are_in_library(self, uris: list[str]) -> dict[str, bool]: """Check if items are in library.""" if not uris: return {} if len(uris) > 40: msg = "Maximum of 40 URIs can be checked at once" raise ValueError(msg) params: dict[str, Any] = {"uris": ",".join(uris)} response = await self._get("v1/me/library/contains", params=params) body: list[bool] = orjson.loads(response) # pylint: disable=no-member return dict(zip(uris, body, strict=False)) async def is_added_to_library(self, uri: str) -> bool: """Check if item is added to library.""" return (await self.are_in_library([uri]))[uri] @catch_json_decode_error async def get_playback(self) -> PlaybackState | None: """Get playback state.""" response = await self._get( "v1/me/player", params={"additional_types": "track,episode"} ) if response == "": return None return PlaybackState.from_json(response) async def transfer_playback(self, device_id: str) -> None: """Transfer playback.""" await self._put("v1/me/player", {"device_ids": [device_id]}) @catch_json_decode_error async def get_devices(self) -> list[Device]: """Get devices.""" response = await self._get("v1/me/player/devices") return Devices.from_json(response).devices @catch_json_decode_error async def get_current_playing(self) -> CurrentPlaying | None: """Get playback state.""" response = await self._get("v1/me/player/currently-playing") if response == "": return None return CurrentPlaying.from_json(response) async def start_playback( self, *, device_id: str | None = None, context_uri: str | None = None, uris: list[str] | None = None, position_offset: int | None = None, uri_offset: str | None = None, position: int | None = 0, ) -> None: """Start playback.""" payload: dict[str, Any] = { "position_ms": position, } if context_uri: payload["context_uri"] = context_uri if uris: payload["uris"] = uris if position_offset: payload["offset"] = {"position": position_offset} if uri_offset: payload["offset"] = {"uri": uri_offset} params = {} if device_id: params["device_id"] = device_id await self._put("v1/me/player/play", payload, params=params) async def pause_playback(self, device_id: str | None = None) -> None: """Pause playback.""" params = {} if device_id: params["device_id"] = device_id await self._put("v1/me/player/pause", params=params) async def next_track(self, device_id: str | None = None) -> None: """Next track.""" params: dict[str, str] = {} if device_id: params["device_id"] = device_id await self._post("v1/me/player/next", params=params) async def previous_track(self, device_id: str | None = None) -> None: """Previous track.""" params: dict[str, str] = {} if device_id: params["device_id"] = device_id await self._post("v1/me/player/previous", params=params) async def seek_track(self, position: int, device_id: str | None = None) -> None: """Seek track.""" params: dict[str, Any] = {"position_ms": position} if device_id: params["device_id"] = device_id await self._put("v1/me/player/seek", params=params) async def set_repeat(self, state: RepeatMode, device_id: str | None = None) -> None: """Set repeat.""" params: dict[str, str] = {"state": state} if device_id: params["device_id"] = device_id await self._put("v1/me/player/repeat", params=params) async def set_volume(self, volume: int, device_id: str | None = None) -> None: """Set volume.""" params: dict[str, Any] = {"volume_percent": volume} if device_id: params["device_id"] = device_id await self._put("v1/me/player/volume", params=params) async def set_shuffle(self, *, state: bool, device_id: str | None = None) -> None: """Set shuffle.""" params: dict[str, Any] = {"state": str(state).lower()} if device_id: params["device_id"] = device_id await self._put("v1/me/player/shuffle", params=params) @catch_json_decode_error async def get_recently_played_tracks(self) -> list[PlayedTrack]: """Get recently played tracks.""" params: dict[str, Any] = {"limit": 48} response = await self._get("v1/me/player/recently-played", params=params) return PlayedTrackResponse.from_json(response).items # Get queue async def add_to_queue(self, uri: str, device_id: str | None = None) -> None: """Add to queue.""" data: dict[str, str] = {"uri": uri} if device_id: data["device_id"] = device_id await self._post("v1/me/player/queue", data=data) @catch_json_decode_error async def get_playlist(self, playlist_id: str) -> Playlist: """Get playlist.""" identifier = playlist_id.rsplit(":", maxsplit=1)[-1] response = await self._get( f"v1/playlists/{identifier}", params={"additional_types": "track,episode"} ) return Playlist.from_json(response) async def update_playlist_details( self, playlist_id: str, *, name: str | None = None, description: str | None = None, public: bool | None = None, collaborative: bool | None = None, ) -> None: """Update playlist details.""" identifier = get_identifier(playlist_id) data: dict[str, Any] = {} if name: data["name"] = name if description: data["description"] = description if public is not None: data["public"] = public if collaborative is not None: data["collaborative"] = collaborative await self._put(f"v1/playlists/{identifier}", data=data) @catch_json_decode_error async def get_playlists_for_current_user(self) -> list[BasePlaylist]: """Get playlists.""" params: dict[str, Any] = {"limit": 48} response = await self._get("v1/me/playlists", params=params) return PlaylistResponse.from_json(response).items @catch_json_decode_error async def get_playlist_items(self, playlist_id: str) -> list[PlaylistTrack]: """Get playlist tracks.""" identifier = get_identifier(playlist_id) params: dict[str, Any] = {"limit": 48} response = await self._get(f"v1/playlists/{identifier}/items", params=params) return PlaylistTrackResponse.from_json(response).items @catch_json_decode_error async def update_playlist_items( self, playlist_id: str, uris: list[str], *, range_start: int | None = None, insert_before: int | None = None, range_length: int | None = None, snapshot_id: str | None = None, ) -> str: """Update playlist tracks.""" identifier = get_identifier(playlist_id) data: dict[str, Any] = {"uris": uris} if range_start is not None: data["range_start"] = range_start if insert_before is not None: data["insert_before"] = insert_before if range_length is not None: data["range_length"] = range_length if snapshot_id: data["snapshot_id"] = snapshot_id response = await self._put(f"v1/playlists/{identifier}/items", data=data) return ModifyPlaylistResponse.from_json(response).snapshot_id @catch_json_decode_error async def add_playlist_items( self, playlist_id: str, uris: list[str], position: int | None = None, ) -> str: """Add playlist tracks.""" if len(uris) > 100: msg = "Maximum of 100 tracks can be added at once" raise ValueError(msg) identifier = get_identifier(playlist_id) data: dict[str, Any] = {"uris": uris} if position is not None: data["position"] = position response = await self._post(f"v1/playlists/{identifier}/items", data=data) return ModifyPlaylistResponse.from_json(response).snapshot_id @catch_json_decode_error async def remove_playlist_items( self, playlist_id: str, uris: list[str], snapshot_id: str | None = None, ) -> str: """Remove playlist tracks.""" if len(uris) > 100: msg = "Maximum of 100 tracks can be removed at once" raise ValueError(msg) identifier = get_identifier(playlist_id) data: dict[str, Any] = {"tracks": [{"uri": uri} for uri in uris]} if snapshot_id: data["snapshot_id"] = snapshot_id response = await self._delete(f"v1/playlists/{identifier}/items", data=data) return ModifyPlaylistResponse.from_json(response).snapshot_id @catch_json_decode_error async def create_playlist( self, name: str, *, description: str | None = None, public: bool | None = None, collaborative: bool | None = None, ) -> Playlist: """Create playlist.""" data: dict[str, Any] = {"name": name} if description: data["description"] = description if public is not None: data["public"] = public if collaborative is not None: data["collaborative"] = collaborative response = await self._post("v1/me/playlists", data=data) return Playlist.from_json(response) @catch_json_decode_error async def get_playlist_cover_image(self, playlist_id: str) -> list[Image]: """Get playlist cover image.""" identifier = get_identifier(playlist_id) response = await self._get(f"v1/playlists/{identifier}/images") return JSONDecoder(list[Image]).decode(response) # Upload a custom playlist cover image @catch_json_decode_error async def search( self, query: str, types: list[SearchType], *, limit: int = 5 ) -> SearchResult: """Search.""" params: dict[str, Any] = {"q": query, "limit": limit, "type": ",".join(types)} response = await self._get("v1/search", params=params) return SearchResult.from_json(response) @catch_json_decode_error async def get_show(self, show_id: str) -> Show: """Get show.""" identifier = show_id.rsplit(":", maxsplit=1)[-1] response = await self._get(f"v1/shows/{identifier}") return Show.from_json(response) # Get several shows @catch_json_decode_error async def get_show_episodes(self, show_id: str) -> list[SimplifiedEpisode]: """Get show episodes.""" identifier = show_id.rsplit(":", maxsplit=1)[-1] params: dict[str, Any] = {"limit": 48} response = await self._get(f"v1/shows/{identifier}/episodes", params=params) return ShowEpisodesResponse.from_json(response).items @catch_json_decode_error async def get_saved_shows(self) -> list[SavedShow]: """Get saved shows.""" params: dict[str, Any] = {"limit": 48} response = await self._get("v1/me/shows", params=params) return SavedShowResponse.from_json(response).items # Get a track # Get several tracks @catch_json_decode_error async def get_saved_tracks(self) -> list[SavedTrack]: """Get saved tracks.""" params: dict[str, Any] = {"limit": 48} response = await self._get("v1/me/tracks", params=params) return SavedTrackResponse.from_json(response).items @catch_json_decode_error async def get_audio_features(self, track_id: str) -> AudioFeatures: """Get audio features.""" identifier = get_identifier(track_id) response = await self._get(f"v1/audio-features/{identifier}") return AudioFeatures.from_json(response) @catch_json_decode_error async def get_current_user(self) -> UserProfile: """Get current user.""" response = await self._get("v1/me") return UserProfile.from_json(response) @catch_json_decode_error async def get_top_artists(self) -> list[Artist]: """Get top artists.""" params: dict[str, Any] = {"limit": 48} response = await self._get("v1/me/top/artists", params=params) return TopArtistsResponse.from_json(response).items @catch_json_decode_error async def get_top_tracks(self) -> list[Track]: """Get top tracks.""" params: dict[str, Any] = {"limit": 48} response = await self._get("v1/me/top/tracks", params=params) return TopTracksResponse.from_json(response).items @catch_json_decode_error async def get_followed_artists(self) -> list[Artist]: """Get followed artists.""" params: dict[str, Any] = {"limit": 48, "type": "artist"} response = await self._get("v1/me/following", params=params) return FollowedArtistResponse.from_json(response).artists.items async def close(self) -> None: """Close open client session.""" if self.session and self._close_session: await self.session.close() async def __aenter__(self) -> Self: """Async enter. Returns ------- The SpotifyClient object. """ return self async def __aexit__(self, *_exc_info: object) -> None: """Async exit. Args: ---- _exc_info: Exec type. """ await self.close() python-spotify-2.0.2/src/spotifyaio/util.py000066400000000000000000000003051515206530700210350ustar00rootroot00000000000000"""Utility functions for the SpotifyAIO package.""" def get_identifier(identifier: str) -> str: """Get the identifier from a Spotify URI.""" return identifier.rsplit(":", maxsplit=1)[-1] python-spotify-2.0.2/tests/000077500000000000000000000000001515206530700156755ustar00rootroot00000000000000python-spotify-2.0.2/tests/__init__.py000066400000000000000000000003551515206530700200110ustar00rootroot00000000000000"""Asynchronous Python client for Spotify.""" from pathlib import Path def load_fixture(filename: str) -> str: """Load a fixture.""" path = Path(__package__) / "fixtures" / filename return path.read_text(encoding="utf-8") python-spotify-2.0.2/tests/__snapshots__/000077500000000000000000000000001515206530700205135ustar00rootroot00000000000000python-spotify-2.0.2/tests/__snapshots__/test_spotify.ambr000066400000000000000000051410101515206530700241140ustar00rootroot00000000000000# serializer version: 1 # name: test_are_in_library dict({ 'spotify:album:1uyf3l2d4XYwiEqAb7t7fX': False, 'spotify:track:4iV5W9uYEdYUVa79Axb7Rh': False, }) # --- # name: test_create_playlist[kwargs0] dict({ 'collaborative': False, 'description': 'New playlist description', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2dGgoMPWpapXYA6rX7ZbbB', }), 'images': list([ ]), 'items': dict({ 'items': list([ ]), }), 'name': 'New Playlist', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'None', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2dGgoMPWpapXYA6rX7ZbbB', 'public': False, 'uri': 'spotify:playlist:2dGgoMPWpapXYA6rX7ZbbB', }) # --- # name: test_create_playlist[kwargs1] dict({ 'collaborative': False, 'description': 'New playlist description', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2dGgoMPWpapXYA6rX7ZbbB', }), 'images': list([ ]), 'items': dict({ 'items': list([ ]), }), 'name': 'New Playlist', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'None', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2dGgoMPWpapXYA6rX7ZbbB', 'public': False, 'uri': 'spotify:playlist:2dGgoMPWpapXYA6rX7ZbbB', }) # --- # name: test_create_playlist[kwargs2] dict({ 'collaborative': False, 'description': 'New playlist description', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2dGgoMPWpapXYA6rX7ZbbB', }), 'images': list([ ]), 'items': dict({ 'items': list([ ]), }), 'name': 'New Playlist', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'None', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2dGgoMPWpapXYA6rX7ZbbB', 'public': False, 'uri': 'spotify:playlist:2dGgoMPWpapXYA6rX7ZbbB', }) # --- # name: test_create_playlist[kwargs3] dict({ 'collaborative': False, 'description': 'New playlist description', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2dGgoMPWpapXYA6rX7ZbbB', }), 'images': list([ ]), 'items': dict({ 'items': list([ ]), }), 'name': 'New Playlist', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'None', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2dGgoMPWpapXYA6rX7ZbbB', 'public': False, 'uri': 'spotify:playlist:2dGgoMPWpapXYA6rX7ZbbB', }) # --- # name: test_get_album dict({ 'album_id': '3IqzqH6ShrRtie9Yd2ODyG', 'album_type': , 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273a61a28c2f084761f8833bce6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02a61a28c2f084761f8833bce6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851a61a28c2f084761f8833bce6', 'width': 64, }), ]), 'name': 'SINGLARITY', 'release_date': '2020-12-18', 'release_date_precision': , 'total_tracks': 11, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 260372, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6akJGriy4njdP8fZTPGjwz', }), 'href': 'https://api.spotify.com/v1/tracks/6akJGriy4njdP8fZTPGjwz', 'is_local': False, 'name': 'All Your Friends', 'track_id': '6akJGriy4njdP8fZTPGjwz', 'track_number': 1, 'uri': 'spotify:track:6akJGriy4njdP8fZTPGjwz', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 206613, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7N02bJK1amhplZ8yAapRS5', }), 'href': 'https://api.spotify.com/v1/tracks/7N02bJK1amhplZ8yAapRS5', 'is_local': False, 'name': 'New Magiks', 'track_id': '7N02bJK1amhplZ8yAapRS5', 'track_number': 2, 'uri': 'spotify:track:7N02bJK1amhplZ8yAapRS5', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 237266, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6wcBBzmaXHTfg6xNWtjhal', }), 'href': 'https://api.spotify.com/v1/tracks/6wcBBzmaXHTfg6xNWtjhal', 'is_local': False, 'name': 'Everybody Gets a Piece', 'track_id': '6wcBBzmaXHTfg6xNWtjhal', 'track_number': 3, 'uri': 'spotify:track:6wcBBzmaXHTfg6xNWtjhal', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 244813, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6S1fviwvPfMGD7kk6oAZQN', }), 'href': 'https://api.spotify.com/v1/tracks/6S1fviwvPfMGD7kk6oAZQN', 'is_local': False, 'name': 'Curtain Fall', 'track_id': '6S1fviwvPfMGD7kk6oAZQN', 'track_number': 4, 'uri': 'spotify:track:6S1fviwvPfMGD7kk6oAZQN', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 227517, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0HeSCiPSm1d6V7b4CMHPo3', }), 'href': 'https://api.spotify.com/v1/tracks/0HeSCiPSm1d6V7b4CMHPo3', 'is_local': False, 'name': 'Tear Up', 'track_id': '0HeSCiPSm1d6V7b4CMHPo3', 'track_number': 5, 'uri': 'spotify:track:0HeSCiPSm1d6V7b4CMHPo3', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 231891, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/72Q66d8akZekf6AQH414nc', }), 'href': 'https://api.spotify.com/v1/tracks/72Q66d8akZekf6AQH414nc', 'is_local': False, 'name': 'ร˜CULIST', 'track_id': '72Q66d8akZekf6AQH414nc', 'track_number': 6, 'uri': 'spotify:track:72Q66d8akZekf6AQH414nc', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 235540, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2X34r3wmh9KhM1LrohGotI', }), 'href': 'https://api.spotify.com/v1/tracks/2X34r3wmh9KhM1LrohGotI', 'is_local': False, 'name': 'Kaleidoscope', 'track_id': '2X34r3wmh9KhM1LrohGotI', 'track_number': 7, 'uri': 'spotify:track:2X34r3wmh9KhM1LrohGotI', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 264000, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4QGWwmBFhq38PpGj0jRBZg', }), 'href': 'https://api.spotify.com/v1/tracks/4QGWwmBFhq38PpGj0jRBZg', 'is_local': False, 'name': 'Desaturate', 'track_id': '4QGWwmBFhq38PpGj0jRBZg', 'track_number': 8, 'uri': 'spotify:track:4QGWwmBFhq38PpGj0jRBZg', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 234493, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1DPGkXCZA2j9Eu98rrNcoj', }), 'href': 'https://api.spotify.com/v1/tracks/1DPGkXCZA2j9Eu98rrNcoj', 'is_local': False, 'name': '(Break) In Case Of...', 'track_id': '1DPGkXCZA2j9Eu98rrNcoj', 'track_number': 9, 'uri': 'spotify:track:1DPGkXCZA2j9Eu98rrNcoj', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 267080, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6FcIiMd7sJSCNweLf6ZRsk', }), 'href': 'https://api.spotify.com/v1/tracks/6FcIiMd7sJSCNweLf6ZRsk', 'is_local': False, 'name': 'Dancing on the Head of a Pin', 'track_id': '6FcIiMd7sJSCNweLf6ZRsk', 'track_number': 10, 'uri': 'spotify:track:6FcIiMd7sJSCNweLf6ZRsk', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 288493, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/49i0yyGEPxP19NpGhNhsTv', }), 'href': 'https://api.spotify.com/v1/tracks/49i0yyGEPxP19NpGhNhsTv', 'is_local': False, 'name': 'Singularity', 'track_id': '49i0yyGEPxP19NpGhNhsTv', 'track_number': 11, 'uri': 'spotify:track:49i0yyGEPxP19NpGhNhsTv', }), ]), 'uri': 'spotify:album:3IqzqH6ShrRtie9Yd2ODyG', }) # --- # name: test_get_album_tracks list([ dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '7iJrDbKM5fEkGdm5kpjFzS', 'name': 'Sensato', 'uri': 'spotify:artist:7iJrDbKM5fEkGdm5kpjFzS', }), ]), 'disc_number': 1, 'duration_ms': 85400, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6OmhkSOpvYBokMKQxpIGx2', }), 'href': 'https://api.spotify.com/v1/tracks/6OmhkSOpvYBokMKQxpIGx2', 'is_local': False, 'name': 'Global Warming (feat. Sensato)', 'track_id': '6OmhkSOpvYBokMKQxpIGx2', 'track_number': 1, 'uri': 'spotify:track:6OmhkSOpvYBokMKQxpIGx2', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '2L8yW8GIoirHEdeW4bWQXq', 'name': 'TJR', 'uri': 'spotify:artist:2L8yW8GIoirHEdeW4bWQXq', }), ]), 'disc_number': 1, 'duration_ms': 206120, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2iblMMIgSznA464mNov7A8', }), 'href': 'https://api.spotify.com/v1/tracks/2iblMMIgSznA464mNov7A8', 'is_local': False, 'name': "Don't Stop the Party (feat. TJR)", 'track_id': '2iblMMIgSznA464mNov7A8', 'track_number': 2, 'uri': 'spotify:track:2iblMMIgSznA464mNov7A8', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '1l7ZsJRRS8wlW3WfJfPfNS', 'name': 'Christina Aguilera', 'uri': 'spotify:artist:1l7ZsJRRS8wlW3WfJfPfNS', }), ]), 'disc_number': 1, 'duration_ms': 229506, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4yOn1TEcfsKHUJCL2h1r8I', }), 'href': 'https://api.spotify.com/v1/tracks/4yOn1TEcfsKHUJCL2h1r8I', 'is_local': False, 'name': 'Feel This Moment (feat. Christina Aguilera)', 'track_id': '4yOn1TEcfsKHUJCL2h1r8I', 'track_number': 3, 'uri': 'spotify:track:4yOn1TEcfsKHUJCL2h1r8I', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'disc_number': 1, 'duration_ms': 207440, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7fmpKF0rLGPnP7kcQ5ZMm7', }), 'href': 'https://api.spotify.com/v1/tracks/7fmpKF0rLGPnP7kcQ5ZMm7', 'is_local': False, 'name': 'Back in Time - featured in "Men In Black 3"', 'track_id': '7fmpKF0rLGPnP7kcQ5ZMm7', 'track_number': 4, 'uri': 'spotify:track:7fmpKF0rLGPnP7kcQ5ZMm7', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '7bXgB6jMjp9ATFy66eO08Z', 'name': 'Chris Brown', 'uri': 'spotify:artist:7bXgB6jMjp9ATFy66eO08Z', }), ]), 'disc_number': 1, 'duration_ms': 221133, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3jStb2imKd6oUoBT1zq5lp', }), 'href': 'https://api.spotify.com/v1/tracks/3jStb2imKd6oUoBT1zq5lp', 'is_local': False, 'name': 'Hope We Meet Again (feat. Chris Brown)', 'track_id': '3jStb2imKd6oUoBT1zq5lp', 'track_number': 5, 'uri': 'spotify:track:3jStb2imKd6oUoBT1zq5lp', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '23zg3TcAtWQy7J6upgbUnj', 'name': 'USHER', 'uri': 'spotify:artist:23zg3TcAtWQy7J6upgbUnj', }), dict({ 'artist_id': '4D75GcNG95ebPtNvoNVXhz', 'name': 'AFROJACK', 'uri': 'spotify:artist:4D75GcNG95ebPtNvoNVXhz', }), ]), 'disc_number': 1, 'duration_ms': 243160, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6Q4PYJtrq8CBx7YCY5IyRN', }), 'href': 'https://api.spotify.com/v1/tracks/6Q4PYJtrq8CBx7YCY5IyRN', 'is_local': False, 'name': "Party Ain't Over (feat. Usher & Afrojack)", 'track_id': '6Q4PYJtrq8CBx7YCY5IyRN', 'track_number': 6, 'uri': 'spotify:track:6Q4PYJtrq8CBx7YCY5IyRN', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '2DlGxzQSjYe5N6G9nkYghR', 'name': 'Jennifer Lopez', 'uri': 'spotify:artist:2DlGxzQSjYe5N6G9nkYghR', }), ]), 'disc_number': 1, 'duration_ms': 196920, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0QTVwqcOsYd73AOkYkk0Hg', }), 'href': 'https://api.spotify.com/v1/tracks/0QTVwqcOsYd73AOkYkk0Hg', 'is_local': False, 'name': 'Drinks for You (Ladies Anthem) (feat. J. Lo)', 'track_id': '0QTVwqcOsYd73AOkYkk0Hg', 'track_number': 7, 'uri': 'spotify:track:0QTVwqcOsYd73AOkYkk0Hg', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '2NhdGz9EDv2FeUw6udu2g1', 'name': 'The Wanted', 'uri': 'spotify:artist:2NhdGz9EDv2FeUw6udu2g1', }), dict({ 'artist_id': '4D75GcNG95ebPtNvoNVXhz', 'name': 'AFROJACK', 'uri': 'spotify:artist:4D75GcNG95ebPtNvoNVXhz', }), ]), 'disc_number': 1, 'duration_ms': 244920, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/10Sydb6AAFPdgCzCKOSZuI', }), 'href': 'https://api.spotify.com/v1/tracks/10Sydb6AAFPdgCzCKOSZuI', 'is_local': False, 'name': 'Have Some Fun (feat. The Wanted & Afrojack)', 'track_id': '10Sydb6AAFPdgCzCKOSZuI', 'track_number': 8, 'uri': 'spotify:track:10Sydb6AAFPdgCzCKOSZuI', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '0e9P96siQmxphVXAwTy2pa', 'name': 'Danny Mercer', 'uri': 'spotify:artist:0e9P96siQmxphVXAwTy2pa', }), ]), 'disc_number': 1, 'duration_ms': 206800, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4k61iDqmtX9nI7RfLmp9aq', }), 'href': 'https://api.spotify.com/v1/tracks/4k61iDqmtX9nI7RfLmp9aq', 'is_local': False, 'name': 'Outta Nowhere (feat. Danny Mercer)', 'track_id': '4k61iDqmtX9nI7RfLmp9aq', 'track_number': 9, 'uri': 'spotify:track:4k61iDqmtX9nI7RfLmp9aq', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '7qG3b048QCHVRO5Pv1T5lw', 'name': 'Enrique Iglesias', 'uri': 'spotify:artist:7qG3b048QCHVRO5Pv1T5lw', }), ]), 'disc_number': 1, 'duration_ms': 205800, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7oGRkL31ElVMcevQDceT99', }), 'href': 'https://api.spotify.com/v1/tracks/7oGRkL31ElVMcevQDceT99', 'is_local': False, 'name': 'Tchu Tchu Tcha (feat. Enrique Iglesias)', 'track_id': '7oGRkL31ElVMcevQDceT99', 'track_number': 10, 'uri': 'spotify:track:7oGRkL31ElVMcevQDceT99', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '4D75GcNG95ebPtNvoNVXhz', 'name': 'AFROJACK', 'uri': 'spotify:artist:4D75GcNG95ebPtNvoNVXhz', }), dict({ 'artist_id': '1EVWYRr2obCRDoSoD6KSuM', 'name': 'Havana Brown', 'uri': 'spotify:artist:1EVWYRr2obCRDoSoD6KSuM', }), ]), 'disc_number': 1, 'duration_ms': 219600, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/60xPqMqnHZl7Jfiu6E9q8X', }), 'href': 'https://api.spotify.com/v1/tracks/60xPqMqnHZl7Jfiu6E9q8X', 'is_local': False, 'name': 'Last Night (feat. Afrojack & Havana Brown)', 'track_id': '60xPqMqnHZl7Jfiu6E9q8X', 'track_number': 11, 'uri': 'spotify:track:60xPqMqnHZl7Jfiu6E9q8X', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'disc_number': 1, 'duration_ms': 197520, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1jAdXqOSICyXYLaW9ioSur', }), 'href': 'https://api.spotify.com/v1/tracks/1jAdXqOSICyXYLaW9ioSur', 'is_local': False, 'name': "I'm Off That", 'track_id': '1jAdXqOSICyXYLaW9ioSur', 'track_number': 12, 'uri': 'spotify:track:1jAdXqOSICyXYLaW9ioSur', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '5F2Bwl7Is7KVwTbNbMclIS', 'name': 'Papayo', 'uri': 'spotify:artist:5F2Bwl7Is7KVwTbNbMclIS', }), ]), 'disc_number': 1, 'duration_ms': 196440, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0fjRYHFz9ealui1lfnN8it', }), 'href': 'https://api.spotify.com/v1/tracks/0fjRYHFz9ealui1lfnN8it', 'is_local': False, 'name': "Echa Pa'lla (Manos Pa'rriba) (feat. Papayo)", 'track_id': '0fjRYHFz9ealui1lfnN8it', 'track_number': 13, 'uri': 'spotify:track:0fjRYHFz9ealui1lfnN8it', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '0z4gvV4rjIZ9wHck67ucSV', 'name': 'Akon', 'uri': 'spotify:artist:0z4gvV4rjIZ9wHck67ucSV', }), dict({ 'artist_id': '5IqWDVLGThjmkm22e3oBU3', 'name': 'David Rush', 'uri': 'spotify:artist:5IqWDVLGThjmkm22e3oBU3', }), ]), 'disc_number': 1, 'duration_ms': 257613, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7of35ktwTbL906Z1i3mT4K', }), 'href': 'https://api.spotify.com/v1/tracks/7of35ktwTbL906Z1i3mT4K', 'is_local': False, 'name': 'Everybody Fucks (feat. Akon & David Rush)', 'track_id': '7of35ktwTbL906Z1i3mT4K', 'track_number': 14, 'uri': 'spotify:track:7of35ktwTbL906Z1i3mT4K', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '0EmeFodog0BfCgMzAIvKQp', 'name': 'Shakira', 'uri': 'spotify:artist:0EmeFodog0BfCgMzAIvKQp', }), ]), 'disc_number': 1, 'duration_ms': 245920, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2JA6A6Y5f4m7PawM58U2Op', }), 'href': 'https://api.spotify.com/v1/tracks/2JA6A6Y5f4m7PawM58U2Op', 'is_local': False, 'name': 'Get It Started (feat. Shakira)', 'track_id': '2JA6A6Y5f4m7PawM58U2Op', 'track_number': 15, 'uri': 'spotify:track:2JA6A6Y5f4m7PawM58U2Op', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '3BnF35ARlp8mMeyXTjUZsr', 'name': 'Vein', 'uri': 'spotify:artist:3BnF35ARlp8mMeyXTjUZsr', }), ]), 'disc_number': 1, 'duration_ms': 217680, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/726qZxwhP0jVyIA0ujnnhb', }), 'href': 'https://api.spotify.com/v1/tracks/726qZxwhP0jVyIA0ujnnhb', 'is_local': False, 'name': '11:59 (feat. Vein)', 'track_id': '726qZxwhP0jVyIA0ujnnhb', 'track_number': 16, 'uri': 'spotify:track:726qZxwhP0jVyIA0ujnnhb', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '4wLXwxDeWQ8mtUIRPxGiD6', 'name': 'Marc Anthony', 'uri': 'spotify:artist:4wLXwxDeWQ8mtUIRPxGiD6', }), dict({ 'artist_id': '4MHssKddnziCghmwBHRiEY', 'name': 'Alle', 'uri': 'spotify:artist:4MHssKddnziCghmwBHRiEY', }), dict({ 'artist_id': '4Ws2otunReOa6BbwxxpCt6', 'name': 'Benny Benassi', 'uri': 'spotify:artist:4Ws2otunReOa6BbwxxpCt6', }), ]), 'disc_number': 1, 'duration_ms': 316480, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6GPER1Sx8MrBiwWxdulg5Q', }), 'href': 'https://api.spotify.com/v1/tracks/6GPER1Sx8MrBiwWxdulg5Q', 'is_local': False, 'name': 'Rain Over Me (feat. Marc Anthony) - Benny Benassi Remix', 'track_id': '6GPER1Sx8MrBiwWxdulg5Q', 'track_number': 17, 'uri': 'spotify:track:6GPER1Sx8MrBiwWxdulg5Q', }), dict({ 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '7bXgB6jMjp9ATFy66eO08Z', 'name': 'Chris Brown', 'uri': 'spotify:artist:7bXgB6jMjp9ATFy66eO08Z', }), dict({ 'artist_id': '5I7l0lSOyusetwCv1aQPMf', 'name': 'Jump Smokers', 'uri': 'spotify:artist:5I7l0lSOyusetwCv1aQPMf', }), ]), 'disc_number': 1, 'duration_ms': 309626, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4TWgcICXXfGty8MHGWJ4Ne', }), 'href': 'https://api.spotify.com/v1/tracks/4TWgcICXXfGty8MHGWJ4Ne', 'is_local': False, 'name': 'International Love (feat. Chris Brown) - Jump Smokers Extended Mix', 'track_id': '4TWgcICXXfGty8MHGWJ4Ne', 'track_number': 18, 'uri': 'spotify:track:4TWgcICXXfGty8MHGWJ4Ne', }), ]) # --- # name: test_get_artist dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb8d8ac7290d0fe2d12fb6e4d9', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051748d8ac7290d0fe2d12fb6e4d9', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1788d8ac7290d0fe2d12fb6e4d9', 'width': 160, }), ]), 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }) # --- # name: test_get_artist_albums list([ dict({ 'album_id': '1nPRTKmS3Bn0f2ih11i2aH', 'album_type': , 'artists': list([ dict({ 'artist_id': '0b2GL7Y02vu50qieoQmw1w', 'name': 'IAmChino', 'uri': 'spotify:artist:0b2GL7Y02vu50qieoQmw1w', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273fa853d9769c89d08a74983bb', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02fa853d9769c89d08a74983bb', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851fa853d9769c89d08a74983bb', 'width': 64, }), ]), 'name': 'UNDERDOGS', 'release_date': '2025-08-29', 'release_date_precision': , 'total_tracks': 11, 'uri': 'spotify:album:1nPRTKmS3Bn0f2ih11i2aH', }), dict({ 'album_id': '56jg3KJcYmfL7RzYmG2O1Q', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273a0bac1996f26274685db1520', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02a0bac1996f26274685db1520', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851a0bac1996f26274685db1520', 'width': 64, }), ]), 'name': 'Trackhouse (Daytona 500 Edition)', 'release_date': '2024-02-16', 'release_date_precision': , 'total_tracks': 7, 'uri': 'spotify:album:56jg3KJcYmfL7RzYmG2O1Q', }), dict({ 'album_id': '1l86t4bTNT2j1X0ZBCIv6R', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27333a4ba8f73271a749c5d953d', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0233a4ba8f73271a749c5d953d', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485133a4ba8f73271a749c5d953d', 'width': 64, }), ]), 'name': 'Trackhouse', 'release_date': '2023-10-06', 'release_date_precision': , 'total_tracks': 14, 'uri': 'spotify:album:1l86t4bTNT2j1X0ZBCIv6R', }), dict({ 'album_id': '6nCJAxRvXmPkPiZo8Vh5ZG', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f0dd8e557b66318ea8e6978d', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f0dd8e557b66318ea8e6978d', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f0dd8e557b66318ea8e6978d', 'width': 64, }), ]), 'name': 'Libertad 548', 'release_date': '2019-09-27', 'release_date_precision': , 'total_tracks': 15, 'uri': 'spotify:album:6nCJAxRvXmPkPiZo8Vh5ZG', }), dict({ 'album_id': '6ZSNnOY2ESMNoVQ5DdvHrj', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '6RFjbxELOWFXv54t6ccuRZ', 'name': 'Jorge Gomez', 'uri': 'spotify:artist:6RFjbxELOWFXv54t6ccuRZ', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273bfb673e097b39939d6f91874', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02bfb673e097b39939d6f91874', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851bfb673e097b39939d6f91874', 'width': 64, }), ]), 'name': 'Gotti (Original Motion Picture Soundtrack)', 'release_date': '2018-06-14', 'release_date_precision': , 'total_tracks': 19, 'uri': 'spotify:album:6ZSNnOY2ESMNoVQ5DdvHrj', }), dict({ 'album_id': '4jtKPpBQ5eneMwEI94f5Y0', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273dfa89274cbe23c1fe1b589d5', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02dfa89274cbe23c1fe1b589d5', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851dfa89274cbe23c1fe1b589d5', 'width': 64, }), ]), 'name': 'Climate Change', 'release_date': '2017-03-17', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:4jtKPpBQ5eneMwEI94f5Y0', }), dict({ 'album_id': '0tKKoGCz9CaZ3x1hDD6Ss2', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27361fd3efe3692e389a9dd09bf', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0261fd3efe3692e389a9dd09bf', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485161fd3efe3692e389a9dd09bf', 'width': 64, }), ]), 'name': 'Dale', 'release_date': '2015-06-30', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:0tKKoGCz9CaZ3x1hDD6Ss2', }), dict({ 'album_id': '4EUf4YyNjuXypWY6W5wEDm', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273e6efeff81a318670a292090f', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02e6efeff81a318670a292090f', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851e6efeff81a318670a292090f', 'width': 64, }), ]), 'name': 'Globalization', 'release_date': '2014-11-24', 'release_date_precision': , 'total_tracks': 11, 'uri': 'spotify:album:4EUf4YyNjuXypWY6W5wEDm', }), dict({ 'album_id': '4aawyAB9vmqN3uQ7FjRGTy', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732c5b24ecfa39523a75c993c4', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022c5b24ecfa39523a75c993c4', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512c5b24ecfa39523a75c993c4', 'width': 64, }), ]), 'name': 'Global Warming', 'release_date': '2012-11-16', 'release_date_precision': , 'total_tracks': 18, 'uri': 'spotify:album:4aawyAB9vmqN3uQ7FjRGTy', }), dict({ 'album_id': '2F7tejLHzTqFq2XLol9ZGy', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732ffc2c580b6595a3e675a730', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022ffc2c580b6595a3e675a730', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512ffc2c580b6595a3e675a730', 'width': 64, }), ]), 'name': 'Global Warming: Meltdown (Deluxe Version)', 'release_date': '2012', 'release_date_precision': , 'total_tracks': 17, 'uri': 'spotify:album:2F7tejLHzTqFq2XLol9ZGy', }), dict({ 'album_id': '4rG0MhkU6UojACJxkMHIXB', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2731dc7483a9fcfce54822a2f19', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e021dc7483a9fcfce54822a2f19', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048511dc7483a9fcfce54822a2f19', 'width': 64, }), ]), 'name': 'Planet Pit (Deluxe Version)', 'release_date': '2011-06-17', 'release_date_precision': , 'total_tracks': 16, 'uri': 'spotify:album:4rG0MhkU6UojACJxkMHIXB', }), dict({ 'album_id': '1q23hvi1qvoADt2fh7FO7P', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2733eb0fc423b496236f33cb033', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e023eb0fc423b496236f33cb033', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048513eb0fc423b496236f33cb033', 'width': 64, }), ]), 'name': 'Armando (Deluxe)', 'release_date': '2010-11-02', 'release_date_precision': , 'total_tracks': 14, 'uri': 'spotify:album:1q23hvi1qvoADt2fh7FO7P', }), dict({ 'album_id': '0kv3Rm7PODqJBQaVJiezuB', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2731091bce0b9d981cac5e4091c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e021091bce0b9d981cac5e4091c', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048511091bce0b9d981cac5e4091c', 'width': 64, }), ]), 'name': 'I Am Armando - Armando Reloaded', 'release_date': '2010', 'release_date_precision': , 'total_tracks': 14, 'uri': 'spotify:album:0kv3Rm7PODqJBQaVJiezuB', }), dict({ 'album_id': '5xLAcbvbSAlRtPXnKkggXA', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27326d73ab8423a350faa5d395a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0226d73ab8423a350faa5d395a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485126d73ab8423a350faa5d395a', 'width': 64, }), ]), 'name': 'Pitbull Starring In Rebelution', 'release_date': '2009-10-23', 'release_date_precision': , 'total_tracks': 15, 'uri': 'spotify:album:5xLAcbvbSAlRtPXnKkggXA', }), dict({ 'album_id': '6ODOJvYpaQ3p0O6Agrlt4B', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273e5de6d02e83f63e381f0932b', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02e5de6d02e83f63e381f0932b', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851e5de6d02e83f63e381f0932b', 'width': 64, }), ]), 'name': 'The Boatlift - Clean', 'release_date': '2007-11-27', 'release_date_precision': , 'total_tracks': 18, 'uri': 'spotify:album:6ODOJvYpaQ3p0O6Agrlt4B', }), dict({ 'album_id': '7m9AYxqeFPagkaqlg6WE0J', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2734b6e3bb6e298b4477bf2f6f0', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e024b6e3bb6e298b4477bf2f6f0', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048514b6e3bb6e298b4477bf2f6f0', 'width': 64, }), ]), 'name': 'The Boatlift', 'release_date': '2007-11-27', 'release_date_precision': , 'total_tracks': 18, 'uri': 'spotify:album:7m9AYxqeFPagkaqlg6WE0J', }), dict({ 'album_id': '69bXbGpsjbLtygqiiaXIqf', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27363f27725465f14449c8258cb', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0263f27725465f14449c8258cb', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485163f27725465f14449c8258cb', 'width': 64, }), ]), 'name': 'El Mariel - Clean', 'release_date': '2006-10-31', 'release_date_precision': , 'total_tracks': 21, 'uri': 'spotify:album:69bXbGpsjbLtygqiiaXIqf', }), dict({ 'album_id': '7rOcmdW8dWxlScy6AUgjI8', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2731b05e8f15f93dd1247e90c49', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e021b05e8f15f93dd1247e90c49', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048511b05e8f15f93dd1247e90c49', 'width': 64, }), ]), 'name': 'El Mariel', 'release_date': '2006-10-31', 'release_date_precision': , 'total_tracks': 21, 'uri': 'spotify:album:7rOcmdW8dWxlScy6AUgjI8', }), dict({ 'album_id': '4y8v2mnHITUR0Vi2HSAh4F', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273a8045f86097518b70cb499ee', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02a8045f86097518b70cb499ee', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851a8045f86097518b70cb499ee', 'width': 64, }), ]), 'name': 'Money Is Still A Major Issue', 'release_date': '2005-11-15', 'release_date_precision': , 'total_tracks': 13, 'uri': 'spotify:album:4y8v2mnHITUR0Vi2HSAh4F', }), dict({ 'album_id': '76N6imyjQ9h5p2NzakHT32', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27300650b5e6be3af579ae18e7c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0200650b5e6be3af579ae18e7c', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485100650b5e6be3af579ae18e7c', 'width': 64, }), ]), 'name': 'M.I.A.M.I.', 'release_date': '2004-08-24', 'release_date_precision': , 'total_tracks': 16, 'uri': 'spotify:album:76N6imyjQ9h5p2NzakHT32', }), dict({ 'album_id': '1ielCGOyyidzpbnxKctCLk', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '4zWFlKgU4j7ryWg5nsOmU6', 'name': 'Lenier', 'uri': 'spotify:artist:4zWFlKgU4j7ryWg5nsOmU6', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27306cb49bdddf422972424980d', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0206cb49bdddf422972424980d', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485106cb49bdddf422972424980d', 'width': 64, }), ]), 'name': "Pa' Los Envidiosos", 'release_date': '2026-02-06', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:1ielCGOyyidzpbnxKctCLk', }), dict({ 'album_id': '1Q53Pq6VrC38FLf8yIHaE9', 'album_type': , 'artists': list([ dict({ 'artist_id': '1yX62RHdYysNcIrO33WQxJ', 'name': 'Dani Flow', 'uri': 'spotify:artist:1yX62RHdYysNcIrO33WQxJ', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27363df79b70d17204b59c7a09e', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0263df79b70d17204b59c7a09e', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485163df79b70d17204b59c7a09e', 'width': 64, }), ]), 'name': 'RรPIDOS Y FURIOSOS 11', 'release_date': '2026-01-14', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:1Q53Pq6VrC38FLf8yIHaE9', }), dict({ 'album_id': '6lpZfEeWcLG0DDfgd22km8', 'album_type': , 'artists': list([ dict({ 'artist_id': '0b2GL7Y02vu50qieoQmw1w', 'name': 'IAmChino', 'uri': 'spotify:artist:0b2GL7Y02vu50qieoQmw1w', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '137W8MRPWKqSmrBGDBFSop', 'name': 'Wiz Khalifa', 'uri': 'spotify:artist:137W8MRPWKqSmrBGDBFSop', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273aa9ba9e7b528084ada3308b1', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02aa9ba9e7b528084ada3308b1', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851aa9ba9e7b528084ada3308b1', 'width': 64, }), ]), 'name': 'Soy Asรญ 2', 'release_date': '2026-01-09', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:6lpZfEeWcLG0DDfgd22km8', }), dict({ 'album_id': '5wguho5YJqF36UgNiY2mA8', 'album_type': , 'artists': list([ dict({ 'artist_id': '0FvJm0y2eHw0aPkLLU3sIG', 'name': 'FILMORE', 'uri': 'spotify:artist:0FvJm0y2eHw0aPkLLU3sIG', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732356f919195375b776f579a1', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022356f919195375b776f579a1', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512356f919195375b776f579a1', 'width': 64, }), ]), 'name': 'Yeehaw', 'release_date': '2025-12-26', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:5wguho5YJqF36UgNiY2mA8', }), dict({ 'album_id': '44QE4TTUn2HuPc65iOkKhI', 'album_type': , 'artists': list([ dict({ 'artist_id': '0FvJm0y2eHw0aPkLLU3sIG', 'name': 'FILMORE', 'uri': 'spotify:artist:0FvJm0y2eHw0aPkLLU3sIG', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273112ffbefca84603d765e1dee', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02112ffbefca84603d765e1dee', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851112ffbefca84603d765e1dee', 'width': 64, }), ]), 'name': 'Yeehaw (Clean)', 'release_date': '2025-12-25', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:44QE4TTUn2HuPc65iOkKhI', }), dict({ 'album_id': '7EoWixoOdwjAqG7QNAYPqy', 'album_type': , 'artists': list([ dict({ 'artist_id': '0LthCv77K8NqLKr8B6266a', 'name': 'Freak Nasty', 'uri': 'spotify:artist:0LthCv77K8NqLKr8B6266a', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273839e75853260058868d9cff9', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02839e75853260058868d9cff9', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851839e75853260058868d9cff9', 'width': 64, }), ]), 'name': 'Fun Dip', 'release_date': '2025-12-05', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:7EoWixoOdwjAqG7QNAYPqy', }), dict({ 'album_id': '704rVRHvHjgKyIMAuFhn9G', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '7sfl4Xt5KmfyDs2T3SVSMK', 'name': 'Lil Jon', 'uri': 'spotify:artist:7sfl4Xt5KmfyDs2T3SVSMK', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27392aa9a2b1e5c37f1dac1cae5', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0292aa9a2b1e5c37f1dac1cae5', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485192aa9a2b1e5c37f1dac1cae5', 'width': 64, }), ]), 'name': 'Damn I Love Miami (Remixes)', 'release_date': '2025-10-24', 'release_date_precision': , 'total_tracks': 5, 'uri': 'spotify:album:704rVRHvHjgKyIMAuFhn9G', }), dict({ 'album_id': '1iQFOdoDdXSpAJy5vLKA9p', 'album_type': , 'artists': list([ dict({ 'artist_id': '13NpuESz6tlK819yBs0PuS', 'name': 'Azteck', 'uri': 'spotify:artist:13NpuESz6tlK819yBs0PuS', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '5ENS85nZShljwNgg4wFD7D', 'name': 'Gabry Ponte', 'uri': 'spotify:artist:5ENS85nZShljwNgg4wFD7D', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273872c1a350283cf2a533db263', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02872c1a350283cf2a533db263', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851872c1a350283cf2a533db263', 'width': 64, }), ]), 'name': 'Pretty Woman (All Around The World) (with Gabry Ponte)', 'release_date': '2025-09-26', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:1iQFOdoDdXSpAJy5vLKA9p', }), dict({ 'album_id': '2WzCFW3ywduzHLbPNMrzji', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '7sfl4Xt5KmfyDs2T3SVSMK', 'name': 'Lil Jon', 'uri': 'spotify:artist:7sfl4Xt5KmfyDs2T3SVSMK', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273d9adce154235c6c5a5f45807', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02d9adce154235c6c5a5f45807', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851d9adce154235c6c5a5f45807', 'width': 64, }), ]), 'name': 'Damn I Love Miami', 'release_date': '2025-09-12', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:2WzCFW3ywduzHLbPNMrzji', }), dict({ 'album_id': '46FjPDtNFTZ0kn3PVLAcHF', 'album_type': , 'artists': list([ dict({ 'artist_id': '0b2GL7Y02vu50qieoQmw1w', 'name': 'IAmChino', 'uri': 'spotify:artist:0b2GL7Y02vu50qieoQmw1w', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '5hdhHgpxyniooUiQVaPxQ0', 'name': 'Nio Garcia', 'uri': 'spotify:artist:5hdhHgpxyniooUiQVaPxQ0', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273523d67dd370be63f64985e96', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02523d67dd370be63f64985e96', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851523d67dd370be63f64985e96', 'width': 64, }), ]), 'name': 'Hangover', 'release_date': '2025-08-28', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:46FjPDtNFTZ0kn3PVLAcHF', }), dict({ 'album_id': '5Skfxe8hI3uMoQ5l3Wl0GS', 'album_type': , 'artists': list([ dict({ 'artist_id': '0b2GL7Y02vu50qieoQmw1w', 'name': 'IAmChino', 'uri': 'spotify:artist:0b2GL7Y02vu50qieoQmw1w', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '0jnsk9HBra6NMjO2oANoPY', 'name': 'Flo Rida', 'uri': 'spotify:artist:0jnsk9HBra6NMjO2oANoPY', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2737be5ef3170160852d7de399a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e027be5ef3170160852d7de399a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048517be5ef3170160852d7de399a', 'width': 64, }), ]), 'name': 'Borracho Y Loco', 'release_date': '2025-08-28', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:5Skfxe8hI3uMoQ5l3Wl0GS', }), dict({ 'album_id': '3EIHFD7cnGod28Kg61IfEB', 'album_type': , 'artists': list([ dict({ 'artist_id': '5C01hDqpEmrmDfUhX9YWsH', 'name': 'FIFA Sound', 'uri': 'spotify:artist:5C01hDqpEmrmDfUhX9YWsH', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '6O9WquDfQTxGRZqZUXVEQx', 'name': 'RedOne', 'uri': 'spotify:artist:6O9WquDfQTxGRZqZUXVEQx', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27305d2f75cc2f039183c14bcdf', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0205d2f75cc2f039183c14bcdf', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485105d2f75cc2f039183c14bcdf', 'width': 64, }), ]), 'name': 'We Will Rock You (2025 FIFA Club World Cup Theme Song) feat. Pitbull x RedOne', 'release_date': '2025-06-13', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:3EIHFD7cnGod28Kg61IfEB', }), dict({ 'album_id': '5VaS19t97GVYwJZWi71BDi', 'album_type': , 'artists': list([ dict({ 'artist_id': '0b2GL7Y02vu50qieoQmw1w', 'name': 'IAmChino', 'uri': 'spotify:artist:0b2GL7Y02vu50qieoQmw1w', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '00CMSJdbf36zOzKB3z8JrR', 'name': 'Victor Cardenas', 'uri': 'spotify:artist:00CMSJdbf36zOzKB3z8JrR', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2736142c9ff5c9347c67be7cf88', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e026142c9ff5c9347c67be7cf88', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048516142c9ff5c9347c67be7cf88', 'width': 64, }), ]), 'name': 'Soy Asรญ', 'release_date': '2025-06-06', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:5VaS19t97GVYwJZWi71BDi', }), dict({ 'album_id': '0INLo9d20pUVNHOX1x2X4Q', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '7iJrDbKM5fEkGdm5kpjFzS', 'name': 'Sensato', 'uri': 'spotify:artist:7iJrDbKM5fEkGdm5kpjFzS', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273d76e202fccbb3a19727ec34a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02d76e202fccbb3a19727ec34a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851d76e202fccbb3a19727ec34a', 'width': 64, }), ]), 'name': 'No Te Hagas', 'release_date': '2025-05-09', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:0INLo9d20pUVNHOX1x2X4Q', }), dict({ 'album_id': '5tjFV3KmhkpTpRTnv1I8Wu', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '58lV9VcRSjABbAbfWS6skp', 'name': 'Bon Jovi', 'uri': 'spotify:artist:58lV9VcRSjABbAbfWS6skp', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f8dd5532fe1387b2ad40f423', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f8dd5532fe1387b2ad40f423', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f8dd5532fe1387b2ad40f423', 'width': 64, }), ]), 'name': 'Now Or Never', 'release_date': '2025-03-28', 'release_date_precision': , 'total_tracks': 4, 'uri': 'spotify:album:5tjFV3KmhkpTpRTnv1I8Wu', }), dict({ 'album_id': '0f5Fhl4ZgbGtWwtxGofKqa', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '58lV9VcRSjABbAbfWS6skp', 'name': 'Bon Jovi', 'uri': 'spotify:artist:58lV9VcRSjABbAbfWS6skp', }), dict({ 'artist_id': '5bzWtCkjIAMgN93gLt56SO', 'name': 'Tropkillaz', 'uri': 'spotify:artist:5bzWtCkjIAMgN93gLt56SO', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273deb06c010f4275b0002c7b7e', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02deb06c010f4275b0002c7b7e', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851deb06c010f4275b0002c7b7e', 'width': 64, }), ]), 'name': 'Now Or Never (TropKillaz Remix)', 'release_date': '2025-03-27', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:0f5Fhl4ZgbGtWwtxGofKqa', }), dict({ 'album_id': '7wI8TpkCWRTwmnzZNjUDTj', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '58lV9VcRSjABbAbfWS6skp', 'name': 'Bon Jovi', 'uri': 'spotify:artist:58lV9VcRSjABbAbfWS6skp', }), dict({ 'artist_id': '34DQTRbIYPLSGU2SkOTEja', 'name': 'Muzik Junkies', 'uri': 'spotify:artist:34DQTRbIYPLSGU2SkOTEja', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273d44c7246f1d59d87462644b0', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02d44c7246f1d59d87462644b0', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851d44c7246f1d59d87462644b0', 'width': 64, }), ]), 'name': 'Now or Never (Muzik Junkies & AROCK Remix)', 'release_date': '2025-03-26', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:7wI8TpkCWRTwmnzZNjUDTj', }), dict({ 'album_id': '3fZxc2BwHIv2I72Txd9yGq', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '58lV9VcRSjABbAbfWS6skp', 'name': 'Bon Jovi', 'uri': 'spotify:artist:58lV9VcRSjABbAbfWS6skp', }), dict({ 'artist_id': '4VyCiFrplEiSgKvimCvGy0', 'name': 'DJ Triple XL', 'uri': 'spotify:artist:4VyCiFrplEiSgKvimCvGy0', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f5b012d83be9076b7b3c8f5c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f5b012d83be9076b7b3c8f5c', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f5b012d83be9076b7b3c8f5c', 'width': 64, }), ]), 'name': 'Now or Never (F.A.S.T x & DJ Triple XL Remix)', 'release_date': '2025-03-25', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:3fZxc2BwHIv2I72Txd9yGq', }), dict({ 'album_id': '2K3vXTZjcuWR8H8LgvJ8Yk', 'album_type': , 'artists': list([ dict({ 'artist_id': '7qG3b048QCHVRO5Pv1T5lw', 'name': 'Enrique Iglesias', 'uri': 'spotify:artist:7qG3b048QCHVRO5Pv1T5lw', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '0b2GL7Y02vu50qieoQmw1w', 'name': 'IAmChino', 'uri': 'spotify:artist:0b2GL7Y02vu50qieoQmw1w', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2737e25dc727b5fda6731ea49d2', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e027e25dc727b5fda6731ea49d2', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048517e25dc727b5fda6731ea49d2', 'width': 64, }), ]), 'name': 'Tamo Bien', 'release_date': '2025-03-05', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:2K3vXTZjcuWR8H8LgvJ8Yk', }), dict({ 'album_id': '51dVwp68x0e1GZNOgE7hyK', 'album_type': , 'artists': list([ dict({ 'artist_id': '5XLBtYR2VrpkqXdlvNnFHG', 'name': 'Heidi Montag', 'uri': 'spotify:artist:5XLBtYR2VrpkqXdlvNnFHG', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732a8026edcb4e2e1d87418a73', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022a8026edcb4e2e1d87418a73', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512a8026edcb4e2e1d87418a73', 'width': 64, }), ]), 'name': "I'll Do It (feat. Pitbull)", 'release_date': '2025-02-06', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:51dVwp68x0e1GZNOgE7hyK', }), dict({ 'album_id': '4ObwiIpULEzwOPrtLSd7xA', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '58lV9VcRSjABbAbfWS6skp', 'name': 'Bon Jovi', 'uri': 'spotify:artist:58lV9VcRSjABbAbfWS6skp', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27328f391d916a9abe7ddc8800e', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0228f391d916a9abe7ddc8800e', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485128f391d916a9abe7ddc8800e', 'width': 64, }), ]), 'name': 'Now Or Never', 'release_date': '2024-11-14', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:4ObwiIpULEzwOPrtLSd7xA', }), dict({ 'album_id': '5s2pXXHew5LPbEU8DgOYHg', 'album_type': , 'artists': list([ dict({ 'artist_id': '52iwsT98xCoGgiGntTiR7K', 'name': 'Quevedo', 'uri': 'spotify:artist:52iwsT98xCoGgiGntTiR7K', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2736b232c8a534909a023259dea', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e026b232c8a534909a023259dea', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048516b232c8a534909a023259dea', 'width': 64, }), ]), 'name': 'MR. MOONDIAL', 'release_date': '2024-11-13', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:5s2pXXHew5LPbEU8DgOYHg', }), dict({ 'album_id': '7A0AEPu9sqHZpSIDI1zLEM', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '2FKWNmZWDBZR4dE5KX4plR', 'name': 'Diljit Dosanjh', 'uri': 'spotify:artist:2FKWNmZWDBZR4dE5KX4plR', }), dict({ 'artist_id': '4f7KfxeHq9BiylGmyXepGt', 'name': 'Tanishk Bagchi', 'uri': 'spotify:artist:4f7KfxeHq9BiylGmyXepGt', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273b64f4ac4a25a5ce77ba13b04', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02b64f4ac4a25a5ce77ba13b04', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851b64f4ac4a25a5ce77ba13b04', 'width': 64, }), ]), 'name': 'Bhool Bhulaiyaa 3 - Title Track (feat. Pitbull)', 'release_date': '2024-10-16', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:7A0AEPu9sqHZpSIDI1zLEM', }), dict({ 'album_id': '2LLRQs8JFjFm9RkkT9Hmqf', 'album_type': , 'artists': list([ dict({ 'artist_id': '4WzBqbc7fxl2y8XrznMSqf', 'name': 'Candelita', 'uri': 'spotify:artist:4WzBqbc7fxl2y8XrznMSqf', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '3OcvS8PzSGYMBvLdzY6g3e', 'name': 'Silvestre Dangond', 'uri': 'spotify:artist:3OcvS8PzSGYMBvLdzY6g3e', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2730d2057719283f5bc9af31a31', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e020d2057719283f5bc9af31a31', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048510d2057719283f5bc9af31a31', 'width': 64, }), ]), 'name': 'OMG (Remix)', 'release_date': '2024-10-11', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:2LLRQs8JFjFm9RkkT9Hmqf', }), dict({ 'album_id': '3ZzkxHr39xEJvbl7UWKcPZ', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '21E3waRsmPlU7jZsS13rcj', 'name': 'Ne-Yo', 'uri': 'spotify:artist:21E3waRsmPlU7jZsS13rcj', }), dict({ 'artist_id': '4D75GcNG95ebPtNvoNVXhz', 'name': 'AFROJACK', 'uri': 'spotify:artist:4D75GcNG95ebPtNvoNVXhz', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273dd5004cdbb35c0903e1fcf0a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02dd5004cdbb35c0903e1fcf0a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851dd5004cdbb35c0903e1fcf0a', 'width': 64, }), ]), 'name': '2 The Moon (The Remixes)', 'release_date': '2024-09-20', 'release_date_precision': , 'total_tracks': 5, 'uri': 'spotify:album:3ZzkxHr39xEJvbl7UWKcPZ', }), dict({ 'album_id': '0kwED9Hwu9K0d9NLBBsAWd', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '21E3waRsmPlU7jZsS13rcj', 'name': 'Ne-Yo', 'uri': 'spotify:artist:21E3waRsmPlU7jZsS13rcj', }), dict({ 'artist_id': '4D75GcNG95ebPtNvoNVXhz', 'name': 'AFROJACK', 'uri': 'spotify:artist:4D75GcNG95ebPtNvoNVXhz', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273c97e191da13e43091c283880', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02c97e191da13e43091c283880', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851c97e191da13e43091c283880', 'width': 64, }), ]), 'name': '2 The Moon (The Remixes)', 'release_date': '2024-09-20', 'release_date_precision': , 'total_tracks': 3, 'uri': 'spotify:album:0kwED9Hwu9K0d9NLBBsAWd', }), dict({ 'album_id': '0EIZb3DTMZlZt2FLndqpSY', 'album_type': , 'artists': list([ dict({ 'artist_id': '4Q6nIcaBED8qUel8bBx6Cr', 'name': 'Jax Jones', 'uri': 'spotify:artist:4Q6nIcaBED8qUel8bBx6Cr', }), dict({ 'artist_id': '07YZf4WDAMNwqr4jfgOZ8y', 'name': 'Jason Derulo', 'uri': 'spotify:artist:07YZf4WDAMNwqr4jfgOZ8y', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2734d0780b70648eace7cbba259', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e024d0780b70648eace7cbba259', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048514d0780b70648eace7cbba259', 'width': 64, }), ]), 'name': 'Tonight (D.I.Y.A) [Pitbull Remix]', 'release_date': '2024-08-16', 'release_date_precision': , 'total_tracks': 2, 'uri': 'spotify:album:0EIZb3DTMZlZt2FLndqpSY', }), dict({ 'album_id': '0Iauzjo1cjGE9cx4odkKHb', 'album_type': , 'artists': list([ dict({ 'artist_id': '37G8DfNgO4mQ3PKh5droSo', 'name': 'Osmani Garcia "La Voz"', 'uri': 'spotify:artist:37G8DfNgO4mQ3PKh5droSo', }), dict({ 'artist_id': '0TnOYISbd1XYRBk9myaseg', 'name': 'Pitbull', 'uri': 'spotify:artist:0TnOYISbd1XYRBk9myaseg', }), dict({ 'artist_id': '1yX62RHdYysNcIrO33WQxJ', 'name': 'Dani Flow', 'uri': 'spotify:artist:1yX62RHdYysNcIrO33WQxJ', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273786fd1d7ac19c1aa5591522f', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02786fd1d7ac19c1aa5591522f', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851786fd1d7ac19c1aa5591522f', 'width': 64, }), ]), 'name': 'Chi Chi Bon Bon (Remix)', 'release_date': '2024-08-02', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:0Iauzjo1cjGE9cx4odkKHb', }), ]) # --- # name: test_get_audio_features dict({ 'acousticness': 0.011, 'danceability': 0.696, 'energy': 0.905, 'instrumentalness': 0.000905, 'key': , 'liveness': 0.302, 'loudness': -2.743, 'mode': , 'speechiness': 0.103, 'tempo': 114.944, 'time_signature': , 'valence': 0.625, }) # --- # name: test_get_audiobook dict({ 'audiobook_id': '6SJQ8VzM5PlDy11wMtcD6v', 'authors': list([ dict({ 'name': 'J.K. Rowling', }), ]), 'chapters': list([ dict({ 'chapter_id': '0bnJ1qcNgHwwPWbDJAia57', 'chapter_number': 0, 'duration_ms': 23000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/0bnJ1qcNgHwwPWbDJAia57', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Opening Credits', 'type': 'chapter', 'uri': 'spotify:episode:0bnJ1qcNgHwwPWbDJAia57', }), dict({ 'chapter_id': '3XcHJLv9NVV3lI4ECSNGcl', 'chapter_number': 1, 'duration_ms': 1901683, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3XcHJLv9NVV3lI4ECSNGcl', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 1: The Boy Who Lived', 'type': 'chapter', 'uri': 'spotify:episode:3XcHJLv9NVV3lI4ECSNGcl', }), dict({ 'chapter_id': '6yXRrpO4DYkPEphS1wApK6', 'chapter_number': 2, 'duration_ms': 1329841, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/6yXRrpO4DYkPEphS1wApK6', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 2: The Vanishing Glass', 'type': 'chapter', 'uri': 'spotify:episode:6yXRrpO4DYkPEphS1wApK6', }), dict({ 'chapter_id': '10fQLdhdGVbBYXvlXRVIPa', 'chapter_number': 3, 'duration_ms': 1517244, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/10fQLdhdGVbBYXvlXRVIPa', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 3: The Letters from No One', 'type': 'chapter', 'uri': 'spotify:episode:10fQLdhdGVbBYXvlXRVIPa', }), dict({ 'chapter_id': '46BVQZ5N2HbrtvO7EesYUY', 'chapter_number': 4, 'duration_ms': 1470066, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/46BVQZ5N2HbrtvO7EesYUY', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 4: The Keeper of the Keys', 'type': 'chapter', 'uri': 'spotify:episode:46BVQZ5N2HbrtvO7EesYUY', }), dict({ 'chapter_id': '4G2TaqHalYmLiL7fvJC75u', 'chapter_number': 5, 'duration_ms': 2643879, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/4G2TaqHalYmLiL7fvJC75u', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 5: Diagon Alley', 'type': 'chapter', 'uri': 'spotify:episode:4G2TaqHalYmLiL7fvJC75u', }), dict({ 'chapter_id': '2F4ricTDPdDT2h2m0mhUbt', 'chapter_number': 6, 'duration_ms': 2286524, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2F4ricTDPdDT2h2m0mhUbt', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 6: The Journey from Platform Nine and Three-quarters', 'type': 'chapter', 'uri': 'spotify:episode:2F4ricTDPdDT2h2m0mhUbt', }), dict({ 'chapter_id': '2nCrEIRgNfQpR9BUryaiyr', 'chapter_number': 7, 'duration_ms': 1773949, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2nCrEIRgNfQpR9BUryaiyr', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 7: The Sorting Hat', 'type': 'chapter', 'uri': 'spotify:episode:2nCrEIRgNfQpR9BUryaiyr', }), dict({ 'chapter_id': '4jVigNVaZVhuAOXlf8TDNX', 'chapter_number': 8, 'duration_ms': 1125799, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/4jVigNVaZVhuAOXlf8TDNX', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 8: The Potions Master', 'type': 'chapter', 'uri': 'spotify:episode:4jVigNVaZVhuAOXlf8TDNX', }), dict({ 'chapter_id': '0IHdKlFFno5yhCdmRSip9g', 'chapter_number': 9, 'duration_ms': 1841528, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/0IHdKlFFno5yhCdmRSip9g', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 9: The Midnight Duel', 'type': 'chapter', 'uri': 'spotify:episode:0IHdKlFFno5yhCdmRSip9g', }), dict({ 'chapter_id': '20kk3OD8mjGkpucTvqYa9K', 'chapter_number': 10, 'duration_ms': 1571735, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/20kk3OD8mjGkpucTvqYa9K', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 10: Halloween', 'type': 'chapter', 'uri': 'spotify:episode:20kk3OD8mjGkpucTvqYa9K', }), dict({ 'chapter_id': '7vG172nPGGr3ZXm4YdL1nx', 'chapter_number': 11, 'duration_ms': 1209887, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/7vG172nPGGr3ZXm4YdL1nx', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 11: Quidditch', 'type': 'chapter', 'uri': 'spotify:episode:7vG172nPGGr3ZXm4YdL1nx', }), dict({ 'chapter_id': '1yRfwSOp8Jy1GisI0JIhMK', 'chapter_number': 12, 'duration_ms': 2066155, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1yRfwSOp8Jy1GisI0JIhMK', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 12: The Mirror of Erised', 'type': 'chapter', 'uri': 'spotify:episode:1yRfwSOp8Jy1GisI0JIhMK', }), dict({ 'chapter_id': '3BKzXnwHwemuVsJC2bSIYA', 'chapter_number': 13, 'duration_ms': 1219422, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3BKzXnwHwemuVsJC2bSIYA', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 13: Nicolas Flamel', 'type': 'chapter', 'uri': 'spotify:episode:3BKzXnwHwemuVsJC2bSIYA', }), dict({ 'chapter_id': '1wBkAOL29N9vkHTfvaACGv', 'chapter_number': 14, 'duration_ms': 1280000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1wBkAOL29N9vkHTfvaACGv', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 14: Norbert The Norwegian Ridgeback', 'type': 'chapter', 'uri': 'spotify:episode:1wBkAOL29N9vkHTfvaACGv', }), dict({ 'chapter_id': '23cBJs22XGN3G7gA2EA0i1', 'chapter_number': 15, 'duration_ms': 2063306, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/23cBJs22XGN3G7gA2EA0i1', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 15: The Forbidden Forest', 'type': 'chapter', 'uri': 'spotify:episode:23cBJs22XGN3G7gA2EA0i1', }), dict({ 'chapter_id': '3K5mu1lHmrHC3CNPWV9r2A', 'chapter_number': 16, 'duration_ms': 2587167, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3K5mu1lHmrHC3CNPWV9r2A', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 16: Through the Trapdoor', 'type': 'chapter', 'uri': 'spotify:episode:3K5mu1lHmrHC3CNPWV9r2A', }), dict({ 'chapter_id': '0V36QZwEj9VPrEiZF6AWoh', 'chapter_number': 17, 'duration_ms': 2327308, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/0V36QZwEj9VPrEiZF6AWoh', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 17: The Man with Two Faces', 'type': 'chapter', 'uri': 'spotify:episode:0V36QZwEj9VPrEiZF6AWoh', }), dict({ 'chapter_id': '04xYt1v4vGr7V9lJxl5xwL', 'chapter_number': 18, 'duration_ms': 95770, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/04xYt1v4vGr7V9lJxl5xwL', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Ending Credits', 'type': 'chapter', 'uri': 'spotify:episode:04xYt1v4vGr7V9lJxl5xwL', }), dict({ 'chapter_id': '5q5hnqCbUbgulqlsrnWL7h', 'chapter_number': 19, 'duration_ms': 300000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/5q5hnqCbUbgulqlsrnWL7h', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': "Harry Potter and the Philosopher's Stone", 'type': 'chapter', 'uri': 'spotify:episode:5q5hnqCbUbgulqlsrnWL7h', }), ]), 'description': "Author(s): J.K. Rowling Narrator(s): Stephen Fry Stephen Fry brings the richness of these magical stories to life in the original British recordings.Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.Treat your ears to a performance so rich and captivating you'll imagine yourself in the halls of Hogwarts. Wherever you listen, the unmistakable voice of Stephen Fry is guaranteed to guide you ever more deeply into this magical story and transport you to the heart of the adventure.Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!Theme music composed by James HanniganHaving become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.", 'edition': 'Unabridged', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/6SJQ8VzM5PlDy11wMtcD6v', }), 'html_description': 'Author(s): J.K. Rowling
Narrator(s): Stephen Fry
Stephen Fry brings the richness of these magical stories to life in the original British recordings.Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.Treat your ears to a performance so rich and captivating you'll imagine yourself in the halls of Hogwarts. Wherever you listen, the unmistakable voice of Stephen Fry is guaranteed to guide you ever more deeply into this magical story and transport you to the heart of the adventure.Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!Theme music composed by James HanniganHaving become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ 'en', ]), 'name': "Harry Potter and the Philosopher's Stone", 'narrators': list([ dict({ 'name': 'Stephen Fry', }), ]), 'publisher': 'J.K. Rowling', 'total_chapters': 20, 'type': 'audiobook', 'uri': 'spotify:show:6SJQ8VzM5PlDy11wMtcD6v', }) # --- # name: test_get_audiobook_chapters list([ dict({ 'chapter_id': '0bnJ1qcNgHwwPWbDJAia57', 'chapter_number': 0, 'duration_ms': 23000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/0bnJ1qcNgHwwPWbDJAia57', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Opening Credits', 'type': 'chapter', 'uri': 'spotify:episode:0bnJ1qcNgHwwPWbDJAia57', }), dict({ 'chapter_id': '3XcHJLv9NVV3lI4ECSNGcl', 'chapter_number': 1, 'duration_ms': 1901683, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3XcHJLv9NVV3lI4ECSNGcl', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 1: The Boy Who Lived', 'type': 'chapter', 'uri': 'spotify:episode:3XcHJLv9NVV3lI4ECSNGcl', }), dict({ 'chapter_id': '6yXRrpO4DYkPEphS1wApK6', 'chapter_number': 2, 'duration_ms': 1329841, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/6yXRrpO4DYkPEphS1wApK6', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 2: The Vanishing Glass', 'type': 'chapter', 'uri': 'spotify:episode:6yXRrpO4DYkPEphS1wApK6', }), dict({ 'chapter_id': '10fQLdhdGVbBYXvlXRVIPa', 'chapter_number': 3, 'duration_ms': 1517244, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/10fQLdhdGVbBYXvlXRVIPa', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 3: The Letters from No One', 'type': 'chapter', 'uri': 'spotify:episode:10fQLdhdGVbBYXvlXRVIPa', }), dict({ 'chapter_id': '46BVQZ5N2HbrtvO7EesYUY', 'chapter_number': 4, 'duration_ms': 1470066, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/46BVQZ5N2HbrtvO7EesYUY', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 4: The Keeper of the Keys', 'type': 'chapter', 'uri': 'spotify:episode:46BVQZ5N2HbrtvO7EesYUY', }), dict({ 'chapter_id': '4G2TaqHalYmLiL7fvJC75u', 'chapter_number': 5, 'duration_ms': 2643879, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/4G2TaqHalYmLiL7fvJC75u', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 5: Diagon Alley', 'type': 'chapter', 'uri': 'spotify:episode:4G2TaqHalYmLiL7fvJC75u', }), dict({ 'chapter_id': '2F4ricTDPdDT2h2m0mhUbt', 'chapter_number': 6, 'duration_ms': 2286524, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2F4ricTDPdDT2h2m0mhUbt', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 6: The Journey from Platform Nine and Three-quarters', 'type': 'chapter', 'uri': 'spotify:episode:2F4ricTDPdDT2h2m0mhUbt', }), dict({ 'chapter_id': '2nCrEIRgNfQpR9BUryaiyr', 'chapter_number': 7, 'duration_ms': 1773949, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2nCrEIRgNfQpR9BUryaiyr', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 7: The Sorting Hat', 'type': 'chapter', 'uri': 'spotify:episode:2nCrEIRgNfQpR9BUryaiyr', }), dict({ 'chapter_id': '4jVigNVaZVhuAOXlf8TDNX', 'chapter_number': 8, 'duration_ms': 1125799, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/4jVigNVaZVhuAOXlf8TDNX', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 8: The Potions Master', 'type': 'chapter', 'uri': 'spotify:episode:4jVigNVaZVhuAOXlf8TDNX', }), dict({ 'chapter_id': '0IHdKlFFno5yhCdmRSip9g', 'chapter_number': 9, 'duration_ms': 1841528, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/0IHdKlFFno5yhCdmRSip9g', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 9: The Midnight Duel', 'type': 'chapter', 'uri': 'spotify:episode:0IHdKlFFno5yhCdmRSip9g', }), dict({ 'chapter_id': '20kk3OD8mjGkpucTvqYa9K', 'chapter_number': 10, 'duration_ms': 1571735, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/20kk3OD8mjGkpucTvqYa9K', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 10: Halloween', 'type': 'chapter', 'uri': 'spotify:episode:20kk3OD8mjGkpucTvqYa9K', }), dict({ 'chapter_id': '7vG172nPGGr3ZXm4YdL1nx', 'chapter_number': 11, 'duration_ms': 1209887, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/7vG172nPGGr3ZXm4YdL1nx', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 11: Quidditch', 'type': 'chapter', 'uri': 'spotify:episode:7vG172nPGGr3ZXm4YdL1nx', }), dict({ 'chapter_id': '1yRfwSOp8Jy1GisI0JIhMK', 'chapter_number': 12, 'duration_ms': 2066155, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1yRfwSOp8Jy1GisI0JIhMK', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 12: The Mirror of Erised', 'type': 'chapter', 'uri': 'spotify:episode:1yRfwSOp8Jy1GisI0JIhMK', }), dict({ 'chapter_id': '3BKzXnwHwemuVsJC2bSIYA', 'chapter_number': 13, 'duration_ms': 1219422, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3BKzXnwHwemuVsJC2bSIYA', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 13: Nicolas Flamel', 'type': 'chapter', 'uri': 'spotify:episode:3BKzXnwHwemuVsJC2bSIYA', }), dict({ 'chapter_id': '1wBkAOL29N9vkHTfvaACGv', 'chapter_number': 14, 'duration_ms': 1280000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1wBkAOL29N9vkHTfvaACGv', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 14: Norbert The Norwegian Ridgeback', 'type': 'chapter', 'uri': 'spotify:episode:1wBkAOL29N9vkHTfvaACGv', }), dict({ 'chapter_id': '23cBJs22XGN3G7gA2EA0i1', 'chapter_number': 15, 'duration_ms': 2063306, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/23cBJs22XGN3G7gA2EA0i1', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 15: The Forbidden Forest', 'type': 'chapter', 'uri': 'spotify:episode:23cBJs22XGN3G7gA2EA0i1', }), dict({ 'chapter_id': '3K5mu1lHmrHC3CNPWV9r2A', 'chapter_number': 16, 'duration_ms': 2587167, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3K5mu1lHmrHC3CNPWV9r2A', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 16: Through the Trapdoor', 'type': 'chapter', 'uri': 'spotify:episode:3K5mu1lHmrHC3CNPWV9r2A', }), dict({ 'chapter_id': '0V36QZwEj9VPrEiZF6AWoh', 'chapter_number': 17, 'duration_ms': 2327308, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/0V36QZwEj9VPrEiZF6AWoh', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Chapter 17: The Man with Two Faces', 'type': 'chapter', 'uri': 'spotify:episode:0V36QZwEj9VPrEiZF6AWoh', }), dict({ 'chapter_id': '04xYt1v4vGr7V9lJxl5xwL', 'chapter_number': 18, 'duration_ms': 95770, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/04xYt1v4vGr7V9lJxl5xwL', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': 'Ending Credits', 'type': 'chapter', 'uri': 'spotify:episode:04xYt1v4vGr7V9lJxl5xwL', }), dict({ 'chapter_id': '5q5hnqCbUbgulqlsrnWL7h', 'chapter_number': 19, 'duration_ms': 300000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/5q5hnqCbUbgulqlsrnWL7h', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ '', ]), 'name': "Harry Potter and the Philosopher's Stone", 'type': 'chapter', 'uri': 'spotify:episode:5q5hnqCbUbgulqlsrnWL7h', }), ]) # --- # name: test_get_chapter dict({ 'audiobook': dict({ 'audiobook_id': '6SJQ8VzM5PlDy11wMtcD6v', 'authors': list([ dict({ 'name': 'J.K. Rowling', }), ]), 'description': "Author(s): J.K. Rowling Narrator(s): Stephen Fry Stephen Fry brings the richness of these magical stories to life in the original British recordings.Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.Treat your ears to a performance so rich and captivating you'll imagine yourself in the halls of Hogwarts. Wherever you listen, the unmistakable voice of Stephen Fry is guaranteed to guide you ever more deeply into this magical story and transport you to the heart of the adventure.Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!Theme music composed by James HanniganHaving become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.", 'edition': 'Unabridged', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/6SJQ8VzM5PlDy11wMtcD6v', }), 'html_description': 'Author(s): J.K. Rowling
Narrator(s): Stephen Fry
Stephen Fry brings the richness of these magical stories to life in the original British recordings.Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.Treat your ears to a performance so rich and captivating you'll imagine yourself in the halls of Hogwarts. Wherever you listen, the unmistakable voice of Stephen Fry is guaranteed to guide you ever more deeply into this magical story and transport you to the heart of the adventure.Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!Theme music composed by James HanniganHaving become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ 'en', ]), 'name': "Harry Potter and the Philosopher's Stone", 'narrators': list([ dict({ 'name': 'Stephen Fry', }), ]), 'publisher': 'J.K. Rowling', 'total_chapters': 38, 'type': 'audiobook', 'uri': 'spotify:show:6SJQ8VzM5PlDy11wMtcD6v', }), 'chapter_id': '0bnJ1qcNgHwwPWbDJAia57', 'chapter_number': 0, 'duration_ms': 23000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/0bnJ1qcNgHwwPWbDJAia57', }), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6', 'width': 64, }), ]), 'languages': list([ 'en', ]), 'name': 'Opening Credits', 'type': 'chapter', 'uri': 'spotify:episode:0bnJ1qcNgHwwPWbDJAia57', }) # --- # name: test_get_current_playing dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/artist/6mS5GeFyhea6w9OKo8PO3p', }), 'href': 'https://api.spotify.com/v1/artists/6mS5GeFyhea6w9OKo8PO3p', 'uri': 'spotify:artist:6mS5GeFyhea6w9OKo8PO3p', }), 'currently_playing_type': 'track', 'is_playing': True, 'item': dict({ 'album': dict({ 'album_id': '1LorgdkFY2zgE6NbDdY19k', 'album_type': , 'artists': list([ dict({ 'artist_id': '6mS5GeFyhea6w9OKo8PO3p', 'name': 'Goldband', 'uri': 'spotify:artist:6mS5GeFyhea6w9OKo8PO3p', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2731de89c5340be36804e01fdf2', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e021de89c5340be36804e01fdf2', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048511de89c5340be36804e01fdf2', 'width': 64, }), ]), 'name': 'Dun Smeren Geld Verdienen', 'release_date': '2019-05-13', 'release_date_precision': , 'total_tracks': 6, 'uri': 'spotify:album:1LorgdkFY2zgE6NbDdY19k', }), 'artists': list([ dict({ 'artist_id': '6mS5GeFyhea6w9OKo8PO3p', 'name': 'Goldband', 'uri': 'spotify:artist:6mS5GeFyhea6w9OKo8PO3p', }), ]), 'disc_number': 1, 'duration_ms': 245581, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4sIkwgf9bU7rQPvsA37rVQ', }), 'href': 'https://api.spotify.com/v1/tracks/4sIkwgf9bU7rQPvsA37rVQ', 'is_local': False, 'name': 'Witte Was', 'track_id': '4sIkwgf9bU7rQPvsA37rVQ', 'track_number': 6, 'type': , 'uri': 'spotify:track:4sIkwgf9bU7rQPvsA37rVQ', }), 'progress_ms': 134749, }) # --- # name: test_get_current_user dict({ 'display_name': 'Joost Lekkerkerker', 'images': list([ dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6775700000ee8546569a64d252247acb1491bc', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67757000003b8246569a64d252247acb1491bc', 'width': 64, }), ]), 'object_type': 'user', 'product': , 'uri': 'spotify:user:1112264649', 'user_id': '1112264649', }) # --- # name: test_get_current_users_playlists[current_user_playlist_1.json] list([ dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/1Cp6VQCKf2VL4sP09jN9oX', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67616d00001e022f41071676f4f50842581fb4', 'width': None, }), ]), 'name': 'To find', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '1Cp6VQCKf2VL4sP09jN9oX', 'public': True, 'uri': 'spotify:playlist:1Cp6VQCKf2VL4sP09jN9oX', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/0Wsgrrb7PCORhHq5L7wF0d', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67616d00001e0204290e7559226bf75ac34da8', 'width': None, }), ]), 'name': 'Repeat ones', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '0Wsgrrb7PCORhHq5L7wF0d', 'public': True, 'uri': 'spotify:playlist:0Wsgrrb7PCORhHq5L7wF0d', }), dict({ 'collaborative': False, 'description': 'New playlist description', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2dGgoMPWpapXYA6rX7ZbbB', }), 'images': list([ ]), 'name': 'New Playlist', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2dGgoMPWpapXYA6rX7ZbbB', 'public': True, 'uri': 'spotify:playlist:2dGgoMPWpapXYA6rX7ZbbB', }), dict({ 'collaborative': True, 'description': 'Updated playlist description', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/4hQFqB1AtOpzsAv01E8n6c', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67616d00001e0206c0d7ebcabad0c39b566983', 'width': None, }), ]), 'name': 'Updated Playlist Name2', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '4hQFqB1AtOpzsAv01E8n6c', 'public': True, 'uri': 'spotify:playlist:4hQFqB1AtOpzsAv01E8n6c', }), dict({ 'collaborative': False, 'description': 'A musical time capsule from the past has been unsealedโ€ฆ!', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2G2eo5DxAtxLu7aNGVvNpY', }), 'images': list([ dict({ 'height': None, 'url': 'https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da8416264ef6071da49cbe93a951', 'width': None, }), ]), 'name': 'My 2024 Playlist in a Bottle', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2G2eo5DxAtxLu7aNGVvNpY', 'public': True, 'uri': 'spotify:playlist:2G2eo5DxAtxLu7aNGVvNpY', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/5t75uJ5vBvEdbbvs5uIqXJ', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67616d00001e0205c6f48cceeb832778012b21', 'width': None, }), ]), 'name': 'Sweet', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '5t75uJ5vBvEdbbvs5uIqXJ', 'public': True, 'uri': 'spotify:playlist:5t75uJ5vBvEdbbvs5uIqXJ', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/0pM0KTMXM7K5qr3sL2DPw1', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67616d00001e02991e1b6c088e2abc38f584c8', 'width': None, }), ]), 'name': 'Pain', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '0pM0KTMXM7K5qr3sL2DPw1', 'public': True, 'uri': 'spotify:playlist:0pM0KTMXM7K5qr3sL2DPw1', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/4WkWJ0EjHEFASDevhM8oPw', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67616d00001e02d061f5bfae8d38558f3698c1', 'width': None, }), ]), 'name': 'Hyper', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '4WkWJ0EjHEFASDevhM8oPw', 'public': True, 'uri': 'spotify:playlist:4WkWJ0EjHEFASDevhM8oPw', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/1RHirWgH1weMsBLi4KOK9d', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e022f3e58dd611d177973cb3a8cab67616d00001e0245cab965cb4639a4e669564aab67616d00001e029e83c93811be6abfad8649d6ab67616d00001e02e4c03429788f0aff263a5fc6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e022f3e58dd611d177973cb3a8cab67616d00001e0245cab965cb4639a4e669564aab67616d00001e029e83c93811be6abfad8649d6ab67616d00001e02e4c03429788f0aff263a5fc6', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e022f3e58dd611d177973cb3a8cab67616d00001e0245cab965cb4639a4e669564aab67616d00001e029e83c93811be6abfad8649d6ab67616d00001e02e4c03429788f0aff263a5fc6', 'width': 60, }), ]), 'name': 'Ainโ€™t got shit on me', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Rensie', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/317g2sbpe3ccycu45fes6lfr5lpe', }), 'href': 'https://api.spotify.com/v1/users/317g2sbpe3ccycu45fes6lfr5lpe', 'object_type': 'user', 'owner_id': '317g2sbpe3ccycu45fes6lfr5lpe', 'uri': 'spotify:user:317g2sbpe3ccycu45fes6lfr5lpe', }), 'playlist_id': '1RHirWgH1weMsBLi4KOK9d', 'public': True, 'uri': 'spotify:playlist:1RHirWgH1weMsBLi4KOK9d', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2ZfissHhjQnhlmD54h6elH', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0200295a5d7ed6dd3eccb60364ab67616d00001e02723d4df900fd02eff83579d9ab67616d00001e027f8859341a395010424f106bab67616d00001e02c506dbc3f05d3ce4daf355c4', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0200295a5d7ed6dd3eccb60364ab67616d00001e02723d4df900fd02eff83579d9ab67616d00001e027f8859341a395010424f106bab67616d00001e02c506dbc3f05d3ce4daf355c4', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0200295a5d7ed6dd3eccb60364ab67616d00001e02723d4df900fd02eff83579d9ab67616d00001e027f8859341a395010424f106bab67616d00001e02c506dbc3f05d3ce4daf355c4', 'width': 60, }), ]), 'name': 'Billie (interlude)', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2ZfissHhjQnhlmD54h6elH', 'public': True, 'uri': 'spotify:playlist:2ZfissHhjQnhlmD54h6elH', }), dict({ 'collaborative': False, 'description': 'Missing: Metrik - Techtonic; GAJATE - Baile Funk', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/1vOHEgZ5UszkWycPjnG2Uo', }), 'images': list([ dict({ 'height': None, 'url': 'https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da84dce297c9b2a3b46d3c0a41fb', 'width': None, }), ]), 'name': 'Forza Horizon 5 Bass Arena', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'SylveonTribe', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/rwilming', }), 'href': 'https://api.spotify.com/v1/users/rwilming', 'object_type': 'user', 'owner_id': 'rwilming', 'uri': 'spotify:user:rwilming', }), 'playlist_id': '1vOHEgZ5UszkWycPjnG2Uo', 'public': True, 'uri': 'spotify:playlist:1vOHEgZ5UszkWycPjnG2Uo', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/0Jgs7FxHX86twpgCDehAHv', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e026c9556ea020144591559e3e3ab67616d00001e02a056a29ccd190522d6e64114ab67616d00001e02d0e28d91b4de74babd1908a9ab67616d00001e02e729e0662930665af38db5ad', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e026c9556ea020144591559e3e3ab67616d00001e02a056a29ccd190522d6e64114ab67616d00001e02d0e28d91b4de74babd1908a9ab67616d00001e02e729e0662930665af38db5ad', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e026c9556ea020144591559e3e3ab67616d00001e02a056a29ccd190522d6e64114ab67616d00001e02d0e28d91b4de74babd1908a9ab67616d00001e02e729e0662930665af38db5ad', 'width': 60, }), ]), 'name': 'Crรจme', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '0Jgs7FxHX86twpgCDehAHv', 'public': True, 'uri': 'spotify:playlist:0Jgs7FxHX86twpgCDehAHv', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/6fHmmdjd2Urd7DAhb4bqOB', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e025958d5d767c63fcf27c20c9cab67616d00001e0288fed14b936c38007a302413ab67616d00001e02936563d574a962c9e59afda4ab67616d00001e02ab37ab7ce23fb1f13c6c5866', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e025958d5d767c63fcf27c20c9cab67616d00001e0288fed14b936c38007a302413ab67616d00001e02936563d574a962c9e59afda4ab67616d00001e02ab37ab7ce23fb1f13c6c5866', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e025958d5d767c63fcf27c20c9cab67616d00001e0288fed14b936c38007a302413ab67616d00001e02936563d574a962c9e59afda4ab67616d00001e02ab37ab7ce23fb1f13c6c5866', 'width': 60, }), ]), 'name': 'My Shazam Tracks', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '6fHmmdjd2Urd7DAhb4bqOB', 'public': True, 'uri': 'spotify:playlist:6fHmmdjd2Urd7DAhb4bqOB', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/5H2U7tZb9dMSHPwi20XcuD', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e021c7f9645cc7b97312fe00fb9ab67616d00001e02be90598dc5b123eb550c6d51ab67616d00001e02f677c5754726a2eb54c807feab67616d00001e02fe8c4d2d61fa92202800947c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e021c7f9645cc7b97312fe00fb9ab67616d00001e02be90598dc5b123eb550c6d51ab67616d00001e02f677c5754726a2eb54c807feab67616d00001e02fe8c4d2d61fa92202800947c', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e021c7f9645cc7b97312fe00fb9ab67616d00001e02be90598dc5b123eb550c6d51ab67616d00001e02f677c5754726a2eb54c807feab67616d00001e02fe8c4d2d61fa92202800947c', 'width': 60, }), ]), 'name': 'Likes', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '5H2U7tZb9dMSHPwi20XcuD', 'public': True, 'uri': 'spotify:playlist:5H2U7tZb9dMSHPwi20XcuD', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/709T4OzANnUi2lKQLlVkrE', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0226168325581434cdbfcf0f2aab67616d00001e02336a313426983a122d8ed70cab67616d00001e029b90e4ccf55c0a23a13f4eaeab67616d00001e02d3a20da9371b8e8624fd047b', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0226168325581434cdbfcf0f2aab67616d00001e02336a313426983a122d8ed70cab67616d00001e029b90e4ccf55c0a23a13f4eaeab67616d00001e02d3a20da9371b8e8624fd047b', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0226168325581434cdbfcf0f2aab67616d00001e02336a313426983a122d8ed70cab67616d00001e029b90e4ccf55c0a23a13f4eaeab67616d00001e02d3a20da9371b8e8624fd047b', 'width': 60, }), ]), 'name': "March '22", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '709T4OzANnUi2lKQLlVkrE', 'public': True, 'uri': 'spotify:playlist:709T4OzANnUi2lKQLlVkrE', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/57ZuuAVl0eAZvhisoFP3SC', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02490a887b85a95378ea66b41dab67616d00001e026bb188bb70c9561e60de61cbab67616d00001e027c693d6ed6dff0d48cf15c23ab67616d00001e02c70a41a26e020661d61c05be', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02490a887b85a95378ea66b41dab67616d00001e026bb188bb70c9561e60de61cbab67616d00001e027c693d6ed6dff0d48cf15c23ab67616d00001e02c70a41a26e020661d61c05be', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02490a887b85a95378ea66b41dab67616d00001e026bb188bb70c9561e60de61cbab67616d00001e027c693d6ed6dff0d48cf15c23ab67616d00001e02c70a41a26e020661d61c05be', 'width': 60, }), ]), 'name': "February '22", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '57ZuuAVl0eAZvhisoFP3SC', 'public': True, 'uri': 'spotify:playlist:57ZuuAVl0eAZvhisoFP3SC', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/4OI1xDCLFlEcfgaeyowpEu', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0215893afacb5d2604085a9d8eab67616d00001e02356a689446b81073e1071987ab67616d00001e027f86c9158ee0a14faa484d53ab67616d00001e0295da52884fb152645273020d', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0215893afacb5d2604085a9d8eab67616d00001e02356a689446b81073e1071987ab67616d00001e027f86c9158ee0a14faa484d53ab67616d00001e0295da52884fb152645273020d', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0215893afacb5d2604085a9d8eab67616d00001e02356a689446b81073e1071987ab67616d00001e027f86c9158ee0a14faa484d53ab67616d00001e0295da52884fb152645273020d', 'width': 60, }), ]), 'name': "January '22", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '4OI1xDCLFlEcfgaeyowpEu', 'public': True, 'uri': 'spotify:playlist:4OI1xDCLFlEcfgaeyowpEu', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/4NsY2DKzQIjaajal5L25Kt', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e021bfe2bbcc1f3e104459fef3cab67616d00001e025425fecb078325803cd33dc8ab67616d00001e0290eb2694488164403ad812e9ab67616d00001e02d2d57ba12d531fc8eaaf49cd', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e021bfe2bbcc1f3e104459fef3cab67616d00001e025425fecb078325803cd33dc8ab67616d00001e0290eb2694488164403ad812e9ab67616d00001e02d2d57ba12d531fc8eaaf49cd', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e021bfe2bbcc1f3e104459fef3cab67616d00001e025425fecb078325803cd33dc8ab67616d00001e0290eb2694488164403ad812e9ab67616d00001e02d2d57ba12d531fc8eaaf49cd', 'width': 60, }), ]), 'name': "December '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '4NsY2DKzQIjaajal5L25Kt', 'public': True, 'uri': 'spotify:playlist:4NsY2DKzQIjaajal5L25Kt', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/5dV0IeLCysOP6qEDGzhHw0', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02014392f7224d7765e698a904ab67616d00001e0217f6a7b8151062c09e7c8a8fab67616d00001e02ec8d2bf88ac5308f8b9b8dc8ab67616d00001e02f4a6ca892c6ed5a8e969e8a9', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02014392f7224d7765e698a904ab67616d00001e0217f6a7b8151062c09e7c8a8fab67616d00001e02ec8d2bf88ac5308f8b9b8dc8ab67616d00001e02f4a6ca892c6ed5a8e969e8a9', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02014392f7224d7765e698a904ab67616d00001e0217f6a7b8151062c09e7c8a8fab67616d00001e02ec8d2bf88ac5308f8b9b8dc8ab67616d00001e02f4a6ca892c6ed5a8e969e8a9', 'width': 60, }), ]), 'name': "November '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '5dV0IeLCysOP6qEDGzhHw0', 'public': True, 'uri': 'spotify:playlist:5dV0IeLCysOP6qEDGzhHw0', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/40bvnxNQlivxZ02DmDzNxy', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e021d47ca87b7476af61dd4e502ab67616d00001e023780c2d97ecbd5fc0a4cf107ab67616d00001e0276fe2ba0664a6f5cce2d0ac6ab67616d00001e02be6df8bb79d67c727d938f4a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e021d47ca87b7476af61dd4e502ab67616d00001e023780c2d97ecbd5fc0a4cf107ab67616d00001e0276fe2ba0664a6f5cce2d0ac6ab67616d00001e02be6df8bb79d67c727d938f4a', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e021d47ca87b7476af61dd4e502ab67616d00001e023780c2d97ecbd5fc0a4cf107ab67616d00001e0276fe2ba0664a6f5cce2d0ac6ab67616d00001e02be6df8bb79d67c727d938f4a', 'width': 60, }), ]), 'name': "October '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '40bvnxNQlivxZ02DmDzNxy', 'public': True, 'uri': 'spotify:playlist:40bvnxNQlivxZ02DmDzNxy', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2ExZs1G4AOluuEwg3q5M1v', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e022f3a0b652f199fc7b3ff0cabab67616d00001e023c041e53cb5c38b6de03e758ab67616d00001e02548f06ce82f36337bac46e21ab67616d00001e02913a6d7587d853e1dd4c1580', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e022f3a0b652f199fc7b3ff0cabab67616d00001e023c041e53cb5c38b6de03e758ab67616d00001e02548f06ce82f36337bac46e21ab67616d00001e02913a6d7587d853e1dd4c1580', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e022f3a0b652f199fc7b3ff0cabab67616d00001e023c041e53cb5c38b6de03e758ab67616d00001e02548f06ce82f36337bac46e21ab67616d00001e02913a6d7587d853e1dd4c1580', 'width': 60, }), ]), 'name': "September '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2ExZs1G4AOluuEwg3q5M1v', 'public': True, 'uri': 'spotify:playlist:2ExZs1G4AOluuEwg3q5M1v', }), dict({ 'collaborative': False, 'description': 'de soms niet zo casual weird vibe playlist', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/4jNUJLnkZJ32nuFE1PjkGu', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e021308d479a61f2a3b088a5708ab67616d00001e022ffc2c580b6595a3e675a730ab67616d00001e02335092e5a1317f2ee9d701d7ab67616d00001e02395ee31df8ad9108f5775b1c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e021308d479a61f2a3b088a5708ab67616d00001e022ffc2c580b6595a3e675a730ab67616d00001e02335092e5a1317f2ee9d701d7ab67616d00001e02395ee31df8ad9108f5775b1c', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e021308d479a61f2a3b088a5708ab67616d00001e022ffc2c580b6595a3e675a730ab67616d00001e02335092e5a1317f2ee9d701d7ab67616d00001e02395ee31df8ad9108f5775b1c', 'width': 60, }), ]), 'name': 'Slumpmรคssiga', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'leanne', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/xleanne_', }), 'href': 'https://api.spotify.com/v1/users/xleanne_', 'object_type': 'user', 'owner_id': 'xleanne_', 'uri': 'spotify:user:xleanne_', }), 'playlist_id': '4jNUJLnkZJ32nuFE1PjkGu', 'public': True, 'uri': 'spotify:playlist:4jNUJLnkZJ32nuFE1PjkGu', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/700dVjBihCDj2HwyhYDTRp', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e021d8b02b7c886f34c408f4ca0ab67616d00001e027b85c73badee55bc69c6ce66ab67616d00001e02c0545aaaffd1560eec25b5a1ab67616d00001e02f7fb699c69d6529d4495766d', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e021d8b02b7c886f34c408f4ca0ab67616d00001e027b85c73badee55bc69c6ce66ab67616d00001e02c0545aaaffd1560eec25b5a1ab67616d00001e02f7fb699c69d6529d4495766d', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e021d8b02b7c886f34c408f4ca0ab67616d00001e027b85c73badee55bc69c6ce66ab67616d00001e02c0545aaaffd1560eec25b5a1ab67616d00001e02f7fb699c69d6529d4495766d', 'width': 60, }), ]), 'name': "August '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '700dVjBihCDj2HwyhYDTRp', 'public': True, 'uri': 'spotify:playlist:700dVjBihCDj2HwyhYDTRp', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/6B5dmWX7pK2LHHtS6ph265', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0272a0322c6a1ff584ead1adc5ab67616d00001e02a91f9722dea90b3ac0d725daab67616d00001e02d03de263a7e4554713b9a77fab67616d00001e02ebea6d997f62d17e9c4eab6c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0272a0322c6a1ff584ead1adc5ab67616d00001e02a91f9722dea90b3ac0d725daab67616d00001e02d03de263a7e4554713b9a77fab67616d00001e02ebea6d997f62d17e9c4eab6c', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0272a0322c6a1ff584ead1adc5ab67616d00001e02a91f9722dea90b3ac0d725daab67616d00001e02d03de263a7e4554713b9a77fab67616d00001e02ebea6d997f62d17e9c4eab6c', 'width': 60, }), ]), 'name': 'Discover Weekly Archive', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '6B5dmWX7pK2LHHtS6ph265', 'public': True, 'uri': 'spotify:playlist:6B5dmWX7pK2LHHtS6ph265', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/0ISThPpDv4JBNeHdptcK6i', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0204983fd825ffccc2828f5f5bab67616d00001e02231b8bf75d17c6a4d6770015ab67616d00001e027a890e1103aa7e8304fc062bab67616d00001e02bffd2fc0fd4c3b09d3cd2616', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0204983fd825ffccc2828f5f5bab67616d00001e02231b8bf75d17c6a4d6770015ab67616d00001e027a890e1103aa7e8304fc062bab67616d00001e02bffd2fc0fd4c3b09d3cd2616', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0204983fd825ffccc2828f5f5bab67616d00001e02231b8bf75d17c6a4d6770015ab67616d00001e027a890e1103aa7e8304fc062bab67616d00001e02bffd2fc0fd4c3b09d3cd2616', 'width': 60, }), ]), 'name': 'Dance vibes', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '0ISThPpDv4JBNeHdptcK6i', 'public': True, 'uri': 'spotify:playlist:0ISThPpDv4JBNeHdptcK6i', }), dict({ 'collaborative': True, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2ElmM8s9Um1XSP07hADX9s', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e020f5b85c5d4a8131d01aca941ab67616d00001e0268c13496a915eea4d4325681ab67616d00001e02a91c10fe9472d9bd89802e5aab67616d00001e02c691f9d8b09e963e7935faab', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e020f5b85c5d4a8131d01aca941ab67616d00001e0268c13496a915eea4d4325681ab67616d00001e02a91c10fe9472d9bd89802e5aab67616d00001e02c691f9d8b09e963e7935faab', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e020f5b85c5d4a8131d01aca941ab67616d00001e0268c13496a915eea4d4325681ab67616d00001e02a91c10fe9472d9bd89802e5aab67616d00001e02c691f9d8b09e963e7935faab', 'width': 60, }), ]), 'name': 'goeien numertjs', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2ElmM8s9Um1XSP07hADX9s', 'public': True, 'uri': 'spotify:playlist:2ElmM8s9Um1XSP07hADX9s', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/0DRUBqBUSFJH1a7FvBIsGg', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e025486d91bd83f2c4e0b1669f5ab67616d00001e0264ff626ae62af9867c4ee2e1ab67616d00001e02e6d896d0369324af77f47e9a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e025486d91bd83f2c4e0b1669f5ab67616d00001e0264ff626ae62af9867c4ee2e1ab67616d00001e02e6d896d0369324af77f47e9a', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e025486d91bd83f2c4e0b1669f5ab67616d00001e0264ff626ae62af9867c4ee2e1ab67616d00001e02e6d896d0369324af77f47e9a', 'width': 60, }), ]), 'name': 'Summer vibes', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '0DRUBqBUSFJH1a7FvBIsGg', 'public': True, 'uri': 'spotify:playlist:0DRUBqBUSFJH1a7FvBIsGg', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/4PSXSX9WhxdjAzSjU175od', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e027c33cef24775c3780a9930f4ab67616d00001e029357f6851b075c6fb7b44f41ab67616d00001e02dc806722f6802a8ea9953c89ab67616d00001e02fa091c156c618ffd26ed2356', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e027c33cef24775c3780a9930f4ab67616d00001e029357f6851b075c6fb7b44f41ab67616d00001e02dc806722f6802a8ea9953c89ab67616d00001e02fa091c156c618ffd26ed2356', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e027c33cef24775c3780a9930f4ab67616d00001e029357f6851b075c6fb7b44f41ab67616d00001e02dc806722f6802a8ea9953c89ab67616d00001e02fa091c156c618ffd26ed2356', 'width': 60, }), ]), 'name': "July '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '4PSXSX9WhxdjAzSjU175od', 'public': True, 'uri': 'spotify:playlist:4PSXSX9WhxdjAzSjU175od', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/1XKSZRcsYP6VTkObunDIjQ', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e020902cf9a0391c16a5fa4f969ab67616d00001e0234b23957c8bf15277804a2aeab67616d00001e02577dd278fa34655ace27f2c5ab67616d00001e028ff16aeca5722fcced965cb8', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e020902cf9a0391c16a5fa4f969ab67616d00001e0234b23957c8bf15277804a2aeab67616d00001e02577dd278fa34655ace27f2c5ab67616d00001e028ff16aeca5722fcced965cb8', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e020902cf9a0391c16a5fa4f969ab67616d00001e0234b23957c8bf15277804a2aeab67616d00001e02577dd278fa34655ace27f2c5ab67616d00001e028ff16aeca5722fcced965cb8', 'width': 60, }), ]), 'name': "June '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '1XKSZRcsYP6VTkObunDIjQ', 'public': True, 'uri': 'spotify:playlist:1XKSZRcsYP6VTkObunDIjQ', }), dict({ 'collaborative': False, 'description': 'This is a playlist of some of the songs in the Keinemusik set during the beach party in the Cayo Perico mission in Grand Theft Auto 5 ', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/3uCD1EyW3JRx8SV1QnA3Zm', }), 'images': list([ dict({ 'height': None, 'url': 'https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da848e09c57d7b2ef2a17e853d4c', 'width': None, }), ]), 'name': 'GTA Cayo Perico Beach Party: Keinemusik Set', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Austin Martinez', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/127651589', }), 'href': 'https://api.spotify.com/v1/users/127651589', 'object_type': 'user', 'owner_id': '127651589', 'uri': 'spotify:user:127651589', }), 'playlist_id': '3uCD1EyW3JRx8SV1QnA3Zm', 'public': True, 'uri': 'spotify:playlist:3uCD1EyW3JRx8SV1QnA3Zm', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/3yPujxZ9OiB4By8COZaxaK', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e022614c295a38ee782d093aa09ab67616d00001e0236e0535a12c22b83a6a59768ab67616d00001e024e587b1639b57a16e9161883ab67616d00001e02de26b55f9c67f6728d871406', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e022614c295a38ee782d093aa09ab67616d00001e0236e0535a12c22b83a6a59768ab67616d00001e024e587b1639b57a16e9161883ab67616d00001e02de26b55f9c67f6728d871406', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e022614c295a38ee782d093aa09ab67616d00001e0236e0535a12c22b83a6a59768ab67616d00001e024e587b1639b57a16e9161883ab67616d00001e02de26b55f9c67f6728d871406', 'width': 60, }), ]), 'name': "May '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '3yPujxZ9OiB4By8COZaxaK', 'public': True, 'uri': 'spotify:playlist:3yPujxZ9OiB4By8COZaxaK', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/4A31OO75jaLCV2r7bvbQUa', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0204ef796699518264973fee48ab67616d00001e021e2057f92f53ad311ac934ddab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e02ea427780debfc4faf793df19', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0204ef796699518264973fee48ab67616d00001e021e2057f92f53ad311ac934ddab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e02ea427780debfc4faf793df19', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0204ef796699518264973fee48ab67616d00001e021e2057f92f53ad311ac934ddab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e02ea427780debfc4faf793df19', 'width': 60, }), ]), 'name': "April '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '4A31OO75jaLCV2r7bvbQUa', 'public': True, 'uri': 'spotify:playlist:4A31OO75jaLCV2r7bvbQUa', }), dict({ 'collaborative': False, 'description': 'HYPERTECHNO | TECHNO | SLAP HOUSE | BRAZILIAN BASS | BASS HOUSE | EDM | BASS BOOSTED CAR MUSIC | FUTURE HOUSE | FUTURE BOUNCE | GYM MOTIVATION', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/6JbGAAe70bKTA3yfddjWTK', }), 'images': list([ dict({ 'height': None, 'url': 'https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da849fa7c9ddef714003c524c89c', 'width': None, }), ]), 'name': 'BASS BOOSTED CAR MUSIC 2023', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'LIZOT', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/max.kleinschmidt', }), 'href': 'https://api.spotify.com/v1/users/max.kleinschmidt', 'object_type': 'user', 'owner_id': 'max.kleinschmidt', 'uri': 'spotify:user:max.kleinschmidt', }), 'playlist_id': '6JbGAAe70bKTA3yfddjWTK', 'public': True, 'uri': 'spotify:playlist:6JbGAAe70bKTA3yfddjWTK', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/6lVbphMrnxl1vIlfPhdA8i', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e020678208f00e4111c88958bb9ab67616d00001e02979ee06e9685aff6ff000417ab67616d00001e02a8316bd5ce0a8cf6bead17f2ab67616d00001e02cf6a74cdef3c4e0d828c4057', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e020678208f00e4111c88958bb9ab67616d00001e02979ee06e9685aff6ff000417ab67616d00001e02a8316bd5ce0a8cf6bead17f2ab67616d00001e02cf6a74cdef3c4e0d828c4057', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e020678208f00e4111c88958bb9ab67616d00001e02979ee06e9685aff6ff000417ab67616d00001e02a8316bd5ce0a8cf6bead17f2ab67616d00001e02cf6a74cdef3c4e0d828c4057', 'width': 60, }), ]), 'name': "March '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '6lVbphMrnxl1vIlfPhdA8i', 'public': True, 'uri': 'spotify:playlist:6lVbphMrnxl1vIlfPhdA8i', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/3l0iA85qv43y9aMWztVIHu', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0245951a69fe39a6e163122eabab67616d00001e02460771a72003ffccb35a568fab67616d00001e02927a9b11b73b0d238983065cab67616d00001e02fbe46d92ba0d5ca39d419f07', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0245951a69fe39a6e163122eabab67616d00001e02460771a72003ffccb35a568fab67616d00001e02927a9b11b73b0d238983065cab67616d00001e02fbe46d92ba0d5ca39d419f07', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0245951a69fe39a6e163122eabab67616d00001e02460771a72003ffccb35a568fab67616d00001e02927a9b11b73b0d238983065cab67616d00001e02fbe46d92ba0d5ca39d419f07', 'width': 60, }), ]), 'name': "February '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '3l0iA85qv43y9aMWztVIHu', 'public': True, 'uri': 'spotify:playlist:3l0iA85qv43y9aMWztVIHu', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2jp4GK1k1l7I1X67f2EbmD', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02136d46f65c783bd9742dfc6dab67616d00001e0221b704f8cfa87252352a50cbab67616d00001e027506c963b821d3b508fb2261ab67616d00001e02808bcc3151a05dbd4805f340', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02136d46f65c783bd9742dfc6dab67616d00001e0221b704f8cfa87252352a50cbab67616d00001e027506c963b821d3b508fb2261ab67616d00001e02808bcc3151a05dbd4805f340', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02136d46f65c783bd9742dfc6dab67616d00001e0221b704f8cfa87252352a50cbab67616d00001e027506c963b821d3b508fb2261ab67616d00001e02808bcc3151a05dbd4805f340', 'width': 60, }), ]), 'name': "January '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2jp4GK1k1l7I1X67f2EbmD', 'public': True, 'uri': 'spotify:playlist:2jp4GK1k1l7I1X67f2EbmD', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/027kb6scBKg9y9dE5nPPTv', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0217cc3111c640c8e15efee21fab67616d00001e021c8cb0a0bc1490aaa287db71ab67616d00001e02e2a6468a88f17315e33274b7ab67616d00001e02f49c98f285a7cebc07fe581c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0217cc3111c640c8e15efee21fab67616d00001e021c8cb0a0bc1490aaa287db71ab67616d00001e02e2a6468a88f17315e33274b7ab67616d00001e02f49c98f285a7cebc07fe581c', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0217cc3111c640c8e15efee21fab67616d00001e021c8cb0a0bc1490aaa287db71ab67616d00001e02e2a6468a88f17315e33274b7ab67616d00001e02f49c98f285a7cebc07fe581c', 'width': 60, }), ]), 'name': "December '20", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '027kb6scBKg9y9dE5nPPTv', 'public': True, 'uri': 'spotify:playlist:027kb6scBKg9y9dE5nPPTv', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/1lX3M3MvpNmQGzuh7tVi15', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0229fd157c5178bd374375e34dab67616d00001e024e667c4d363b244d8ec17a9dab67616d00001e02adb6e18f5d394f7e5fc1b01dab67616d00001e02d632291b4714c9b1a7ef2d02', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0229fd157c5178bd374375e34dab67616d00001e024e667c4d363b244d8ec17a9dab67616d00001e02adb6e18f5d394f7e5fc1b01dab67616d00001e02d632291b4714c9b1a7ef2d02', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0229fd157c5178bd374375e34dab67616d00001e024e667c4d363b244d8ec17a9dab67616d00001e02adb6e18f5d394f7e5fc1b01dab67616d00001e02d632291b4714c9b1a7ef2d02', 'width': 60, }), ]), 'name': "November '20", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '1lX3M3MvpNmQGzuh7tVi15', 'public': True, 'uri': 'spotify:playlist:1lX3M3MvpNmQGzuh7tVi15', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/6qGlky0reWcIeMAz70W8fd', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0205ad046dd5d98362704d5f0dab67616d00001e029e3ffbc9245852e20a4d0c83ab67616d00001e02bb3c162ddba09bfba12199eaab67616d00001e02bcd0dda21a3a319df932d203', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0205ad046dd5d98362704d5f0dab67616d00001e029e3ffbc9245852e20a4d0c83ab67616d00001e02bb3c162ddba09bfba12199eaab67616d00001e02bcd0dda21a3a319df932d203', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0205ad046dd5d98362704d5f0dab67616d00001e029e3ffbc9245852e20a4d0c83ab67616d00001e02bb3c162ddba09bfba12199eaab67616d00001e02bcd0dda21a3a319df932d203', 'width': 60, }), ]), 'name': "October '20", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '6qGlky0reWcIeMAz70W8fd', 'public': True, 'uri': 'spotify:playlist:6qGlky0reWcIeMAz70W8fd', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/0RyuPsj7lVf8NTQlLnH3j0', }), 'images': list([ dict({ 'height': None, 'url': 'https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da8412a6b60909be15810cf163c8', 'width': None, }), ]), 'name': 'Tones and I and I', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '0RyuPsj7lVf8NTQlLnH3j0', 'public': True, 'uri': 'spotify:playlist:0RyuPsj7lVf8NTQlLnH3j0', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/7nXa5Ki4rYpTdkymKP9FaX', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02093275e675037dda1a37f73aab67616d00001e0245ec1340ea4b91a1f00a40abab67616d00001e025929b628a2e83996c4591519ab67616d00001e02ed4b6d22cb8de1aef4dc1927', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02093275e675037dda1a37f73aab67616d00001e0245ec1340ea4b91a1f00a40abab67616d00001e025929b628a2e83996c4591519ab67616d00001e02ed4b6d22cb8de1aef4dc1927', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02093275e675037dda1a37f73aab67616d00001e0245ec1340ea4b91a1f00a40abab67616d00001e025929b628a2e83996c4591519ab67616d00001e02ed4b6d22cb8de1aef4dc1927', 'width': 60, }), ]), 'name': "September '20", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '7nXa5Ki4rYpTdkymKP9FaX', 'public': True, 'uri': 'spotify:playlist:7nXa5Ki4rYpTdkymKP9FaX', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/0cr5tOok6jV1LbxRW3Q1N7', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0225180571abce9472f61bd722ab67616d00001e022fdadd6e64e069ee6c13a373ab67616d00001e023e0d8f5017fe3e6d6fb0f776ab67616d00001e02ab6e4b74b1ab1ce2dc6e7ca6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0225180571abce9472f61bd722ab67616d00001e022fdadd6e64e069ee6c13a373ab67616d00001e023e0d8f5017fe3e6d6fb0f776ab67616d00001e02ab6e4b74b1ab1ce2dc6e7ca6', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0225180571abce9472f61bd722ab67616d00001e022fdadd6e64e069ee6c13a373ab67616d00001e023e0d8f5017fe3e6d6fb0f776ab67616d00001e02ab6e4b74b1ab1ce2dc6e7ca6', 'width': 60, }), ]), 'name': "August '20", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '0cr5tOok6jV1LbxRW3Q1N7', 'public': True, 'uri': 'spotify:playlist:0cr5tOok6jV1LbxRW3Q1N7', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2OCmZ2TQS3I1t03liWGkKS', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0211b32bddec78cb96bcd8154bab67616d00001e0252e99b3edb5e6eee37bb246fab67616d00001e02cf562e0e90b0a28cb571775fab67616d00001e02ec3d15eab5bd77027abc4b23', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0211b32bddec78cb96bcd8154bab67616d00001e0252e99b3edb5e6eee37bb246fab67616d00001e02cf562e0e90b0a28cb571775fab67616d00001e02ec3d15eab5bd77027abc4b23', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0211b32bddec78cb96bcd8154bab67616d00001e0252e99b3edb5e6eee37bb246fab67616d00001e02cf562e0e90b0a28cb571775fab67616d00001e02ec3d15eab5bd77027abc4b23', 'width': 60, }), ]), 'name': "July '20", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2OCmZ2TQS3I1t03liWGkKS', 'public': True, 'uri': 'spotify:playlist:2OCmZ2TQS3I1t03liWGkKS', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/5O4UBQXD3A6FrZ9crDNfiC', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67616d00001e02722206ae6845cdbbb4ed5e44', 'width': None, }), ]), 'name': "Juni '20", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '5O4UBQXD3A6FrZ9crDNfiC', 'public': True, 'uri': 'spotify:playlist:5O4UBQXD3A6FrZ9crDNfiC', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/4ncsy40OjpUIDhbXzi7BR4', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0210c7ffb39d047bb532ba4dacab67616d00001e021a4c1c9b3113ee5dedf009c5ab67616d00001e0259d1b5794cefd3e7e86a775dab67616d00001e025cd88ee55eaa0c94f0f5e7c2', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0210c7ffb39d047bb532ba4dacab67616d00001e021a4c1c9b3113ee5dedf009c5ab67616d00001e0259d1b5794cefd3e7e86a775dab67616d00001e025cd88ee55eaa0c94f0f5e7c2', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0210c7ffb39d047bb532ba4dacab67616d00001e021a4c1c9b3113ee5dedf009c5ab67616d00001e0259d1b5794cefd3e7e86a775dab67616d00001e025cd88ee55eaa0c94f0f5e7c2', 'width': 60, }), ]), 'name': "June '20", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '4ncsy40OjpUIDhbXzi7BR4', 'public': True, 'uri': 'spotify:playlist:4ncsy40OjpUIDhbXzi7BR4', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/6DSDjystyVtnkfdsoANXu0', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e022282cf1bf4b5eb5a6ee67f6eab67616d00001e0264ff626ae62af9867c4ee2e1ab67616d00001e0288baa83a6c7bc59e18b74e79ab67616d00001e02dd03ba4ad12beff6aed2d13c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e022282cf1bf4b5eb5a6ee67f6eab67616d00001e0264ff626ae62af9867c4ee2e1ab67616d00001e0288baa83a6c7bc59e18b74e79ab67616d00001e02dd03ba4ad12beff6aed2d13c', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e022282cf1bf4b5eb5a6ee67f6eab67616d00001e0264ff626ae62af9867c4ee2e1ab67616d00001e0288baa83a6c7bc59e18b74e79ab67616d00001e02dd03ba4ad12beff6aed2d13c', 'width': 60, }), ]), 'name': 'Disco Vibes', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '6DSDjystyVtnkfdsoANXu0', 'public': True, 'uri': 'spotify:playlist:6DSDjystyVtnkfdsoANXu0', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2jvlY5A7LXMtJjQFAZpkER', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0203bf634fe9526dfcc79f8526ab67616d00001e027058c5d53a78507ff4a666fbab67616d00001e02d766fd9e96ce4be7776759a4ab67616d00001e02db6219fb4ee7ceceaf41e769', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0203bf634fe9526dfcc79f8526ab67616d00001e027058c5d53a78507ff4a666fbab67616d00001e02d766fd9e96ce4be7776759a4ab67616d00001e02db6219fb4ee7ceceaf41e769', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0203bf634fe9526dfcc79f8526ab67616d00001e027058c5d53a78507ff4a666fbab67616d00001e02d766fd9e96ce4be7776759a4ab67616d00001e02db6219fb4ee7ceceaf41e769', 'width': 60, }), ]), 'name': "May '20", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2jvlY5A7LXMtJjQFAZpkER', 'public': True, 'uri': 'spotify:playlist:2jvlY5A7LXMtJjQFAZpkER', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/7j2y0Baus5KEznyrb9P7Hh', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02175c577a61aa13d4fb4b6534ab67616d00001e0219842db9fce84f370835265cab67616d00001e022e92f776279eaf45d14a33fdab67616d00001e02ee1ae7d44f10961722736148', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02175c577a61aa13d4fb4b6534ab67616d00001e0219842db9fce84f370835265cab67616d00001e022e92f776279eaf45d14a33fdab67616d00001e02ee1ae7d44f10961722736148', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02175c577a61aa13d4fb4b6534ab67616d00001e0219842db9fce84f370835265cab67616d00001e022e92f776279eaf45d14a33fdab67616d00001e02ee1ae7d44f10961722736148', 'width': 60, }), ]), 'name': 'funk wav bounces vol 2', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'angelarbarnes', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/angelarbarnes', }), 'href': 'https://api.spotify.com/v1/users/angelarbarnes', 'object_type': 'user', 'owner_id': 'angelarbarnes', 'uri': 'spotify:user:angelarbarnes', }), 'playlist_id': '7j2y0Baus5KEznyrb9P7Hh', 'public': True, 'uri': 'spotify:playlist:7j2y0Baus5KEznyrb9P7Hh', }), ]) # --- # name: test_get_current_users_playlists[current_user_playlist_2.json] list([ dict({ 'collaborative': False, 'description': 'You listened to freedom and vibing on Mondays in the morning. Here\'s some: melodic techno, house, fraternity, 130 bpm, doof doof and electric', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/37i9dQZF1EP6YuccBxUcC1', }), 'images': list([ dict({ 'height': None, 'url': 'https://daylist.spotifycdn.com/playlist-covers-mix/en/morning_default.jpg', 'width': None, }), ]), 'name': 'daylist โ€ข melodic techno house monday morning', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Spotify', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/spotify', }), 'href': 'https://api.spotify.com/v1/users/spotify', 'object_type': 'user', 'owner_id': 'spotify', 'uri': 'spotify:user:spotify', }), 'playlist_id': '37i9dQZF1EP6YuccBxUcC1', 'public': True, 'uri': 'spotify:playlist:37i9dQZF1EP6YuccBxUcC1', }), dict({ 'collaborative': False, 'description': 'A Blend of music for Joost and Cheyenne. Updates daily.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/37i9dQZF1EJvpyGjPopYtd', }), 'images': list([ dict({ 'height': None, 'url': 'https://blend-playlist-covers.spotifycdn.com/v2/blend_DEFAULT-azure-pink-en.jpg', 'width': None, }), ]), 'name': 'Cheyenne + Joost', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Spotify', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/spotify', }), 'href': 'https://api.spotify.com/v1/users/spotify', 'object_type': 'user', 'owner_id': 'spotify', 'uri': 'spotify:user:spotify', }), 'playlist_id': '37i9dQZF1EJvpyGjPopYtd', 'public': True, 'uri': 'spotify:playlist:37i9dQZF1EJvpyGjPopYtd', }), dict({ 'collaborative': False, 'description': '100% good vibes.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/37i9dQZF1DWYMroOc5KTTh', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67706f0000000253a4d12c459c3cd2d265dfa2', 'width': None, }), ]), 'name': 'Serotonin', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Spotify', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/spotify', }), 'href': 'https://api.spotify.com/v1/users/spotify', 'object_type': 'user', 'owner_id': 'spotify', 'uri': 'spotify:user:spotify', }), 'playlist_id': '37i9dQZF1DWYMroOc5KTTh', 'public': True, 'uri': 'spotify:playlist:37i9dQZF1DWYMroOc5KTTh', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/5t75uJ5vBvEdbbvs5uIqXJ', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67616d00001e0205c6f48cceeb832778012b21', 'width': None, }), ]), 'name': 'Sweet', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '5t75uJ5vBvEdbbvs5uIqXJ', 'public': True, 'uri': 'spotify:playlist:5t75uJ5vBvEdbbvs5uIqXJ', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/0pM0KTMXM7K5qr3sL2DPw1', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67616d00001e02991e1b6c088e2abc38f584c8', 'width': None, }), ]), 'name': 'Pain', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '0pM0KTMXM7K5qr3sL2DPw1', 'public': True, 'uri': 'spotify:playlist:0pM0KTMXM7K5qr3sL2DPw1', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/4WkWJ0EjHEFASDevhM8oPw', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67616d00001e02d061f5bfae8d38558f3698c1', 'width': None, }), ]), 'name': 'Hyper', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '4WkWJ0EjHEFASDevhM8oPw', 'public': True, 'uri': 'spotify:playlist:4WkWJ0EjHEFASDevhM8oPw', }), dict({ 'collaborative': False, 'description': 'A Blend of music for Joost and Christel. Updates daily.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/37i9dQZF1EJwDEkXAeJkCv', }), 'images': list([ dict({ 'height': None, 'url': 'https://blend-playlist-covers.spotifycdn.com/v2/blend_DEFAULT-forest-pink-en.jpg', 'width': None, }), ]), 'name': 'Christel + Joost', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Spotify', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/spotify', }), 'href': 'https://api.spotify.com/v1/users/spotify', 'object_type': 'user', 'owner_id': 'spotify', 'uri': 'spotify:user:spotify', }), 'playlist_id': '37i9dQZF1EJwDEkXAeJkCv', 'public': True, 'uri': 'spotify:playlist:37i9dQZF1EJwDEkXAeJkCv', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/1RHirWgH1weMsBLi4KOK9d', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e022f3e58dd611d177973cb3a8cab67616d00001e0245cab965cb4639a4e669564aab67616d00001e029e83c93811be6abfad8649d6ab67616d00001e02e4c03429788f0aff263a5fc6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e022f3e58dd611d177973cb3a8cab67616d00001e0245cab965cb4639a4e669564aab67616d00001e029e83c93811be6abfad8649d6ab67616d00001e02e4c03429788f0aff263a5fc6', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e022f3e58dd611d177973cb3a8cab67616d00001e0245cab965cb4639a4e669564aab67616d00001e029e83c93811be6abfad8649d6ab67616d00001e02e4c03429788f0aff263a5fc6', 'width': 60, }), ]), 'name': 'Ainโ€™t got shit on me', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Rensie', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/317g2sbpe3ccycu45fes6lfr5lpe', }), 'href': 'https://api.spotify.com/v1/users/317g2sbpe3ccycu45fes6lfr5lpe', 'object_type': 'user', 'owner_id': '317g2sbpe3ccycu45fes6lfr5lpe', 'uri': 'spotify:user:317g2sbpe3ccycu45fes6lfr5lpe', }), 'playlist_id': '1RHirWgH1weMsBLi4KOK9d', 'public': True, 'uri': 'spotify:playlist:1RHirWgH1weMsBLi4KOK9d', }), dict({ 'collaborative': False, 'description': 'A Blend of music for Joost and kosmik. Updates daily.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/37i9dQZF1EJDyIuS82b8FD', }), 'images': list([ dict({ 'height': None, 'url': 'https://blend-playlist-covers.spotifycdn.com/v2/blend_DEFAULT-maroon-red-en.jpg', 'width': None, }), ]), 'name': 'kosmik + Joost', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Spotify', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/spotify', }), 'href': 'https://api.spotify.com/v1/users/spotify', 'object_type': 'user', 'owner_id': 'spotify', 'uri': 'spotify:user:spotify', }), 'playlist_id': '37i9dQZF1EJDyIuS82b8FD', 'public': True, 'uri': 'spotify:playlist:37i9dQZF1EJDyIuS82b8FD', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2ZfissHhjQnhlmD54h6elH', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e020f0e63e38a0ea92314ab9d7fab67616d00001e027622b889949b07f15c6b57e2ab67616d00001e02a871bc3a84418ad1240a5d4eab67616d00001e02f56d363d03630bf3ee50b705', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e020f0e63e38a0ea92314ab9d7fab67616d00001e027622b889949b07f15c6b57e2ab67616d00001e02a871bc3a84418ad1240a5d4eab67616d00001e02f56d363d03630bf3ee50b705', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e020f0e63e38a0ea92314ab9d7fab67616d00001e027622b889949b07f15c6b57e2ab67616d00001e02a871bc3a84418ad1240a5d4eab67616d00001e02f56d363d03630bf3ee50b705', 'width': 60, }), ]), 'name': 'Billie (interlude)', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2ZfissHhjQnhlmD54h6elH', 'public': True, 'uri': 'spotify:playlist:2ZfissHhjQnhlmD54h6elH', }), dict({ 'collaborative': False, 'description': 'Missing: Metrik - Techtonic; GAJATE - Baile Funk', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/1vOHEgZ5UszkWycPjnG2Uo', }), 'images': list([ dict({ 'height': None, 'url': 'https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da84dce297c9b2a3b46d3c0a41fb', 'width': None, }), ]), 'name': 'Forza Horizon 5 Bass Arena', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'SylveonTribe', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/rwilming', }), 'href': 'https://api.spotify.com/v1/users/rwilming', 'object_type': 'user', 'owner_id': 'rwilming', 'uri': 'spotify:user:rwilming', }), 'playlist_id': '1vOHEgZ5UszkWycPjnG2Uo', 'public': True, 'uri': 'spotify:playlist:1vOHEgZ5UszkWycPjnG2Uo', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/4hQFqB1AtOpzsAv01E8n6c', }), 'images': list([ ]), 'name': 'My Playlist #63', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '4hQFqB1AtOpzsAv01E8n6c', 'public': True, 'uri': 'spotify:playlist:4hQFqB1AtOpzsAv01E8n6c', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/0Jgs7FxHX86twpgCDehAHv', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e026c9556ea020144591559e3e3ab67616d00001e0285d230a79a0f0081bff1f102ab67616d00001e02e014060de62f2809a3d16ac7ab67616d00001e02eb9d3cba22cfa81c14fb8f0b', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e026c9556ea020144591559e3e3ab67616d00001e0285d230a79a0f0081bff1f102ab67616d00001e02e014060de62f2809a3d16ac7ab67616d00001e02eb9d3cba22cfa81c14fb8f0b', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e026c9556ea020144591559e3e3ab67616d00001e0285d230a79a0f0081bff1f102ab67616d00001e02e014060de62f2809a3d16ac7ab67616d00001e02eb9d3cba22cfa81c14fb8f0b', 'width': 60, }), ]), 'name': 'Crรจme', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '0Jgs7FxHX86twpgCDehAHv', 'public': True, 'uri': 'spotify:playlist:0Jgs7FxHX86twpgCDehAHv', }), dict({ 'collaborative': False, 'description': 'Spotify Wrapped presents the songs that you loved most this year.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/37i9dQZF1F0sijgNaJdgit', }), 'images': list([ dict({ 'height': None, 'url': 'https://wrapped-images.spotifycdn.com/image/yts-2022/default/your-top-songs-2022_default_en.jpg', 'width': None, }), ]), 'name': 'Your Top Songs 2022', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Spotify', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/spotify', }), 'href': 'https://api.spotify.com/v1/users/spotify', 'object_type': 'user', 'owner_id': 'spotify', 'uri': 'spotify:user:spotify', }), 'playlist_id': '37i9dQZF1F0sijgNaJdgit', 'public': True, 'uri': 'spotify:playlist:37i9dQZF1F0sijgNaJdgit', }), dict({ 'collaborative': False, 'description': "The UK's biggest rock playlist. Cover: Circa Waves", 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/37i9dQZF1DX4DZAVUAwHMT', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67706f00000002460587c8418f9e99ddfa0464', 'width': None, }), ]), 'name': 'The Rock List', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Spotify', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/spotify', }), 'href': 'https://api.spotify.com/v1/users/spotify', 'object_type': 'user', 'owner_id': 'spotify', 'uri': 'spotify:user:spotify', }), 'playlist_id': '37i9dQZF1DX4DZAVUAwHMT', 'public': True, 'uri': 'spotify:playlist:37i9dQZF1DX4DZAVUAwHMT', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/6fHmmdjd2Urd7DAhb4bqOB', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e020389027010b78a5e7dce426bab67616d00001e022b8ac52203215122968d4d6aab67616d00001e029eec33b045d88f87b9b06e67ab67616d00001e02ce70170f863e670be6a3874c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e020389027010b78a5e7dce426bab67616d00001e022b8ac52203215122968d4d6aab67616d00001e029eec33b045d88f87b9b06e67ab67616d00001e02ce70170f863e670be6a3874c', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e020389027010b78a5e7dce426bab67616d00001e022b8ac52203215122968d4d6aab67616d00001e029eec33b045d88f87b9b06e67ab67616d00001e02ce70170f863e670be6a3874c', 'width': 60, }), ]), 'name': 'My Shazam Tracks', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '6fHmmdjd2Urd7DAhb4bqOB', 'public': True, 'uri': 'spotify:playlist:6fHmmdjd2Urd7DAhb4bqOB', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/5H2U7tZb9dMSHPwi20XcuD', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e020aa31b3fb95f3e6bc48312d9ab67616d00001e027adbe35f4bcb61b4e9aa910cab67616d00001e02be90598dc5b123eb550c6d51ab67616d00001e02fe8c4d2d61fa92202800947c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e020aa31b3fb95f3e6bc48312d9ab67616d00001e027adbe35f4bcb61b4e9aa910cab67616d00001e02be90598dc5b123eb550c6d51ab67616d00001e02fe8c4d2d61fa92202800947c', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e020aa31b3fb95f3e6bc48312d9ab67616d00001e027adbe35f4bcb61b4e9aa910cab67616d00001e02be90598dc5b123eb550c6d51ab67616d00001e02fe8c4d2d61fa92202800947c', 'width': 60, }), ]), 'name': 'Likes', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '5H2U7tZb9dMSHPwi20XcuD', 'public': True, 'uri': 'spotify:playlist:5H2U7tZb9dMSHPwi20XcuD', }), dict({ 'collaborative': False, 'description': 'Your weekly mixtape of fresh music. Enjoy new music and deep cuts picked for you. Updates every Monday.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/37i9dQZEVXcGYKTerf9omc', }), 'images': list([ dict({ 'height': None, 'url': 'https://newjams-images.scdn.co/image/ab676477000033ad/dt/v3/discover-weekly/MJeySCHFAx31LmEuBGrG55letD5TLIXTCpfiZIWMsjHdcjZvNf1UcE4luVIM0bpDom7FKHJoeHt974AcHaBpQ48B7uzwdGQSm9Owdb0FtNk=/MjA6NjQ6ODBUNTEtMDEtNA==', 'width': None, }), ]), 'name': 'Discover Weekly', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Spotify', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/spotify', }), 'href': 'https://api.spotify.com/v1/users/spotify', 'object_type': 'user', 'owner_id': 'spotify', 'uri': 'spotify:user:spotify', }), 'playlist_id': '37i9dQZEVXcGYKTerf9omc', 'public': True, 'uri': 'spotify:playlist:37i9dQZEVXcGYKTerf9omc', }), dict({ 'collaborative': False, 'description': 'Catch all the latest music from artists you follow, plus new singles picked for you. Updates every Friday.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/37i9dQZEVXbsfxNSCNXcqe', }), 'images': list([ dict({ 'height': None, 'url': 'https://newjams-images.scdn.co/image/ab67647800003f8a/dt/v3/release-radar/ab6761610000e5eb9e528993a2820267b97f6aae/en', 'width': None, }), ]), 'name': 'Release Radar', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Spotify', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/spotify', }), 'href': 'https://api.spotify.com/v1/users/spotify', 'object_type': 'user', 'owner_id': 'spotify', 'uri': 'spotify:user:spotify', }), 'playlist_id': '37i9dQZEVXbsfxNSCNXcqe', 'public': True, 'uri': 'spotify:playlist:37i9dQZEVXbsfxNSCNXcqe', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/709T4OzANnUi2lKQLlVkrE', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0212b78e0955d7be6bd6e9084aab67616d00001e02336a313426983a122d8ed70cab67616d00001e028fae0b49fa2872779be1e77cab67616d00001e029b90e4ccf55c0a23a13f4eae', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0212b78e0955d7be6bd6e9084aab67616d00001e02336a313426983a122d8ed70cab67616d00001e028fae0b49fa2872779be1e77cab67616d00001e029b90e4ccf55c0a23a13f4eae', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0212b78e0955d7be6bd6e9084aab67616d00001e02336a313426983a122d8ed70cab67616d00001e028fae0b49fa2872779be1e77cab67616d00001e029b90e4ccf55c0a23a13f4eae', 'width': 60, }), ]), 'name': "March '22", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '709T4OzANnUi2lKQLlVkrE', 'public': True, 'uri': 'spotify:playlist:709T4OzANnUi2lKQLlVkrE', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/57ZuuAVl0eAZvhisoFP3SC', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02490a887b85a95378ea66b41dab67616d00001e026bb188bb70c9561e60de61cbab67616d00001e027f500193535d8fe6d4cb398fab67616d00001e02ca964f2c3c069b3fb9ec11be', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02490a887b85a95378ea66b41dab67616d00001e026bb188bb70c9561e60de61cbab67616d00001e027f500193535d8fe6d4cb398fab67616d00001e02ca964f2c3c069b3fb9ec11be', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02490a887b85a95378ea66b41dab67616d00001e026bb188bb70c9561e60de61cbab67616d00001e027f500193535d8fe6d4cb398fab67616d00001e02ca964f2c3c069b3fb9ec11be', 'width': 60, }), ]), 'name': "February '22", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '57ZuuAVl0eAZvhisoFP3SC', 'public': True, 'uri': 'spotify:playlist:57ZuuAVl0eAZvhisoFP3SC', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/4OI1xDCLFlEcfgaeyowpEu', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0215893afacb5d2604085a9d8eab67616d00001e02356a689446b81073e1071987ab67616d00001e027f86c9158ee0a14faa484d53ab67616d00001e0295da52884fb152645273020d', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0215893afacb5d2604085a9d8eab67616d00001e02356a689446b81073e1071987ab67616d00001e027f86c9158ee0a14faa484d53ab67616d00001e0295da52884fb152645273020d', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0215893afacb5d2604085a9d8eab67616d00001e02356a689446b81073e1071987ab67616d00001e027f86c9158ee0a14faa484d53ab67616d00001e0295da52884fb152645273020d', 'width': 60, }), ]), 'name': "January '22", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '4OI1xDCLFlEcfgaeyowpEu', 'public': True, 'uri': 'spotify:playlist:4OI1xDCLFlEcfgaeyowpEu', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/4NsY2DKzQIjaajal5L25Kt', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e021bfe2bbcc1f3e104459fef3cab67616d00001e025425fecb078325803cd33dc8ab67616d00001e02a0a1e3d999ccb049ab3af5eaab67616d00001e02d7d88c479133a202690899d6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e021bfe2bbcc1f3e104459fef3cab67616d00001e025425fecb078325803cd33dc8ab67616d00001e02a0a1e3d999ccb049ab3af5eaab67616d00001e02d7d88c479133a202690899d6', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e021bfe2bbcc1f3e104459fef3cab67616d00001e025425fecb078325803cd33dc8ab67616d00001e02a0a1e3d999ccb049ab3af5eaab67616d00001e02d7d88c479133a202690899d6', 'width': 60, }), ]), 'name': "December '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '4NsY2DKzQIjaajal5L25Kt', 'public': True, 'uri': 'spotify:playlist:4NsY2DKzQIjaajal5L25Kt', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/5dV0IeLCysOP6qEDGzhHw0', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02014392f7224d7765e698a904ab67616d00001e0217f6a7b8151062c09e7c8a8fab67616d00001e02ec8d2bf88ac5308f8b9b8dc8ab67616d00001e02f4a6ca892c6ed5a8e969e8a9', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02014392f7224d7765e698a904ab67616d00001e0217f6a7b8151062c09e7c8a8fab67616d00001e02ec8d2bf88ac5308f8b9b8dc8ab67616d00001e02f4a6ca892c6ed5a8e969e8a9', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02014392f7224d7765e698a904ab67616d00001e0217f6a7b8151062c09e7c8a8fab67616d00001e02ec8d2bf88ac5308f8b9b8dc8ab67616d00001e02f4a6ca892c6ed5a8e969e8a9', 'width': 60, }), ]), 'name': "November '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '5dV0IeLCysOP6qEDGzhHw0', 'public': True, 'uri': 'spotify:playlist:5dV0IeLCysOP6qEDGzhHw0', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/40bvnxNQlivxZ02DmDzNxy', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e021d47ca87b7476af61dd4e502ab67616d00001e023780c2d97ecbd5fc0a4cf107ab67616d00001e02fa244f6c5c40c2052d4c5408ab67616d00001e02feeecb5afca011822a371efe', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e021d47ca87b7476af61dd4e502ab67616d00001e023780c2d97ecbd5fc0a4cf107ab67616d00001e02fa244f6c5c40c2052d4c5408ab67616d00001e02feeecb5afca011822a371efe', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e021d47ca87b7476af61dd4e502ab67616d00001e023780c2d97ecbd5fc0a4cf107ab67616d00001e02fa244f6c5c40c2052d4c5408ab67616d00001e02feeecb5afca011822a371efe', 'width': 60, }), ]), 'name': "October '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '40bvnxNQlivxZ02DmDzNxy', 'public': True, 'uri': 'spotify:playlist:40bvnxNQlivxZ02DmDzNxy', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2ExZs1G4AOluuEwg3q5M1v', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e020a097bf1204c74abd760e3aeab67616d00001e022f3a0b652f199fc7b3ff0cabab67616d00001e023c041e53cb5c38b6de03e758ab67616d00001e02913a6d7587d853e1dd4c1580', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e020a097bf1204c74abd760e3aeab67616d00001e022f3a0b652f199fc7b3ff0cabab67616d00001e023c041e53cb5c38b6de03e758ab67616d00001e02913a6d7587d853e1dd4c1580', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e020a097bf1204c74abd760e3aeab67616d00001e022f3a0b652f199fc7b3ff0cabab67616d00001e023c041e53cb5c38b6de03e758ab67616d00001e02913a6d7587d853e1dd4c1580', 'width': 60, }), ]), 'name': "September '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2ExZs1G4AOluuEwg3q5M1v', 'public': True, 'uri': 'spotify:playlist:2ExZs1G4AOluuEwg3q5M1v', }), dict({ 'collaborative': False, 'description': 'de soms niet zo casual weird vibe playlist', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/4jNUJLnkZJ32nuFE1PjkGu', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02395ee31df8ad9108f5775b1cab67616d00001e0269a6e28f64890d2ed52d5094ab67616d00001e029433432ccc03bf5e6b7837d2ab67616d00001e02f2486b438645e97b523e4f90', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02395ee31df8ad9108f5775b1cab67616d00001e0269a6e28f64890d2ed52d5094ab67616d00001e029433432ccc03bf5e6b7837d2ab67616d00001e02f2486b438645e97b523e4f90', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02395ee31df8ad9108f5775b1cab67616d00001e0269a6e28f64890d2ed52d5094ab67616d00001e029433432ccc03bf5e6b7837d2ab67616d00001e02f2486b438645e97b523e4f90', 'width': 60, }), ]), 'name': 'Slumpmรคssiga', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'xleanne_', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/xleanne_', }), 'href': 'https://api.spotify.com/v1/users/xleanne_', 'object_type': 'user', 'owner_id': 'xleanne_', 'uri': 'spotify:user:xleanne_', }), 'playlist_id': '4jNUJLnkZJ32nuFE1PjkGu', 'public': True, 'uri': 'spotify:playlist:4jNUJLnkZJ32nuFE1PjkGu', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/700dVjBihCDj2HwyhYDTRp', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e021d8b02b7c886f34c408f4ca0ab67616d00001e027b85c73badee55bc69c6ce66ab67616d00001e029071131306eee200e8de2783ab67616d00001e02f7fb699c69d6529d4495766d', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e021d8b02b7c886f34c408f4ca0ab67616d00001e027b85c73badee55bc69c6ce66ab67616d00001e029071131306eee200e8de2783ab67616d00001e02f7fb699c69d6529d4495766d', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e021d8b02b7c886f34c408f4ca0ab67616d00001e027b85c73badee55bc69c6ce66ab67616d00001e029071131306eee200e8de2783ab67616d00001e02f7fb699c69d6529d4495766d', 'width': 60, }), ]), 'name': "August '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '700dVjBihCDj2HwyhYDTRp', 'public': True, 'uri': 'spotify:playlist:700dVjBihCDj2HwyhYDTRp', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/6B5dmWX7pK2LHHtS6ph265', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0272a0322c6a1ff584ead1adc5ab67616d00001e02a91f9722dea90b3ac0d725daab67616d00001e02b98892f41cd5ab918c34daa9ab67616d00001e02ebea6d997f62d17e9c4eab6c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0272a0322c6a1ff584ead1adc5ab67616d00001e02a91f9722dea90b3ac0d725daab67616d00001e02b98892f41cd5ab918c34daa9ab67616d00001e02ebea6d997f62d17e9c4eab6c', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0272a0322c6a1ff584ead1adc5ab67616d00001e02a91f9722dea90b3ac0d725daab67616d00001e02b98892f41cd5ab918c34daa9ab67616d00001e02ebea6d997f62d17e9c4eab6c', 'width': 60, }), ]), 'name': 'Discover Weekly Archive', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '6B5dmWX7pK2LHHtS6ph265', 'public': True, 'uri': 'spotify:playlist:6B5dmWX7pK2LHHtS6ph265', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/0ISThPpDv4JBNeHdptcK6i', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0293aa4d55db0e53466971c07fab67616d00001e02bffd2fc0fd4c3b09d3cd2616ab67616d00001e02c3647b02a2dba464fa7a739bab67616d00001e02f4956c3ceefc6fa1cffc6da6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0293aa4d55db0e53466971c07fab67616d00001e02bffd2fc0fd4c3b09d3cd2616ab67616d00001e02c3647b02a2dba464fa7a739bab67616d00001e02f4956c3ceefc6fa1cffc6da6', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0293aa4d55db0e53466971c07fab67616d00001e02bffd2fc0fd4c3b09d3cd2616ab67616d00001e02c3647b02a2dba464fa7a739bab67616d00001e02f4956c3ceefc6fa1cffc6da6', 'width': 60, }), ]), 'name': 'Dance vibes', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '0ISThPpDv4JBNeHdptcK6i', 'public': True, 'uri': 'spotify:playlist:0ISThPpDv4JBNeHdptcK6i', }), dict({ 'collaborative': True, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2ElmM8s9Um1XSP07hADX9s', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e020f5b85c5d4a8131d01aca941ab67616d00001e0268c13496a915eea4d4325681ab67616d00001e02a91c10fe9472d9bd89802e5aab67616d00001e02c691f9d8b09e963e7935faab', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e020f5b85c5d4a8131d01aca941ab67616d00001e0268c13496a915eea4d4325681ab67616d00001e02a91c10fe9472d9bd89802e5aab67616d00001e02c691f9d8b09e963e7935faab', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e020f5b85c5d4a8131d01aca941ab67616d00001e0268c13496a915eea4d4325681ab67616d00001e02a91c10fe9472d9bd89802e5aab67616d00001e02c691f9d8b09e963e7935faab', 'width': 60, }), ]), 'name': 'goeien numertjs', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2ElmM8s9Um1XSP07hADX9s', 'public': True, 'uri': 'spotify:playlist:2ElmM8s9Um1XSP07hADX9s', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/0DRUBqBUSFJH1a7FvBIsGg', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e023d197fe39ea86e8b4ac05f28ab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e025486d91bd83f2c4e0b1669f5ab67616d00001e02e6d896d0369324af77f47e9a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e023d197fe39ea86e8b4ac05f28ab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e025486d91bd83f2c4e0b1669f5ab67616d00001e02e6d896d0369324af77f47e9a', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e023d197fe39ea86e8b4ac05f28ab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e025486d91bd83f2c4e0b1669f5ab67616d00001e02e6d896d0369324af77f47e9a', 'width': 60, }), ]), 'name': 'Summer vibes', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '0DRUBqBUSFJH1a7FvBIsGg', 'public': True, 'uri': 'spotify:playlist:0DRUBqBUSFJH1a7FvBIsGg', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/4PSXSX9WhxdjAzSjU175od', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e027c33cef24775c3780a9930f4ab67616d00001e029357f6851b075c6fb7b44f41ab67616d00001e02ef24c3fdbf856340d55cfeb2ab67616d00001e02fa091c156c618ffd26ed2356', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e027c33cef24775c3780a9930f4ab67616d00001e029357f6851b075c6fb7b44f41ab67616d00001e02ef24c3fdbf856340d55cfeb2ab67616d00001e02fa091c156c618ffd26ed2356', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e027c33cef24775c3780a9930f4ab67616d00001e029357f6851b075c6fb7b44f41ab67616d00001e02ef24c3fdbf856340d55cfeb2ab67616d00001e02fa091c156c618ffd26ed2356', 'width': 60, }), ]), 'name': "July '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '4PSXSX9WhxdjAzSjU175od', 'public': True, 'uri': 'spotify:playlist:4PSXSX9WhxdjAzSjU175od', }), dict({ 'collaborative': False, 'description': 'A Blend of music for Joost and xleanne_. Updates daily.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/37i9dQZF1EJADo3CBlOCly', }), 'images': list([ dict({ 'height': None, 'url': 'https://blend-playlist-covers.spotifycdn.com/v2/blend_DEFAULT-royal-azure-en.jpg', 'width': None, }), ]), 'name': 'xleanne_ + Joost', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Spotify', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/spotify', }), 'href': 'https://api.spotify.com/v1/users/spotify', 'object_type': 'user', 'owner_id': 'spotify', 'uri': 'spotify:user:spotify', }), 'playlist_id': '37i9dQZF1EJADo3CBlOCly', 'public': True, 'uri': 'spotify:playlist:37i9dQZF1EJADo3CBlOCly', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/1XKSZRcsYP6VTkObunDIjQ', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e020902cf9a0391c16a5fa4f969ab67616d00001e0234b23957c8bf15277804a2aeab67616d00001e02577dd278fa34655ace27f2c5ab67616d00001e028ff16aeca5722fcced965cb8', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e020902cf9a0391c16a5fa4f969ab67616d00001e0234b23957c8bf15277804a2aeab67616d00001e02577dd278fa34655ace27f2c5ab67616d00001e028ff16aeca5722fcced965cb8', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e020902cf9a0391c16a5fa4f969ab67616d00001e0234b23957c8bf15277804a2aeab67616d00001e02577dd278fa34655ace27f2c5ab67616d00001e028ff16aeca5722fcced965cb8', 'width': 60, }), ]), 'name': "June '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '1XKSZRcsYP6VTkObunDIjQ', 'public': True, 'uri': 'spotify:playlist:1XKSZRcsYP6VTkObunDIjQ', }), dict({ 'collaborative': False, 'description': 'This is a playlist of some of the songs in the Keinemusik set during the beach party in the Cayo Perico mission in Grand Theft Auto 5 ', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/3uCD1EyW3JRx8SV1QnA3Zm', }), 'images': list([ dict({ 'height': None, 'url': 'https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da848e09c57d7b2ef2a17e853d4c', 'width': None, }), ]), 'name': 'GTA Cayo Perico Beach Party: Keinemusik Set', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Austin Martinez', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/127651589', }), 'href': 'https://api.spotify.com/v1/users/127651589', 'object_type': 'user', 'owner_id': '127651589', 'uri': 'spotify:user:127651589', }), 'playlist_id': '3uCD1EyW3JRx8SV1QnA3Zm', 'public': True, 'uri': 'spotify:playlist:3uCD1EyW3JRx8SV1QnA3Zm', }), dict({ 'collaborative': False, 'description': 'A Blend of music for Joost and Marc. Updates daily.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/37i9dQZF1EJBr22FUQwTGS', }), 'images': list([ dict({ 'height': None, 'url': 'https://blend-playlist-covers.spotifycdn.com/v2/blend_DEFAULT-azure-yellow-en.jpg', 'width': None, }), ]), 'name': 'Marc + Joost', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Spotify', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/spotify', }), 'href': 'https://api.spotify.com/v1/users/spotify', 'object_type': 'user', 'owner_id': 'spotify', 'uri': 'spotify:user:spotify', }), 'playlist_id': '37i9dQZF1EJBr22FUQwTGS', 'public': True, 'uri': 'spotify:playlist:37i9dQZF1EJBr22FUQwTGS', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/3yPujxZ9OiB4By8COZaxaK', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e022614c295a38ee782d093aa09ab67616d00001e0236e0535a12c22b83a6a59768ab67616d00001e024e587b1639b57a16e9161883ab67616d00001e02a1035156496a35002a9deeb5', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e022614c295a38ee782d093aa09ab67616d00001e0236e0535a12c22b83a6a59768ab67616d00001e024e587b1639b57a16e9161883ab67616d00001e02a1035156496a35002a9deeb5', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e022614c295a38ee782d093aa09ab67616d00001e0236e0535a12c22b83a6a59768ab67616d00001e024e587b1639b57a16e9161883ab67616d00001e02a1035156496a35002a9deeb5', 'width': 60, }), ]), 'name': "May '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '3yPujxZ9OiB4By8COZaxaK', 'public': True, 'uri': 'spotify:playlist:3yPujxZ9OiB4By8COZaxaK', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/4A31OO75jaLCV2r7bvbQUa', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0204ef796699518264973fee48ab67616d00001e021e2057f92f53ad311ac934ddab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e02ea427780debfc4faf793df19', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0204ef796699518264973fee48ab67616d00001e021e2057f92f53ad311ac934ddab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e02ea427780debfc4faf793df19', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0204ef796699518264973fee48ab67616d00001e021e2057f92f53ad311ac934ddab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e02ea427780debfc4faf793df19', 'width': 60, }), ]), 'name': "April '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '4A31OO75jaLCV2r7bvbQUa', 'public': True, 'uri': 'spotify:playlist:4A31OO75jaLCV2r7bvbQUa', }), dict({ 'collaborative': False, 'description': 'HYPERTECHNO | TECHNO | SLAP HOUSE | BRAZILIAN BASS | BASS HOUSE | EDM | BASS BOOSTED CAR MUSIC | FUTURE HOUSE | FUTURE BOUNCE | GYM MOTIVATION', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/6JbGAAe70bKTA3yfddjWTK', }), 'images': list([ dict({ 'height': None, 'url': 'https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da849fa7c9ddef714003c524c89c', 'width': None, }), ]), 'name': 'BASS BOOSTED CAR MUSIC 2023', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'LIZOT', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/max.kleinschmidt', }), 'href': 'https://api.spotify.com/v1/users/max.kleinschmidt', 'object_type': 'user', 'owner_id': 'max.kleinschmidt', 'uri': 'spotify:user:max.kleinschmidt', }), 'playlist_id': '6JbGAAe70bKTA3yfddjWTK', 'public': True, 'uri': 'spotify:playlist:6JbGAAe70bKTA3yfddjWTK', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/6lVbphMrnxl1vIlfPhdA8i', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e020678208f00e4111c88958bb9ab67616d00001e0216faab065323874331824083ab67616d00001e02979ee06e9685aff6ff000417ab67616d00001e02cf6a74cdef3c4e0d828c4057', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e020678208f00e4111c88958bb9ab67616d00001e0216faab065323874331824083ab67616d00001e02979ee06e9685aff6ff000417ab67616d00001e02cf6a74cdef3c4e0d828c4057', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e020678208f00e4111c88958bb9ab67616d00001e0216faab065323874331824083ab67616d00001e02979ee06e9685aff6ff000417ab67616d00001e02cf6a74cdef3c4e0d828c4057', 'width': 60, }), ]), 'name': "March '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '6lVbphMrnxl1vIlfPhdA8i', 'public': True, 'uri': 'spotify:playlist:6lVbphMrnxl1vIlfPhdA8i', }), dict({ 'collaborative': False, 'description': "Unlock the Beats of ADE 2024! Prepare for an unforgettable experience as we spotlight the electrifying tracks from 2,500+ artists who will define this year's 1,000+ ADE events. This is your exclusive sneak peek into this yearsโ€™ line-up! ", 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/37i9dQZF1DX3FNkD0kDpDV', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67706f00000002f9923c344f94fc95547da337', 'width': None, }), ]), 'name': 'ADE Guest List', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Spotify', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/spotify', }), 'href': 'https://api.spotify.com/v1/users/spotify', 'object_type': 'user', 'owner_id': 'spotify', 'uri': 'spotify:user:spotify', }), 'playlist_id': '37i9dQZF1DX3FNkD0kDpDV', 'public': True, 'uri': 'spotify:playlist:37i9dQZF1DX3FNkD0kDpDV', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/3l0iA85qv43y9aMWztVIHu', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0245951a69fe39a6e163122eabab67616d00001e02460771a72003ffccb35a568fab67616d00001e02927a9b11b73b0d238983065cab67616d00001e02fbe46d92ba0d5ca39d419f07', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0245951a69fe39a6e163122eabab67616d00001e02460771a72003ffccb35a568fab67616d00001e02927a9b11b73b0d238983065cab67616d00001e02fbe46d92ba0d5ca39d419f07', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0245951a69fe39a6e163122eabab67616d00001e02460771a72003ffccb35a568fab67616d00001e02927a9b11b73b0d238983065cab67616d00001e02fbe46d92ba0d5ca39d419f07', 'width': 60, }), ]), 'name': "February '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '3l0iA85qv43y9aMWztVIHu', 'public': True, 'uri': 'spotify:playlist:3l0iA85qv43y9aMWztVIHu', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2jp4GK1k1l7I1X67f2EbmD', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0236c95d8631f465e6898bccc8ab67616d00001e02808bcc3151a05dbd4805f340ab67616d00001e028cffb7c6c40759eaf8a5a142ab67616d00001e02a11119d93d213de96081c6e7', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0236c95d8631f465e6898bccc8ab67616d00001e02808bcc3151a05dbd4805f340ab67616d00001e028cffb7c6c40759eaf8a5a142ab67616d00001e02a11119d93d213de96081c6e7', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0236c95d8631f465e6898bccc8ab67616d00001e02808bcc3151a05dbd4805f340ab67616d00001e028cffb7c6c40759eaf8a5a142ab67616d00001e02a11119d93d213de96081c6e7', 'width': 60, }), ]), 'name': "January '21", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '2jp4GK1k1l7I1X67f2EbmD', 'public': True, 'uri': 'spotify:playlist:2jp4GK1k1l7I1X67f2EbmD', }), dict({ 'collaborative': False, 'description': 'The songs you loved most this year, all wrapped up.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/37i9dQZF1EM9phQOPnbiB6', }), 'images': list([ dict({ 'height': None, 'url': 'https://lineup-images.scdn.co/wrapped-2020-top100_DEFAULT-en.jpg', 'width': None, }), ]), 'name': 'Your Top Songs 2020', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Spotify', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/spotify', }), 'href': 'https://api.spotify.com/v1/users/spotify', 'object_type': 'user', 'owner_id': 'spotify', 'uri': 'spotify:user:spotify', }), 'playlist_id': '37i9dQZF1EM9phQOPnbiB6', 'public': True, 'uri': 'spotify:playlist:37i9dQZF1EM9phQOPnbiB6', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/027kb6scBKg9y9dE5nPPTv', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0217cc3111c640c8e15efee21fab67616d00001e021c8cb0a0bc1490aaa287db71ab67616d00001e02e2a6468a88f17315e33274b7ab67616d00001e02f49c98f285a7cebc07fe581c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0217cc3111c640c8e15efee21fab67616d00001e021c8cb0a0bc1490aaa287db71ab67616d00001e02e2a6468a88f17315e33274b7ab67616d00001e02f49c98f285a7cebc07fe581c', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0217cc3111c640c8e15efee21fab67616d00001e021c8cb0a0bc1490aaa287db71ab67616d00001e02e2a6468a88f17315e33274b7ab67616d00001e02f49c98f285a7cebc07fe581c', 'width': 60, }), ]), 'name': "December '20", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '027kb6scBKg9y9dE5nPPTv', 'public': True, 'uri': 'spotify:playlist:027kb6scBKg9y9dE5nPPTv', }), dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/1lX3M3MvpNmQGzuh7tVi15', }), 'images': list([ dict({ 'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e020f8c3812f2ce29f1feadcf94ab67616d00001e0229fd157c5178bd374375e34dab67616d00001e024e667c4d363b244d8ec17a9dab67616d00001e02d632291b4714c9b1a7ef2d02', 'width': 640, }), dict({ 'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e020f8c3812f2ce29f1feadcf94ab67616d00001e0229fd157c5178bd374375e34dab67616d00001e024e667c4d363b244d8ec17a9dab67616d00001e02d632291b4714c9b1a7ef2d02', 'width': 300, }), dict({ 'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e020f8c3812f2ce29f1feadcf94ab67616d00001e0229fd157c5178bd374375e34dab67616d00001e024e667c4d363b244d8ec17a9dab67616d00001e02d632291b4714c9b1a7ef2d02', 'width': 60, }), ]), 'name': "November '20", 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '1lX3M3MvpNmQGzuh7tVi15', 'public': True, 'uri': 'spotify:playlist:1lX3M3MvpNmQGzuh7tVi15', }), ]) # --- # name: test_get_devices list([ dict({ 'device_id': '21dac6b0e0a1f181870fdc9749b2656466557687', 'device_type': , 'is_active': False, 'is_private_session': False, 'is_restricted': False, 'name': 'DESKTOP-BKC5SIK', 'supports_volume': True, 'volume_percent': 69, }), ]) # --- # name: test_get_episode dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 3690161, 'episode_id': '3o0RYoo5iOMKSmEbunsbvW', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3o0RYoo5iOMKSmEbunsbvW', }), 'href': 'https://api.spotify.com/v1/episodes/3o0RYoo5iOMKSmEbunsbvW', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'My Squirrel Has Brain Damage - Safety Third 119', 'release_date': '2024-07-26', 'release_date_precision': , 'show': dict({ 'description': 'Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan, and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD', }), 'href': 'https://api.spotify.com/v1/shows/1Y9ExMgMxoBVrgrfU7u0nD', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'Safety Third', 'show_id': '1Y9ExMgMxoBVrgrfU7u0nD', 'total_episodes': 159, 'uri': 'spotify:show:1Y9ExMgMxoBVrgrfU7u0nD', }), 'type': , 'uri': 'spotify:episode:3o0RYoo5iOMKSmEbunsbvW', }) # --- # name: test_get_following_artists list([ dict({ 'artist_id': '49RPyTk0BluLrg3scWFCOw', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb6c0e10129c7d490c1b2f43a1', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051746c0e10129c7d490c1b2f43a1', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1786c0e10129c7d490c1b2f43a1', 'width': 160, }), ]), 'name': 'The Excellent Man from Minneapolis', 'uri': 'spotify:artist:49RPyTk0BluLrg3scWFCOw', }), dict({ 'artist_id': '0r6IrOHMBaKiiZPV1zeIu2', 'images': list([ dict({ 'height': 1000, 'url': 'https://i.scdn.co/image/b1cf96c8cca5f174dbe58b8f150672f2582ed204', 'width': 1000, }), dict({ 'height': 640, 'url': 'https://i.scdn.co/image/9a397c48779c6739b878a66bf15fcfb7416cb783', 'width': 640, }), dict({ 'height': 200, 'url': 'https://i.scdn.co/image/9e4383625df14ed99fba104d5731e4a8738b51e9', 'width': 200, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/8c8571ddd48c725da78754043c127093f66dd1d4', 'width': 64, }), ]), 'name': 'Follow The Cipher', 'uri': 'spotify:artist:0r6IrOHMBaKiiZPV1zeIu2', }), dict({ 'artist_id': '0RwXnFrEoI8tltFvYpJgP6', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb8cb8fe9483451962ad649d16', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051748cb8fe9483451962ad649d16', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1788cb8fe9483451962ad649d16', 'width': 160, }), ]), 'name': 'Confidence Man', 'uri': 'spotify:artist:0RwXnFrEoI8tltFvYpJgP6', }), dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb9f4a0cbfcc9b274344681ccb', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051749f4a0cbfcc9b274344681ccb', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1789f4a0cbfcc9b274344681ccb', 'width': 160, }), ]), 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), dict({ 'artist_id': '7A0awCXkE1FtSU8B0qwOJQ', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb5b2ba819fa89b17d6ae81567', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051745b2ba819fa89b17d6ae81567', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1785b2ba819fa89b17d6ae81567', 'width': 160, }), ]), 'name': 'Jamie xx', 'uri': 'spotify:artist:7A0awCXkE1FtSU8B0qwOJQ', }), dict({ 'artist_id': '25sJFKMqDENdsTF7zRXoif', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebed9ed4f6ed4b2fe64a67efa7', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174ed9ed4f6ed4b2fe64a67efa7', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178ed9ed4f6ed4b2fe64a67efa7', 'width': 160, }), ]), 'name': 'Klaas', 'uri': 'spotify:artist:25sJFKMqDENdsTF7zRXoif', }), dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb7525b42a023687841595bbd3', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051747525b42a023687841595bbd3', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1787525b42a023687841595bbd3', 'width': 160, }), ]), 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), dict({ 'artist_id': '5UlJRJmlRLhQJX8lJuerVq', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebe8dba2f5aadd542097eefba4', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174e8dba2f5aadd542097eefba4', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178e8dba2f5aadd542097eefba4', 'width': 160, }), ]), 'name': 'Telenova', 'uri': 'spotify:artist:5UlJRJmlRLhQJX8lJuerVq', }), dict({ 'artist_id': '7gP3bB2nilZXLfPHJhMdvc', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb22b8e662f0cfdddac8ab22bb', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517422b8e662f0cfdddac8ab22bb', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17822b8e662f0cfdddac8ab22bb', 'width': 160, }), ]), 'name': 'Foster The People', 'uri': 'spotify:artist:7gP3bB2nilZXLfPHJhMdvc', }), dict({ 'artist_id': '74Yus6IHfa3tWZzXXAYtS2', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eba38b7b74df480f484747aa5e', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174a38b7b74df480f484747aa5e', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178a38b7b74df480f484747aa5e', 'width': 160, }), ]), 'name': 'Onkruid', 'uri': 'spotify:artist:74Yus6IHfa3tWZzXXAYtS2', }), dict({ 'artist_id': '66FZq0wsY6770bc4O9Dlig', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb86c24ac383ac8bac2abf3490', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517486c24ac383ac8bac2abf3490', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17886c24ac383ac8bac2abf3490', 'width': 160, }), ]), 'name': 'Vieze Asbak', 'uri': 'spotify:artist:66FZq0wsY6770bc4O9Dlig', }), dict({ 'artist_id': '5nPOO9iTcrs9k6yFffPxjH', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb6bc3053447db6b61f3fe444c', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051746bc3053447db6b61f3fe444c', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1786bc3053447db6b61f3fe444c', 'width': 160, }), ]), 'name': 'Rรถyksopp', 'uri': 'spotify:artist:5nPOO9iTcrs9k6yFffPxjH', }), dict({ 'artist_id': '2vhrwzjf9H3icunkVFi9tq', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebe3bfc7d382ee69ad39301bf3', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174e3bfc7d382ee69ad39301bf3', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178e3bfc7d382ee69ad39301bf3', 'width': 160, }), ]), 'name': 'Smash Into Pieces', 'uri': 'spotify:artist:2vhrwzjf9H3icunkVFi9tq', }), dict({ 'artist_id': '17IDrizGUiveZm4P77Kkio', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb865270a866f29852ee53fa3f', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174865270a866f29852ee53fa3f', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178865270a866f29852ee53fa3f', 'width': 160, }), ]), 'name': 'Icarus', 'uri': 'spotify:artist:17IDrizGUiveZm4P77Kkio', }), dict({ 'artist_id': '6s5ubAp65wXoTZefE01RNR', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eba317ca98cdf346619c07c3cd', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174a317ca98cdf346619c07c3cd', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178a317ca98cdf346619c07c3cd', 'width': 160, }), ]), 'name': 'Joost', 'uri': 'spotify:artist:6s5ubAp65wXoTZefE01RNR', }), dict({ 'artist_id': '7FdBcGYvnLdBA3thdl1jpO', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb08d114a81d91a2a9c9fe54c4', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517408d114a81d91a2a9c9fe54c4', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17808d114a81d91a2a9c9fe54c4', 'width': 160, }), ]), 'name': 'Scarjen', 'uri': 'spotify:artist:7FdBcGYvnLdBA3thdl1jpO', }), dict({ 'artist_id': '1QOHbhVRpDoNtRkz79si6b', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb17117582d67a9817d018ba55', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517417117582d67a9817d018ba55', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17817117582d67a9817d018ba55', 'width': 160, }), ]), 'name': 'Karen Harding', 'uri': 'spotify:artist:1QOHbhVRpDoNtRkz79si6b', }), dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb381c41adc678e4ce864eb274', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174381c41adc678e4ce864eb274', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178381c41adc678e4ce864eb274', 'width': 160, }), ]), 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '1DbXVMdQqNejIYLU2xsIMi', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb9b0c0d5e5e4f43a21b19f7e8', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051749b0c0d5e5e4f43a21b19f7e8', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1789b0c0d5e5e4f43a21b19f7e8', 'width': 160, }), ]), 'name': 'Ryan Ritual', 'uri': 'spotify:artist:1DbXVMdQqNejIYLU2xsIMi', }), dict({ 'artist_id': '3oKRxpszQKUjjaHz388fVA', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb3f64ee564d3617f6a764f933', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051743f64ee564d3617f6a764f933', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1783f64ee564d3617f6a764f933', 'width': 160, }), ]), 'name': 'Parcels', 'uri': 'spotify:artist:3oKRxpszQKUjjaHz388fVA', }), dict({ 'artist_id': '6QzMY3tnu0m56eKUnr4uCF', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb1c878723fffd5445c38e5778', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051741c878723fffd5445c38e5778', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1781c878723fffd5445c38e5778', 'width': 160, }), ]), 'name': 'Alfie Templeman', 'uri': 'spotify:artist:6QzMY3tnu0m56eKUnr4uCF', }), dict({ 'artist_id': '5wF7Cde0abKtrbCj1Gcow7', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb30aaa02dea97e4836793acfa', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517430aaa02dea97e4836793acfa', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17830aaa02dea97e4836793acfa', 'width': 160, }), ]), 'name': 'Only Seven Left', 'uri': 'spotify:artist:5wF7Cde0abKtrbCj1Gcow7', }), dict({ 'artist_id': '56X1AGaHZthmkHfMZTcvnY', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb6e47926f9b3da6014495b505', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051746e47926f9b3da6014495b505', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1786e47926f9b3da6014495b505', 'width': 160, }), ]), 'name': 'Lustrum Albertus Magnus', 'uri': 'spotify:artist:56X1AGaHZthmkHfMZTcvnY', }), dict({ 'artist_id': '2pH3wEn4eYlMMIIQyKPbVR', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb2c0d92dae9b4af4c8a565c3b', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051742c0d92dae9b4af4c8a565c3b', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1782c0d92dae9b4af4c8a565c3b', 'width': 160, }), ]), 'name': 'DragonForce', 'uri': 'spotify:artist:2pH3wEn4eYlMMIIQyKPbVR', }), dict({ 'artist_id': '6mS5GeFyhea6w9OKo8PO3p', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb6b0979bff02a5a668cd2f457', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051746b0979bff02a5a668cd2f457', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1786b0979bff02a5a668cd2f457', 'width': 160, }), ]), 'name': 'Goldband', 'uri': 'spotify:artist:6mS5GeFyhea6w9OKo8PO3p', }), dict({ 'artist_id': '4IF11U0nzFhAaLDGZH3vSx', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb2fd30c40ef0995f9e884121c', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051742fd30c40ef0995f9e884121c', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1782fd30c40ef0995f9e884121c', 'width': 160, }), ]), 'name': 'RichaadEB', 'uri': 'spotify:artist:4IF11U0nzFhAaLDGZH3vSx', }), dict({ 'artist_id': '10GT4yz8c6xjjnPGtGPI1l', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb96a091a0f6f5b83e6c0ce41e', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517496a091a0f6f5b83e6c0ce41e', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17896a091a0f6f5b83e6c0ce41e', 'width': 160, }), ]), 'name': 'Franc Moody', 'uri': 'spotify:artist:10GT4yz8c6xjjnPGtGPI1l', }), dict({ 'artist_id': '1kDGbuxWknIKx4FlgWxiSp', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb065faf07b0343e97bf3fba57', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174065faf07b0343e97bf3fba57', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178065faf07b0343e97bf3fba57', 'width': 160, }), ]), 'name': 'Nothing But Thieves', 'uri': 'spotify:artist:1kDGbuxWknIKx4FlgWxiSp', }), dict({ 'artist_id': '0uBVyPbLZRDNEBiA4fZUlp', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb88e1735fe7e1b00d7203e13a', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517488e1735fe7e1b00d7203e13a', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17888e1735fe7e1b00d7203e13a', 'width': 160, }), ]), 'name': 'Froukje', 'uri': 'spotify:artist:0uBVyPbLZRDNEBiA4fZUlp', }), dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebe264eb6c9a66b212bb108f85', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174e264eb6c9a66b212bb108f85', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178e264eb6c9a66b212bb108f85', 'width': 160, }), ]), 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), dict({ 'artist_id': '2z6JjrrJKNLilqlx8mlxcc', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb988f5c8a44e2ecf58ee7b282', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174988f5c8a44e2ecf58ee7b282', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178988f5c8a44e2ecf58ee7b282', 'width': 160, }), ]), 'name': 'Litany', 'uri': 'spotify:artist:2z6JjrrJKNLilqlx8mlxcc', }), dict({ 'artist_id': '7EuzcvdfScUqksgKfyN7J0', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebc9fd64f340405adebbabbbb1', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174c9fd64f340405adebbabbbb1', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178c9fd64f340405adebbabbbb1', 'width': 160, }), ]), 'name': 'Fyr Og Flamme', 'uri': 'spotify:artist:7EuzcvdfScUqksgKfyN7J0', }), dict({ 'artist_id': '37yradccJvSdTTA2Ol112q', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb02705fb156e30c3e086a9a17', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517402705fb156e30c3e086a9a17', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17802705fb156e30c3e086a9a17', 'width': 160, }), ]), 'name': 'Brett Domino', 'uri': 'spotify:artist:37yradccJvSdTTA2Ol112q', }), dict({ 'artist_id': '0rEuaTPLMhlViNCJrg3NEH', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebc3eeafedc823cf781661e4bb', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174c3eeafedc823cf781661e4bb', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178c3eeafedc823cf781661e4bb', 'width': 160, }), ]), 'name': 'Beast In Black', 'uri': 'spotify:artist:0rEuaTPLMhlViNCJrg3NEH', }), dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebfc0524cca1171fac8678f4bf', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174fc0524cca1171fac8678f4bf', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178fc0524cca1171fac8678f4bf', 'width': 160, }), ]), 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), dict({ 'artist_id': '2WBJQGf1bT1kxuoqziH5g4', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebbd1cb147996bda17ecc97dd7', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174bd1cb147996bda17ecc97dd7', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178bd1cb147996bda17ecc97dd7', 'width': 160, }), ]), 'name': 'Purple Disco Machine', 'uri': 'spotify:artist:2WBJQGf1bT1kxuoqziH5g4', }), dict({ 'artist_id': '6Dd3NScHWwnW6obMFbl1BH', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebe79374211456f3edbb005e2c', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174e79374211456f3edbb005e2c', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178e79374211456f3edbb005e2c', 'width': 160, }), ]), 'name': 'Daya', 'uri': 'spotify:artist:6Dd3NScHWwnW6obMFbl1BH', }), dict({ 'artist_id': '7s666LjS611IPQ63Clon0r', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb40afab9ab091f76e7948ea16', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517440afab9ab091f76e7948ea16', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17840afab9ab091f76e7948ea16', 'width': 160, }), ]), 'name': 'Sunday Avenue', 'uri': 'spotify:artist:7s666LjS611IPQ63Clon0r', }), dict({ 'artist_id': '760CXsrIDEEqLxeF2x4tRO', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb102dde38e9c72ced7033d34d', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174102dde38e9c72ced7033d34d', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178102dde38e9c72ced7033d34d', 'width': 160, }), ]), 'name': 'Maestro Ziikos', 'uri': 'spotify:artist:760CXsrIDEEqLxeF2x4tRO', }), dict({ 'artist_id': '7Egoy0UuRKksBWzmGYzd68', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb83b9ffb1f6cd3975392af7f7', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517483b9ffb1f6cd3975392af7f7', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17883b9ffb1f6cd3975392af7f7', 'width': 160, }), ]), 'name': 'YENO', 'uri': 'spotify:artist:7Egoy0UuRKksBWzmGYzd68', }), dict({ 'artist_id': '751YCAfHx8dQSUbAN8Q9dl', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb253147018c2d40ef1c0cdacd', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174253147018c2d40ef1c0cdacd', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178253147018c2d40ef1c0cdacd', 'width': 160, }), ]), 'name': 'Nicolas Kanza', 'uri': 'spotify:artist:751YCAfHx8dQSUbAN8Q9dl', }), dict({ 'artist_id': '1BAdSa5cdtCNLbvT7gWmtJ', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb73c480b64dd16ef5d6396265', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517473c480b64dd16ef5d6396265', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17873c480b64dd16ef5d6396265', 'width': 160, }), ]), 'name': 'Conro', 'uri': 'spotify:artist:1BAdSa5cdtCNLbvT7gWmtJ', }), dict({ 'artist_id': '4AQrqVz6BYwy29iMxcGtx7', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb05858f274692344c6f5ee13a', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517405858f274692344c6f5ee13a', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17805858f274692344c6f5ee13a', 'width': 160, }), ]), 'name': 'Roosevelt', 'uri': 'spotify:artist:4AQrqVz6BYwy29iMxcGtx7', }), dict({ 'artist_id': '6jDwZUFYUH1dC4xWzOd8QU', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebfc761f5e2d8f6db4dfaaa5ca', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174fc761f5e2d8f6db4dfaaa5ca', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178fc761f5e2d8f6db4dfaaa5ca', 'width': 160, }), ]), 'name': 'Caleb Hyles', 'uri': 'spotify:artist:6jDwZUFYUH1dC4xWzOd8QU', }), dict({ 'artist_id': '1yqxFtPHKcGcv6SXZNdyT9', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebe85ae0ce3fe84474211ef54b', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174e85ae0ce3fe84474211ef54b', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178e85ae0ce3fe84474211ef54b', 'width': 160, }), ]), 'name': 'MK', 'uri': 'spotify:artist:1yqxFtPHKcGcv6SXZNdyT9', }), dict({ 'artist_id': '6Gk5hoM7eW8NSCYhICMDHw', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebf30f0f0e7f93877befa196af', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174f30f0f0e7f93877befa196af', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178f30f0f0e7f93877befa196af', 'width': 160, }), ]), 'name': 'Zak Abel', 'uri': 'spotify:artist:6Gk5hoM7eW8NSCYhICMDHw', }), dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebd6f6bf343b8bf12f12dc1a25', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174d6f6bf343b8bf12f12dc1a25', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178d6f6bf343b8bf12f12dc1a25', 'width': 160, }), ]), 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), dict({ 'artist_id': '7CajNmpbOovFoOoasH2HaY', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb8ebba5e60113b48de8c11f6b', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051748ebba5e60113b48de8c11f6b', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1788ebba5e60113b48de8c11f6b', 'width': 160, }), ]), 'name': 'Calvin Harris', 'uri': 'spotify:artist:7CajNmpbOovFoOoasH2HaY', }), ]) # --- # name: test_get_playback_state[playback_1.json] dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/collection/tracks', }), 'href': 'https://api.spotify.com/v1/me/tracks', 'uri': 'spotify:user:1112264649:collection', }), 'currently_playing_type': 'track', 'device': dict({ 'device_id': '21dac6b0e0a1f181870fdc9749b2656466557687', 'device_type': , 'is_active': True, 'is_private_session': False, 'is_restricted': False, 'name': 'DESKTOP-BKC5SIK', 'supports_volume': True, 'volume_percent': 69, }), 'is_playing': True, 'item': dict({ 'album': dict({ 'album_id': '1iasbpTobDPa5BmsK0Rz1f', 'album_type': , 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273326db007f167499d23171722', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02326db007f167499d23171722', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851326db007f167499d23171722', 'width': 64, }), ]), 'name': 'WARRIORS, Pt. 1 (Final Stage)', 'release_date': '2023-10-20', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:1iasbpTobDPa5BmsK0Rz1f', }), 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 268525, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1FyXbzOlq3dkxaB6iRsETv', }), 'href': 'https://api.spotify.com/v1/tracks/1FyXbzOlq3dkxaB6iRsETv', 'is_local': False, 'name': 'WARRIORS, Pt. 1 (Final Stage)', 'track_id': '1FyXbzOlq3dkxaB6iRsETv', 'track_number': 1, 'type': , 'uri': 'spotify:track:1FyXbzOlq3dkxaB6iRsETv', }), 'progress_ms': 225564, 'repeat_mode': , 'shuffle': False, }) # --- # name: test_get_playback_state[playback_2.json] dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/2r35vbe6hHl6yDSMfjKgmm', }), 'href': 'https://api.spotify.com/v1/playlists/2r35vbe6hHl6yDSMfjKgmm', 'uri': 'spotify:user:rushofficial:playlist:2r35vbe6hHl6yDSMfjKgmm', }), 'currently_playing_type': 'track', 'device': dict({ 'device_id': 'a19f7a03a25aff3e43f457a328a8ba67a8c44789', 'device_type': , 'is_active': True, 'is_private_session': False, 'is_restricted': False, 'name': 'Master Bathroom Speaker', 'supports_volume': True, 'volume_percent': 25, }), 'is_playing': True, 'item': dict({ 'album': dict({ 'album_id': '3nUNxSh2szhmN7iifAKv5i', 'album_type': , 'artists': list([ dict({ 'artist_id': '2Hkut4rAAyrQxRdof7FVJq', 'name': 'Rush', 'uri': 'spotify:artist:2Hkut4rAAyrQxRdof7FVJq', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27306c0d7ebcabad0c39b566983', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0206c0d7ebcabad0c39b566983', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485106c0d7ebcabad0c39b566983', 'width': 64, }), ]), 'name': 'Permanent Waves', 'release_date': '1980-01-01', 'release_date_precision': , 'total_tracks': 6, 'uri': 'spotify:album:3nUNxSh2szhmN7iifAKv5i', }), 'artists': list([ dict({ 'artist_id': '2Hkut4rAAyrQxRdof7FVJq', 'name': 'Rush', 'uri': 'spotify:artist:2Hkut4rAAyrQxRdof7FVJq', }), ]), 'disc_number': 1, 'duration_ms': 296466, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4e9hUiLsN4mx61ARosFi7p', }), 'href': 'https://api.spotify.com/v1/tracks/4e9hUiLsN4mx61ARosFi7p', 'is_local': False, 'name': 'The Spirit Of Radio', 'track_id': '4e9hUiLsN4mx61ARosFi7p', 'track_number': 1, 'type': , 'uri': 'spotify:track:4e9hUiLsN4mx61ARosFi7p', }), 'progress_ms': 249367, 'repeat_mode': , 'shuffle': False, }) # --- # name: test_get_playback_state[playback_3.json] dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/collection/tracks', }), 'href': 'https://api.spotify.com/v1/me/tracks', 'uri': 'spotify:user:1112264649:collection', }), 'currently_playing_type': 'track', 'device': dict({ 'device_id': None, 'device_type': , 'is_active': True, 'is_private_session': False, 'is_restricted': True, 'name': 'Sonos Roam SL', 'supports_volume': True, 'volume_percent': 34, }), 'is_playing': True, 'item': dict({ 'album': dict({ 'album_id': '3qCsGHHWG6t9izvmsE47jr', 'album_type': , 'artists': list([ dict({ 'artist_id': '6s5ubAp65wXoTZefE01RNR', 'name': 'Joost', 'uri': 'spotify:artist:6s5ubAp65wXoTZefE01RNR', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273ae0956d669aca836c4fb5a0c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02ae0956d669aca836c4fb5a0c', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851ae0956d669aca836c4fb5a0c', 'width': 64, }), ]), 'name': 'Ome Robert', 'release_date': '2018-04-26', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:3qCsGHHWG6t9izvmsE47jr', }), 'artists': list([ dict({ 'artist_id': '6s5ubAp65wXoTZefE01RNR', 'name': 'Joost', 'uri': 'spotify:artist:6s5ubAp65wXoTZefE01RNR', }), ]), 'disc_number': 1, 'duration_ms': 152500, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3TE49HXyoNczZk2IBhP87z', }), 'href': 'https://api.spotify.com/v1/tracks/3TE49HXyoNczZk2IBhP87z', 'is_local': False, 'name': 'Ome Robert', 'track_id': '3TE49HXyoNczZk2IBhP87z', 'track_number': 1, 'type': , 'uri': 'spotify:track:3TE49HXyoNczZk2IBhP87z', }), 'progress_ms': 7919, 'repeat_mode': , 'shuffle': False, }) # --- # name: test_get_playback_state[playback_4.json] dict({ 'context': None, 'currently_playing_type': 'track', 'device': dict({ 'device_id': 'aee274e4bbe6b44cf3b22ad3b68eca3a6954a701', 'device_type': , 'is_active': True, 'is_private_session': False, 'is_restricted': False, 'name': 'Joostโ€™s MacBook Pro', 'supports_volume': True, 'volume_percent': 67, }), 'is_playing': True, 'item': None, 'progress_ms': 22215, 'repeat_mode': , 'shuffle': False, }) # --- # name: test_get_playback_state[playback_audiobook_1.json] dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/58cFIY8IT7yGqR3kHnKqzV', }), 'href': 'https://api.spotify.com/v1/shows/58cFIY8IT7yGqR3kHnKqzV', 'uri': 'spotify:show:58cFIY8IT7yGqR3kHnKqzV', }), 'currently_playing_type': 'episode', 'device': dict({ 'device_id': '9e3c475ee7d51dbebb4547dbc5b57e35ee6707f8', 'device_type': , 'is_active': True, 'is_private_session': False, 'is_restricted': False, 'name': 'Nothing phone (1)', 'supports_volume': False, 'volume_percent': 100, }), 'is_playing': True, 'item': dict({ 'description': '', 'duration_ms': 249652, 'episode_id': '3NW4BmIOG0qzQZgtLgsydR', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3NW4BmIOG0qzQZgtLgsydR', }), 'href': 'https://api.spotify.com/v1/episodes/3NW4BmIOG0qzQZgtLgsydR', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a8ecf13d909d494c02ba057feb', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5becf13d909d494c02ba057feb', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703becf13d909d494c02ba057feb', 'width': 64, }), ]), 'name': 'Track 1', 'release_date': '0000', 'release_date_precision': , 'show': dict({ 'description': 'Author(s): Anya Niewierra Narrator(s): Nienke Brinkhuis, Cees van Ede, Mattijn Hartemink

Na het succes van de bestsellers Het bloemenmeisje en De Camino komt Anya Niewierra met De nomade. Een aangrijpende thriller over vaderliefde en een verborgen verleden.

De 37-jarige documentairemaker Olga Liebke woont met haar zonderlinge vader in het Harz-gebergte. Olga heeft een innige band met de inmiddels dementerende man. Haar moeder stierf in het kraambed en ze heeft verder geen familie. Tenminste, zo is het verhaal.

Maar dan vertelt haar vader herinneringen die niet rijmen met de geschiedenis zoals zij die kent. Ze gaat twijfelen over haar achtergrond en ontdekt documenten uit de voormalige Sovjet-Unie.

Olga reist naar de driehoek Polen, Litouwen en Belarus en stuit op een huiveringwekkend geheim.


โ€˜Anya Niewierra heeft met De nomade weer een magnifiek boek afgeleverd, dat mogelijk nog indrukwekkender is dan De Camino.โ€™
Heleen Spanjaard, Margriet

โ€˜Verrassend, meeslepend en bloedstollend. De nomade is een waardige opvolger van De Camino.โ€™
Rob Cobben, cultuurverslaggever Dagblad De Limburger

', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/58cFIY8IT7yGqR3kHnKqzV', }), 'href': 'https://api.spotify.com/v1/shows/58cFIY8IT7yGqR3kHnKqzV', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a8ecf13d909d494c02ba057feb', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5becf13d909d494c02ba057feb', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703becf13d909d494c02ba057feb', 'width': 64, }), ]), 'name': 'De nomade', 'show_id': '58cFIY8IT7yGqR3kHnKqzV', 'total_episodes': None, 'uri': 'spotify:show:58cFIY8IT7yGqR3kHnKqzV', }), 'type': , 'uri': 'spotify:episode:3NW4BmIOG0qzQZgtLgsydR', }), 'progress_ms': 15611, 'repeat_mode': , 'shuffle': False, }) # --- # name: test_get_playback_state[playback_episode_1.json] dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD', }), 'href': 'https://api.spotify.com/v1/shows/1Y9ExMgMxoBVrgrfU7u0nD', 'uri': 'spotify:show:1Y9ExMgMxoBVrgrfU7u0nD', }), 'currently_playing_type': 'episode', 'device': dict({ 'device_id': None, 'device_type': , 'is_active': True, 'is_private_session': False, 'is_restricted': True, 'name': 'Sonos Roam SL', 'supports_volume': True, 'volume_percent': 46, }), 'is_playing': True, 'item': dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 3690161, 'episode_id': '3o0RYoo5iOMKSmEbunsbvW', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3o0RYoo5iOMKSmEbunsbvW', }), 'href': 'https://api.spotify.com/v1/episodes/3o0RYoo5iOMKSmEbunsbvW', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'My Squirrel Has Brain Damage - Safety Third 119', 'release_date': '2024-07-26', 'release_date_precision': , 'show': dict({ 'description': 'Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan, and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD', }), 'href': 'https://api.spotify.com/v1/shows/1Y9ExMgMxoBVrgrfU7u0nD', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'Safety Third', 'show_id': '1Y9ExMgMxoBVrgrfU7u0nD', 'total_episodes': 120, 'uri': 'spotify:show:1Y9ExMgMxoBVrgrfU7u0nD', }), 'type': , 'uri': 'spotify:episode:3o0RYoo5iOMKSmEbunsbvW', }), 'progress_ms': 5410, 'repeat_mode': , 'shuffle': False, }) # --- # name: test_get_playlist[playlist_1.json] dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/1Cp6VQCKf2VL4sP09jN9oX', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67616d00001e022f41071676f4f50842581fb4', 'width': None, }), ]), 'items': dict({ 'items': list([ dict({ 'added_at': datetime.datetime(2025, 7, 29, 21, 11, 55, tzinfo=datetime.timezone.utc), 'added_by': dict({ 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'uri': 'spotify:user:1112264649', 'user_id': '1112264649', }), 'track': dict({ 'album': dict({ 'album_id': '7cynQpUNbqg7ZqYQu11Yng', 'album_type': , 'artists': list([ dict({ 'artist_id': '7zrkALJ9ayRjzysp4QYoEg', 'name': 'Maribou State', 'uri': 'spotify:artist:7zrkALJ9ayRjzysp4QYoEg', }), dict({ 'artist_id': '6SKEuFZYhaTytrhtJjgnO2', 'name': 'Andreya Triana', 'uri': 'spotify:artist:6SKEuFZYhaTytrhtJjgnO2', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732f41071676f4f50842581fb4', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022f41071676f4f50842581fb4', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512f41071676f4f50842581fb4', 'width': 64, }), ]), 'name': 'All I Need', 'release_date': '2025-01-13', 'release_date_precision': , 'total_tracks': 5, 'uri': 'spotify:album:7cynQpUNbqg7ZqYQu11Yng', }), 'artists': list([ dict({ 'artist_id': '7zrkALJ9ayRjzysp4QYoEg', 'name': 'Maribou State', 'uri': 'spotify:artist:7zrkALJ9ayRjzysp4QYoEg', }), dict({ 'artist_id': '6SKEuFZYhaTytrhtJjgnO2', 'name': 'Andreya Triana', 'uri': 'spotify:artist:6SKEuFZYhaTytrhtJjgnO2', }), ]), 'disc_number': 1, 'duration_ms': 227934, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3ZL9gPzeCnKG9l5SB1SlcZ', }), 'href': 'https://api.spotify.com/v1/tracks/3ZL9gPzeCnKG9l5SB1SlcZ', 'is_local': False, 'name': 'All I Need', 'track_id': '3ZL9gPzeCnKG9l5SB1SlcZ', 'track_number': 1, 'type': , 'uri': 'spotify:track:3ZL9gPzeCnKG9l5SB1SlcZ', }), }), ]), }), 'name': 'To find', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '1Cp6VQCKf2VL4sP09jN9oX', 'public': True, 'uri': 'spotify:playlist:1Cp6VQCKf2VL4sP09jN9oX', }) # --- # name: test_get_playlist[playlist_2.json] dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/3toMXYM91T55pKzuysH5Ph', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67616d00001e022f9b47bdc2b1c7cae7b014af', 'width': None, }), ]), 'items': dict({ 'items': list([ dict({ 'added_at': datetime.datetime(2013, 1, 19, 22, 16, 8, tzinfo=datetime.timezone.utc), 'added_by': dict({ 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/chadandcaren', }), 'href': 'https://api.spotify.com/v1/users/chadandcaren', 'uri': 'spotify:user:chadandcaren', 'user_id': 'chadandcaren', }), 'track': dict({ 'album': dict({ 'album_id': '3KVfMVtOmoVCgihLE4HoBr', 'album_type': , 'artists': list([ dict({ 'artist_id': '2vm8GdHyrJh2O2MfbQFYG0', 'name': 'Ingrid Michaelson', 'uri': 'spotify:artist:2vm8GdHyrJh2O2MfbQFYG0', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273866dc0fd5fbfd51fd4c50919', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02866dc0fd5fbfd51fd4c50919', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851866dc0fd5fbfd51fd4c50919', 'width': 64, }), ]), 'name': 'Be OK', 'release_date': '2008-01-01', 'release_date_precision': , 'total_tracks': 11, 'uri': 'spotify:album:3KVfMVtOmoVCgihLE4HoBr', }), 'artists': list([ dict({ 'artist_id': '2vm8GdHyrJh2O2MfbQFYG0', 'name': 'Ingrid Michaelson', 'uri': 'spotify:artist:2vm8GdHyrJh2O2MfbQFYG0', }), ]), 'disc_number': 1, 'duration_ms': 148706, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4oeRfmp9XpKWym6YD1WvBP', }), 'href': 'https://api.spotify.com/v1/tracks/4oeRfmp9XpKWym6YD1WvBP', 'is_local': False, 'name': 'You and I', 'track_id': '4oeRfmp9XpKWym6YD1WvBP', 'track_number': 10, 'type': , 'uri': 'spotify:track:4oeRfmp9XpKWym6YD1WvBP', }), }), ]), }), 'name': 'Starred', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'chadandcaren', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/chadandcaren', }), 'href': 'https://api.spotify.com/v1/users/chadandcaren', 'object_type': 'user', 'owner_id': 'chadandcaren', 'uri': 'spotify:user:chadandcaren', }), 'playlist_id': '3toMXYM91T55pKzuysH5Ph', 'public': True, 'uri': 'spotify:playlist:3toMXYM91T55pKzuysH5Ph', }) # --- # name: test_get_playlist[playlist_3.json] dict({ 'collaborative': False, 'description': '', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/playlist/0pM0KTMXM7K5qr3sL2DPw1', }), 'images': list([ dict({ 'height': None, 'url': 'https://i.scdn.co/image/ab67616d00001e02991e1b6c088e2abc38f584c8', 'width': None, }), ]), 'items': dict({ 'items': list([ dict({ 'added_at': datetime.datetime(2024, 5, 16, 20, 46, 24, tzinfo=datetime.timezone.utc), 'added_by': dict({ 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'uri': 'spotify:user:1112264649', 'user_id': '1112264649', }), 'track': dict({ 'album': dict({ 'album_id': '5iuJo58XqIENkyviBJ4dil', 'album_type': , 'artists': list([ dict({ 'artist_id': '6DDZJCwSnNF361mUwPEm4G', 'name': 'Saint Nomad', 'uri': 'spotify:artist:6DDZJCwSnNF361mUwPEm4G', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273991e1b6c088e2abc38f584c8', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02991e1b6c088e2abc38f584c8', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851991e1b6c088e2abc38f584c8', 'width': 64, }), ]), 'name': 'Nothing To Lose', 'release_date': '2020-05-01', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:5iuJo58XqIENkyviBJ4dil', }), 'artists': list([ dict({ 'artist_id': '6DDZJCwSnNF361mUwPEm4G', 'name': 'Saint Nomad', 'uri': 'spotify:artist:6DDZJCwSnNF361mUwPEm4G', }), ]), 'disc_number': 1, 'duration_ms': 164453, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4bEdcyI0l4zX2Ut5m5Xrhw', }), 'href': 'https://api.spotify.com/v1/tracks/4bEdcyI0l4zX2Ut5m5Xrhw', 'is_local': False, 'name': 'Nothing To Lose', 'track_id': '4bEdcyI0l4zX2Ut5m5Xrhw', 'track_number': 1, 'type': , 'uri': 'spotify:track:4bEdcyI0l4zX2Ut5m5Xrhw', }), }), dict({ 'added_at': datetime.datetime(2024, 5, 16, 20, 53, 44, tzinfo=datetime.timezone.utc), 'added_by': dict({ 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'uri': 'spotify:user:1112264649', 'user_id': '1112264649', }), 'track': dict({ 'album': dict({ 'album_id': '4stVgm9xx3cSNYddv8oTcL', 'album_type': , 'artists': list([ dict({ 'artist_id': '6GFq3n0UYhpfzYPprpmD4K', 'name': 'Doko', 'uri': 'spotify:artist:6GFq3n0UYhpfzYPprpmD4K', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273a8f196ac6565b31a5b6689de', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02a8f196ac6565b31a5b6689de', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851a8f196ac6565b31a5b6689de', 'width': 64, }), ]), 'name': 'Borrowed Time', 'release_date': '2019-06-28', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:4stVgm9xx3cSNYddv8oTcL', }), 'artists': list([ dict({ 'artist_id': '6GFq3n0UYhpfzYPprpmD4K', 'name': 'Doko', 'uri': 'spotify:artist:6GFq3n0UYhpfzYPprpmD4K', }), ]), 'disc_number': 1, 'duration_ms': 198022, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2kmZop34md5KWP4gn7Zuj8', }), 'href': 'https://api.spotify.com/v1/tracks/2kmZop34md5KWP4gn7Zuj8', 'is_local': False, 'name': 'Borrowed Time', 'track_id': '2kmZop34md5KWP4gn7Zuj8', 'track_number': 1, 'type': , 'uri': 'spotify:track:2kmZop34md5KWP4gn7Zuj8', }), }), dict({ 'added_at': datetime.datetime(2024, 11, 28, 10, 18, 44, tzinfo=datetime.timezone.utc), 'added_by': dict({ 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'uri': 'spotify:user:1112264649', 'user_id': '1112264649', }), 'track': dict({ 'description': 'HAPPYYYYY SEMEN DAY!!!!!! Love you xoxoxCheck out our Patreon at patreon.com/ToniandRyan, and make sure you join our Facebook Group!\xa0Find #ToniAndRyan on Instagram @tonilodge and @ryan.jon OR on TikTok @toniandryanpodcast Hosted on Acast. See acast.com/privacy for more information.', 'duration_ms': 2071013, 'episode_id': '5ytYkag3JZJ3GP2uuFAEBe', 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/5ytYkag3JZJ3GP2uuFAEBe', }), 'href': 'https://api.spotify.com/v1/episodes/5ytYkag3JZJ3GP2uuFAEBe', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ab5f65a943ef4f707bf79949b', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fb5f65a943ef4f707bf79949b', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68db5f65a943ef4f707bf79949b', 'width': 64, }), ]), 'name': 'Toni Delivers Semen', 'release_date': '2024-11-27', 'release_date_precision': , 'show': dict({ 'description': 'Weโ€™ll all giggle along at naughty jokes, your dating horror stories and give questionable recommendations on movies, food and relationships. This podcast is hot, fun garbage and we (Toni Lodge and Ryan Jon here in Melbourne, Australia) would love you to climb aboard and be our friends. Hosted on Acast. See acast.com/privacy for more information.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/5OzkclFjD6iAjtAuo7aIYt', }), 'href': 'https://api.spotify.com/v1/shows/5OzkclFjD6iAjtAuo7aIYt', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ab5f65a943ef4f707bf79949b', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fb5f65a943ef4f707bf79949b', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68db5f65a943ef4f707bf79949b', 'width': 64, }), ]), 'name': 'Toni and Ryan', 'show_id': '5OzkclFjD6iAjtAuo7aIYt', 'total_episodes': 780, 'uri': 'spotify:show:5OzkclFjD6iAjtAuo7aIYt', }), 'type': , 'uri': 'spotify:episode:5ytYkag3JZJ3GP2uuFAEBe', }), }), ]), }), 'name': 'Pain', 'object_type': 'playlist', 'owner': dict({ 'display_name': 'Joost Lekkerkerker', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'object_type': 'user', 'owner_id': '1112264649', 'uri': 'spotify:user:1112264649', }), 'playlist_id': '0pM0KTMXM7K5qr3sL2DPw1', 'public': True, 'uri': 'spotify:playlist:0pM0KTMXM7K5qr3sL2DPw1', }) # --- # name: test_get_playlist_cover_image list([ dict({ 'height': None, 'url': 'https://image-cdn-fa.spotifycdn.com/image/ab67706c0000bebb8d0ce13d55f634e290f744ba', 'width': None, }), ]) # --- # name: test_get_playlist_items list([ dict({ 'added_at': datetime.datetime(2025, 7, 29, 21, 11, 55, tzinfo=datetime.timezone.utc), 'added_by': dict({ 'external_urls': dict({ 'spotify': 'https://open.spotify.com/user/1112264649', }), 'href': 'https://api.spotify.com/v1/users/1112264649', 'uri': 'spotify:user:1112264649', 'user_id': '1112264649', }), 'track': dict({ 'album': dict({ 'album_id': '7cynQpUNbqg7ZqYQu11Yng', 'album_type': , 'artists': list([ dict({ 'artist_id': '7zrkALJ9ayRjzysp4QYoEg', 'name': 'Maribou State', 'uri': 'spotify:artist:7zrkALJ9ayRjzysp4QYoEg', }), dict({ 'artist_id': '6SKEuFZYhaTytrhtJjgnO2', 'name': 'Andreya Triana', 'uri': 'spotify:artist:6SKEuFZYhaTytrhtJjgnO2', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732f41071676f4f50842581fb4', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022f41071676f4f50842581fb4', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512f41071676f4f50842581fb4', 'width': 64, }), ]), 'name': 'All I Need', 'release_date': '2025-01-13', 'release_date_precision': , 'total_tracks': 5, 'uri': 'spotify:album:7cynQpUNbqg7ZqYQu11Yng', }), 'artists': list([ dict({ 'artist_id': '7zrkALJ9ayRjzysp4QYoEg', 'name': 'Maribou State', 'uri': 'spotify:artist:7zrkALJ9ayRjzysp4QYoEg', }), dict({ 'artist_id': '6SKEuFZYhaTytrhtJjgnO2', 'name': 'Andreya Triana', 'uri': 'spotify:artist:6SKEuFZYhaTytrhtJjgnO2', }), ]), 'disc_number': 1, 'duration_ms': 227934, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3ZL9gPzeCnKG9l5SB1SlcZ', }), 'href': 'https://api.spotify.com/v1/tracks/3ZL9gPzeCnKG9l5SB1SlcZ', 'is_local': False, 'name': 'All I Need', 'track_id': '3ZL9gPzeCnKG9l5SB1SlcZ', 'track_number': 1, 'type': , 'uri': 'spotify:track:3ZL9gPzeCnKG9l5SB1SlcZ', }), }), ]) # --- # name: test_get_recently_played_tracks list([ dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 20, 15, 20, 497000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '4Jb37p32ZFIhRO3bKUnUZ9', 'album_type': , 'artists': list([ dict({ 'artist_id': '5NzDpcAuGAxvsyqqaUEFw1', 'name': 'Enchanted Steel', 'uri': 'spotify:artist:5NzDpcAuGAxvsyqqaUEFw1', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273e784490e65cc1f1465653e52', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02e784490e65cc1f1465653e52', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851e784490e65cc1f1465653e52', 'width': 64, }), ]), 'name': 'Might and Magic', 'release_date': '2025-01-02', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:4Jb37p32ZFIhRO3bKUnUZ9', }), 'artists': list([ dict({ 'artist_id': '5NzDpcAuGAxvsyqqaUEFw1', 'name': 'Enchanted Steel', 'uri': 'spotify:artist:5NzDpcAuGAxvsyqqaUEFw1', }), ]), 'disc_number': 1, 'duration_ms': 211333, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3HRuSJ7VheXVBmjlAXaREd', }), 'href': 'https://api.spotify.com/v1/tracks/3HRuSJ7VheXVBmjlAXaREd', 'is_local': False, 'name': "We'll Fight! - Re-recorded", 'track_id': '3HRuSJ7VheXVBmjlAXaREd', 'track_number': 9, 'type': , 'uri': 'spotify:track:3HRuSJ7VheXVBmjlAXaREd', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 20, 10, 38, 537000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '3yPZUsYXU6dW8IfsDfFxUc', 'album_type': , 'artists': list([ dict({ 'artist_id': '44UN8gFHRwBnPWYaxEsNRV', 'name': 'AEON GODS', 'uri': 'spotify:artist:44UN8gFHRwBnPWYaxEsNRV', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f2f74e75931bb28802f4c220', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f2f74e75931bb28802f4c220', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f2f74e75931bb28802f4c220', 'width': 64, }), ]), 'name': 'Reborn To Light', 'release_date': '2026-02-20', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:3yPZUsYXU6dW8IfsDfFxUc', }), 'artists': list([ dict({ 'artist_id': '44UN8gFHRwBnPWYaxEsNRV', 'name': 'AEON GODS', 'uri': 'spotify:artist:44UN8gFHRwBnPWYaxEsNRV', }), ]), 'disc_number': 1, 'duration_ms': 273661, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0Py136Z4oe4FmUFru0115a', }), 'href': 'https://api.spotify.com/v1/tracks/0Py136Z4oe4FmUFru0115a', 'is_local': False, 'name': 'The Sacred Union (Amduat), Pt.2', 'track_id': '0Py136Z4oe4FmUFru0115a', 'track_number': 4, 'type': , 'uri': 'spotify:track:0Py136Z4oe4FmUFru0115a', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 20, 6, 4, 321000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '31cUZAVZ1R6pwgpFXjZ3Vo', 'album_type': , 'artists': list([ dict({ 'artist_id': '52lkxAYfC9ypaPJ2EB22ki', 'name': 'Majestica', 'uri': 'spotify:artist:52lkxAYfC9ypaPJ2EB22ki', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27378753b4020220ed7fb389413', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0278753b4020220ed7fb389413', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485178753b4020220ed7fb389413', 'width': 64, }), ]), 'name': 'Power Train', 'release_date': '2025-02-07', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:31cUZAVZ1R6pwgpFXjZ3Vo', }), 'artists': list([ dict({ 'artist_id': '52lkxAYfC9ypaPJ2EB22ki', 'name': 'Majestica', 'uri': 'spotify:artist:52lkxAYfC9ypaPJ2EB22ki', }), ]), 'disc_number': 1, 'duration_ms': 186000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3tfDO5eV8kZ4yAk9sUCffp', }), 'href': 'https://api.spotify.com/v1/tracks/3tfDO5eV8kZ4yAk9sUCffp', 'is_local': False, 'name': 'Thunder Power', 'track_id': '3tfDO5eV8kZ4yAk9sUCffp', 'track_number': 6, 'type': , 'uri': 'spotify:track:3tfDO5eV8kZ4yAk9sUCffp', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 20, 2, 58, 94000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '5UPcpe5RMaDUcXjTvh5LEg', 'album_type': , 'artists': list([ dict({ 'artist_id': '6swnqiL41Bd4gO2fnAXXrf', 'name': 'Beyond The Black', 'uri': 'spotify:artist:6swnqiL41Bd4gO2fnAXXrf', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273299753eb636e37f2199af7e3', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02299753eb636e37f2199af7e3', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851299753eb636e37f2199af7e3', 'width': 64, }), ]), 'name': 'Break The Silence', 'release_date': '2026-01-09', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:5UPcpe5RMaDUcXjTvh5LEg', }), 'artists': list([ dict({ 'artist_id': '6swnqiL41Bd4gO2fnAXXrf', 'name': 'Beyond The Black', 'uri': 'spotify:artist:6swnqiL41Bd4gO2fnAXXrf', }), ]), 'disc_number': 1, 'duration_ms': 226164, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4EL8MX1m73qecwy3ECBOSp', }), 'href': 'https://api.spotify.com/v1/tracks/4EL8MX1m73qecwy3ECBOSp', 'is_local': False, 'name': 'Let There Be Rain', 'track_id': '4EL8MX1m73qecwy3ECBOSp', 'track_number': 4, 'type': , 'uri': 'spotify:track:4EL8MX1m73qecwy3ECBOSp', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 19, 59, 11, 278000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '42IHJll6dkoZg9lcat1Gb8', 'album_type': , 'artists': list([ dict({ 'artist_id': '1yfiDL3YUEJlQCgb5Pun6g', 'name': 'Primal Fear', 'uri': 'spotify:artist:1yfiDL3YUEJlQCgb5Pun6g', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2734386ea824c923eeaa6d13fc1', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e024386ea824c923eeaa6d13fc1', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048514386ea824c923eeaa6d13fc1', 'width': 64, }), ]), 'name': 'One', 'release_date': '2026-02-20', 'release_date_precision': , 'total_tracks': 3, 'uri': 'spotify:album:42IHJll6dkoZg9lcat1Gb8', }), 'artists': list([ dict({ 'artist_id': '1yfiDL3YUEJlQCgb5Pun6g', 'name': 'Primal Fear', 'uri': 'spotify:artist:1yfiDL3YUEJlQCgb5Pun6g', }), ]), 'disc_number': 1, 'duration_ms': 268360, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4kr0TJoXUl2FHU8WSBcB8T', }), 'href': 'https://api.spotify.com/v1/tracks/4kr0TJoXUl2FHU8WSBcB8T', 'is_local': False, 'name': 'One', 'track_id': '4kr0TJoXUl2FHU8WSBcB8T', 'track_number': 1, 'type': , 'uri': 'spotify:track:4kr0TJoXUl2FHU8WSBcB8T', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 19, 54, 42, 223000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '5qsTZqfEj8tQ7IPAMw5z52', 'album_type': , 'artists': list([ dict({ 'artist_id': '2mKV7sPvlBvzyPLeZhzT6q', 'name': 'Skyebrows', 'uri': 'spotify:artist:2mKV7sPvlBvzyPLeZhzT6q', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273ece955bc716f71029071d725', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02ece955bc716f71029071d725', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851ece955bc716f71029071d725', 'width': 64, }), ]), 'name': 'Nvidia, Fuck Yeah!', 'release_date': '2026-02-04', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:5qsTZqfEj8tQ7IPAMw5z52', }), 'artists': list([ dict({ 'artist_id': '2mKV7sPvlBvzyPLeZhzT6q', 'name': 'Skyebrows', 'uri': 'spotify:artist:2mKV7sPvlBvzyPLeZhzT6q', }), ]), 'disc_number': 1, 'duration_ms': 191328, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4lPgN2pFIg6J0jnVdoursc', }), 'href': 'https://api.spotify.com/v1/tracks/4lPgN2pFIg6J0jnVdoursc', 'is_local': False, 'name': 'Nvidia, Fuck Yeah!', 'track_id': '4lPgN2pFIg6J0jnVdoursc', 'track_number': 1, 'type': , 'uri': 'spotify:track:4lPgN2pFIg6J0jnVdoursc', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 17, 53, 53, 471000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '41XrkRQLSBThNGddZTKxiN', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273130fddfb4e4da4e5e83dd829', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02130fddfb4e4da4e5e83dd829', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851130fddfb4e4da4e5e83dd829', 'width': 64, }), ]), 'name': 'Wake Up The Wicked (Deluxe Version)', 'release_date': '2024-07-26', 'release_date_precision': , 'total_tracks': 33, 'uri': 'spotify:album:41XrkRQLSBThNGddZTKxiN', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 1, 'duration_ms': 200931, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7D2UpWgfgxzGNzmcIoWd9l', }), 'href': 'https://api.spotify.com/v1/tracks/7D2UpWgfgxzGNzmcIoWd9l', 'is_local': False, 'name': 'Joan of Arc', 'track_id': '7D2UpWgfgxzGNzmcIoWd9l', 'track_number': 8, 'type': , 'uri': 'spotify:track:7D2UpWgfgxzGNzmcIoWd9l', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 17, 50, 32, 269000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '7mOeU7C1am6Ww10bYuOxe7', 'album_type': , 'artists': list([ dict({ 'artist_id': '6MfUFhthUp7MKoqNEfdwN5', 'name': 'Krilloan', 'uri': 'spotify:artist:6MfUFhthUp7MKoqNEfdwN5', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2735e06e09e22062957ae4d010f', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e025e06e09e22062957ae4d010f', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048515e06e09e22062957ae4d010f', 'width': 64, }), ]), 'name': 'Return Of The Heralds', 'release_date': '2024-09-20', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:7mOeU7C1am6Ww10bYuOxe7', }), 'artists': list([ dict({ 'artist_id': '6MfUFhthUp7MKoqNEfdwN5', 'name': 'Krilloan', 'uri': 'spotify:artist:6MfUFhthUp7MKoqNEfdwN5', }), ]), 'disc_number': 1, 'duration_ms': 219666, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/097iQWiJYG0DTSgslNuVGZ', }), 'href': 'https://api.spotify.com/v1/tracks/097iQWiJYG0DTSgslNuVGZ', 'is_local': False, 'name': 'Atlantean Sword', 'track_id': '097iQWiJYG0DTSgslNuVGZ', 'track_number': 1, 'type': , 'uri': 'spotify:track:097iQWiJYG0DTSgslNuVGZ', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 17, 47, 15, 919000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '2b5sxuklqsGdTBgFSidkVR', 'album_type': , 'artists': list([ dict({ 'artist_id': '6COmyouHXwCeIGS1IFd1PA', 'name': 'Iron Savior', 'uri': 'spotify:artist:6COmyouHXwCeIGS1IFd1PA', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273de10a7f0de53283089dd3021', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02de10a7f0de53283089dd3021', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851de10a7f0de53283089dd3021', 'width': 64, }), ]), 'name': 'Take On Me', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 4, 'uri': 'spotify:album:2b5sxuklqsGdTBgFSidkVR', }), 'artists': list([ dict({ 'artist_id': '6COmyouHXwCeIGS1IFd1PA', 'name': 'Iron Savior', 'uri': 'spotify:artist:6COmyouHXwCeIGS1IFd1PA', }), ]), 'disc_number': 1, 'duration_ms': 232493, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4McyElZJ5DHu8VOMQ8psiR', }), 'href': 'https://api.spotify.com/v1/tracks/4McyElZJ5DHu8VOMQ8psiR', 'is_local': False, 'name': 'Take On Me', 'track_id': '4McyElZJ5DHu8VOMQ8psiR', 'track_number': 1, 'type': , 'uri': 'spotify:track:4McyElZJ5DHu8VOMQ8psiR', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 17, 42, 58, 582000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '3yPZUsYXU6dW8IfsDfFxUc', 'album_type': , 'artists': list([ dict({ 'artist_id': '44UN8gFHRwBnPWYaxEsNRV', 'name': 'AEON GODS', 'uri': 'spotify:artist:44UN8gFHRwBnPWYaxEsNRV', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f2f74e75931bb28802f4c220', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f2f74e75931bb28802f4c220', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f2f74e75931bb28802f4c220', 'width': 64, }), ]), 'name': 'Reborn To Light', 'release_date': '2026-02-20', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:3yPZUsYXU6dW8IfsDfFxUc', }), 'artists': list([ dict({ 'artist_id': '44UN8gFHRwBnPWYaxEsNRV', 'name': 'AEON GODS', 'uri': 'spotify:artist:44UN8gFHRwBnPWYaxEsNRV', }), ]), 'disc_number': 1, 'duration_ms': 273661, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0Py136Z4oe4FmUFru0115a', }), 'href': 'https://api.spotify.com/v1/tracks/0Py136Z4oe4FmUFru0115a', 'is_local': False, 'name': 'The Sacred Union (Amduat), Pt.2', 'track_id': '0Py136Z4oe4FmUFru0115a', 'track_number': 4, 'type': , 'uri': 'spotify:track:0Py136Z4oe4FmUFru0115a', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 17, 38, 25, 792000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '31cUZAVZ1R6pwgpFXjZ3Vo', 'album_type': , 'artists': list([ dict({ 'artist_id': '52lkxAYfC9ypaPJ2EB22ki', 'name': 'Majestica', 'uri': 'spotify:artist:52lkxAYfC9ypaPJ2EB22ki', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27378753b4020220ed7fb389413', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0278753b4020220ed7fb389413', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485178753b4020220ed7fb389413', 'width': 64, }), ]), 'name': 'Power Train', 'release_date': '2025-02-07', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:31cUZAVZ1R6pwgpFXjZ3Vo', }), 'artists': list([ dict({ 'artist_id': '52lkxAYfC9ypaPJ2EB22ki', 'name': 'Majestica', 'uri': 'spotify:artist:52lkxAYfC9ypaPJ2EB22ki', }), ]), 'disc_number': 1, 'duration_ms': 186000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3tfDO5eV8kZ4yAk9sUCffp', }), 'href': 'https://api.spotify.com/v1/tracks/3tfDO5eV8kZ4yAk9sUCffp', 'is_local': False, 'name': 'Thunder Power', 'track_id': '3tfDO5eV8kZ4yAk9sUCffp', 'track_number': 6, 'type': , 'uri': 'spotify:track:3tfDO5eV8kZ4yAk9sUCffp', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 17, 35, 18, 461000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '5UPcpe5RMaDUcXjTvh5LEg', 'album_type': , 'artists': list([ dict({ 'artist_id': '6swnqiL41Bd4gO2fnAXXrf', 'name': 'Beyond The Black', 'uri': 'spotify:artist:6swnqiL41Bd4gO2fnAXXrf', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273299753eb636e37f2199af7e3', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02299753eb636e37f2199af7e3', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851299753eb636e37f2199af7e3', 'width': 64, }), ]), 'name': 'Break The Silence', 'release_date': '2026-01-09', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:5UPcpe5RMaDUcXjTvh5LEg', }), 'artists': list([ dict({ 'artist_id': '6swnqiL41Bd4gO2fnAXXrf', 'name': 'Beyond The Black', 'uri': 'spotify:artist:6swnqiL41Bd4gO2fnAXXrf', }), ]), 'disc_number': 1, 'duration_ms': 226164, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4EL8MX1m73qecwy3ECBOSp', }), 'href': 'https://api.spotify.com/v1/tracks/4EL8MX1m73qecwy3ECBOSp', 'is_local': False, 'name': 'Let There Be Rain', 'track_id': '4EL8MX1m73qecwy3ECBOSp', 'track_number': 4, 'type': , 'uri': 'spotify:track:4EL8MX1m73qecwy3ECBOSp', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 17, 31, 31, 660000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '42IHJll6dkoZg9lcat1Gb8', 'album_type': , 'artists': list([ dict({ 'artist_id': '1yfiDL3YUEJlQCgb5Pun6g', 'name': 'Primal Fear', 'uri': 'spotify:artist:1yfiDL3YUEJlQCgb5Pun6g', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2734386ea824c923eeaa6d13fc1', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e024386ea824c923eeaa6d13fc1', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048514386ea824c923eeaa6d13fc1', 'width': 64, }), ]), 'name': 'One', 'release_date': '2026-02-20', 'release_date_precision': , 'total_tracks': 3, 'uri': 'spotify:album:42IHJll6dkoZg9lcat1Gb8', }), 'artists': list([ dict({ 'artist_id': '1yfiDL3YUEJlQCgb5Pun6g', 'name': 'Primal Fear', 'uri': 'spotify:artist:1yfiDL3YUEJlQCgb5Pun6g', }), ]), 'disc_number': 1, 'duration_ms': 268360, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4kr0TJoXUl2FHU8WSBcB8T', }), 'href': 'https://api.spotify.com/v1/tracks/4kr0TJoXUl2FHU8WSBcB8T', 'is_local': False, 'name': 'One', 'track_id': '4kr0TJoXUl2FHU8WSBcB8T', 'track_number': 1, 'type': , 'uri': 'spotify:track:4kr0TJoXUl2FHU8WSBcB8T', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 17, 27, 4, 528000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '5qsTZqfEj8tQ7IPAMw5z52', 'album_type': , 'artists': list([ dict({ 'artist_id': '2mKV7sPvlBvzyPLeZhzT6q', 'name': 'Skyebrows', 'uri': 'spotify:artist:2mKV7sPvlBvzyPLeZhzT6q', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273ece955bc716f71029071d725', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02ece955bc716f71029071d725', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851ece955bc716f71029071d725', 'width': 64, }), ]), 'name': 'Nvidia, Fuck Yeah!', 'release_date': '2026-02-04', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:5qsTZqfEj8tQ7IPAMw5z52', }), 'artists': list([ dict({ 'artist_id': '2mKV7sPvlBvzyPLeZhzT6q', 'name': 'Skyebrows', 'uri': 'spotify:artist:2mKV7sPvlBvzyPLeZhzT6q', }), ]), 'disc_number': 1, 'duration_ms': 191328, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4lPgN2pFIg6J0jnVdoursc', }), 'href': 'https://api.spotify.com/v1/tracks/4lPgN2pFIg6J0jnVdoursc', 'is_local': False, 'name': 'Nvidia, Fuck Yeah!', 'track_id': '4lPgN2pFIg6J0jnVdoursc', 'track_number': 1, 'type': , 'uri': 'spotify:track:4lPgN2pFIg6J0jnVdoursc', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 17, 21, 21, 695000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '3yPZUsYXU6dW8IfsDfFxUc', 'album_type': , 'artists': list([ dict({ 'artist_id': '44UN8gFHRwBnPWYaxEsNRV', 'name': 'AEON GODS', 'uri': 'spotify:artist:44UN8gFHRwBnPWYaxEsNRV', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f2f74e75931bb28802f4c220', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f2f74e75931bb28802f4c220', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f2f74e75931bb28802f4c220', 'width': 64, }), ]), 'name': 'Reborn To Light', 'release_date': '2026-02-20', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:3yPZUsYXU6dW8IfsDfFxUc', }), 'artists': list([ dict({ 'artist_id': '44UN8gFHRwBnPWYaxEsNRV', 'name': 'AEON GODS', 'uri': 'spotify:artist:44UN8gFHRwBnPWYaxEsNRV', }), ]), 'disc_number': 1, 'duration_ms': 273661, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0Py136Z4oe4FmUFru0115a', }), 'href': 'https://api.spotify.com/v1/tracks/0Py136Z4oe4FmUFru0115a', 'is_local': False, 'name': 'The Sacred Union (Amduat), Pt.2', 'track_id': '0Py136Z4oe4FmUFru0115a', 'track_number': 4, 'type': , 'uri': 'spotify:track:0Py136Z4oe4FmUFru0115a', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 17, 17, 3, 863000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '31cUZAVZ1R6pwgpFXjZ3Vo', 'album_type': , 'artists': list([ dict({ 'artist_id': '52lkxAYfC9ypaPJ2EB22ki', 'name': 'Majestica', 'uri': 'spotify:artist:52lkxAYfC9ypaPJ2EB22ki', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27378753b4020220ed7fb389413', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0278753b4020220ed7fb389413', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485178753b4020220ed7fb389413', 'width': 64, }), ]), 'name': 'Power Train', 'release_date': '2025-02-07', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:31cUZAVZ1R6pwgpFXjZ3Vo', }), 'artists': list([ dict({ 'artist_id': '52lkxAYfC9ypaPJ2EB22ki', 'name': 'Majestica', 'uri': 'spotify:artist:52lkxAYfC9ypaPJ2EB22ki', }), ]), 'disc_number': 1, 'duration_ms': 186000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3tfDO5eV8kZ4yAk9sUCffp', }), 'href': 'https://api.spotify.com/v1/tracks/3tfDO5eV8kZ4yAk9sUCffp', 'is_local': False, 'name': 'Thunder Power', 'track_id': '3tfDO5eV8kZ4yAk9sUCffp', 'track_number': 6, 'type': , 'uri': 'spotify:track:3tfDO5eV8kZ4yAk9sUCffp', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 17, 13, 47, 215000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '5UPcpe5RMaDUcXjTvh5LEg', 'album_type': , 'artists': list([ dict({ 'artist_id': '6swnqiL41Bd4gO2fnAXXrf', 'name': 'Beyond The Black', 'uri': 'spotify:artist:6swnqiL41Bd4gO2fnAXXrf', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273299753eb636e37f2199af7e3', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02299753eb636e37f2199af7e3', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851299753eb636e37f2199af7e3', 'width': 64, }), ]), 'name': 'Break The Silence', 'release_date': '2026-01-09', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:5UPcpe5RMaDUcXjTvh5LEg', }), 'artists': list([ dict({ 'artist_id': '6swnqiL41Bd4gO2fnAXXrf', 'name': 'Beyond The Black', 'uri': 'spotify:artist:6swnqiL41Bd4gO2fnAXXrf', }), ]), 'disc_number': 1, 'duration_ms': 226164, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4EL8MX1m73qecwy3ECBOSp', }), 'href': 'https://api.spotify.com/v1/tracks/4EL8MX1m73qecwy3ECBOSp', 'is_local': False, 'name': 'Let There Be Rain', 'track_id': '4EL8MX1m73qecwy3ECBOSp', 'track_number': 4, 'type': , 'uri': 'spotify:track:4EL8MX1m73qecwy3ECBOSp', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 17, 9, 55, 804000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '42IHJll6dkoZg9lcat1Gb8', 'album_type': , 'artists': list([ dict({ 'artist_id': '1yfiDL3YUEJlQCgb5Pun6g', 'name': 'Primal Fear', 'uri': 'spotify:artist:1yfiDL3YUEJlQCgb5Pun6g', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2734386ea824c923eeaa6d13fc1', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e024386ea824c923eeaa6d13fc1', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048514386ea824c923eeaa6d13fc1', 'width': 64, }), ]), 'name': 'One', 'release_date': '2026-02-20', 'release_date_precision': , 'total_tracks': 3, 'uri': 'spotify:album:42IHJll6dkoZg9lcat1Gb8', }), 'artists': list([ dict({ 'artist_id': '1yfiDL3YUEJlQCgb5Pun6g', 'name': 'Primal Fear', 'uri': 'spotify:artist:1yfiDL3YUEJlQCgb5Pun6g', }), ]), 'disc_number': 1, 'duration_ms': 268360, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4kr0TJoXUl2FHU8WSBcB8T', }), 'href': 'https://api.spotify.com/v1/tracks/4kr0TJoXUl2FHU8WSBcB8T', 'is_local': False, 'name': 'One', 'track_id': '4kr0TJoXUl2FHU8WSBcB8T', 'track_number': 1, 'type': , 'uri': 'spotify:track:4kr0TJoXUl2FHU8WSBcB8T', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 17, 5, 25, 871000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '5qsTZqfEj8tQ7IPAMw5z52', 'album_type': , 'artists': list([ dict({ 'artist_id': '2mKV7sPvlBvzyPLeZhzT6q', 'name': 'Skyebrows', 'uri': 'spotify:artist:2mKV7sPvlBvzyPLeZhzT6q', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273ece955bc716f71029071d725', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02ece955bc716f71029071d725', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851ece955bc716f71029071d725', 'width': 64, }), ]), 'name': 'Nvidia, Fuck Yeah!', 'release_date': '2026-02-04', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:5qsTZqfEj8tQ7IPAMw5z52', }), 'artists': list([ dict({ 'artist_id': '2mKV7sPvlBvzyPLeZhzT6q', 'name': 'Skyebrows', 'uri': 'spotify:artist:2mKV7sPvlBvzyPLeZhzT6q', }), ]), 'disc_number': 1, 'duration_ms': 191328, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4lPgN2pFIg6J0jnVdoursc', }), 'href': 'https://api.spotify.com/v1/tracks/4lPgN2pFIg6J0jnVdoursc', 'is_local': False, 'name': 'Nvidia, Fuck Yeah!', 'track_id': '4lPgN2pFIg6J0jnVdoursc', 'track_number': 1, 'type': , 'uri': 'spotify:track:4lPgN2pFIg6J0jnVdoursc', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 17, 2, 6, 802000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '5qsTZqfEj8tQ7IPAMw5z52', 'album_type': , 'artists': list([ dict({ 'artist_id': '2mKV7sPvlBvzyPLeZhzT6q', 'name': 'Skyebrows', 'uri': 'spotify:artist:2mKV7sPvlBvzyPLeZhzT6q', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273ece955bc716f71029071d725', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02ece955bc716f71029071d725', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851ece955bc716f71029071d725', 'width': 64, }), ]), 'name': 'Nvidia, Fuck Yeah!', 'release_date': '2026-02-04', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:5qsTZqfEj8tQ7IPAMw5z52', }), 'artists': list([ dict({ 'artist_id': '2mKV7sPvlBvzyPLeZhzT6q', 'name': 'Skyebrows', 'uri': 'spotify:artist:2mKV7sPvlBvzyPLeZhzT6q', }), ]), 'disc_number': 1, 'duration_ms': 191328, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4lPgN2pFIg6J0jnVdoursc', }), 'href': 'https://api.spotify.com/v1/tracks/4lPgN2pFIg6J0jnVdoursc', 'is_local': False, 'name': 'Nvidia, Fuck Yeah!', 'track_id': '4lPgN2pFIg6J0jnVdoursc', 'track_number': 1, 'type': , 'uri': 'spotify:track:4lPgN2pFIg6J0jnVdoursc', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 16, 58, 45, 239000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '5qsTZqfEj8tQ7IPAMw5z52', 'album_type': , 'artists': list([ dict({ 'artist_id': '2mKV7sPvlBvzyPLeZhzT6q', 'name': 'Skyebrows', 'uri': 'spotify:artist:2mKV7sPvlBvzyPLeZhzT6q', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273ece955bc716f71029071d725', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02ece955bc716f71029071d725', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851ece955bc716f71029071d725', 'width': 64, }), ]), 'name': 'Nvidia, Fuck Yeah!', 'release_date': '2026-02-04', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:5qsTZqfEj8tQ7IPAMw5z52', }), 'artists': list([ dict({ 'artist_id': '2mKV7sPvlBvzyPLeZhzT6q', 'name': 'Skyebrows', 'uri': 'spotify:artist:2mKV7sPvlBvzyPLeZhzT6q', }), ]), 'disc_number': 1, 'duration_ms': 191328, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4lPgN2pFIg6J0jnVdoursc', }), 'href': 'https://api.spotify.com/v1/tracks/4lPgN2pFIg6J0jnVdoursc', 'is_local': False, 'name': 'Nvidia, Fuck Yeah!', 'track_id': '4lPgN2pFIg6J0jnVdoursc', 'track_number': 1, 'type': , 'uri': 'spotify:track:4lPgN2pFIg6J0jnVdoursc', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 16, 52, 8, 748000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '5qsTZqfEj8tQ7IPAMw5z52', 'album_type': , 'artists': list([ dict({ 'artist_id': '2mKV7sPvlBvzyPLeZhzT6q', 'name': 'Skyebrows', 'uri': 'spotify:artist:2mKV7sPvlBvzyPLeZhzT6q', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273ece955bc716f71029071d725', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02ece955bc716f71029071d725', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851ece955bc716f71029071d725', 'width': 64, }), ]), 'name': 'Nvidia, Fuck Yeah!', 'release_date': '2026-02-04', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:5qsTZqfEj8tQ7IPAMw5z52', }), 'artists': list([ dict({ 'artist_id': '2mKV7sPvlBvzyPLeZhzT6q', 'name': 'Skyebrows', 'uri': 'spotify:artist:2mKV7sPvlBvzyPLeZhzT6q', }), ]), 'disc_number': 1, 'duration_ms': 191328, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4lPgN2pFIg6J0jnVdoursc', }), 'href': 'https://api.spotify.com/v1/tracks/4lPgN2pFIg6J0jnVdoursc', 'is_local': False, 'name': 'Nvidia, Fuck Yeah!', 'track_id': '4lPgN2pFIg6J0jnVdoursc', 'track_number': 1, 'type': , 'uri': 'spotify:track:4lPgN2pFIg6J0jnVdoursc', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 16, 46, 27, 97000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '5qsTZqfEj8tQ7IPAMw5z52', 'album_type': , 'artists': list([ dict({ 'artist_id': '2mKV7sPvlBvzyPLeZhzT6q', 'name': 'Skyebrows', 'uri': 'spotify:artist:2mKV7sPvlBvzyPLeZhzT6q', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273ece955bc716f71029071d725', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02ece955bc716f71029071d725', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851ece955bc716f71029071d725', 'width': 64, }), ]), 'name': 'Nvidia, Fuck Yeah!', 'release_date': '2026-02-04', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:5qsTZqfEj8tQ7IPAMw5z52', }), 'artists': list([ dict({ 'artist_id': '2mKV7sPvlBvzyPLeZhzT6q', 'name': 'Skyebrows', 'uri': 'spotify:artist:2mKV7sPvlBvzyPLeZhzT6q', }), ]), 'disc_number': 1, 'duration_ms': 191328, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4lPgN2pFIg6J0jnVdoursc', }), 'href': 'https://api.spotify.com/v1/tracks/4lPgN2pFIg6J0jnVdoursc', 'is_local': False, 'name': 'Nvidia, Fuck Yeah!', 'track_id': '4lPgN2pFIg6J0jnVdoursc', 'track_number': 1, 'type': , 'uri': 'spotify:track:4lPgN2pFIg6J0jnVdoursc', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 16, 42, 59, 879000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '1LivdNtkmpzAK3BH4gMVd8', 'album_type': , 'artists': list([ dict({ 'artist_id': '6rVZNRKhwhm7DYuJrMARb4', 'name': 'Venus 5', 'uri': 'spotify:artist:6rVZNRKhwhm7DYuJrMARb4', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273944e58629e9afa57f03375c0', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02944e58629e9afa57f03375c0', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851944e58629e9afa57f03375c0', 'width': 64, }), ]), 'name': 'March Of The Venus 5', 'release_date': '2026-02-16', 'release_date_precision': , 'total_tracks': 3, 'uri': 'spotify:album:1LivdNtkmpzAK3BH4gMVd8', }), 'artists': list([ dict({ 'artist_id': '6rVZNRKhwhm7DYuJrMARb4', 'name': 'Venus 5', 'uri': 'spotify:artist:6rVZNRKhwhm7DYuJrMARb4', }), ]), 'disc_number': 1, 'duration_ms': 236363, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0rcdT26GpaUiuvlubml3UC', }), 'href': 'https://api.spotify.com/v1/tracks/0rcdT26GpaUiuvlubml3UC', 'is_local': False, 'name': 'March Of The Venus 5', 'track_id': '0rcdT26GpaUiuvlubml3UC', 'track_number': 1, 'type': , 'uri': 'spotify:track:0rcdT26GpaUiuvlubml3UC', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 16, 39, 3, 152000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '3yPZUsYXU6dW8IfsDfFxUc', 'album_type': , 'artists': list([ dict({ 'artist_id': '44UN8gFHRwBnPWYaxEsNRV', 'name': 'AEON GODS', 'uri': 'spotify:artist:44UN8gFHRwBnPWYaxEsNRV', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f2f74e75931bb28802f4c220', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f2f74e75931bb28802f4c220', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f2f74e75931bb28802f4c220', 'width': 64, }), ]), 'name': 'Reborn To Light', 'release_date': '2026-02-20', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:3yPZUsYXU6dW8IfsDfFxUc', }), 'artists': list([ dict({ 'artist_id': '44UN8gFHRwBnPWYaxEsNRV', 'name': 'AEON GODS', 'uri': 'spotify:artist:44UN8gFHRwBnPWYaxEsNRV', }), ]), 'disc_number': 1, 'duration_ms': 225164, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4PiYMb2KSVj6l0aj2t3ldI', }), 'href': 'https://api.spotify.com/v1/tracks/4PiYMb2KSVj6l0aj2t3ldI', 'is_local': False, 'name': 'Feather Or Heart', 'track_id': '4PiYMb2KSVj6l0aj2t3ldI', 'track_number': 7, 'type': , 'uri': 'spotify:track:4PiYMb2KSVj6l0aj2t3ldI', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 16, 35, 17, 225000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '31cUZAVZ1R6pwgpFXjZ3Vo', 'album_type': , 'artists': list([ dict({ 'artist_id': '52lkxAYfC9ypaPJ2EB22ki', 'name': 'Majestica', 'uri': 'spotify:artist:52lkxAYfC9ypaPJ2EB22ki', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27378753b4020220ed7fb389413', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0278753b4020220ed7fb389413', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485178753b4020220ed7fb389413', 'width': 64, }), ]), 'name': 'Power Train', 'release_date': '2025-02-07', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:31cUZAVZ1R6pwgpFXjZ3Vo', }), 'artists': list([ dict({ 'artist_id': '52lkxAYfC9ypaPJ2EB22ki', 'name': 'Majestica', 'uri': 'spotify:artist:52lkxAYfC9ypaPJ2EB22ki', }), ]), 'disc_number': 1, 'duration_ms': 247333, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/17P6zEF92HDfAjRa4MHJgT', }), 'href': 'https://api.spotify.com/v1/tracks/17P6zEF92HDfAjRa4MHJgT', 'is_local': False, 'name': 'Victorious', 'track_id': '17P6zEF92HDfAjRa4MHJgT', 'track_number': 9, 'type': , 'uri': 'spotify:track:17P6zEF92HDfAjRa4MHJgT', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 16, 28, 34, 631000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 341982, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5xrdC0inGkRHrNCBuqBshC', }), 'href': 'https://api.spotify.com/v1/tracks/5xrdC0inGkRHrNCBuqBshC', 'is_local': False, 'name': 'Werewolves Of Armenia - Live in Oberhausen', 'track_id': '5xrdC0inGkRHrNCBuqBshC', 'track_number': 9, 'type': , 'uri': 'spotify:track:5xrdC0inGkRHrNCBuqBshC', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 16, 23, 10, 705000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 254541, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/05TkrrnzKlPYjNLDHXNDEa', }), 'href': 'https://api.spotify.com/v1/tracks/05TkrrnzKlPYjNLDHXNDEa', 'is_local': False, 'name': 'We Drink Your Blood - Live in Oberhausen', 'track_id': '05TkrrnzKlPYjNLDHXNDEa', 'track_number': 8, 'type': , 'uri': 'spotify:track:05TkrrnzKlPYjNLDHXNDEa', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 16, 18, 38, 297000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 320861, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3LjlgiECjVO4nHr8PB4jcN', }), 'href': 'https://api.spotify.com/v1/tracks/3LjlgiECjVO4nHr8PB4jcN', 'is_local': False, 'name': 'Sanctified With Dynamite - Live in Oberhausen', 'track_id': '3LjlgiECjVO4nHr8PB4jcN', 'track_number': 7, 'type': , 'uri': 'spotify:track:3LjlgiECjVO4nHr8PB4jcN', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 16, 13, 17, 513000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 321678, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3S4JWuySEykWr90GmYlJCm', }), 'href': 'https://api.spotify.com/v1/tracks/3S4JWuySEykWr90GmYlJCm', 'is_local': False, 'name': 'Let There Be Night - Live in Oberhausen', 'track_id': '3S4JWuySEykWr90GmYlJCm', 'track_number': 6, 'type': , 'uri': 'spotify:track:3S4JWuySEykWr90GmYlJCm', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 16, 7, 56, 148000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 210306, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6CaQoHtJ8wEWakucGeXvPb', }), 'href': 'https://api.spotify.com/v1/tracks/6CaQoHtJ8wEWakucGeXvPb', 'is_local': False, 'name': 'Blood For Blood - Live in Oberhausen', 'track_id': '6CaQoHtJ8wEWakucGeXvPb', 'track_number': 5, 'type': , 'uri': 'spotify:track:6CaQoHtJ8wEWakucGeXvPb', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 16, 4, 25, 328000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 207505, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5PbsjG7nIPqZyB5BXzAfp8', }), 'href': 'https://api.spotify.com/v1/tracks/5PbsjG7nIPqZyB5BXzAfp8', 'is_local': False, 'name': 'Army Of The Night - Live in Oberhausen', 'track_id': '5PbsjG7nIPqZyB5BXzAfp8', 'track_number': 4, 'type': , 'uri': 'spotify:track:5PbsjG7nIPqZyB5BXzAfp8', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 16, 0, 57, 660000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 225089, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2zEJBb3w3M9iwOUbZBnqi6', }), 'href': 'https://api.spotify.com/v1/tracks/2zEJBb3w3M9iwOUbZBnqi6', 'is_local': False, 'name': 'Sainted By The Storm - Live in Oberhausen', 'track_id': '2zEJBb3w3M9iwOUbZBnqi6', 'track_number': 3, 'type': , 'uri': 'spotify:track:2zEJBb3w3M9iwOUbZBnqi6', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 15, 57, 12, 848000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 262502, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/680LAwbwucfKwdFD0ckH6Z', }), 'href': 'https://api.spotify.com/v1/tracks/680LAwbwucfKwdFD0ckH6Z', 'is_local': False, 'name': 'Where The Wild Wolves Have Gone - Live in Oberhausen', 'track_id': '680LAwbwucfKwdFD0ckH6Z', 'track_number': 2, 'type': , 'uri': 'spotify:track:680LAwbwucfKwdFD0ckH6Z', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 15, 1, 41, 61000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 278426, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2fpG2Ljj8uOfUkWeMq6bCM', }), 'href': 'https://api.spotify.com/v1/tracks/2fpG2Ljj8uOfUkWeMq6bCM', 'is_local': False, 'name': 'Fire & Forgive - Live in Oberhausen', 'track_id': '2fpG2Ljj8uOfUkWeMq6bCM', 'track_number': 1, 'type': , 'uri': 'spotify:track:2fpG2Ljj8uOfUkWeMq6bCM', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 14, 57, 4, 121000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 238926, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6XIslQQvDKW05iHpvKNeN5', }), 'href': 'https://api.spotify.com/v1/tracks/6XIslQQvDKW05iHpvKNeN5', 'is_local': False, 'name': "Demons Are A Girl's Best Friend - Live in Oberhausen", 'track_id': '6XIslQQvDKW05iHpvKNeN5', 'track_number': 10, 'type': , 'uri': 'spotify:track:6XIslQQvDKW05iHpvKNeN5', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 14, 53, 4, 85000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 257618, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1T0Q02fjBgWF5unjyLdvCl', }), 'href': 'https://api.spotify.com/v1/tracks/1T0Q02fjBgWF5unjyLdvCl', 'is_local': False, 'name': 'Stossgebet - Live in Oberhausen', 'track_id': '1T0Q02fjBgWF5unjyLdvCl', 'track_number': 9, 'type': , 'uri': 'spotify:track:1T0Q02fjBgWF5unjyLdvCl', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 14, 48, 45, 497000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 215831, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1UeAy4qXjU2F1Te3LLi093', }), 'href': 'https://api.spotify.com/v1/tracks/1UeAy4qXjU2F1Te3LLi093', 'is_local': False, 'name': 'Beast Of Gevaudan - Live in Oberhausen', 'track_id': '1UeAy4qXjU2F1Te3LLi093', 'track_number': 8, 'type': , 'uri': 'spotify:track:1UeAy4qXjU2F1Te3LLi093', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 14, 45, 10, 692000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 341037, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4nXgDCakmY9iyrhc9HBSMk', }), 'href': 'https://api.spotify.com/v1/tracks/4nXgDCakmY9iyrhc9HBSMk', 'is_local': False, 'name': 'Armata Strigoi - Live in Oberhausen', 'track_id': '4nXgDCakmY9iyrhc9HBSMk', 'track_number': 7, 'type': , 'uri': 'spotify:track:4nXgDCakmY9iyrhc9HBSMk', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 14, 39, 28, 572000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 258749, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4KoPXvj6k4AK4vXh5Q5g7v', }), 'href': 'https://api.spotify.com/v1/tracks/4KoPXvj6k4AK4vXh5Q5g7v', 'is_local': False, 'name': 'Dancing With The Dead - Live in Oberhausen', 'track_id': '4KoPXvj6k4AK4vXh5Q5g7v', 'track_number': 6, 'type': , 'uri': 'spotify:track:4KoPXvj6k4AK4vXh5Q5g7v', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 14, 35, 10, 21000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 253902, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0ec5OZMe4ScfAD72s8mVM1', }), 'href': 'https://api.spotify.com/v1/tracks/0ec5OZMe4ScfAD72s8mVM1', 'is_local': False, 'name': 'Amen & Attack - Live in Oberhausen', 'track_id': '0ec5OZMe4ScfAD72s8mVM1', 'track_number': 5, 'type': , 'uri': 'spotify:track:0ec5OZMe4ScfAD72s8mVM1', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 14, 30, 55, 846000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 248570, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/51Y1Kt48noq3XNkeI5dFxf', }), 'href': 'https://api.spotify.com/v1/tracks/51Y1Kt48noq3XNkeI5dFxf', 'is_local': False, 'name': 'Cardinal Sin - Live in Oberhausen', 'track_id': '51Y1Kt48noq3XNkeI5dFxf', 'track_number': 4, 'type': , 'uri': 'spotify:track:51Y1Kt48noq3XNkeI5dFxf', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 14, 26, 47, 473000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 243397, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5psVbswivNzLwqGgUeWP4Q', }), 'href': 'https://api.spotify.com/v1/tracks/5psVbswivNzLwqGgUeWP4Q', 'is_local': False, 'name': 'Incense & Iron - Live in Oberhausen', 'track_id': '5psVbswivNzLwqGgUeWP4Q', 'track_number': 3, 'type': , 'uri': 'spotify:track:5psVbswivNzLwqGgUeWP4Q', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 14, 22, 43, 956000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 220808, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/71AgXarsHEpHOARRho6A6N', }), 'href': 'https://api.spotify.com/v1/tracks/71AgXarsHEpHOARRho6A6N', 'is_local': False, 'name': 'Faster Than the Flame - Live in Oberhausen', 'track_id': '71AgXarsHEpHOARRho6A6N', 'track_number': 2, 'type': , 'uri': 'spotify:track:71AgXarsHEpHOARRho6A6N', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 14, 19, 2, 936000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 102166, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4L1GfsUwq1xswmKAEZgVLJ', }), 'href': 'https://api.spotify.com/v1/tracks/4L1GfsUwq1xswmKAEZgVLJ', 'is_local': False, 'name': 'Intro - Monumental Mass Theme - Live in Oberhausen', 'track_id': '4L1GfsUwq1xswmKAEZgVLJ', 'track_number': 1, 'type': , 'uri': 'spotify:track:4L1GfsUwq1xswmKAEZgVLJ', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 14, 17, 20, 608000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 2, 'duration_ms': 413253, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/07tRsrNFa3LpSUVcHDTBmS', }), 'href': 'https://api.spotify.com/v1/tracks/07tRsrNFa3LpSUVcHDTBmS', 'is_local': False, 'name': 'Werewolves of Armenia - Live At Olympiahalle', 'track_id': '07tRsrNFa3LpSUVcHDTBmS', 'track_number': 10, 'type': , 'uri': 'spotify:track:07tRsrNFa3LpSUVcHDTBmS', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 14, 10, 29, 349000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 2, 'duration_ms': 256980, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2x4iJOct9B6ylf6urCbgyx', }), 'href': 'https://api.spotify.com/v1/tracks/2x4iJOct9B6ylf6urCbgyx', 'is_local': False, 'name': 'We Drink Your Blood - Live At Olympiahalle', 'track_id': '2x4iJOct9B6ylf6urCbgyx', 'track_number': 9, 'type': , 'uri': 'spotify:track:2x4iJOct9B6ylf6urCbgyx', }), }), dict({ 'context': dict({ 'context_type': , 'external_urls': dict({ 'spotify': 'https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm', }), 'href': 'https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm', 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'played_at': datetime.datetime(2026, 2, 25, 14, 6, 10, 58000, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 2, 'duration_ms': 407493, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/18ps73idU6ezwEzvAHNRea', }), 'href': 'https://api.spotify.com/v1/tracks/18ps73idU6ezwEzvAHNRea', 'is_local': False, 'name': 'Sanctified With Dynamite - Live At Olympiahalle', 'track_id': '18ps73idU6ezwEzvAHNRea', 'track_number': 8, 'type': , 'uri': 'spotify:track:18ps73idU6ezwEzvAHNRea', }), }), ]) # --- # name: test_get_saved_albums list([ dict({ 'added_at': datetime.datetime(2026, 2, 12, 23, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '0sYsti82VA37zLESxDYVsm', 'album_type': , 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77', 'width': 64, }), ]), 'name': 'Wildlive (Live at Olympiahalle) [Deluxe Version]', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 39, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 1, 'duration_ms': 83427, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3VzB3NVfTrFrXUvB2Gc4KO', }), 'href': 'https://api.spotify.com/v1/tracks/3VzB3NVfTrFrXUvB2Gc4KO', 'is_local': False, 'name': 'Intro - Monumental Mass Theme - Live At Olympiahalle', 'track_id': '3VzB3NVfTrFrXUvB2Gc4KO', 'track_number': 1, 'uri': 'spotify:track:3VzB3NVfTrFrXUvB2Gc4KO', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 1, 'duration_ms': 208422, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2imCw1cnnx5SJhHnfxl0IR', }), 'href': 'https://api.spotify.com/v1/tracks/2imCw1cnnx5SJhHnfxl0IR', 'is_local': False, 'name': 'Blessยดem With the Blade - Live At Olympiahalle', 'track_id': '2imCw1cnnx5SJhHnfxl0IR', 'track_number': 2, 'uri': 'spotify:track:2imCw1cnnx5SJhHnfxl0IR', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 1, 'duration_ms': 246097, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2ybxvxOs3bc6w97Hb1su25', }), 'href': 'https://api.spotify.com/v1/tracks/2ybxvxOs3bc6w97Hb1su25', 'is_local': False, 'name': 'Incense & Iron - Live At Olympiahalle', 'track_id': '2ybxvxOs3bc6w97Hb1su25', 'track_number': 3, 'uri': 'spotify:track:2ybxvxOs3bc6w97Hb1su25', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 1, 'duration_ms': 219129, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5SUrST3ZvTiOqbqsmbLxWz', }), 'href': 'https://api.spotify.com/v1/tracks/5SUrST3ZvTiOqbqsmbLxWz', 'is_local': False, 'name': 'Army of the Night - Live At Olympiahalle', 'track_id': '5SUrST3ZvTiOqbqsmbLxWz', 'track_number': 4, 'uri': 'spotify:track:5SUrST3ZvTiOqbqsmbLxWz', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 1, 'duration_ms': 200888, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6OFTaJVq3DwCOrbJ9vltPa', }), 'href': 'https://api.spotify.com/v1/tracks/6OFTaJVq3DwCOrbJ9vltPa', 'is_local': False, 'name': 'Sinners of the Seven Seas - Live At Olympiahalle', 'track_id': '6OFTaJVq3DwCOrbJ9vltPa', 'track_number': 5, 'uri': 'spotify:track:6OFTaJVq3DwCOrbJ9vltPa', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 1, 'duration_ms': 250496, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1X2s7jaBKer3rh5skUDVqi', }), 'href': 'https://api.spotify.com/v1/tracks/1X2s7jaBKer3rh5skUDVqi', 'is_local': False, 'name': 'Amen & Attack - Live At Olympiahalle', 'track_id': '1X2s7jaBKer3rh5skUDVqi', 'track_number': 6, 'uri': 'spotify:track:1X2s7jaBKer3rh5skUDVqi', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 1, 'duration_ms': 250959, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/211d8QaBJ3ptMIQ9NDjs43', }), 'href': 'https://api.spotify.com/v1/tracks/211d8QaBJ3ptMIQ9NDjs43', 'is_local': False, 'name': 'Dancing With the Dead - Live At Olympiahalle', 'track_id': '211d8QaBJ3ptMIQ9NDjs43', 'track_number': 7, 'uri': 'spotify:track:211d8QaBJ3ptMIQ9NDjs43', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 1, 'duration_ms': 395090, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6gW1rK5HmWtTf1wU3dqmAs', }), 'href': 'https://api.spotify.com/v1/tracks/6gW1rK5HmWtTf1wU3dqmAs', 'is_local': False, 'name': 'Armata Strigoi - Live At Olympiahalle', 'track_id': '6gW1rK5HmWtTf1wU3dqmAs', 'track_number': 8, 'uri': 'spotify:track:6gW1rK5HmWtTf1wU3dqmAs', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 1, 'duration_ms': 386157, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2OdhUgpqkuj5vAo7gbs07r', }), 'href': 'https://api.spotify.com/v1/tracks/2OdhUgpqkuj5vAo7gbs07r', 'is_local': False, 'name': '1589 - Live At Olympiahalle', 'track_id': '2OdhUgpqkuj5vAo7gbs07r', 'track_number': 9, 'uri': 'spotify:track:2OdhUgpqkuj5vAo7gbs07r', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 1, 'duration_ms': 328431, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5RpfDfyTZK8qt3Z6nKw5Sn', }), 'href': 'https://api.spotify.com/v1/tracks/5RpfDfyTZK8qt3Z6nKw5Sn', 'is_local': False, 'name': "Demons Are A Girl's Best Friend - Live At Olympiahalle", 'track_id': '5RpfDfyTZK8qt3Z6nKw5Sn', 'track_number': 10, 'uri': 'spotify:track:5RpfDfyTZK8qt3Z6nKw5Sn', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 2, 'duration_ms': 245176, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/06xAvw7RiY2QIMdha4MXZs', }), 'href': 'https://api.spotify.com/v1/tracks/06xAvw7RiY2QIMdha4MXZs', 'is_local': False, 'name': 'Stossgebet - Live At Olympiahalle', 'track_id': '06xAvw7RiY2QIMdha4MXZs', 'track_number': 1, 'uri': 'spotify:track:06xAvw7RiY2QIMdha4MXZs', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 2, 'duration_ms': 320081, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/78684m1lvJmX0fGtKVBz5t', }), 'href': 'https://api.spotify.com/v1/tracks/78684m1lvJmX0fGtKVBz5t', 'is_local': False, 'name': 'Fire & Forgive - Live At Olympiahalle', 'track_id': '78684m1lvJmX0fGtKVBz5t', 'track_number': 2, 'uri': 'spotify:track:78684m1lvJmX0fGtKVBz5t', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 2, 'duration_ms': 202024, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3jC6F9Q2cZptUxiw7OKqlU', }), 'href': 'https://api.spotify.com/v1/tracks/3jC6F9Q2cZptUxiw7OKqlU', 'is_local': False, 'name': "We Don't Wanna Be No Saints - Live At Olympiahalle", 'track_id': '3jC6F9Q2cZptUxiw7OKqlU', 'track_number': 3, 'uri': 'spotify:track:3jC6F9Q2cZptUxiw7OKqlU', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 2, 'duration_ms': 278407, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2CGBOwADdYdmrCf5RyMDm7', }), 'href': 'https://api.spotify.com/v1/tracks/2CGBOwADdYdmrCf5RyMDm7', 'is_local': False, 'name': 'Alive or Undead - Live At Olympiahalle', 'track_id': '2CGBOwADdYdmrCf5RyMDm7', 'track_number': 4, 'uri': 'spotify:track:2CGBOwADdYdmrCf5RyMDm7', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 2, 'duration_ms': 217362, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/00iwTfqhPIwB1UD0BsYTTr', }), 'href': 'https://api.spotify.com/v1/tracks/00iwTfqhPIwB1UD0BsYTTr', 'is_local': False, 'name': 'Heretic Hunters - Live At Olympiahalle', 'track_id': '00iwTfqhPIwB1UD0BsYTTr', 'track_number': 5, 'uri': 'spotify:track:00iwTfqhPIwB1UD0BsYTTr', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 2, 'duration_ms': 234453, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7uQDoCpxcQ2j8ZoQDfhySL', }), 'href': 'https://api.spotify.com/v1/tracks/7uQDoCpxcQ2j8ZoQDfhySL', 'is_local': False, 'name': 'Sainted by the Storm - Live At Olympiahalle', 'track_id': '7uQDoCpxcQ2j8ZoQDfhySL', 'track_number': 6, 'uri': 'spotify:track:7uQDoCpxcQ2j8ZoQDfhySL', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 2, 'duration_ms': 240948, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5tW5uVk6WrGkfbojR4CthL', }), 'href': 'https://api.spotify.com/v1/tracks/5tW5uVk6WrGkfbojR4CthL', 'is_local': False, 'name': 'Blood for Blood (Faoladh) - Live At Olympiahalle', 'track_id': '5tW5uVk6WrGkfbojR4CthL', 'track_number': 7, 'uri': 'spotify:track:5tW5uVk6WrGkfbojR4CthL', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 2, 'duration_ms': 407493, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/18ps73idU6ezwEzvAHNRea', }), 'href': 'https://api.spotify.com/v1/tracks/18ps73idU6ezwEzvAHNRea', 'is_local': False, 'name': 'Sanctified With Dynamite - Live At Olympiahalle', 'track_id': '18ps73idU6ezwEzvAHNRea', 'track_number': 8, 'uri': 'spotify:track:18ps73idU6ezwEzvAHNRea', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 2, 'duration_ms': 256980, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2x4iJOct9B6ylf6urCbgyx', }), 'href': 'https://api.spotify.com/v1/tracks/2x4iJOct9B6ylf6urCbgyx', 'is_local': False, 'name': 'We Drink Your Blood - Live At Olympiahalle', 'track_id': '2x4iJOct9B6ylf6urCbgyx', 'track_number': 9, 'uri': 'spotify:track:2x4iJOct9B6ylf6urCbgyx', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 2, 'duration_ms': 413253, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/07tRsrNFa3LpSUVcHDTBmS', }), 'href': 'https://api.spotify.com/v1/tracks/07tRsrNFa3LpSUVcHDTBmS', 'is_local': False, 'name': 'Werewolves of Armenia - Live At Olympiahalle', 'track_id': '07tRsrNFa3LpSUVcHDTBmS', 'track_number': 10, 'uri': 'spotify:track:07tRsrNFa3LpSUVcHDTBmS', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 102166, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4L1GfsUwq1xswmKAEZgVLJ', }), 'href': 'https://api.spotify.com/v1/tracks/4L1GfsUwq1xswmKAEZgVLJ', 'is_local': False, 'name': 'Intro - Monumental Mass Theme - Live in Oberhausen', 'track_id': '4L1GfsUwq1xswmKAEZgVLJ', 'track_number': 1, 'uri': 'spotify:track:4L1GfsUwq1xswmKAEZgVLJ', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 220808, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/71AgXarsHEpHOARRho6A6N', }), 'href': 'https://api.spotify.com/v1/tracks/71AgXarsHEpHOARRho6A6N', 'is_local': False, 'name': 'Faster Than the Flame - Live in Oberhausen', 'track_id': '71AgXarsHEpHOARRho6A6N', 'track_number': 2, 'uri': 'spotify:track:71AgXarsHEpHOARRho6A6N', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 243397, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5psVbswivNzLwqGgUeWP4Q', }), 'href': 'https://api.spotify.com/v1/tracks/5psVbswivNzLwqGgUeWP4Q', 'is_local': False, 'name': 'Incense & Iron - Live in Oberhausen', 'track_id': '5psVbswivNzLwqGgUeWP4Q', 'track_number': 3, 'uri': 'spotify:track:5psVbswivNzLwqGgUeWP4Q', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 248570, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/51Y1Kt48noq3XNkeI5dFxf', }), 'href': 'https://api.spotify.com/v1/tracks/51Y1Kt48noq3XNkeI5dFxf', 'is_local': False, 'name': 'Cardinal Sin - Live in Oberhausen', 'track_id': '51Y1Kt48noq3XNkeI5dFxf', 'track_number': 4, 'uri': 'spotify:track:51Y1Kt48noq3XNkeI5dFxf', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 253902, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0ec5OZMe4ScfAD72s8mVM1', }), 'href': 'https://api.spotify.com/v1/tracks/0ec5OZMe4ScfAD72s8mVM1', 'is_local': False, 'name': 'Amen & Attack - Live in Oberhausen', 'track_id': '0ec5OZMe4ScfAD72s8mVM1', 'track_number': 5, 'uri': 'spotify:track:0ec5OZMe4ScfAD72s8mVM1', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 258749, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4KoPXvj6k4AK4vXh5Q5g7v', }), 'href': 'https://api.spotify.com/v1/tracks/4KoPXvj6k4AK4vXh5Q5g7v', 'is_local': False, 'name': 'Dancing With The Dead - Live in Oberhausen', 'track_id': '4KoPXvj6k4AK4vXh5Q5g7v', 'track_number': 6, 'uri': 'spotify:track:4KoPXvj6k4AK4vXh5Q5g7v', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 341037, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4nXgDCakmY9iyrhc9HBSMk', }), 'href': 'https://api.spotify.com/v1/tracks/4nXgDCakmY9iyrhc9HBSMk', 'is_local': False, 'name': 'Armata Strigoi - Live in Oberhausen', 'track_id': '4nXgDCakmY9iyrhc9HBSMk', 'track_number': 7, 'uri': 'spotify:track:4nXgDCakmY9iyrhc9HBSMk', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 215831, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1UeAy4qXjU2F1Te3LLi093', }), 'href': 'https://api.spotify.com/v1/tracks/1UeAy4qXjU2F1Te3LLi093', 'is_local': False, 'name': 'Beast Of Gevaudan - Live in Oberhausen', 'track_id': '1UeAy4qXjU2F1Te3LLi093', 'track_number': 8, 'uri': 'spotify:track:1UeAy4qXjU2F1Te3LLi093', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 257618, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1T0Q02fjBgWF5unjyLdvCl', }), 'href': 'https://api.spotify.com/v1/tracks/1T0Q02fjBgWF5unjyLdvCl', 'is_local': False, 'name': 'Stossgebet - Live in Oberhausen', 'track_id': '1T0Q02fjBgWF5unjyLdvCl', 'track_number': 9, 'uri': 'spotify:track:1T0Q02fjBgWF5unjyLdvCl', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 3, 'duration_ms': 238926, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6XIslQQvDKW05iHpvKNeN5', }), 'href': 'https://api.spotify.com/v1/tracks/6XIslQQvDKW05iHpvKNeN5', 'is_local': False, 'name': "Demons Are A Girl's Best Friend - Live in Oberhausen", 'track_id': '6XIslQQvDKW05iHpvKNeN5', 'track_number': 10, 'uri': 'spotify:track:6XIslQQvDKW05iHpvKNeN5', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 278426, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2fpG2Ljj8uOfUkWeMq6bCM', }), 'href': 'https://api.spotify.com/v1/tracks/2fpG2Ljj8uOfUkWeMq6bCM', 'is_local': False, 'name': 'Fire & Forgive - Live in Oberhausen', 'track_id': '2fpG2Ljj8uOfUkWeMq6bCM', 'track_number': 1, 'uri': 'spotify:track:2fpG2Ljj8uOfUkWeMq6bCM', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 262502, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/680LAwbwucfKwdFD0ckH6Z', }), 'href': 'https://api.spotify.com/v1/tracks/680LAwbwucfKwdFD0ckH6Z', 'is_local': False, 'name': 'Where The Wild Wolves Have Gone - Live in Oberhausen', 'track_id': '680LAwbwucfKwdFD0ckH6Z', 'track_number': 2, 'uri': 'spotify:track:680LAwbwucfKwdFD0ckH6Z', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 225089, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2zEJBb3w3M9iwOUbZBnqi6', }), 'href': 'https://api.spotify.com/v1/tracks/2zEJBb3w3M9iwOUbZBnqi6', 'is_local': False, 'name': 'Sainted By The Storm - Live in Oberhausen', 'track_id': '2zEJBb3w3M9iwOUbZBnqi6', 'track_number': 3, 'uri': 'spotify:track:2zEJBb3w3M9iwOUbZBnqi6', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 207505, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5PbsjG7nIPqZyB5BXzAfp8', }), 'href': 'https://api.spotify.com/v1/tracks/5PbsjG7nIPqZyB5BXzAfp8', 'is_local': False, 'name': 'Army Of The Night - Live in Oberhausen', 'track_id': '5PbsjG7nIPqZyB5BXzAfp8', 'track_number': 4, 'uri': 'spotify:track:5PbsjG7nIPqZyB5BXzAfp8', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 210306, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6CaQoHtJ8wEWakucGeXvPb', }), 'href': 'https://api.spotify.com/v1/tracks/6CaQoHtJ8wEWakucGeXvPb', 'is_local': False, 'name': 'Blood For Blood - Live in Oberhausen', 'track_id': '6CaQoHtJ8wEWakucGeXvPb', 'track_number': 5, 'uri': 'spotify:track:6CaQoHtJ8wEWakucGeXvPb', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 321678, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3S4JWuySEykWr90GmYlJCm', }), 'href': 'https://api.spotify.com/v1/tracks/3S4JWuySEykWr90GmYlJCm', 'is_local': False, 'name': 'Let There Be Night - Live in Oberhausen', 'track_id': '3S4JWuySEykWr90GmYlJCm', 'track_number': 6, 'uri': 'spotify:track:3S4JWuySEykWr90GmYlJCm', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 320861, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3LjlgiECjVO4nHr8PB4jcN', }), 'href': 'https://api.spotify.com/v1/tracks/3LjlgiECjVO4nHr8PB4jcN', 'is_local': False, 'name': 'Sanctified With Dynamite - Live in Oberhausen', 'track_id': '3LjlgiECjVO4nHr8PB4jcN', 'track_number': 7, 'uri': 'spotify:track:3LjlgiECjVO4nHr8PB4jcN', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 254541, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/05TkrrnzKlPYjNLDHXNDEa', }), 'href': 'https://api.spotify.com/v1/tracks/05TkrrnzKlPYjNLDHXNDEa', 'is_local': False, 'name': 'We Drink Your Blood - Live in Oberhausen', 'track_id': '05TkrrnzKlPYjNLDHXNDEa', 'track_number': 8, 'uri': 'spotify:track:05TkrrnzKlPYjNLDHXNDEa', }), dict({ 'artists': list([ dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), ]), 'disc_number': 4, 'duration_ms': 341982, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5xrdC0inGkRHrNCBuqBshC', }), 'href': 'https://api.spotify.com/v1/tracks/5xrdC0inGkRHrNCBuqBshC', 'is_local': False, 'name': 'Werewolves Of Armenia - Live in Oberhausen', 'track_id': '5xrdC0inGkRHrNCBuqBshC', 'track_number': 9, 'uri': 'spotify:track:5xrdC0inGkRHrNCBuqBshC', }), ]), 'uri': 'spotify:album:0sYsti82VA37zLESxDYVsm', }), }), dict({ 'added_at': datetime.datetime(2024, 9, 19, 22, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '57MSBg5pBQZH5bfLVDmeuP', 'album_type': , 'artists': list([ dict({ 'artist_id': '7A0awCXkE1FtSU8B0qwOJQ', 'name': 'Jamie xx', 'uri': 'spotify:artist:7A0awCXkE1FtSU8B0qwOJQ', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27314b5583615b195556a3882ac', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0214b5583615b195556a3882ac', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485114b5583615b195556a3882ac', 'width': 64, }), ]), 'name': 'In Waves', 'release_date': '2024-09-20', 'release_date_precision': , 'total_tracks': 12, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '7A0awCXkE1FtSU8B0qwOJQ', 'name': 'Jamie xx', 'uri': 'spotify:artist:7A0awCXkE1FtSU8B0qwOJQ', }), ]), 'disc_number': 1, 'duration_ms': 135835, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7uLBdV19ad7kAjU2oB1l6p', }), 'href': 'https://api.spotify.com/v1/tracks/7uLBdV19ad7kAjU2oB1l6p', 'is_local': False, 'name': 'Wanna', 'track_id': '7uLBdV19ad7kAjU2oB1l6p', 'track_number': 1, 'uri': 'spotify:track:7uLBdV19ad7kAjU2oB1l6p', }), dict({ 'artists': list([ dict({ 'artist_id': '7A0awCXkE1FtSU8B0qwOJQ', 'name': 'Jamie xx', 'uri': 'spotify:artist:7A0awCXkE1FtSU8B0qwOJQ', }), ]), 'disc_number': 1, 'duration_ms': 240580, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3pjX4hC8adabkXGu3X9GTC', }), 'href': 'https://api.spotify.com/v1/tracks/3pjX4hC8adabkXGu3X9GTC', 'is_local': False, 'name': 'Treat Each Other Right', 'track_id': '3pjX4hC8adabkXGu3X9GTC', 'track_number': 2, 'uri': 'spotify:track:3pjX4hC8adabkXGu3X9GTC', }), dict({ 'artists': list([ dict({ 'artist_id': '7A0awCXkE1FtSU8B0qwOJQ', 'name': 'Jamie xx', 'uri': 'spotify:artist:7A0awCXkE1FtSU8B0qwOJQ', }), dict({ 'artist_id': '3X2DdnmoANw8Rg8luHyZQb', 'name': 'Romy', 'uri': 'spotify:artist:3X2DdnmoANw8Rg8luHyZQb', }), dict({ 'artist_id': '4KDu9uqzqseVCpQXMa8Pvm', 'name': 'Oliver Sim', 'uri': 'spotify:artist:4KDu9uqzqseVCpQXMa8Pvm', }), dict({ 'artist_id': '3iOvXCl6edW5Um0fXEBRXy', 'name': 'The xx', 'uri': 'spotify:artist:3iOvXCl6edW5Um0fXEBRXy', }), ]), 'disc_number': 1, 'duration_ms': 208334, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4gBniy3TwR9o2JDBx48TlD', }), 'href': 'https://api.spotify.com/v1/tracks/4gBniy3TwR9o2JDBx48TlD', 'is_local': False, 'name': 'Waited All Night', 'track_id': '4gBniy3TwR9o2JDBx48TlD', 'track_number': 3, 'uri': 'spotify:track:4gBniy3TwR9o2JDBx48TlD', }), dict({ 'artists': list([ dict({ 'artist_id': '7A0awCXkE1FtSU8B0qwOJQ', 'name': 'Jamie xx', 'uri': 'spotify:artist:7A0awCXkE1FtSU8B0qwOJQ', }), dict({ 'artist_id': '0XfQBWgzisaS9ltDV9bXAS', 'name': 'Honey Dijon', 'uri': 'spotify:artist:0XfQBWgzisaS9ltDV9bXAS', }), ]), 'disc_number': 1, 'duration_ms': 222315, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/79gWc6dZ1dXH7rC67DTunz', }), 'href': 'https://api.spotify.com/v1/tracks/79gWc6dZ1dXH7rC67DTunz', 'is_local': False, 'name': 'Baddy On The Floor', 'track_id': '79gWc6dZ1dXH7rC67DTunz', 'track_number': 4, 'uri': 'spotify:track:79gWc6dZ1dXH7rC67DTunz', }), dict({ 'artists': list([ dict({ 'artist_id': '7A0awCXkE1FtSU8B0qwOJQ', 'name': 'Jamie xx', 'uri': 'spotify:artist:7A0awCXkE1FtSU8B0qwOJQ', }), dict({ 'artist_id': '0fEfMW5bypHZ0A8eLnhwj5', 'name': 'Kelsey Lu', 'uri': 'spotify:artist:0fEfMW5bypHZ0A8eLnhwj5', }), dict({ 'artist_id': '0FNfiTQCR5o3ounOlWzm1d', 'name': 'John Glacier', 'uri': 'spotify:artist:0FNfiTQCR5o3ounOlWzm1d', }), dict({ 'artist_id': '1R84VlXnFFULOsWWV8IrCQ', 'name': 'Panda Bear', 'uri': 'spotify:artist:1R84VlXnFFULOsWWV8IrCQ', }), ]), 'disc_number': 1, 'duration_ms': 212339, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1gRMKwvMvp6LcQVMpMXQg2', }), 'href': 'https://api.spotify.com/v1/tracks/1gRMKwvMvp6LcQVMpMXQg2', 'is_local': False, 'name': 'Dafodil', 'track_id': '1gRMKwvMvp6LcQVMpMXQg2', 'track_number': 5, 'uri': 'spotify:track:1gRMKwvMvp6LcQVMpMXQg2', }), dict({ 'artists': list([ dict({ 'artist_id': '7A0awCXkE1FtSU8B0qwOJQ', 'name': 'Jamie xx', 'uri': 'spotify:artist:7A0awCXkE1FtSU8B0qwOJQ', }), ]), 'disc_number': 1, 'duration_ms': 205638, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/27D9YN3uHPD3PTXvzNtbto', }), 'href': 'https://api.spotify.com/v1/tracks/27D9YN3uHPD3PTXvzNtbto', 'is_local': False, 'name': 'Still Summer', 'track_id': '27D9YN3uHPD3PTXvzNtbto', 'track_number': 6, 'uri': 'spotify:track:27D9YN3uHPD3PTXvzNtbto', }), dict({ 'artists': list([ dict({ 'artist_id': '7A0awCXkE1FtSU8B0qwOJQ', 'name': 'Jamie xx', 'uri': 'spotify:artist:7A0awCXkE1FtSU8B0qwOJQ', }), dict({ 'artist_id': '6UE7nl9mha6s8z0wFQFIZ2', 'name': 'Robyn', 'uri': 'spotify:artist:6UE7nl9mha6s8z0wFQFIZ2', }), ]), 'disc_number': 1, 'duration_ms': 202648, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0pMj03SiaZ9bkFlXQWNhtZ', }), 'href': 'https://api.spotify.com/v1/tracks/0pMj03SiaZ9bkFlXQWNhtZ', 'is_local': False, 'name': 'Life', 'track_id': '0pMj03SiaZ9bkFlXQWNhtZ', 'track_number': 7, 'uri': 'spotify:track:0pMj03SiaZ9bkFlXQWNhtZ', }), dict({ 'artists': list([ dict({ 'artist_id': '7A0awCXkE1FtSU8B0qwOJQ', 'name': 'Jamie xx', 'uri': 'spotify:artist:7A0awCXkE1FtSU8B0qwOJQ', }), ]), 'disc_number': 1, 'duration_ms': 222365, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7gb0pekqHQYTGo6NWLBvT5', }), 'href': 'https://api.spotify.com/v1/tracks/7gb0pekqHQYTGo6NWLBvT5', 'is_local': False, 'name': 'The Feeling I Get From You', 'track_id': '7gb0pekqHQYTGo6NWLBvT5', 'track_number': 8, 'uri': 'spotify:track:7gb0pekqHQYTGo6NWLBvT5', }), dict({ 'artists': list([ dict({ 'artist_id': '7A0awCXkE1FtSU8B0qwOJQ', 'name': 'Jamie xx', 'uri': 'spotify:artist:7A0awCXkE1FtSU8B0qwOJQ', }), ]), 'disc_number': 1, 'duration_ms': 376918, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6pOzbdJKEr4hvXkX7VkfY6', }), 'href': 'https://api.spotify.com/v1/tracks/6pOzbdJKEr4hvXkX7VkfY6', 'is_local': False, 'name': 'Breather', 'track_id': '6pOzbdJKEr4hvXkX7VkfY6', 'track_number': 9, 'uri': 'spotify:track:6pOzbdJKEr4hvXkX7VkfY6', }), dict({ 'artists': list([ dict({ 'artist_id': '7A0awCXkE1FtSU8B0qwOJQ', 'name': 'Jamie xx', 'uri': 'spotify:artist:7A0awCXkE1FtSU8B0qwOJQ', }), dict({ 'artist_id': '3C8RpaI3Go0yFF9whvKoED', 'name': 'The Avalanches', 'uri': 'spotify:artist:3C8RpaI3Go0yFF9whvKoED', }), ]), 'disc_number': 1, 'duration_ms': 254142, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3cfgisz6DhZmooQk08P4Eu', }), 'href': 'https://api.spotify.com/v1/tracks/3cfgisz6DhZmooQk08P4Eu', 'is_local': False, 'name': 'All You Children', 'track_id': '3cfgisz6DhZmooQk08P4Eu', 'track_number': 10, 'uri': 'spotify:track:3cfgisz6DhZmooQk08P4Eu', }), dict({ 'artists': list([ dict({ 'artist_id': '7A0awCXkE1FtSU8B0qwOJQ', 'name': 'Jamie xx', 'uri': 'spotify:artist:7A0awCXkE1FtSU8B0qwOJQ', }), ]), 'disc_number': 1, 'duration_ms': 71680, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1wpcJ6TCrKpH6KdBmrp9yN', }), 'href': 'https://api.spotify.com/v1/tracks/1wpcJ6TCrKpH6KdBmrp9yN', 'is_local': False, 'name': 'Every Single Weekend - Interlude', 'track_id': '1wpcJ6TCrKpH6KdBmrp9yN', 'track_number': 11, 'uri': 'spotify:track:1wpcJ6TCrKpH6KdBmrp9yN', }), dict({ 'artists': list([ dict({ 'artist_id': '7A0awCXkE1FtSU8B0qwOJQ', 'name': 'Jamie xx', 'uri': 'spotify:artist:7A0awCXkE1FtSU8B0qwOJQ', }), dict({ 'artist_id': '2Q4FR4Ss0mh6EvbiQBHEOU', 'name': 'Oona Doherty', 'uri': 'spotify:artist:2Q4FR4Ss0mh6EvbiQBHEOU', }), ]), 'disc_number': 1, 'duration_ms': 337414, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/08Jhu8OZ6gCIGWQn6vP3uI', }), 'href': 'https://api.spotify.com/v1/tracks/08Jhu8OZ6gCIGWQn6vP3uI', 'is_local': False, 'name': 'Falling Together', 'track_id': '08Jhu8OZ6gCIGWQn6vP3uI', 'track_number': 12, 'uri': 'spotify:track:08Jhu8OZ6gCIGWQn6vP3uI', }), ]), 'uri': 'spotify:album:57MSBg5pBQZH5bfLVDmeuP', }), }), dict({ 'added_at': datetime.datetime(2025, 10, 16, 22, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '1jjx7U3tayhJTytJVBj0WY', 'album_type': , 'artists': list([ dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732015d006804756df2e271b74', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022015d006804756df2e271b74', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512015d006804756df2e271b74', 'width': 64, }), ]), 'name': 'Legends', 'release_date': '2025-10-17', 'release_date_precision': , 'total_tracks': 11, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), ]), 'disc_number': 1, 'duration_ms': 294000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0MxqiUhIbMwIEOYTgdNbxb', }), 'href': 'https://api.spotify.com/v1/tracks/0MxqiUhIbMwIEOYTgdNbxb', 'is_local': False, 'name': 'Templars', 'track_id': '0MxqiUhIbMwIEOYTgdNbxb', 'track_number': 1, 'uri': 'spotify:track:0MxqiUhIbMwIEOYTgdNbxb', }), dict({ 'artists': list([ dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), ]), 'disc_number': 1, 'duration_ms': 223000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/275EXSVi2oyj4S5SPMo9qx', }), 'href': 'https://api.spotify.com/v1/tracks/275EXSVi2oyj4S5SPMo9qx', 'is_local': False, 'name': 'Hordes of Khan', 'track_id': '275EXSVi2oyj4S5SPMo9qx', 'track_number': 2, 'uri': 'spotify:track:275EXSVi2oyj4S5SPMo9qx', }), dict({ 'artists': list([ dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), ]), 'disc_number': 1, 'duration_ms': 246000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/34EZIGTN4CqPd2CqAfEIzz', }), 'href': 'https://api.spotify.com/v1/tracks/34EZIGTN4CqPd2CqAfEIzz', 'is_local': False, 'name': 'A Tiger Among Dragons', 'track_id': '34EZIGTN4CqPd2CqAfEIzz', 'track_number': 3, 'uri': 'spotify:track:34EZIGTN4CqPd2CqAfEIzz', }), dict({ 'artists': list([ dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), ]), 'disc_number': 1, 'duration_ms': 209000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6WyfybAgLz1EceoumvVSun', }), 'href': 'https://api.spotify.com/v1/tracks/6WyfybAgLz1EceoumvVSun', 'is_local': False, 'name': 'Crossing the Rubicon', 'track_id': '6WyfybAgLz1EceoumvVSun', 'track_number': 4, 'uri': 'spotify:track:6WyfybAgLz1EceoumvVSun', }), dict({ 'artists': list([ dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), ]), 'disc_number': 1, 'duration_ms': 255973, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3CZDkpmq245kzvCe44P2hM', }), 'href': 'https://api.spotify.com/v1/tracks/3CZDkpmq245kzvCe44P2hM', 'is_local': False, 'name': 'I, Emperor', 'track_id': '3CZDkpmq245kzvCe44P2hM', 'track_number': 5, 'uri': 'spotify:track:3CZDkpmq245kzvCe44P2hM', }), dict({ 'artists': list([ dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), ]), 'disc_number': 1, 'duration_ms': 197000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1t1g8mx2GQLX2UUk5azWAu', }), 'href': 'https://api.spotify.com/v1/tracks/1t1g8mx2GQLX2UUk5azWAu', 'is_local': False, 'name': 'Maid of Steel', 'track_id': '1t1g8mx2GQLX2UUk5azWAu', 'track_number': 6, 'uri': 'spotify:track:1t1g8mx2GQLX2UUk5azWAu', }), dict({ 'artists': list([ dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), ]), 'disc_number': 1, 'duration_ms': 284413, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/170Q9dEUIPy8imNb9p5DYu', }), 'href': 'https://api.spotify.com/v1/tracks/170Q9dEUIPy8imNb9p5DYu', 'is_local': False, 'name': 'Impaler', 'track_id': '170Q9dEUIPy8imNb9p5DYu', 'track_number': 7, 'uri': 'spotify:track:170Q9dEUIPy8imNb9p5DYu', }), dict({ 'artists': list([ dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), ]), 'disc_number': 1, 'duration_ms': 252000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4upSkMUkdiXaSz3sQKy34W', }), 'href': 'https://api.spotify.com/v1/tracks/4upSkMUkdiXaSz3sQKy34W', 'is_local': False, 'name': 'Lightning at the Gates', 'track_id': '4upSkMUkdiXaSz3sQKy34W', 'track_number': 8, 'uri': 'spotify:track:4upSkMUkdiXaSz3sQKy34W', }), dict({ 'artists': list([ dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), ]), 'disc_number': 1, 'duration_ms': 235000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2mz3lcK6rYGTlNUtkgZm4f', }), 'href': 'https://api.spotify.com/v1/tracks/2mz3lcK6rYGTlNUtkgZm4f', 'is_local': False, 'name': 'The Duelist', 'track_id': '2mz3lcK6rYGTlNUtkgZm4f', 'track_number': 9, 'uri': 'spotify:track:2mz3lcK6rYGTlNUtkgZm4f', }), dict({ 'artists': list([ dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), ]), 'disc_number': 1, 'duration_ms': 339213, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2BCSABdmxlLx0hJwuvcRBj', }), 'href': 'https://api.spotify.com/v1/tracks/2BCSABdmxlLx0hJwuvcRBj', 'is_local': False, 'name': 'The Cycle of Songs', 'track_id': '2BCSABdmxlLx0hJwuvcRBj', 'track_number': 10, 'uri': 'spotify:track:2BCSABdmxlLx0hJwuvcRBj', }), dict({ 'artists': list([ dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), ]), 'disc_number': 1, 'duration_ms': 207733, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7xrNu3NxSQ0zAnB8ZSqUgq', }), 'href': 'https://api.spotify.com/v1/tracks/7xrNu3NxSQ0zAnB8ZSqUgq', 'is_local': False, 'name': 'Till Seger', 'track_id': '7xrNu3NxSQ0zAnB8ZSqUgq', 'track_number': 11, 'uri': 'spotify:track:7xrNu3NxSQ0zAnB8ZSqUgq', }), ]), 'uri': 'spotify:album:1jjx7U3tayhJTytJVBj0WY', }), }), dict({ 'added_at': datetime.datetime(2016, 12, 19, 7, 45, 50, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '6TaTItT907XHlVx7axCGeS', 'album_type': , 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273c880c3fce14935c405c7503e', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02c880c3fce14935c405c7503e', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851c880c3fce14935c405c7503e', 'width': 64, }), ]), 'name': 'Into the Night World', 'release_date': '2016-12-16', 'release_date_precision': , 'total_tracks': 10, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 226855, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3R18Ec39yVNJxD410sxlq3', }), 'href': 'https://api.spotify.com/v1/tracks/6z0imbQJzYJyJFbvrHszJk', 'is_local': False, 'name': 'My Dragons Will Decimate', 'track_id': '6z0imbQJzYJyJFbvrHszJk', 'track_number': 1, 'uri': 'spotify:track:6z0imbQJzYJyJFbvrHszJk', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 201248, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2HlsjQRZmg8RLagqhWunnJ', }), 'href': 'https://api.spotify.com/v1/tracks/3x1kSnCnLbF2fWZHsZivO5', 'is_local': False, 'name': 'Into the Night World', 'track_id': '3x1kSnCnLbF2fWZHsZivO5', 'track_number': 2, 'uri': 'spotify:track:3x1kSnCnLbF2fWZHsZivO5', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 256806, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2ZIR7ECno9Cv3BQq7fk7D8', }), 'href': 'https://api.spotify.com/v1/tracks/5GLkchRnw7kp0yqL7kTti2', 'is_local': False, 'name': 'Twe27ySeven', 'track_id': '5GLkchRnw7kp0yqL7kTti2', 'track_number': 3, 'uri': 'spotify:track:5GLkchRnw7kp0yqL7kTti2', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 340771, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/29fh1gXRvsGuwvsaIk8xRZ', }), 'href': 'https://api.spotify.com/v1/tracks/7LHDs3o9bHYjTJa7srPNUC', 'is_local': False, 'name': 'Remember Me', 'track_id': '7LHDs3o9bHYjTJa7srPNUC', 'track_number': 4, 'uri': 'spotify:track:7LHDs3o9bHYjTJa7srPNUC', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 212191, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4HwdUJ6EDyDK8Z0bj9bLfe', }), 'href': 'https://api.spotify.com/v1/tracks/7LTkzzkE3ddGgyOQI8ukkq', 'is_local': False, 'name': 'Space Boat', 'track_id': '7LTkzzkE3ddGgyOQI8ukkq', 'track_number': 5, 'uri': 'spotify:track:7LTkzzkE3ddGgyOQI8ukkq', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 212892, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1daFtGcKhHSi9Utzl0qgtQ', }), 'href': 'https://api.spotify.com/v1/tracks/2ZTbF8kWYHilM7GnZ4sgKt', 'is_local': False, 'name': 'Stars Had to Die so That You Could Live', 'track_id': '2ZTbF8kWYHilM7GnZ4sgKt', 'track_number': 6, 'uri': 'spotify:track:2ZTbF8kWYHilM7GnZ4sgKt', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 290405, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2oi0tis1xxFafCkJoIEVoO', }), 'href': 'https://api.spotify.com/v1/tracks/33Ms7ZnkfyTXzP38gK9FO3', 'is_local': False, 'name': 'Beast Engine', 'track_id': '33Ms7ZnkfyTXzP38gK9FO3', 'track_number': 7, 'uri': 'spotify:track:33Ms7ZnkfyTXzP38gK9FO3', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 206633, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1bTyfuHjsBfhMjqVfFcRE2', }), 'href': 'https://api.spotify.com/v1/tracks/7xmfFvYqN4QyoFmtLZN6Nc', 'is_local': False, 'name': 'Dream Sequence', 'track_id': '7xmfFvYqN4QyoFmtLZN6Nc', 'track_number': 8, 'uri': 'spotify:track:7xmfFvYqN4QyoFmtLZN6Nc', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 158200, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2QfXd8NrGbO0XeFoqZEwHu', }), 'href': 'https://api.spotify.com/v1/tracks/1zlbUrfRzrdEt6eSO2DKug', 'is_local': False, 'name': 'Sid Metal Legacy', 'track_id': '1zlbUrfRzrdEt6eSO2DKug', 'track_number': 9, 'uri': 'spotify:track:1zlbUrfRzrdEt6eSO2DKug', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 288591, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2MDtkZJVRWiVXwK4t2ASyJ', }), 'href': 'https://api.spotify.com/v1/tracks/1i8m8MJa894P53JRTlgtom', 'is_local': False, 'name': 'The Last March of the Undead', 'track_id': '1i8m8MJa894P53JRTlgtom', 'track_number': 10, 'uri': 'spotify:track:1i8m8MJa894P53JRTlgtom', }), ]), 'uri': 'spotify:album:6TaTItT907XHlVx7axCGeS', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 11, 23, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '1Lhv9Fe2KRk0NW3I14HsVY', 'album_type': , 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273e4808df0cc63188f7a1dc2d2', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02e4808df0cc63188f7a1dc2d2', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851e4808df0cc63188f7a1dc2d2', 'width': 64, }), ]), 'name': 'USB', 'release_date': '2025-12-12', 'release_date_precision': , 'total_tracks': 34, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '7whpXJXNCFQ1iJeL4f3Fam', 'name': 'Wallfacer', 'uri': 'spotify:artist:7whpXJXNCFQ1iJeL4f3Fam', }), ]), 'disc_number': 1, 'duration_ms': 197999, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4CwyZAJWFBxV5E7YS9A8Es', }), 'href': 'https://api.spotify.com/v1/tracks/3rTF0gzMSYSmeRkSzTpO7B', 'is_local': False, 'name': 'I Luv U', 'track_id': '3rTF0gzMSYSmeRkSzTpO7B', 'track_number': 1, 'uri': 'spotify:track:3rTF0gzMSYSmeRkSzTpO7B', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '5FxsPS1K61fHEVB3FNZw6Y', 'name': 'Blanco', 'uri': 'spotify:artist:5FxsPS1K61fHEVB3FNZw6Y', }), ]), 'disc_number': 1, 'duration_ms': 292071, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/39sGDx9LdItlrMKBNl1JkL', }), 'href': 'https://api.spotify.com/v1/tracks/1jZ08JOmqiwOuZ1Hr54oQm', 'is_local': False, 'name': 'solo', 'track_id': '1jZ08JOmqiwOuZ1Hr54oQm', 'track_number': 2, 'uri': 'spotify:track:1jZ08JOmqiwOuZ1Hr54oQm', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '6veh5zbFpm31XsPdjBgPER', 'name': 'BIA', 'uri': 'spotify:artist:6veh5zbFpm31XsPdjBgPER', }), ]), 'disc_number': 1, 'duration_ms': 232727, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6CI1NtFfoijWJZBkVoUrwN', }), 'href': 'https://api.spotify.com/v1/tracks/0dxcj2yS97TlvnNvEHL8cl', 'is_local': False, 'name': 'ICEY..', 'track_id': '0dxcj2yS97TlvnNvEHL8cl', 'track_number': 3, 'uri': 'spotify:track:0dxcj2yS97TlvnNvEHL8cl', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '6veh5zbFpm31XsPdjBgPER', 'name': 'BIA', 'uri': 'spotify:artist:6veh5zbFpm31XsPdjBgPER', }), ]), 'disc_number': 1, 'duration_ms': 171764, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0aXembK4QS3tJl5qv5sIrA', }), 'href': 'https://api.spotify.com/v1/tracks/7wfz2GOmuDxKztNfTfXQvu', 'is_local': False, 'name': '..FEISTY', 'track_id': '7wfz2GOmuDxKztNfTfXQvu', 'track_number': 4, 'uri': 'spotify:track:7wfz2GOmuDxKztNfTfXQvu', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '1GuqTQbuixFHD6eBkFwVcb', 'name': 'Sammy Virji', 'uri': 'spotify:artist:1GuqTQbuixFHD6eBkFwVcb', }), dict({ 'artist_id': '6QjsZEGqDMbzKvCdfFN5nz', 'name': 'Winny', 'uri': 'spotify:artist:6QjsZEGqDMbzKvCdfFN5nz', }), ]), 'disc_number': 1, 'duration_ms': 264666, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1UO1PYJ5sltAPNroys7ArW', }), 'href': 'https://api.spotify.com/v1/tracks/3Kr8iTBk81R5Y2p0tzHzp9', 'is_local': False, 'name': 'Winny', 'track_id': '3Kr8iTBk81R5Y2p0tzHzp9', 'track_number': 5, 'uri': 'spotify:track:3Kr8iTBk81R5Y2p0tzHzp9', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '6I8TDGeUmmLom8auKPzMdX', 'name': 'CA7RIEL & Paco Amoroso', 'uri': 'spotify:artist:6I8TDGeUmmLom8auKPzMdX', }), ]), 'disc_number': 1, 'duration_ms': 226222, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2IwMlR0X3LlF8P4yRdDdiL', }), 'href': 'https://api.spotify.com/v1/tracks/08BPZBE9E82KpRBBsYFfTQ', 'is_local': False, 'name': 'Betoโ€™s Horns - fred remix', 'track_id': '08BPZBE9E82KpRBBsYFfTQ', 'track_number': 6, 'uri': 'spotify:track:08BPZBE9E82KpRBBsYFfTQ', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '1GuqTQbuixFHD6eBkFwVcb', 'name': 'Sammy Virji', 'uri': 'spotify:artist:1GuqTQbuixFHD6eBkFwVcb', }), dict({ 'artist_id': '0kJOr4qkmePXKFVm9OBK0X', 'name': 'Reggie', 'uri': 'spotify:artist:0kJOr4qkmePXKFVm9OBK0X', }), ]), 'disc_number': 1, 'duration_ms': 193846, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/26vIeRYFA2Nh56W4jfkjp5', }), 'href': 'https://api.spotify.com/v1/tracks/2lBhjQtKFfpCtTyln9RX3M', 'is_local': False, 'name': 'Talk of the Town', 'track_id': '2lBhjQtKFfpCtTyln9RX3M', 'track_number': 7, 'uri': 'spotify:track:2lBhjQtKFfpCtTyln9RX3M', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '3an9rnsXKPCAMlZgH4A0n4', 'name': 'KETTAMA', 'uri': 'spotify:artist:3an9rnsXKPCAMlZgH4A0n4', }), dict({ 'artist_id': '5fEdUhbIAf9JlPhlc3swPx', 'name': 'Shady Nasty', 'uri': 'spotify:artist:5fEdUhbIAf9JlPhlc3swPx', }), ]), 'disc_number': 1, 'duration_ms': 286285, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2EAPTWaNB2cu4brp2ImU0Y', }), 'href': 'https://api.spotify.com/v1/tracks/3CdOgv5Bz3kSGb79jHahkJ', 'is_local': False, 'name': 'HARDSTYLE 2', 'track_id': '3CdOgv5Bz3kSGb79jHahkJ', 'track_number': 8, 'uri': 'spotify:track:3CdOgv5Bz3kSGb79jHahkJ', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '2AR42Ur9PcchQDtEdwkv4L', 'name': 'Floating Points', 'uri': 'spotify:artist:2AR42Ur9PcchQDtEdwkv4L', }), ]), 'disc_number': 1, 'duration_ms': 451666, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5GV52Kgz64yWqm8keYq1E0', }), 'href': 'https://api.spotify.com/v1/tracks/1RM4ibzYZYXzCGonhMh5Gc', 'is_local': False, 'name': 'Ambery', 'track_id': '1RM4ibzYZYXzCGonhMh5Gc', 'track_number': 9, 'uri': 'spotify:track:1RM4ibzYZYXzCGonhMh5Gc', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '4aEnNH9PuU1HF3TsZTru54', 'name': 'Caribou', 'uri': 'spotify:artist:4aEnNH9PuU1HF3TsZTru54', }), dict({ 'artist_id': '3uxTvUjeRTQDfrB59A1zWb', 'name': 'Menor Teteu', 'uri': 'spotify:artist:3uxTvUjeRTQDfrB59A1zWb', }), ]), 'disc_number': 1, 'duration_ms': 257435, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/62wnlWjbSeOsP9EI2rFpf9', }), 'href': 'https://api.spotify.com/v1/tracks/3CiUl8blqDsFhWxHLsgiJ0', 'is_local': False, 'name': 'Facilita', 'track_id': '3CiUl8blqDsFhWxHLsgiJ0', 'track_number': 10, 'uri': 'spotify:track:3CiUl8blqDsFhWxHLsgiJ0', }), dict({ 'artists': list([ dict({ 'artist_id': '5mnxMXIM6BNhVVTXnBatKa', 'name': 'Skin On Skin', 'uri': 'spotify:artist:5mnxMXIM6BNhVVTXnBatKa', }), dict({ 'artist_id': '46MWeeHNVMYRIIofQBEX98', 'name': 'BEAM', 'uri': 'spotify:artist:46MWeeHNVMYRIIofQBEX98', }), dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 341250, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/08panpchw721lgwPyM7V2k', }), 'href': 'https://api.spotify.com/v1/tracks/4zGwSKGXnfpBNHkavKnyIf', 'is_local': False, 'name': 'the floor - fred remix', 'track_id': '4zGwSKGXnfpBNHkavKnyIf', 'track_number': 11, 'uri': 'spotify:track:4zGwSKGXnfpBNHkavKnyIf', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '7aA592KWirLsnfb5ulGWvU', 'name': 'Danny Brown', 'uri': 'spotify:artist:7aA592KWirLsnfb5ulGWvU', }), dict({ 'artist_id': '46MWeeHNVMYRIIofQBEX98', 'name': 'BEAM', 'uri': 'spotify:artist:46MWeeHNVMYRIIofQBEX98', }), dict({ 'artist_id': '1UJfZU4rQx3bJ3tGypRuAT', 'name': 'PARISI', 'uri': 'spotify:artist:1UJfZU4rQx3bJ3tGypRuAT', }), dict({ 'artist_id': '6yJ6QQ3Y5l0s0tn7b0arrO', 'name': 'JPEGMAFIA', 'uri': 'spotify:artist:6yJ6QQ3Y5l0s0tn7b0arrO', }), ]), 'disc_number': 1, 'duration_ms': 206197, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6T0rO9e3bHTPzvAPqmFspP', }), 'href': 'https://api.spotify.com/v1/tracks/2mU0xUC1kamLn20YPKuH3S', 'is_local': False, 'name': 'OK OK', 'track_id': '2mU0xUC1kamLn20YPKuH3S', 'track_number': 12, 'uri': 'spotify:track:2mU0xUC1kamLn20YPKuH3S', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '3NqV2DJoAWsjl787bWaHW7', 'name': 'Amyl and The Sniffers', 'uri': 'spotify:artist:3NqV2DJoAWsjl787bWaHW7', }), ]), 'disc_number': 1, 'duration_ms': 219130, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2yGG7DTvI6mvDLnmUc7J0E', }), 'href': 'https://api.spotify.com/v1/tracks/47ESN2iezMvHBKmecjgG11', 'is_local': False, 'name': "you're a star", 'track_id': '47ESN2iezMvHBKmecjgG11', 'track_number': 13, 'uri': 'spotify:track:47ESN2iezMvHBKmecjgG11', }), dict({ 'artists': list([ dict({ 'artist_id': '2p1fiYHYiXz9qi0JJyxBzN', 'name': 'Skepta', 'uri': 'spotify:artist:2p1fiYHYiXz9qi0JJyxBzN', }), dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 225897, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0sIXcKicNfPHDVhmD9riGJ', }), 'href': 'https://api.spotify.com/v1/tracks/78igz8PCqqNYLVyhhSh0z5', 'is_local': False, 'name': 'Last 1s Left', 'track_id': '78igz8PCqqNYLVyhhSh0z5', 'track_number': 14, 'uri': 'spotify:track:78igz8PCqqNYLVyhhSh0z5', }), dict({ 'artists': list([ dict({ 'artist_id': '2p1fiYHYiXz9qi0JJyxBzN', 'name': 'Skepta', 'uri': 'spotify:artist:2p1fiYHYiXz9qi0JJyxBzN', }), dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 187411, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3BQ6oNyOFO4EZyvtx0Ao15', }), 'href': 'https://api.spotify.com/v1/tracks/3JTzfCw32PeAQLjtadHvtM', 'is_local': False, 'name': 'Back 2 Back', 'track_id': '3JTzfCw32PeAQLjtadHvtM', 'track_number': 15, 'uri': 'spotify:track:3JTzfCw32PeAQLjtadHvtM', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '2p1fiYHYiXz9qi0JJyxBzN', 'name': 'Skepta', 'uri': 'spotify:artist:2p1fiYHYiXz9qi0JJyxBzN', }), dict({ 'artist_id': '79NDEw5QWlDC9KaIbogNhS', 'name': 'Plaqueboymax', 'uri': 'spotify:artist:79NDEw5QWlDC9KaIbogNhS', }), ]), 'disc_number': 1, 'duration_ms': 165857, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6GHlbRqY19d9rh8PEh7FzI', }), 'href': 'https://api.spotify.com/v1/tracks/1lbNgoJ5iMrMluCyhI4OQP', 'is_local': False, 'name': 'Victory Lap', 'track_id': '1lbNgoJ5iMrMluCyhI4OQP', 'track_number': 16, 'uri': 'spotify:track:1lbNgoJ5iMrMluCyhI4OQP', }), dict({ 'artists': list([ dict({ 'artist_id': '0aIpJqqTLf683ojWREc5lg', 'name': 'Joy Orbison', 'uri': 'spotify:artist:0aIpJqqTLf683ojWREc5lg', }), dict({ 'artist_id': '6icQOAFXDZKsumw3YXyusw', 'name': 'Lil Yachty', 'uri': 'spotify:artist:6icQOAFXDZKsumw3YXyusw', }), dict({ 'artist_id': '1RyvyyTE3xzB2ZywiAwp0i', 'name': 'Future', 'uri': 'spotify:artist:1RyvyyTE3xzB2ZywiAwp0i', }), dict({ 'artist_id': '699OTQXzgjhIYAHMy9RyPD', 'name': 'Playboi Carti', 'uri': 'spotify:artist:699OTQXzgjhIYAHMy9RyPD', }), ]), 'disc_number': 1, 'duration_ms': 246909, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3ZsfRm1gpZqnd8AoV7wgYt', }), 'href': 'https://api.spotify.com/v1/tracks/7qpZh0yIXeZzXZk3mE6Fj9', 'is_local': False, 'name': 'flex fm (freddit)', 'track_id': '7qpZh0yIXeZzXZk3mE6Fj9', 'track_number': 17, 'uri': 'spotify:track:7qpZh0yIXeZzXZk3mE6Fj9', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '3jK9MiCrA42lLAdMGUZpwa', 'name': 'Anderson .Paak', 'uri': 'spotify:artist:3jK9MiCrA42lLAdMGUZpwa', }), dict({ 'artist_id': '6UtYvUtXnmg5EtllDFlWp8', 'name': 'CHIKA', 'uri': 'spotify:artist:6UtYvUtXnmg5EtllDFlWp8', }), dict({ 'artist_id': '4VsVLz3Uw6d0fdM6gFtLfo', 'name': 'MESSIE', 'uri': 'spotify:artist:4VsVLz3Uw6d0fdM6gFtLfo', }), ]), 'disc_number': 1, 'duration_ms': 219310, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1ypO22GPllRtSpqOEWbpVV', }), 'href': 'https://api.spotify.com/v1/tracks/73s1r3Jfn8pqXJv9ahKfNV', 'is_local': False, 'name': 'places to be - MESSIE remix', 'track_id': '73s1r3Jfn8pqXJv9ahKfNV', 'track_number': 18, 'uri': 'spotify:track:73s1r3Jfn8pqXJv9ahKfNV', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '1fDV6gCETmlkCUugBxq59g', 'name': 'Duoteque', 'uri': 'spotify:artist:1fDV6gCETmlkCUugBxq59g', }), dict({ 'artist_id': '2efrqekWSHlvhATD50AG3m', 'name': 'Orion Sun', 'uri': 'spotify:artist:2efrqekWSHlvhATD50AG3m', }), ]), 'disc_number': 1, 'duration_ms': 327508, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4hPdnrevUw5PUKMElR09tU', }), 'href': 'https://api.spotify.com/v1/tracks/2la8LWSxedRoulmz0UHE7o', 'is_local': False, 'name': 'ItsNotREEAALLLLLLLL', 'track_id': '2la8LWSxedRoulmz0UHE7o', 'track_number': 19, 'uri': 'spotify:track:2la8LWSxedRoulmz0UHE7o', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '5zatdvej2AxogC5pbu2msR', 'name': 'BERWYN', 'uri': 'spotify:artist:5zatdvej2AxogC5pbu2msR', }), ]), 'disc_number': 1, 'duration_ms': 123607, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3XRhENEXtBIklV861z3ypc', }), 'href': 'https://api.spotify.com/v1/tracks/59DFl0vh8FoBmmD43ruznv', 'is_local': False, 'name': 'BerwynGesaffNeighbours', 'track_id': '59DFl0vh8FoBmmD43ruznv', 'track_number': 20, 'uri': 'spotify:track:59DFl0vh8FoBmmD43ruznv', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '6icQOAFXDZKsumw3YXyusw', 'name': 'Lil Yachty', 'uri': 'spotify:artist:6icQOAFXDZKsumw3YXyusw', }), dict({ 'artist_id': '01PnN11ovfen6xUOHfNpn3', 'name': 'Overmono', 'uri': 'spotify:artist:01PnN11ovfen6xUOHfNpn3', }), ]), 'disc_number': 1, 'duration_ms': 274925, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/210lphIRrJCKXgFLxHwGN8', }), 'href': 'https://api.spotify.com/v1/tracks/2iUMh8RrpUiakMnneanOPj', 'is_local': False, 'name': 'stayinit', 'track_id': '2iUMh8RrpUiakMnneanOPj', 'track_number': 21, 'uri': 'spotify:track:2iUMh8RrpUiakMnneanOPj', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '5SXuuuRpukkTvsLuUknva1', 'name': 'Baby Keem', 'uri': 'spotify:artist:5SXuuuRpukkTvsLuUknva1', }), ]), 'disc_number': 1, 'duration_ms': 222784, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6IOTukhTcumU9dtAk1OLLF', }), 'href': 'https://api.spotify.com/v1/tracks/2tSP95IyUkPv5Wj83xWh1c', 'is_local': False, 'name': 'leavemealone', 'track_id': '2tSP95IyUkPv5Wj83xWh1c', 'track_number': 22, 'uri': 'spotify:track:2tSP95IyUkPv5Wj83xWh1c', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '5he5w2lnU9x7JFhnwcekXX', 'name': 'Skrillex', 'uri': 'spotify:artist:5he5w2lnU9x7JFhnwcekXX', }), dict({ 'artist_id': '7Eu1txygG6nJttLHbZdQOh', 'name': 'Four Tet', 'uri': 'spotify:artist:7Eu1txygG6nJttLHbZdQOh', }), ]), 'disc_number': 1, 'duration_ms': 319963, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7ChXvbTy4bFou6VTn0XZKa', }), 'href': 'https://api.spotify.com/v1/tracks/6EpIDF3GW1dRBujSp4bJxI', 'is_local': False, 'name': 'Baby again..', 'track_id': '6EpIDF3GW1dRBujSp4bJxI', 'track_number': 23, 'uri': 'spotify:track:6EpIDF3GW1dRBujSp4bJxI', }), dict({ 'artists': list([ dict({ 'artist_id': '5he5w2lnU9x7JFhnwcekXX', 'name': 'Skrillex', 'uri': 'spotify:artist:5he5w2lnU9x7JFhnwcekXX', }), dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '07CimrZi5vs9iEao47TNQ4', 'name': 'Flowdan', 'uri': 'spotify:artist:07CimrZi5vs9iEao47TNQ4', }), ]), 'disc_number': 1, 'duration_ms': 146571, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0ps1Oq8m38kcAJzd2xOSfO', }), 'href': 'https://api.spotify.com/v1/tracks/74fmYjFwt9CqEFAh8ybeBD', 'is_local': False, 'name': 'Rumble', 'track_id': '74fmYjFwt9CqEFAh8ybeBD', 'track_number': 24, 'uri': 'spotify:track:74fmYjFwt9CqEFAh8ybeBD', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '1h6Cn3P4NGzXbaXidqURXs', 'name': 'Swedish House Mafia', 'uri': 'spotify:artist:1h6Cn3P4NGzXbaXidqURXs', }), dict({ 'artist_id': '1RyvyyTE3xzB2ZywiAwp0i', 'name': 'Future', 'uri': 'spotify:artist:1RyvyyTE3xzB2ZywiAwp0i', }), ]), 'disc_number': 1, 'duration_ms': 267946, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5V3lOpkER4fddNbVojzdvP', }), 'href': 'https://api.spotify.com/v1/tracks/2E6peXBRbjUmGkkR3dUNGe', 'is_local': False, 'name': 'Turn On The Lights again.. (feat. Future)', 'track_id': '2E6peXBRbjUmGkkR3dUNGe', 'track_number': 25, 'uri': 'spotify:track:2E6peXBRbjUmGkkR3dUNGe', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 198805, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5dSrUdJ8kivDMePdVQRswg', }), 'href': 'https://api.spotify.com/v1/tracks/3BKkroNdTKfNijLG9oHW7c', 'is_local': False, 'name': 'Jungle', 'track_id': '3BKkroNdTKfNijLG9oHW7c', 'track_number': 26, 'uri': 'spotify:track:3BKkroNdTKfNijLG9oHW7c', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '5RMLpCv3ic2KtGnqJ7eMG4', 'name': 'I. JORDAN', 'uri': 'spotify:artist:5RMLpCv3ic2KtGnqJ7eMG4', }), ]), 'disc_number': 1, 'duration_ms': 385074, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5GokhlwBZGPiPbabpMdj1j', }), 'href': 'https://api.spotify.com/v1/tracks/7c0DlxLjlEEK2VKQJIIU1Z', 'is_local': False, 'name': 'Admit It (u dont want 2)', 'track_id': '7c0DlxLjlEEK2VKQJIIU1Z', 'track_number': 27, 'uri': 'spotify:track:7c0DlxLjlEEK2VKQJIIU1Z', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '3X2DdnmoANw8Rg8luHyZQb', 'name': 'Romy', 'uri': 'spotify:artist:3X2DdnmoANw8Rg8luHyZQb', }), dict({ 'artist_id': '0pkLgeB9j465x1QB2kRoy4', 'name': 'HAAi', 'uri': 'spotify:artist:0pkLgeB9j465x1QB2kRoy4', }), ]), 'disc_number': 1, 'duration_ms': 288348, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7s8B76ppLplVwdmf7fjfzM', }), 'href': 'https://api.spotify.com/v1/tracks/1RlBD9ays0WfNHSVzxHiKX', 'is_local': False, 'name': 'Lights Out', 'track_id': '1RlBD9ays0WfNHSVzxHiKX', 'track_number': 28, 'uri': 'spotify:track:1RlBD9ays0WfNHSVzxHiKX', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '46MWeeHNVMYRIIofQBEX98', 'name': 'BEAM', 'uri': 'spotify:artist:46MWeeHNVMYRIIofQBEX98', }), dict({ 'artist_id': '5mnxMXIM6BNhVVTXnBatKa', 'name': 'Skin On Skin', 'uri': 'spotify:artist:5mnxMXIM6BNhVVTXnBatKa', }), ]), 'disc_number': 1, 'duration_ms': 234428, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5BFAhacuNNcMz27eWyRloV', }), 'href': 'https://api.spotify.com/v1/tracks/3tqiBJfctALrFQbv1wltlr', 'is_local': False, 'name': 'the floor - skin on skin remix', 'track_id': '3tqiBJfctALrFQbv1wltlr', 'track_number': 29, 'uri': 'spotify:track:3tqiBJfctALrFQbv1wltlr', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '2p1fiYHYiXz9qi0JJyxBzN', 'name': 'Skepta', 'uri': 'spotify:artist:2p1fiYHYiXz9qi0JJyxBzN', }), dict({ 'artist_id': '79NDEw5QWlDC9KaIbogNhS', 'name': 'Plaqueboymax', 'uri': 'spotify:artist:79NDEw5QWlDC9KaIbogNhS', }), dict({ 'artist_id': '6fxyWrfmjcbj5d12gXeiNV', 'name': 'Denzel Curry', 'uri': 'spotify:artist:6fxyWrfmjcbj5d12gXeiNV', }), dict({ 'artist_id': '4nVa6XlBFlIkF6msW57PHp', 'name': 'Hanumankind', 'uri': 'spotify:artist:4nVa6XlBFlIkF6msW57PHp', }), dict({ 'artist_id': '3BAgmPNIK5IJl7zMK1wvMA', 'name': 'That Mexican OT', 'uri': 'spotify:artist:3BAgmPNIK5IJl7zMK1wvMA', }), dict({ 'artist_id': '6bwkMlweHsBCpI2a0C5nnN', 'name': 'D Double E', 'uri': 'spotify:artist:6bwkMlweHsBCpI2a0C5nnN', }), dict({ 'artist_id': '7xqIp1044Z2vd9v9ZphjLa', 'name': 'LYNY', 'uri': 'spotify:artist:7xqIp1044Z2vd9v9ZphjLa', }), ]), 'disc_number': 1, 'duration_ms': 344571, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/28dXOti2Sy7YQJP4af9wM3', }), 'href': 'https://api.spotify.com/v1/tracks/3bsAYGy83D6sl1a5otGuUg', 'is_local': False, 'name': 'Victory Lap Five', 'track_id': '3bsAYGy83D6sl1a5otGuUg', 'track_number': 30, 'uri': 'spotify:track:3bsAYGy83D6sl1a5otGuUg', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '3jK9MiCrA42lLAdMGUZpwa', 'name': 'Anderson .Paak', 'uri': 'spotify:artist:3jK9MiCrA42lLAdMGUZpwa', }), dict({ 'artist_id': '6UtYvUtXnmg5EtllDFlWp8', 'name': 'CHIKA', 'uri': 'spotify:artist:6UtYvUtXnmg5EtllDFlWp8', }), dict({ 'artist_id': '6b0TSaLAeLXilOPoId8udE', 'name': 'CLIPZ', 'uri': 'spotify:artist:6b0TSaLAeLXilOPoId8udE', }), ]), 'disc_number': 1, 'duration_ms': 184827, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4iAtPgGTSl9FXE0f0s2R8z', }), 'href': 'https://api.spotify.com/v1/tracks/4n4VUdx6tr7MylOySvDhPK', 'is_local': False, 'name': 'places to be - CLIPZ remix', 'track_id': '4n4VUdx6tr7MylOySvDhPK', 'track_number': 31, 'uri': 'spotify:track:4n4VUdx6tr7MylOySvDhPK', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '5SXuuuRpukkTvsLuUknva1', 'name': 'Baby Keem', 'uri': 'spotify:artist:5SXuuuRpukkTvsLuUknva1', }), dict({ 'artist_id': '7BMR0fwtEvzGtK4rNGdoiQ', 'name': 'Nia Archives', 'uri': 'spotify:artist:7BMR0fwtEvzGtK4rNGdoiQ', }), ]), 'disc_number': 1, 'duration_ms': 179441, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5X9Kv1YXQwO1fzdm1GjJWZ', }), 'href': 'https://api.spotify.com/v1/tracks/5u84pGbxFomiV66Uk2kOQK', 'is_local': False, 'name': 'leavemealone - Nia Archives Remix', 'track_id': '5u84pGbxFomiV66Uk2kOQK', 'track_number': 32, 'uri': 'spotify:track:5u84pGbxFomiV66Uk2kOQK', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '2OaHYHb2XcFPvqL3VsyPzU', 'name': 'Rico Nasty', 'uri': 'spotify:artist:2OaHYHb2XcFPvqL3VsyPzU', }), ]), 'disc_number': 1, 'duration_ms': 213133, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4aw8UIUfhgmnOu7adMwmVx', }), 'href': 'https://api.spotify.com/v1/tracks/3ycgBFWvzxjLtY2YJuQMms', 'is_local': False, 'name': 'Jungle - Rico Nasty Remix', 'track_id': '3ycgBFWvzxjLtY2YJuQMms', 'track_number': 33, 'uri': 'spotify:track:3ycgBFWvzxjLtY2YJuQMms', }), dict({ 'artists': list([ dict({ 'artist_id': '3X2DdnmoANw8Rg8luHyZQb', 'name': 'Romy', 'uri': 'spotify:artist:3X2DdnmoANw8Rg8luHyZQb', }), dict({ 'artist_id': '0pkLgeB9j465x1QB2kRoy4', 'name': 'HAAi', 'uri': 'spotify:artist:0pkLgeB9j465x1QB2kRoy4', }), dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 375087, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0Pzoc1rIyirjuim3Z7wnbz', }), 'href': 'https://api.spotify.com/v1/tracks/5HZJuJphtUWc6wuTHt50oQ', 'is_local': False, 'name': 'Lights Out (feat. Fred again..) - HAAi Remix', 'track_id': '5HZJuJphtUWc6wuTHt50oQ', 'track_number': 34, 'uri': 'spotify:track:5HZJuJphtUWc6wuTHt50oQ', }), ]), 'uri': 'spotify:album:1Lhv9Fe2KRk0NW3I14HsVY', }), }), dict({ 'added_at': datetime.datetime(2025, 10, 23, 22, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '37P2qivB9weEafn1Y2VeF8', 'album_type': , 'artists': list([ dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2735caedc2e29bf01bf567d7c24', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e025caedc2e29bf01bf567d7c24', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048515caedc2e29bf01bf567d7c24', 'width': 64, }), ]), 'name': 'Thereโ€™s Always More That I Could Say', 'release_date': '2025-10-24', 'release_date_precision': , 'total_tracks': 10, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), ]), 'disc_number': 1, 'duration_ms': 171991, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3rgZPrOQn2E3sw90NgI6f6', }), 'href': 'https://api.spotify.com/v1/tracks/3rgZPrOQn2E3sw90NgI6f6', 'is_local': False, 'name': "I'll Always Be Your Girl", 'track_id': '3rgZPrOQn2E3sw90NgI6f6', 'track_number': 1, 'uri': 'spotify:track:3rgZPrOQn2E3sw90NgI6f6', }), dict({ 'artists': list([ dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), ]), 'disc_number': 1, 'duration_ms': 186435, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2VEIppsUhk7inhi5TB4J0C', }), 'href': 'https://api.spotify.com/v1/tracks/2VEIppsUhk7inhi5TB4J0C', 'is_local': False, 'name': 'Jellyfish', 'track_id': '2VEIppsUhk7inhi5TB4J0C', 'track_number': 2, 'uri': 'spotify:track:2VEIppsUhk7inhi5TB4J0C', }), dict({ 'artists': list([ dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), ]), 'disc_number': 1, 'duration_ms': 173251, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4qM72D1GHUQRXwnmLZUcMH', }), 'href': 'https://api.spotify.com/v1/tracks/4qM72D1GHUQRXwnmLZUcMH', 'is_local': False, 'name': 'Do It Again', 'track_id': '4qM72D1GHUQRXwnmLZUcMH', 'track_number': 3, 'uri': 'spotify:track:4qM72D1GHUQRXwnmLZUcMH', }), dict({ 'artists': list([ dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), ]), 'disc_number': 1, 'duration_ms': 158680, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2KCEJHfKLqZ90YL4EmE0cM', }), 'href': 'https://api.spotify.com/v1/tracks/2KCEJHfKLqZ90YL4EmE0cM', 'is_local': False, 'name': 'Kiss The Sky', 'track_id': '2KCEJHfKLqZ90YL4EmE0cM', 'track_number': 4, 'uri': 'spotify:track:2KCEJHfKLqZ90YL4EmE0cM', }), dict({ 'artists': list([ dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), ]), 'disc_number': 1, 'duration_ms': 172889, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/67WAthizRvsLDjgzIZs27h', }), 'href': 'https://api.spotify.com/v1/tracks/67WAthizRvsLDjgzIZs27h', 'is_local': False, 'name': 'Two Years', 'track_id': '67WAthizRvsLDjgzIZs27h', 'track_number': 5, 'uri': 'spotify:track:67WAthizRvsLDjgzIZs27h', }), dict({ 'artists': list([ dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), ]), 'disc_number': 1, 'duration_ms': 164303, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/72eTbGnzmu9e5FsjSoy57j', }), 'href': 'https://api.spotify.com/v1/tracks/72eTbGnzmu9e5FsjSoy57j', 'is_local': False, 'name': 'Hush Baby, Hurry Slowly', 'track_id': '72eTbGnzmu9e5FsjSoy57j', 'track_number': 6, 'uri': 'spotify:track:72eTbGnzmu9e5FsjSoy57j', }), dict({ 'artists': list([ dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), ]), 'disc_number': 1, 'duration_ms': 198756, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7uAkVdp16PTpzx2HFfz96O', }), 'href': 'https://api.spotify.com/v1/tracks/7uAkVdp16PTpzx2HFfz96O', 'is_local': False, 'name': 'Fort Knox', 'track_id': '7uAkVdp16PTpzx2HFfz96O', 'track_number': 7, 'uri': 'spotify:track:7uAkVdp16PTpzx2HFfz96O', }), dict({ 'artists': list([ dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), ]), 'disc_number': 1, 'duration_ms': 161636, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4Qb0Oghb0nwsZ7rHV4yi2T', }), 'href': 'https://api.spotify.com/v1/tracks/4Qb0Oghb0nwsZ7rHV4yi2T', 'is_local': False, 'name': 'Thereโ€™s Always More That I Could Say', 'track_id': '4Qb0Oghb0nwsZ7rHV4yi2T', 'track_number': 8, 'uri': 'spotify:track:4Qb0Oghb0nwsZ7rHV4yi2T', }), dict({ 'artists': list([ dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), ]), 'disc_number': 1, 'duration_ms': 261219, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4MvmZRkUIDZMrn6T9ECiFu', }), 'href': 'https://api.spotify.com/v1/tracks/4MvmZRkUIDZMrn6T9ECiFu', 'is_local': False, 'name': 'Have You Heard This Song Before', 'track_id': '4MvmZRkUIDZMrn6T9ECiFu', 'track_number': 9, 'uri': 'spotify:track:4MvmZRkUIDZMrn6T9ECiFu', }), dict({ 'artists': list([ dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), ]), 'disc_number': 1, 'duration_ms': 212352, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4EdCYJlPARFqoQDBYPFY9A', }), 'href': 'https://api.spotify.com/v1/tracks/4EdCYJlPARFqoQDBYPFY9A', 'is_local': False, 'name': 'Eternal Sunshine', 'track_id': '4EdCYJlPARFqoQDBYPFY9A', 'track_number': 10, 'uri': 'spotify:track:4EdCYJlPARFqoQDBYPFY9A', }), ]), 'uri': 'spotify:album:37P2qivB9weEafn1Y2VeF8', }), }), dict({ 'added_at': datetime.datetime(2025, 10, 9, 22, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '37qGqumC22Ibkey11xnvHC', 'album_type': , 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2731ab02b6570ef64749f4557a4', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e021ab02b6570ef64749f4557a4', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048511ab02b6570ef64749f4557a4', 'width': 64, }), ]), 'name': 'Under The Covers, Vol. IV', 'release_date': '2025-10-10', 'release_date_precision': , 'total_tracks': 12, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 215775, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1yKw8iYZgzg15nAbrZORyF', }), 'href': 'https://api.spotify.com/v1/tracks/1yKw8iYZgzg15nAbrZORyF', 'is_local': False, 'name': 'The Power of Love', 'track_id': '1yKw8iYZgzg15nAbrZORyF', 'track_number': 1, 'uri': 'spotify:track:1yKw8iYZgzg15nAbrZORyF', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 226383, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3rRo6VIxlhm1ZJaMBfyeTl', }), 'href': 'https://api.spotify.com/v1/tracks/3rRo6VIxlhm1ZJaMBfyeTl', 'is_local': False, 'name': 'Just What I Needed', 'track_id': '3rRo6VIxlhm1ZJaMBfyeTl', 'track_number': 2, 'uri': 'spotify:track:3rRo6VIxlhm1ZJaMBfyeTl', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 289288, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6s1mVSOmPlv3qUOktjshpP', }), 'href': 'https://api.spotify.com/v1/tracks/6s1mVSOmPlv3qUOktjshpP', 'is_local': False, 'name': 'Rosanna', 'track_id': '6s1mVSOmPlv3qUOktjshpP', 'track_number': 3, 'uri': 'spotify:track:6s1mVSOmPlv3qUOktjshpP', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 273046, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/336Z6KZ0kXYaNBX0mJoHzy', }), 'href': 'https://api.spotify.com/v1/tracks/336Z6KZ0kXYaNBX0mJoHzy', 'is_local': False, 'name': "Don't You (Forget About Me)", 'track_id': '336Z6KZ0kXYaNBX0mJoHzy', 'track_number': 4, 'uri': 'spotify:track:336Z6KZ0kXYaNBX0mJoHzy', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 226283, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2HjeZ9kKEBN1BOjeAsIrNr', }), 'href': 'https://api.spotify.com/v1/tracks/2HjeZ9kKEBN1BOjeAsIrNr', 'is_local': False, 'name': 'Walk the Dinosaur', 'track_id': '2HjeZ9kKEBN1BOjeAsIrNr', 'track_number': 5, 'uri': 'spotify:track:2HjeZ9kKEBN1BOjeAsIrNr', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 217035, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5wwV3PvcLQO0XSBRlrjKrq', }), 'href': 'https://api.spotify.com/v1/tracks/5wwV3PvcLQO0XSBRlrjKrq', 'is_local': False, 'name': 'Alone', 'track_id': '5wwV3PvcLQO0XSBRlrjKrq', 'track_number': 6, 'uri': 'spotify:track:5wwV3PvcLQO0XSBRlrjKrq', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 208133, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2YwHAy6qJ9ziRQJA6WaZhy', }), 'href': 'https://api.spotify.com/v1/tracks/2YwHAy6qJ9ziRQJA6WaZhy', 'is_local': False, 'name': 'What a Fool Believes', 'track_id': '2YwHAy6qJ9ziRQJA6WaZhy', 'track_number': 7, 'uri': 'spotify:track:2YwHAy6qJ9ziRQJA6WaZhy', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 201082, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7qGkyuUNwlxVhczm70tRpG', }), 'href': 'https://api.spotify.com/v1/tracks/7qGkyuUNwlxVhczm70tRpG', 'is_local': False, 'name': 'Invisible Touch', 'track_id': '7qGkyuUNwlxVhczm70tRpG', 'track_number': 8, 'uri': 'spotify:track:7qGkyuUNwlxVhczm70tRpG', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 278562, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6nvpIkMrowN0GyW1RT9wkY', }), 'href': 'https://api.spotify.com/v1/tracks/6nvpIkMrowN0GyW1RT9wkY', 'is_local': False, 'name': "Can't Fight This Feeling", 'track_id': '6nvpIkMrowN0GyW1RT9wkY', 'track_number': 9, 'uri': 'spotify:track:6nvpIkMrowN0GyW1RT9wkY', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 252937, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3fqnfaOvNzKEO2dHlI7REr', }), 'href': 'https://api.spotify.com/v1/tracks/3fqnfaOvNzKEO2dHlI7REr', 'is_local': False, 'name': "Life's What You Make It", 'track_id': '3fqnfaOvNzKEO2dHlI7REr', 'track_number': 10, 'uri': 'spotify:track:3fqnfaOvNzKEO2dHlI7REr', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 201071, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0P8ZlN0PNMmpoi76mkDYqG', }), 'href': 'https://api.spotify.com/v1/tracks/0P8ZlN0PNMmpoi76mkDYqG', 'is_local': False, 'name': 'SOS', 'track_id': '0P8ZlN0PNMmpoi76mkDYqG', 'track_number': 11, 'uri': 'spotify:track:0P8ZlN0PNMmpoi76mkDYqG', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 286545, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6e8wyDGesxbluq8lYLtM5C', }), 'href': 'https://api.spotify.com/v1/tracks/6e8wyDGesxbluq8lYLtM5C', 'is_local': False, 'name': 'Hey Jude', 'track_id': '6e8wyDGesxbluq8lYLtM5C', 'track_number': 12, 'uri': 'spotify:track:6e8wyDGesxbluq8lYLtM5C', }), ]), 'uri': 'spotify:album:37qGqumC22Ibkey11xnvHC', }), }), dict({ 'added_at': datetime.datetime(2025, 9, 11, 22, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '1rSbjr5U9J9rQ9sE7RxHFl', 'album_type': , 'artists': list([ dict({ 'artist_id': '3oKRxpszQKUjjaHz388fVA', 'name': 'Parcels', 'uri': 'spotify:artist:3oKRxpszQKUjjaHz388fVA', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273d076abbd008ad3c6d65112eb', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02d076abbd008ad3c6d65112eb', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851d076abbd008ad3c6d65112eb', 'width': 64, }), ]), 'name': 'LOVED', 'release_date': '2025-09-12', 'release_date_precision': , 'total_tracks': 12, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '3oKRxpszQKUjjaHz388fVA', 'name': 'Parcels', 'uri': 'spotify:artist:3oKRxpszQKUjjaHz388fVA', }), ]), 'disc_number': 1, 'duration_ms': 245904, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7cSLD89y304ZvX4mVhYVfw', }), 'href': 'https://api.spotify.com/v1/tracks/7cSLD89y304ZvX4mVhYVfw', 'is_local': False, 'name': 'Tobeloved', 'track_id': '7cSLD89y304ZvX4mVhYVfw', 'track_number': 1, 'uri': 'spotify:track:7cSLD89y304ZvX4mVhYVfw', }), dict({ 'artists': list([ dict({ 'artist_id': '3oKRxpszQKUjjaHz388fVA', 'name': 'Parcels', 'uri': 'spotify:artist:3oKRxpszQKUjjaHz388fVA', }), ]), 'disc_number': 1, 'duration_ms': 241608, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6cjALjYTubXSbLRXrnCNgY', }), 'href': 'https://api.spotify.com/v1/tracks/6cjALjYTubXSbLRXrnCNgY', 'is_local': False, 'name': 'Ifyoucall', 'track_id': '6cjALjYTubXSbLRXrnCNgY', 'track_number': 2, 'uri': 'spotify:track:6cjALjYTubXSbLRXrnCNgY', }), dict({ 'artists': list([ dict({ 'artist_id': '3oKRxpszQKUjjaHz388fVA', 'name': 'Parcels', 'uri': 'spotify:artist:3oKRxpszQKUjjaHz388fVA', }), ]), 'disc_number': 1, 'duration_ms': 276347, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0k6WMNaYENiEhseD7MAi4N', }), 'href': 'https://api.spotify.com/v1/tracks/0k6WMNaYENiEhseD7MAi4N', 'is_local': False, 'name': 'Safeandsound', 'track_id': '0k6WMNaYENiEhseD7MAi4N', 'track_number': 3, 'uri': 'spotify:track:0k6WMNaYENiEhseD7MAi4N', }), dict({ 'artists': list([ dict({ 'artist_id': '3oKRxpszQKUjjaHz388fVA', 'name': 'Parcels', 'uri': 'spotify:artist:3oKRxpszQKUjjaHz388fVA', }), ]), 'disc_number': 1, 'duration_ms': 197703, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/02KWhwsDjIX8ZXgBgK9kOP', }), 'href': 'https://api.spotify.com/v1/tracks/02KWhwsDjIX8ZXgBgK9kOP', 'is_local': False, 'name': 'Sorry', 'track_id': '02KWhwsDjIX8ZXgBgK9kOP', 'track_number': 4, 'uri': 'spotify:track:02KWhwsDjIX8ZXgBgK9kOP', }), dict({ 'artists': list([ dict({ 'artist_id': '3oKRxpszQKUjjaHz388fVA', 'name': 'Parcels', 'uri': 'spotify:artist:3oKRxpszQKUjjaHz388fVA', }), ]), 'disc_number': 1, 'duration_ms': 183462, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1eGYO1RzVRdphhWT86DSr9', }), 'href': 'https://api.spotify.com/v1/tracks/1eGYO1RzVRdphhWT86DSr9', 'is_local': False, 'name': 'Yougotmefeeling', 'track_id': '1eGYO1RzVRdphhWT86DSr9', 'track_number': 5, 'uri': 'spotify:track:1eGYO1RzVRdphhWT86DSr9', }), dict({ 'artists': list([ dict({ 'artist_id': '3oKRxpszQKUjjaHz388fVA', 'name': 'Parcels', 'uri': 'spotify:artist:3oKRxpszQKUjjaHz388fVA', }), ]), 'disc_number': 1, 'duration_ms': 221343, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/07HZTpShoHhClfwKDEsvN5', }), 'href': 'https://api.spotify.com/v1/tracks/07HZTpShoHhClfwKDEsvN5', 'is_local': False, 'name': 'Leaves', 'track_id': '07HZTpShoHhClfwKDEsvN5', 'track_number': 6, 'uri': 'spotify:track:07HZTpShoHhClfwKDEsvN5', }), dict({ 'artists': list([ dict({ 'artist_id': '3oKRxpszQKUjjaHz388fVA', 'name': 'Parcels', 'uri': 'spotify:artist:3oKRxpszQKUjjaHz388fVA', }), ]), 'disc_number': 1, 'duration_ms': 218683, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0B36Bnz5XYl4plV4MpXSAg', }), 'href': 'https://api.spotify.com/v1/tracks/0B36Bnz5XYl4plV4MpXSAg', 'is_local': False, 'name': 'Everybodyelse', 'track_id': '0B36Bnz5XYl4plV4MpXSAg', 'track_number': 7, 'uri': 'spotify:track:0B36Bnz5XYl4plV4MpXSAg', }), dict({ 'artists': list([ dict({ 'artist_id': '3oKRxpszQKUjjaHz388fVA', 'name': 'Parcels', 'uri': 'spotify:artist:3oKRxpszQKUjjaHz388fVA', }), ]), 'disc_number': 1, 'duration_ms': 271047, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7r4NrHM4w6tJystfMbse4C', }), 'href': 'https://api.spotify.com/v1/tracks/7r4NrHM4w6tJystfMbse4C', 'is_local': False, 'name': 'Summerinlove', 'track_id': '7r4NrHM4w6tJystfMbse4C', 'track_number': 8, 'uri': 'spotify:track:7r4NrHM4w6tJystfMbse4C', }), dict({ 'artists': list([ dict({ 'artist_id': '3oKRxpszQKUjjaHz388fVA', 'name': 'Parcels', 'uri': 'spotify:artist:3oKRxpszQKUjjaHz388fVA', }), ]), 'disc_number': 1, 'duration_ms': 231490, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0NeYhtI2vLqaIpvYRQ7E5Y', }), 'href': 'https://api.spotify.com/v1/tracks/0NeYhtI2vLqaIpvYRQ7E5Y', 'is_local': False, 'name': 'Leaveyourlove', 'track_id': '0NeYhtI2vLqaIpvYRQ7E5Y', 'track_number': 9, 'uri': 'spotify:track:0NeYhtI2vLqaIpvYRQ7E5Y', }), dict({ 'artists': list([ dict({ 'artist_id': '3oKRxpszQKUjjaHz388fVA', 'name': 'Parcels', 'uri': 'spotify:artist:3oKRxpszQKUjjaHz388fVA', }), ]), 'disc_number': 1, 'duration_ms': 171575, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7hiuxAwDEBlEil538YGffi', }), 'href': 'https://api.spotify.com/v1/tracks/7hiuxAwDEBlEil538YGffi', 'is_local': False, 'name': 'Thinkaboutit', 'track_id': '7hiuxAwDEBlEil538YGffi', 'track_number': 10, 'uri': 'spotify:track:7hiuxAwDEBlEil538YGffi', }), dict({ 'artists': list([ dict({ 'artist_id': '3oKRxpszQKUjjaHz388fVA', 'name': 'Parcels', 'uri': 'spotify:artist:3oKRxpszQKUjjaHz388fVA', }), ]), 'disc_number': 1, 'duration_ms': 191925, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1Ded9EOaAthYQVOs9MwtCp', }), 'href': 'https://api.spotify.com/v1/tracks/1Ded9EOaAthYQVOs9MwtCp', 'is_local': False, 'name': 'Finallyover', 'track_id': '1Ded9EOaAthYQVOs9MwtCp', 'track_number': 11, 'uri': 'spotify:track:1Ded9EOaAthYQVOs9MwtCp', }), dict({ 'artists': list([ dict({ 'artist_id': '3oKRxpszQKUjjaHz388fVA', 'name': 'Parcels', 'uri': 'spotify:artist:3oKRxpszQKUjjaHz388fVA', }), ]), 'disc_number': 1, 'duration_ms': 302895, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4LpNkTXEHMktM6cj6DV12i', }), 'href': 'https://api.spotify.com/v1/tracks/4LpNkTXEHMktM6cj6DV12i', 'is_local': False, 'name': 'Iwanttobeyourlightagain', 'track_id': '4LpNkTXEHMktM6cj6DV12i', 'track_number': 12, 'uri': 'spotify:track:4LpNkTXEHMktM6cj6DV12i', }), ]), 'uri': 'spotify:album:1rSbjr5U9J9rQ9sE7RxHFl', }), }), dict({ 'added_at': datetime.datetime(2025, 6, 5, 11, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '3My0taql4cY6yHpY1bZILJ', 'album_type': , 'artists': list([ dict({ 'artist_id': '2x7EATekOPhFGRx3syMGEC', 'name': 'The Knocks', 'uri': 'spotify:artist:2x7EATekOPhFGRx3syMGEC', }), dict({ 'artist_id': '4GLJPBj5Cdr9AgLKvLWM4n', 'name': 'Dragonette', 'uri': 'spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273c4d3f5ed3a7a2f3e8854e76c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02c4d3f5ed3a7a2f3e8854e76c', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851c4d3f5ed3a7a2f3e8854e76c', 'width': 64, }), ]), 'name': 'Revelation', 'release_date': '2025-06-06', 'release_date_precision': , 'total_tracks': 9, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '2x7EATekOPhFGRx3syMGEC', 'name': 'The Knocks', 'uri': 'spotify:artist:2x7EATekOPhFGRx3syMGEC', }), dict({ 'artist_id': '4GLJPBj5Cdr9AgLKvLWM4n', 'name': 'Dragonette', 'uri': 'spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n', }), ]), 'disc_number': 1, 'duration_ms': 253862, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6TCOOuqsger70LEZUXGrFG', }), 'href': 'https://api.spotify.com/v1/tracks/6TCOOuqsger70LEZUXGrFG', 'is_local': False, 'name': 'Revelation', 'track_id': '6TCOOuqsger70LEZUXGrFG', 'track_number': 1, 'uri': 'spotify:track:6TCOOuqsger70LEZUXGrFG', }), dict({ 'artists': list([ dict({ 'artist_id': '2x7EATekOPhFGRx3syMGEC', 'name': 'The Knocks', 'uri': 'spotify:artist:2x7EATekOPhFGRx3syMGEC', }), dict({ 'artist_id': '4GLJPBj5Cdr9AgLKvLWM4n', 'name': 'Dragonette', 'uri': 'spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n', }), ]), 'disc_number': 1, 'duration_ms': 205611, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0Upay8wgPd30hQPjeWXHOC', }), 'href': 'https://api.spotify.com/v1/tracks/0Upay8wgPd30hQPjeWXHOC', 'is_local': False, 'name': 'Love Me Alive', 'track_id': '0Upay8wgPd30hQPjeWXHOC', 'track_number': 2, 'uri': 'spotify:track:0Upay8wgPd30hQPjeWXHOC', }), dict({ 'artists': list([ dict({ 'artist_id': '2x7EATekOPhFGRx3syMGEC', 'name': 'The Knocks', 'uri': 'spotify:artist:2x7EATekOPhFGRx3syMGEC', }), dict({ 'artist_id': '4GLJPBj5Cdr9AgLKvLWM4n', 'name': 'Dragonette', 'uri': 'spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n', }), ]), 'disc_number': 1, 'duration_ms': 161862, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5eX3Laj9b0V3HjkEBwrXmq', }), 'href': 'https://api.spotify.com/v1/tracks/5eX3Laj9b0V3HjkEBwrXmq', 'is_local': False, 'name': 'Foolish Pleasure', 'track_id': '5eX3Laj9b0V3HjkEBwrXmq', 'track_number': 3, 'uri': 'spotify:track:5eX3Laj9b0V3HjkEBwrXmq', }), dict({ 'artists': list([ dict({ 'artist_id': '2x7EATekOPhFGRx3syMGEC', 'name': 'The Knocks', 'uri': 'spotify:artist:2x7EATekOPhFGRx3syMGEC', }), dict({ 'artist_id': '4GLJPBj5Cdr9AgLKvLWM4n', 'name': 'Dragonette', 'uri': 'spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n', }), ]), 'disc_number': 1, 'duration_ms': 227493, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6yE7Ch3CLPFvMl9m9ZqAYK', }), 'href': 'https://api.spotify.com/v1/tracks/6yE7Ch3CLPFvMl9m9ZqAYK', 'is_local': False, 'name': 'The Hero', 'track_id': '6yE7Ch3CLPFvMl9m9ZqAYK', 'track_number': 4, 'uri': 'spotify:track:6yE7Ch3CLPFvMl9m9ZqAYK', }), dict({ 'artists': list([ dict({ 'artist_id': '2x7EATekOPhFGRx3syMGEC', 'name': 'The Knocks', 'uri': 'spotify:artist:2x7EATekOPhFGRx3syMGEC', }), dict({ 'artist_id': '4GLJPBj5Cdr9AgLKvLWM4n', 'name': 'Dragonette', 'uri': 'spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n', }), ]), 'disc_number': 1, 'duration_ms': 85001, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1OZ2Fh8I2xKWgQgk9DNi6L', }), 'href': 'https://api.spotify.com/v1/tracks/1OZ2Fh8I2xKWgQgk9DNi6L', 'is_local': False, 'name': 'Keynote', 'track_id': '1OZ2Fh8I2xKWgQgk9DNi6L', 'track_number': 5, 'uri': 'spotify:track:1OZ2Fh8I2xKWgQgk9DNi6L', }), dict({ 'artists': list([ dict({ 'artist_id': '2x7EATekOPhFGRx3syMGEC', 'name': 'The Knocks', 'uri': 'spotify:artist:2x7EATekOPhFGRx3syMGEC', }), dict({ 'artist_id': '4GLJPBj5Cdr9AgLKvLWM4n', 'name': 'Dragonette', 'uri': 'spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n', }), ]), 'disc_number': 1, 'duration_ms': 198496, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/12txrzwhdCu0DhlEMrKBxw', }), 'href': 'https://api.spotify.com/v1/tracks/12txrzwhdCu0DhlEMrKBxw', 'is_local': False, 'name': 'Friday Night', 'track_id': '12txrzwhdCu0DhlEMrKBxw', 'track_number': 6, 'uri': 'spotify:track:12txrzwhdCu0DhlEMrKBxw', }), dict({ 'artists': list([ dict({ 'artist_id': '2x7EATekOPhFGRx3syMGEC', 'name': 'The Knocks', 'uri': 'spotify:artist:2x7EATekOPhFGRx3syMGEC', }), dict({ 'artist_id': '4GLJPBj5Cdr9AgLKvLWM4n', 'name': 'Dragonette', 'uri': 'spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n', }), ]), 'disc_number': 1, 'duration_ms': 189347, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4wjxlsdGrze9UxCWngBfHS', }), 'href': 'https://api.spotify.com/v1/tracks/4wjxlsdGrze9UxCWngBfHS', 'is_local': False, 'name': 'Dreams', 'track_id': '4wjxlsdGrze9UxCWngBfHS', 'track_number': 7, 'uri': 'spotify:track:4wjxlsdGrze9UxCWngBfHS', }), dict({ 'artists': list([ dict({ 'artist_id': '2x7EATekOPhFGRx3syMGEC', 'name': 'The Knocks', 'uri': 'spotify:artist:2x7EATekOPhFGRx3syMGEC', }), dict({ 'artist_id': '4GLJPBj5Cdr9AgLKvLWM4n', 'name': 'Dragonette', 'uri': 'spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n', }), ]), 'disc_number': 1, 'duration_ms': 201440, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/60wP1IkIYps6MS3tS6Usl3', }), 'href': 'https://api.spotify.com/v1/tracks/60wP1IkIYps6MS3tS6Usl3', 'is_local': False, 'name': 'Thorn', 'track_id': '60wP1IkIYps6MS3tS6Usl3', 'track_number': 8, 'uri': 'spotify:track:60wP1IkIYps6MS3tS6Usl3', }), dict({ 'artists': list([ dict({ 'artist_id': '2x7EATekOPhFGRx3syMGEC', 'name': 'The Knocks', 'uri': 'spotify:artist:2x7EATekOPhFGRx3syMGEC', }), dict({ 'artist_id': '4GLJPBj5Cdr9AgLKvLWM4n', 'name': 'Dragonette', 'uri': 'spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n', }), ]), 'disc_number': 1, 'duration_ms': 181645, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/63GJGxmjnfkBkdqgbH7gE2', }), 'href': 'https://api.spotify.com/v1/tracks/63GJGxmjnfkBkdqgbH7gE2', 'is_local': False, 'name': 'Let My Love Open The Door', 'track_id': '63GJGxmjnfkBkdqgbH7gE2', 'track_number': 9, 'uri': 'spotify:track:63GJGxmjnfkBkdqgbH7gE2', }), ]), 'uri': 'spotify:album:3My0taql4cY6yHpY1bZILJ', }), }), dict({ 'added_at': datetime.datetime(2025, 6, 2, 10, 11, 4, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '78Wcqh7ygPyANYSd8kn5PG', 'album_type': , 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273a2e2bfe27469ef8067aa4560', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02a2e2bfe27469ef8067aa4560', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851a2e2bfe27469ef8067aa4560', 'width': 64, }), ]), 'name': 'BittersรผรŸ (Baller Deluxe)', 'release_date': '2025-05-16', 'release_date_precision': , 'total_tracks': 25, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 212893, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4yDBSqz5fHkR1uZBEdMu4C', }), 'href': 'https://api.spotify.com/v1/tracks/4yDBSqz5fHkR1uZBEdMu4C', 'is_local': False, 'name': 'Parallele Linien', 'track_id': '4yDBSqz5fHkR1uZBEdMu4C', 'track_number': 1, 'uri': 'spotify:track:4yDBSqz5fHkR1uZBEdMu4C', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 150521, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3P4p3ihEEV63gnXh1QYbHu', }), 'href': 'https://api.spotify.com/v1/tracks/3P4p3ihEEV63gnXh1QYbHu', 'is_local': False, 'name': 'Psst', 'track_id': '3P4p3ihEEV63gnXh1QYbHu', 'track_number': 2, 'uri': 'spotify:track:3P4p3ihEEV63gnXh1QYbHu', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 174933, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7Dck7yNBesHT3bINWqGuJj', }), 'href': 'https://api.spotify.com/v1/tracks/7Dck7yNBesHT3bINWqGuJj', 'is_local': False, 'name': 'Engel in Jeans', 'track_id': '7Dck7yNBesHT3bINWqGuJj', 'track_number': 3, 'uri': 'spotify:track:7Dck7yNBesHT3bINWqGuJj', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 140526, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1wGXOlPZRHL2BxOwHCggFz', }), 'href': 'https://api.spotify.com/v1/tracks/1wGXOlPZRHL2BxOwHCggFz', 'is_local': False, 'name': 'Coco Taxi', 'track_id': '1wGXOlPZRHL2BxOwHCggFz', 'track_number': 4, 'uri': 'spotify:track:1wGXOlPZRHL2BxOwHCggFz', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 149011, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7cRv3ualjFncyPnjM5hzXw', }), 'href': 'https://api.spotify.com/v1/tracks/7cRv3ualjFncyPnjM5hzXw', 'is_local': False, 'name': 'Seifenblasen', 'track_id': '7cRv3ualjFncyPnjM5hzXw', 'track_number': 5, 'uri': 'spotify:track:7cRv3ualjFncyPnjM5hzXw', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 141078, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1QhASlLdyCTimVl2b0jQZ1', }), 'href': 'https://api.spotify.com/v1/tracks/1QhASlLdyCTimVl2b0jQZ1', 'is_local': False, 'name': 'Mama', 'track_id': '1QhASlLdyCTimVl2b0jQZ1', 'track_number': 6, 'uri': 'spotify:track:1QhASlLdyCTimVl2b0jQZ1', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 182200, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5QSHWxxZRZFTUgwjMl3enO', }), 'href': 'https://api.spotify.com/v1/tracks/5QSHWxxZRZFTUgwjMl3enO', 'is_local': False, 'name': 'Babylon', 'track_id': '5QSHWxxZRZFTUgwjMl3enO', 'track_number': 7, 'uri': 'spotify:track:5QSHWxxZRZFTUgwjMl3enO', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 155876, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/36wvHXuSxjcFFrUYQ7p651', }), 'href': 'https://api.spotify.com/v1/tracks/36wvHXuSxjcFFrUYQ7p651', 'is_local': False, 'name': 'Guess What I Like', 'track_id': '36wvHXuSxjcFFrUYQ7p651', 'track_number': 8, 'uri': 'spotify:track:36wvHXuSxjcFFrUYQ7p651', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 151893, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7uX5nGsuQtviIx5bbGK2c2', }), 'href': 'https://api.spotify.com/v1/tracks/7uX5nGsuQtviIx5bbGK2c2', 'is_local': False, 'name': 'Katana', 'track_id': '7uX5nGsuQtviIx5bbGK2c2', 'track_number': 9, 'uri': 'spotify:track:7uX5nGsuQtviIx5bbGK2c2', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 139800, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/265NTGkEQbGThMjjcvhwfS', }), 'href': 'https://api.spotify.com/v1/tracks/265NTGkEQbGThMjjcvhwfS', 'is_local': False, 'name': 'Mona Lisa', 'track_id': '265NTGkEQbGThMjjcvhwfS', 'track_number': 10, 'uri': 'spotify:track:265NTGkEQbGThMjjcvhwfS', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 183893, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7a4s38cE2CYh6qAtWWiMcs', }), 'href': 'https://api.spotify.com/v1/tracks/7a4s38cE2CYh6qAtWWiMcs', 'is_local': False, 'name': 'Winnetou', 'track_id': '7a4s38cE2CYh6qAtWWiMcs', 'track_number': 11, 'uri': 'spotify:track:7a4s38cE2CYh6qAtWWiMcs', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 159493, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/08HAsedFOMxs7NETNXPZ3K', }), 'href': 'https://api.spotify.com/v1/tracks/08HAsedFOMxs7NETNXPZ3K', 'is_local': False, 'name': 'Baller', 'track_id': '08HAsedFOMxs7NETNXPZ3K', 'track_number': 12, 'uri': 'spotify:track:08HAsedFOMxs7NETNXPZ3K', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 152560, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1xGvgqekFRzNkgAtKsHXu8', }), 'href': 'https://api.spotify.com/v1/tracks/1xGvgqekFRzNkgAtKsHXu8', 'is_local': False, 'name': 'Tan Lines', 'track_id': '1xGvgqekFRzNkgAtKsHXu8', 'track_number': 13, 'uri': 'spotify:track:1xGvgqekFRzNkgAtKsHXu8', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 136557, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0VYrYHPDPVv0fjdojYEMAc', }), 'href': 'https://api.spotify.com/v1/tracks/0VYrYHPDPVv0fjdojYEMAc', 'is_local': False, 'name': 'Kรผsschen', 'track_id': '0VYrYHPDPVv0fjdojYEMAc', 'track_number': 14, 'uri': 'spotify:track:0VYrYHPDPVv0fjdojYEMAc', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 171346, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5vn3t4X7Q8rCAa5Lfd07XW', }), 'href': 'https://api.spotify.com/v1/tracks/5vn3t4X7Q8rCAa5Lfd07XW', 'is_local': False, 'name': 'Karussell', 'track_id': '5vn3t4X7Q8rCAa5Lfd07XW', 'track_number': 15, 'uri': 'spotify:track:5vn3t4X7Q8rCAa5Lfd07XW', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 202224, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4KyZHk9EM6CXGrKeI26ihf', }), 'href': 'https://api.spotify.com/v1/tracks/4KyZHk9EM6CXGrKeI26ihf', 'is_local': False, 'name': 'Songs gehasst', 'track_id': '4KyZHk9EM6CXGrKeI26ihf', 'track_number': 16, 'uri': 'spotify:track:4KyZHk9EM6CXGrKeI26ihf', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 175986, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3DTGOe9oWi4NwNNF8jeQt0', }), 'href': 'https://api.spotify.com/v1/tracks/3DTGOe9oWi4NwNNF8jeQt0', 'is_local': False, 'name': 'Rotkรคppchen', 'track_id': '3DTGOe9oWi4NwNNF8jeQt0', 'track_number': 17, 'uri': 'spotify:track:3DTGOe9oWi4NwNNF8jeQt0', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 144880, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2yhWwMSeUzFJiQcca4mdbh', }), 'href': 'https://api.spotify.com/v1/tracks/2yhWwMSeUzFJiQcca4mdbh', 'is_local': False, 'name': 'Winnetou - Acoustic Version', 'track_id': '2yhWwMSeUzFJiQcca4mdbh', 'track_number': 18, 'uri': 'spotify:track:2yhWwMSeUzFJiQcca4mdbh', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 186466, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4IitBXra1xiNAFqYU1YFp8', }), 'href': 'https://api.spotify.com/v1/tracks/4IitBXra1xiNAFqYU1YFp8', 'is_local': False, 'name': 'Parallele Linien - Acoustic Version', 'track_id': '4IitBXra1xiNAFqYU1YFp8', 'track_number': 19, 'uri': 'spotify:track:4IitBXra1xiNAFqYU1YFp8', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 221586, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1slJAXwnqcsjbf3dvSK3ZI', }), 'href': 'https://api.spotify.com/v1/tracks/1slJAXwnqcsjbf3dvSK3ZI', 'is_local': False, 'name': 'Baller - Acoustic Version', 'track_id': '1slJAXwnqcsjbf3dvSK3ZI', 'track_number': 20, 'uri': 'spotify:track:1slJAXwnqcsjbf3dvSK3ZI', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 219560, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5OEn3AZguWzPiz7PaxgfJI', }), 'href': 'https://api.spotify.com/v1/tracks/5OEn3AZguWzPiz7PaxgfJI', 'is_local': False, 'name': 'Baller - Acoustic Hungarian Version', 'track_id': '5OEn3AZguWzPiz7PaxgfJI', 'track_number': 21, 'uri': 'spotify:track:5OEn3AZguWzPiz7PaxgfJI', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 180000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7eXtpvQa9PEF7d2I3PnECW', }), 'href': 'https://api.spotify.com/v1/tracks/7eXtpvQa9PEF7d2I3PnECW', 'is_local': False, 'name': 'Baller - Eurovision Mix', 'track_id': '7eXtpvQa9PEF7d2I3PnECW', 'track_number': 22, 'uri': 'spotify:track:7eXtpvQa9PEF7d2I3PnECW', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 158933, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6Cyi6njkifIohvyFNKZivX', }), 'href': 'https://api.spotify.com/v1/tracks/6Cyi6njkifIohvyFNKZivX', 'is_local': False, 'name': 'Baller - Karaoke Version', 'track_id': '6Cyi6njkifIohvyFNKZivX', 'track_number': 23, 'uri': 'spotify:track:6Cyi6njkifIohvyFNKZivX', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 175626, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0Dv67yeONf1kE0qHQim1bR', }), 'href': 'https://api.spotify.com/v1/tracks/0Dv67yeONf1kE0qHQim1bR', 'is_local': False, 'name': 'Baller - Abor Remix', 'track_id': '0Dv67yeONf1kE0qHQim1bR', 'track_number': 24, 'uri': 'spotify:track:0Dv67yeONf1kE0qHQim1bR', }), dict({ 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), dict({ 'artist_id': '5wxw2CQKTIOSkPFJbTYVzl', 'name': 'nowifi', 'uri': 'spotify:artist:5wxw2CQKTIOSkPFJbTYVzl', }), ]), 'disc_number': 1, 'duration_ms': 167183, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1v7J9ZAxKqbuLpvMciORtw', }), 'href': 'https://api.spotify.com/v1/tracks/1v7J9ZAxKqbuLpvMciORtw', 'is_local': False, 'name': 'Baller - nowifi Remix', 'track_id': '1v7J9ZAxKqbuLpvMciORtw', 'track_number': 25, 'uri': 'spotify:track:1v7J9ZAxKqbuLpvMciORtw', }), ]), 'uri': 'spotify:album:78Wcqh7ygPyANYSd8kn5PG', }), }), dict({ 'added_at': datetime.datetime(2025, 4, 24, 11, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '4zWfJm5YZnk7ML3mRRi0Xo', 'album_type': , 'artists': list([ dict({ 'artist_id': '2z6JjrrJKNLilqlx8mlxcc', 'name': 'Litany', 'uri': 'spotify:artist:2z6JjrrJKNLilqlx8mlxcc', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273818831d1d40b4b5a53a70714', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02818831d1d40b4b5a53a70714', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851818831d1d40b4b5a53a70714', 'width': 64, }), ]), 'name': 'Sadgirl', 'release_date': '2025-04-25', 'release_date_precision': , 'total_tracks': 11, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '2z6JjrrJKNLilqlx8mlxcc', 'name': 'Litany', 'uri': 'spotify:artist:2z6JjrrJKNLilqlx8mlxcc', }), ]), 'disc_number': 1, 'duration_ms': 173197, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3jowQzeDQU4dIAKQg7ahXh', }), 'href': 'https://api.spotify.com/v1/tracks/3jowQzeDQU4dIAKQg7ahXh', 'is_local': False, 'name': 'Vertigo', 'track_id': '3jowQzeDQU4dIAKQg7ahXh', 'track_number': 1, 'uri': 'spotify:track:3jowQzeDQU4dIAKQg7ahXh', }), dict({ 'artists': list([ dict({ 'artist_id': '2z6JjrrJKNLilqlx8mlxcc', 'name': 'Litany', 'uri': 'spotify:artist:2z6JjrrJKNLilqlx8mlxcc', }), ]), 'disc_number': 1, 'duration_ms': 168837, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5f2nYBpaCRJ7rFUplXbn3g', }), 'href': 'https://api.spotify.com/v1/tracks/5f2nYBpaCRJ7rFUplXbn3g', 'is_local': False, 'name': 'Sadgirl', 'track_id': '5f2nYBpaCRJ7rFUplXbn3g', 'track_number': 2, 'uri': 'spotify:track:5f2nYBpaCRJ7rFUplXbn3g', }), dict({ 'artists': list([ dict({ 'artist_id': '2z6JjrrJKNLilqlx8mlxcc', 'name': 'Litany', 'uri': 'spotify:artist:2z6JjrrJKNLilqlx8mlxcc', }), ]), 'disc_number': 1, 'duration_ms': 169015, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7CCwnjE3M1Xe9Jo95my7nh', }), 'href': 'https://api.spotify.com/v1/tracks/7CCwnjE3M1Xe9Jo95my7nh', 'is_local': False, 'name': 'Jelly Tot', 'track_id': '7CCwnjE3M1Xe9Jo95my7nh', 'track_number': 3, 'uri': 'spotify:track:7CCwnjE3M1Xe9Jo95my7nh', }), dict({ 'artists': list([ dict({ 'artist_id': '2z6JjrrJKNLilqlx8mlxcc', 'name': 'Litany', 'uri': 'spotify:artist:2z6JjrrJKNLilqlx8mlxcc', }), dict({ 'artist_id': '6NvsbUgzHkjZK3ZUEWui41', 'name': 'Kai Bosch', 'uri': 'spotify:artist:6NvsbUgzHkjZK3ZUEWui41', }), ]), 'disc_number': 1, 'duration_ms': 185240, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3BpnmRfLj1jmc3yGl2VnsU', }), 'href': 'https://api.spotify.com/v1/tracks/3BpnmRfLj1jmc3yGl2VnsU', 'is_local': False, 'name': 'Hello, Anxiety', 'track_id': '3BpnmRfLj1jmc3yGl2VnsU', 'track_number': 4, 'uri': 'spotify:track:3BpnmRfLj1jmc3yGl2VnsU', }), dict({ 'artists': list([ dict({ 'artist_id': '2z6JjrrJKNLilqlx8mlxcc', 'name': 'Litany', 'uri': 'spotify:artist:2z6JjrrJKNLilqlx8mlxcc', }), ]), 'disc_number': 1, 'duration_ms': 131641, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5hCKmWQaypyWXpUrkN1V43', }), 'href': 'https://api.spotify.com/v1/tracks/5hCKmWQaypyWXpUrkN1V43', 'is_local': False, 'name': 'I Need a Man', 'track_id': '5hCKmWQaypyWXpUrkN1V43', 'track_number': 5, 'uri': 'spotify:track:5hCKmWQaypyWXpUrkN1V43', }), dict({ 'artists': list([ dict({ 'artist_id': '2z6JjrrJKNLilqlx8mlxcc', 'name': 'Litany', 'uri': 'spotify:artist:2z6JjrrJKNLilqlx8mlxcc', }), ]), 'disc_number': 1, 'duration_ms': 195192, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7aDc1BsrCR6qArZ5opHGSB', }), 'href': 'https://api.spotify.com/v1/tracks/7aDc1BsrCR6qArZ5opHGSB', 'is_local': False, 'name': 'Liar Liar', 'track_id': '7aDc1BsrCR6qArZ5opHGSB', 'track_number': 6, 'uri': 'spotify:track:7aDc1BsrCR6qArZ5opHGSB', }), dict({ 'artists': list([ dict({ 'artist_id': '2z6JjrrJKNLilqlx8mlxcc', 'name': 'Litany', 'uri': 'spotify:artist:2z6JjrrJKNLilqlx8mlxcc', }), ]), 'disc_number': 1, 'duration_ms': 220948, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1GtFbMSPJV0cr7P7T51tou', }), 'href': 'https://api.spotify.com/v1/tracks/1GtFbMSPJV0cr7P7T51tou', 'is_local': False, 'name': 'Kingpin', 'track_id': '1GtFbMSPJV0cr7P7T51tou', 'track_number': 7, 'uri': 'spotify:track:1GtFbMSPJV0cr7P7T51tou', }), dict({ 'artists': list([ dict({ 'artist_id': '2z6JjrrJKNLilqlx8mlxcc', 'name': 'Litany', 'uri': 'spotify:artist:2z6JjrrJKNLilqlx8mlxcc', }), ]), 'disc_number': 1, 'duration_ms': 189183, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1YI5taPXjg9yX8DdjTcNxT', }), 'href': 'https://api.spotify.com/v1/tracks/1YI5taPXjg9yX8DdjTcNxT', 'is_local': False, 'name': 'Future Us', 'track_id': '1YI5taPXjg9yX8DdjTcNxT', 'track_number': 8, 'uri': 'spotify:track:1YI5taPXjg9yX8DdjTcNxT', }), dict({ 'artists': list([ dict({ 'artist_id': '2z6JjrrJKNLilqlx8mlxcc', 'name': 'Litany', 'uri': 'spotify:artist:2z6JjrrJKNLilqlx8mlxcc', }), ]), 'disc_number': 1, 'duration_ms': 172079, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7gdDCxXKSLh1hFI95rQtfs', }), 'href': 'https://api.spotify.com/v1/tracks/7gdDCxXKSLh1hFI95rQtfs', 'is_local': False, 'name': 'American Dream', 'track_id': '7gdDCxXKSLh1hFI95rQtfs', 'track_number': 9, 'uri': 'spotify:track:7gdDCxXKSLh1hFI95rQtfs', }), dict({ 'artists': list([ dict({ 'artist_id': '2z6JjrrJKNLilqlx8mlxcc', 'name': 'Litany', 'uri': 'spotify:artist:2z6JjrrJKNLilqlx8mlxcc', }), ]), 'disc_number': 1, 'duration_ms': 190568, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6GqOX1HgsKNF3tNa7mO1Sa', }), 'href': 'https://api.spotify.com/v1/tracks/6GqOX1HgsKNF3tNa7mO1Sa', 'is_local': False, 'name': 'Jean (Two Ships)', 'track_id': '6GqOX1HgsKNF3tNa7mO1Sa', 'track_number': 10, 'uri': 'spotify:track:6GqOX1HgsKNF3tNa7mO1Sa', }), dict({ 'artists': list([ dict({ 'artist_id': '2z6JjrrJKNLilqlx8mlxcc', 'name': 'Litany', 'uri': 'spotify:artist:2z6JjrrJKNLilqlx8mlxcc', }), ]), 'disc_number': 1, 'duration_ms': 197739, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/38TssrSNLgbJXidJ07VtFl', }), 'href': 'https://api.spotify.com/v1/tracks/38TssrSNLgbJXidJ07VtFl', 'is_local': False, 'name': 'Alright', 'track_id': '38TssrSNLgbJXidJ07VtFl', 'track_number': 11, 'uri': 'spotify:track:38TssrSNLgbJXidJ07VtFl', }), ]), 'uri': 'spotify:album:4zWfJm5YZnk7ML3mRRi0Xo', }), }), dict({ 'added_at': datetime.datetime(2024, 10, 17, 22, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '6mEZu9pcOyIcUSmWTofkaj', 'album_type': , 'artists': list([ dict({ 'artist_id': '0RwXnFrEoI8tltFvYpJgP6', 'name': 'Confidence Man', 'uri': 'spotify:artist:0RwXnFrEoI8tltFvYpJgP6', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273eb7e716f9775588178a8abe5', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02eb7e716f9775588178a8abe5', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851eb7e716f9775588178a8abe5', 'width': 64, }), ]), 'name': '3AM (LA LA LA)', 'release_date': '2024-10-18', 'release_date_precision': , 'total_tracks': 12, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '0RwXnFrEoI8tltFvYpJgP6', 'name': 'Confidence Man', 'uri': 'spotify:artist:0RwXnFrEoI8tltFvYpJgP6', }), ]), 'disc_number': 1, 'duration_ms': 215221, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1qVq8dBvDdpz6WhZcaGxy5', }), 'href': 'https://api.spotify.com/v1/tracks/1qVq8dBvDdpz6WhZcaGxy5', 'is_local': False, 'name': 'WHO KNOWS WHAT YOUโ€™LL FIND?', 'track_id': '1qVq8dBvDdpz6WhZcaGxy5', 'track_number': 1, 'uri': 'spotify:track:1qVq8dBvDdpz6WhZcaGxy5', }), dict({ 'artists': list([ dict({ 'artist_id': '0RwXnFrEoI8tltFvYpJgP6', 'name': 'Confidence Man', 'uri': 'spotify:artist:0RwXnFrEoI8tltFvYpJgP6', }), ]), 'disc_number': 1, 'duration_ms': 155343, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4LJOC3L3wmOqX7jxC7DNTb', }), 'href': 'https://api.spotify.com/v1/tracks/4LJOC3L3wmOqX7jxC7DNTb', 'is_local': False, 'name': 'I CANโ€™T LOSE YOU', 'track_id': '4LJOC3L3wmOqX7jxC7DNTb', 'track_number': 2, 'uri': 'spotify:track:4LJOC3L3wmOqX7jxC7DNTb', }), dict({ 'artists': list([ dict({ 'artist_id': '0RwXnFrEoI8tltFvYpJgP6', 'name': 'Confidence Man', 'uri': 'spotify:artist:0RwXnFrEoI8tltFvYpJgP6', }), ]), 'disc_number': 1, 'duration_ms': 224833, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0dIwVz7r4zpaZ3Yw2nU5We', }), 'href': 'https://api.spotify.com/v1/tracks/0dIwVz7r4zpaZ3Yw2nU5We', 'is_local': False, 'name': 'CONTROL', 'track_id': '0dIwVz7r4zpaZ3Yw2nU5We', 'track_number': 3, 'uri': 'spotify:track:0dIwVz7r4zpaZ3Yw2nU5We', }), dict({ 'artists': list([ dict({ 'artist_id': '0RwXnFrEoI8tltFvYpJgP6', 'name': 'Confidence Man', 'uri': 'spotify:artist:0RwXnFrEoI8tltFvYpJgP6', }), ]), 'disc_number': 1, 'duration_ms': 195929, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6ZmKtSbuCPrRWhrMltR3Pc', }), 'href': 'https://api.spotify.com/v1/tracks/6ZmKtSbuCPrRWhrMltR3Pc', 'is_local': False, 'name': 'SO WHAT', 'track_id': '6ZmKtSbuCPrRWhrMltR3Pc', 'track_number': 4, 'uri': 'spotify:track:6ZmKtSbuCPrRWhrMltR3Pc', }), dict({ 'artists': list([ dict({ 'artist_id': '0RwXnFrEoI8tltFvYpJgP6', 'name': 'Confidence Man', 'uri': 'spotify:artist:0RwXnFrEoI8tltFvYpJgP6', }), ]), 'disc_number': 1, 'duration_ms': 213794, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1s4f5ImHiBmm9OzgGRSLw3', }), 'href': 'https://api.spotify.com/v1/tracks/1s4f5ImHiBmm9OzgGRSLw3', 'is_local': False, 'name': 'BREAKBEAT', 'track_id': '1s4f5ImHiBmm9OzgGRSLw3', 'track_number': 5, 'uri': 'spotify:track:1s4f5ImHiBmm9OzgGRSLw3', }), dict({ 'artists': list([ dict({ 'artist_id': '0RwXnFrEoI8tltFvYpJgP6', 'name': 'Confidence Man', 'uri': 'spotify:artist:0RwXnFrEoI8tltFvYpJgP6', }), ]), 'disc_number': 1, 'duration_ms': 379101, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/07Znaf6hyuAoxiqPXYC58L', }), 'href': 'https://api.spotify.com/v1/tracks/07Znaf6hyuAoxiqPXYC58L', 'is_local': False, 'name': 'SICKO', 'track_id': '07Znaf6hyuAoxiqPXYC58L', 'track_number': 6, 'uri': 'spotify:track:07Znaf6hyuAoxiqPXYC58L', }), dict({ 'artists': list([ dict({ 'artist_id': '0RwXnFrEoI8tltFvYpJgP6', 'name': 'Confidence Man', 'uri': 'spotify:artist:0RwXnFrEoI8tltFvYpJgP6', }), dict({ 'artist_id': '0iUw5KL7NRlfKK3tZJNK9b', 'name': 'Sweetie Irie', 'uri': 'spotify:artist:0iUw5KL7NRlfKK3tZJNK9b', }), ]), 'disc_number': 1, 'duration_ms': 251537, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3PISUiCZILLzJJSp3c3GhE', }), 'href': 'https://api.spotify.com/v1/tracks/3PISUiCZILLzJJSp3c3GhE', 'is_local': False, 'name': 'REAL MOVE TOUCH', 'track_id': '3PISUiCZILLzJJSp3c3GhE', 'track_number': 7, 'uri': 'spotify:track:3PISUiCZILLzJJSp3c3GhE', }), dict({ 'artists': list([ dict({ 'artist_id': '0RwXnFrEoI8tltFvYpJgP6', 'name': 'Confidence Man', 'uri': 'spotify:artist:0RwXnFrEoI8tltFvYpJgP6', }), ]), 'disc_number': 1, 'duration_ms': 245358, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4qXd31Nk2ifvRNuC1cUwtd', }), 'href': 'https://api.spotify.com/v1/tracks/4qXd31Nk2ifvRNuC1cUwtd', 'is_local': False, 'name': 'FAR OUT', 'track_id': '4qXd31Nk2ifvRNuC1cUwtd', 'track_number': 8, 'uri': 'spotify:track:4qXd31Nk2ifvRNuC1cUwtd', }), dict({ 'artists': list([ dict({ 'artist_id': '0RwXnFrEoI8tltFvYpJgP6', 'name': 'Confidence Man', 'uri': 'spotify:artist:0RwXnFrEoI8tltFvYpJgP6', }), ]), 'disc_number': 1, 'duration_ms': 207619, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3nXYo1X0TzTSOOhumtp1r4', }), 'href': 'https://api.spotify.com/v1/tracks/3nXYo1X0TzTSOOhumtp1r4', 'is_local': False, 'name': 'JANET', 'track_id': '3nXYo1X0TzTSOOhumtp1r4', 'track_number': 9, 'uri': 'spotify:track:3nXYo1X0TzTSOOhumtp1r4', }), dict({ 'artists': list([ dict({ 'artist_id': '0RwXnFrEoI8tltFvYpJgP6', 'name': 'Confidence Man', 'uri': 'spotify:artist:0RwXnFrEoI8tltFvYpJgP6', }), ]), 'disc_number': 1, 'duration_ms': 173731, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4RLg7ZKJU51uhPPxWqS0XT', }), 'href': 'https://api.spotify.com/v1/tracks/4RLg7ZKJU51uhPPxWqS0XT', 'is_local': False, 'name': 'SO TRU', 'track_id': '4RLg7ZKJU51uhPPxWqS0XT', 'track_number': 10, 'uri': 'spotify:track:4RLg7ZKJU51uhPPxWqS0XT', }), dict({ 'artists': list([ dict({ 'artist_id': '0RwXnFrEoI8tltFvYpJgP6', 'name': 'Confidence Man', 'uri': 'spotify:artist:0RwXnFrEoI8tltFvYpJgP6', }), ]), 'disc_number': 1, 'duration_ms': 274176, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6Ghkq3LC0vhyBxaHQgZi7a', }), 'href': 'https://api.spotify.com/v1/tracks/6Ghkq3LC0vhyBxaHQgZi7a', 'is_local': False, 'name': 'WRONG IDEA', 'track_id': '6Ghkq3LC0vhyBxaHQgZi7a', 'track_number': 11, 'uri': 'spotify:track:6Ghkq3LC0vhyBxaHQgZi7a', }), dict({ 'artists': list([ dict({ 'artist_id': '0RwXnFrEoI8tltFvYpJgP6', 'name': 'Confidence Man', 'uri': 'spotify:artist:0RwXnFrEoI8tltFvYpJgP6', }), ]), 'disc_number': 1, 'duration_ms': 320432, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0VFQUkXL2wtfAh0W4jSJGM', }), 'href': 'https://api.spotify.com/v1/tracks/0VFQUkXL2wtfAh0W4jSJGM', 'is_local': False, 'name': '3AM (LA LA LA)', 'track_id': '0VFQUkXL2wtfAh0W4jSJGM', 'track_number': 12, 'uri': 'spotify:track:0VFQUkXL2wtfAh0W4jSJGM', }), ]), 'uri': 'spotify:album:6mEZu9pcOyIcUSmWTofkaj', }), }), dict({ 'added_at': datetime.datetime(2024, 9, 5, 22, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '3DQueEd1Ft9PHWgovDzPKh', 'album_type': , 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2739574df129a4a2f4fa4990286', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e029574df129a4a2f4fa4990286', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048519574df129a4a2f4fa4990286', 'width': 64, }), ]), 'name': 'ten days', 'release_date': '2024-09-06', 'release_date_precision': , 'total_tracks': 20, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 30857, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/00nDbqJkHBGUFdim9M0xGc', }), 'href': 'https://api.spotify.com/v1/tracks/00nDbqJkHBGUFdim9M0xGc', 'is_local': False, 'name': '.one', 'track_id': '00nDbqJkHBGUFdim9M0xGc', 'track_number': 1, 'uri': 'spotify:track:00nDbqJkHBGUFdim9M0xGc', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '6l7R1jntPahGxwJt7Tky8h', 'name': 'Obongjayar', 'uri': 'spotify:artist:6l7R1jntPahGxwJt7Tky8h', }), ]), 'disc_number': 1, 'duration_ms': 220653, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1rf4SX7dduNbrNnOmupLzi', }), 'href': 'https://api.spotify.com/v1/tracks/1rf4SX7dduNbrNnOmupLzi', 'is_local': False, 'name': 'adore u', 'track_id': '1rf4SX7dduNbrNnOmupLzi', 'track_number': 2, 'uri': 'spotify:track:1rf4SX7dduNbrNnOmupLzi', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 10670, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0lt9clHEwYyheuC9rik9UH', }), 'href': 'https://api.spotify.com/v1/tracks/0lt9clHEwYyheuC9rik9UH', 'is_local': False, 'name': '.two', 'track_id': '0lt9clHEwYyheuC9rik9UH', 'track_number': 3, 'uri': 'spotify:track:0lt9clHEwYyheuC9rik9UH', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '6Ja6zFB5d7XRihhfMo6KzY', 'name': 'Jozzy', 'uri': 'spotify:artist:6Ja6zFB5d7XRihhfMo6KzY', }), ]), 'disc_number': 1, 'duration_ms': 181545, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6twB0uYXJYW9t5GHfYaQ3i', }), 'href': 'https://api.spotify.com/v1/tracks/6twB0uYXJYW9t5GHfYaQ3i', 'is_local': False, 'name': 'ten', 'track_id': '6twB0uYXJYW9t5GHfYaQ3i', 'track_number': 4, 'uri': 'spotify:track:6twB0uYXJYW9t5GHfYaQ3i', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 15034, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6G7TRmzTt9tnrM0QqSVpJW', }), 'href': 'https://api.spotify.com/v1/tracks/6G7TRmzTt9tnrM0QqSVpJW', 'is_local': False, 'name': '.three', 'track_id': '6G7TRmzTt9tnrM0QqSVpJW', 'track_number': 5, 'uri': 'spotify:track:6G7TRmzTt9tnrM0QqSVpJW', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '2WoVwexZuODvclzULjPQtm', 'name': 'Sampha', 'uri': 'spotify:artist:2WoVwexZuODvclzULjPQtm', }), ]), 'disc_number': 1, 'duration_ms': 214469, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4IHblO52meh2jwqES1BA7X', }), 'href': 'https://api.spotify.com/v1/tracks/4IHblO52meh2jwqES1BA7X', 'is_local': False, 'name': 'fear less', 'track_id': '4IHblO52meh2jwqES1BA7X', 'track_number': 6, 'uri': 'spotify:track:4IHblO52meh2jwqES1BA7X', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 9856, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1wU9pfdw6ht8HKfxz6wMNq', }), 'href': 'https://api.spotify.com/v1/tracks/1wU9pfdw6ht8HKfxz6wMNq', 'is_local': False, 'name': '.four', 'track_id': '1wU9pfdw6ht8HKfxz6wMNq', 'track_number': 7, 'uri': 'spotify:track:1wU9pfdw6ht8HKfxz6wMNq', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '4PLsMEk2DCRVlVL2a9aZAv', 'name': 'SOAK', 'uri': 'spotify:artist:4PLsMEk2DCRVlVL2a9aZAv', }), ]), 'disc_number': 1, 'duration_ms': 260997, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2D9a9CXeo3HFtVeaNlzp4a', }), 'href': 'https://api.spotify.com/v1/tracks/2D9a9CXeo3HFtVeaNlzp4a', 'is_local': False, 'name': 'just stand there', 'track_id': '2D9a9CXeo3HFtVeaNlzp4a', 'track_number': 8, 'uri': 'spotify:track:2D9a9CXeo3HFtVeaNlzp4a', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 15254, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3vTHKAYJy0hY1OkVv1qLNM', }), 'href': 'https://api.spotify.com/v1/tracks/3vTHKAYJy0hY1OkVv1qLNM', 'is_local': False, 'name': '.five', 'track_id': '3vTHKAYJy0hY1OkVv1qLNM', 'track_number': 9, 'uri': 'spotify:track:3vTHKAYJy0hY1OkVv1qLNM', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '3jK9MiCrA42lLAdMGUZpwa', 'name': 'Anderson .Paak', 'uri': 'spotify:artist:3jK9MiCrA42lLAdMGUZpwa', }), dict({ 'artist_id': '6UtYvUtXnmg5EtllDFlWp8', 'name': 'CHIKA', 'uri': 'spotify:artist:6UtYvUtXnmg5EtllDFlWp8', }), ]), 'disc_number': 1, 'duration_ms': 226677, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1qfJ6OvxrspQTmcvdIEoX6', }), 'href': 'https://api.spotify.com/v1/tracks/1qfJ6OvxrspQTmcvdIEoX6', 'is_local': False, 'name': 'places to be', 'track_id': '1qfJ6OvxrspQTmcvdIEoX6', 'track_number': 10, 'uri': 'spotify:track:1qfJ6OvxrspQTmcvdIEoX6', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 28836, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/13H2XgH3k8SEptaoD5qeLG', }), 'href': 'https://api.spotify.com/v1/tracks/13H2XgH3k8SEptaoD5qeLG', 'is_local': False, 'name': '.six', 'track_id': '13H2XgH3k8SEptaoD5qeLG', 'track_number': 11, 'uri': 'spotify:track:13H2XgH3k8SEptaoD5qeLG', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '59MDSNIYoOY0WRYuodzJPD', 'name': 'Duskus', 'uri': 'spotify:artist:59MDSNIYoOY0WRYuodzJPD', }), dict({ 'artist_id': '7Eu1txygG6nJttLHbZdQOh', 'name': 'Four Tet', 'uri': 'spotify:artist:7Eu1txygG6nJttLHbZdQOh', }), dict({ 'artist_id': '3pK4EcflBpG1Kpmjk5LK2R', 'name': 'Joy Anonymous', 'uri': 'spotify:artist:3pK4EcflBpG1Kpmjk5LK2R', }), dict({ 'artist_id': '5he5w2lnU9x7JFhnwcekXX', 'name': 'Skrillex', 'uri': 'spotify:artist:5he5w2lnU9x7JFhnwcekXX', }), ]), 'disc_number': 1, 'duration_ms': 453068, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3i9QKRl5Ql3pgUfNdYBVTc', }), 'href': 'https://api.spotify.com/v1/tracks/3i9QKRl5Ql3pgUfNdYBVTc', 'is_local': False, 'name': 'glow', 'track_id': '3i9QKRl5Ql3pgUfNdYBVTc', 'track_number': 12, 'uri': 'spotify:track:3i9QKRl5Ql3pgUfNdYBVTc', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 31749, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2OLH9ukOFDVBMuVUuy2sFW', }), 'href': 'https://api.spotify.com/v1/tracks/2OLH9ukOFDVBMuVUuy2sFW', 'is_local': False, 'name': '.seven', 'track_id': '2OLH9ukOFDVBMuVUuy2sFW', 'track_number': 13, 'uri': 'spotify:track:2OLH9ukOFDVBMuVUuy2sFW', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 220656, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3DzWFxyzsAVblVNndiU9CW', }), 'href': 'https://api.spotify.com/v1/tracks/3DzWFxyzsAVblVNndiU9CW', 'is_local': False, 'name': 'i saw you', 'track_id': '3DzWFxyzsAVblVNndiU9CW', 'track_number': 14, 'uri': 'spotify:track:3DzWFxyzsAVblVNndiU9CW', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 15037, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1aTcAf7K1ym8lBcuu8nmJA', }), 'href': 'https://api.spotify.com/v1/tracks/1aTcAf7K1ym8lBcuu8nmJA', 'is_local': False, 'name': '.eight', 'track_id': '1aTcAf7K1ym8lBcuu8nmJA', 'track_number': 15, 'uri': 'spotify:track:1aTcAf7K1ym8lBcuu8nmJA', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '5s6TJEuHTr9GR894wc6VfP', 'name': 'Emmylou Harris', 'uri': 'spotify:artist:5s6TJEuHTr9GR894wc6VfP', }), ]), 'disc_number': 1, 'duration_ms': 200737, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4S05mkyTtAiWy5l4umch0X', }), 'href': 'https://api.spotify.com/v1/tracks/4S05mkyTtAiWy5l4umch0X', 'is_local': False, 'name': 'where will i be', 'track_id': '4S05mkyTtAiWy5l4umch0X', 'track_number': 16, 'uri': 'spotify:track:4S05mkyTtAiWy5l4umch0X', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 19060, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5aNwAqN5Gk5oZIwW5KfhXN', }), 'href': 'https://api.spotify.com/v1/tracks/5aNwAqN5Gk5oZIwW5KfhXN', 'is_local': False, 'name': '.nine', 'track_id': '5aNwAqN5Gk5oZIwW5KfhXN', 'track_number': 17, 'uri': 'spotify:track:5aNwAqN5Gk5oZIwW5KfhXN', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '3pK4EcflBpG1Kpmjk5LK2R', 'name': 'Joy Anonymous', 'uri': 'spotify:artist:3pK4EcflBpG1Kpmjk5LK2R', }), ]), 'disc_number': 1, 'duration_ms': 344068, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4A8tKYA7gwZzQ4jVwIv1sv', }), 'href': 'https://api.spotify.com/v1/tracks/4A8tKYA7gwZzQ4jVwIv1sv', 'is_local': False, 'name': 'peace u need', 'track_id': '4A8tKYA7gwZzQ4jVwIv1sv', 'track_number': 18, 'uri': 'spotify:track:4A8tKYA7gwZzQ4jVwIv1sv', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 29540, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2feEZkLf7dZUueeVBNsdor', }), 'href': 'https://api.spotify.com/v1/tracks/2feEZkLf7dZUueeVBNsdor', 'is_local': False, 'name': '.ten', 'track_id': '2feEZkLf7dZUueeVBNsdor', 'track_number': 19, 'uri': 'spotify:track:2feEZkLf7dZUueeVBNsdor', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '3IunaFjvNKj98JW89JYv9u', 'name': 'The Japanese House', 'uri': 'spotify:artist:3IunaFjvNKj98JW89JYv9u', }), dict({ 'artist_id': '6M98IZJK2tx6x2YVyHua9K', 'name': 'Scott Hardkiss', 'uri': 'spotify:artist:6M98IZJK2tx6x2YVyHua9K', }), ]), 'disc_number': 1, 'duration_ms': 314007, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/61pyjiweMDS1h930OgS0XO', }), 'href': 'https://api.spotify.com/v1/tracks/61pyjiweMDS1h930OgS0XO', 'is_local': False, 'name': 'backseat', 'track_id': '61pyjiweMDS1h930OgS0XO', 'track_number': 20, 'uri': 'spotify:track:61pyjiweMDS1h930OgS0XO', }), ]), 'uri': 'spotify:album:3DQueEd1Ft9PHWgovDzPKh', }), }), dict({ 'added_at': datetime.datetime(2024, 8, 15, 22, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '27ynHS80OjICdw3qLNMgQP', 'album_type': , 'artists': list([ dict({ 'artist_id': '7gP3bB2nilZXLfPHJhMdvc', 'name': 'Foster The People', 'uri': 'spotify:artist:7gP3bB2nilZXLfPHJhMdvc', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f6e25db6bc1a1f9e5fb3accd', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f6e25db6bc1a1f9e5fb3accd', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f6e25db6bc1a1f9e5fb3accd', 'width': 64, }), ]), 'name': 'Paradise State of Mind', 'release_date': '2024-08-16', 'release_date_precision': , 'total_tracks': 11, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '7gP3bB2nilZXLfPHJhMdvc', 'name': 'Foster The People', 'uri': 'spotify:artist:7gP3bB2nilZXLfPHJhMdvc', }), ]), 'disc_number': 1, 'duration_ms': 189099, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6qtGeawfnmQMUWyQ95LdIL', }), 'href': 'https://api.spotify.com/v1/tracks/6qtGeawfnmQMUWyQ95LdIL', 'is_local': False, 'name': 'See You In The Afterlife', 'track_id': '6qtGeawfnmQMUWyQ95LdIL', 'track_number': 1, 'uri': 'spotify:track:6qtGeawfnmQMUWyQ95LdIL', }), dict({ 'artists': list([ dict({ 'artist_id': '7gP3bB2nilZXLfPHJhMdvc', 'name': 'Foster The People', 'uri': 'spotify:artist:7gP3bB2nilZXLfPHJhMdvc', }), ]), 'disc_number': 1, 'duration_ms': 259252, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6r9GzPEdq4bGp507oxt2iZ', }), 'href': 'https://api.spotify.com/v1/tracks/6r9GzPEdq4bGp507oxt2iZ', 'is_local': False, 'name': 'Lost In Space', 'track_id': '6r9GzPEdq4bGp507oxt2iZ', 'track_number': 2, 'uri': 'spotify:track:6r9GzPEdq4bGp507oxt2iZ', }), dict({ 'artists': list([ dict({ 'artist_id': '7gP3bB2nilZXLfPHJhMdvc', 'name': 'Foster The People', 'uri': 'spotify:artist:7gP3bB2nilZXLfPHJhMdvc', }), ]), 'disc_number': 1, 'duration_ms': 153005, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0CUojUDoPZvjKqPPLHaOTm', }), 'href': 'https://api.spotify.com/v1/tracks/0CUojUDoPZvjKqPPLHaOTm', 'is_local': False, 'name': 'Take Me Back', 'track_id': '0CUojUDoPZvjKqPPLHaOTm', 'track_number': 3, 'uri': 'spotify:track:0CUojUDoPZvjKqPPLHaOTm', }), dict({ 'artists': list([ dict({ 'artist_id': '7gP3bB2nilZXLfPHJhMdvc', 'name': 'Foster The People', 'uri': 'spotify:artist:7gP3bB2nilZXLfPHJhMdvc', }), ]), 'disc_number': 1, 'duration_ms': 274446, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/090Vhdep7tK2kXLy2M1vLj', }), 'href': 'https://api.spotify.com/v1/tracks/090Vhdep7tK2kXLy2M1vLj', 'is_local': False, 'name': 'Let Go', 'track_id': '090Vhdep7tK2kXLy2M1vLj', 'track_number': 4, 'uri': 'spotify:track:090Vhdep7tK2kXLy2M1vLj', }), dict({ 'artists': list([ dict({ 'artist_id': '7gP3bB2nilZXLfPHJhMdvc', 'name': 'Foster The People', 'uri': 'spotify:artist:7gP3bB2nilZXLfPHJhMdvc', }), ]), 'disc_number': 1, 'duration_ms': 219300, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6QHE0tQs8NFE3DGDldP1DJ', }), 'href': 'https://api.spotify.com/v1/tracks/6QHE0tQs8NFE3DGDldP1DJ', 'is_local': False, 'name': 'Feed Me', 'track_id': '6QHE0tQs8NFE3DGDldP1DJ', 'track_number': 5, 'uri': 'spotify:track:6QHE0tQs8NFE3DGDldP1DJ', }), dict({ 'artists': list([ dict({ 'artist_id': '7gP3bB2nilZXLfPHJhMdvc', 'name': 'Foster The People', 'uri': 'spotify:artist:7gP3bB2nilZXLfPHJhMdvc', }), ]), 'disc_number': 1, 'duration_ms': 288544, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2cIP5wh1Ala2rWVwTOgg4n', }), 'href': 'https://api.spotify.com/v1/tracks/2cIP5wh1Ala2rWVwTOgg4n', 'is_local': False, 'name': 'Paradise State Of Mind', 'track_id': '2cIP5wh1Ala2rWVwTOgg4n', 'track_number': 6, 'uri': 'spotify:track:2cIP5wh1Ala2rWVwTOgg4n', }), dict({ 'artists': list([ dict({ 'artist_id': '7gP3bB2nilZXLfPHJhMdvc', 'name': 'Foster The People', 'uri': 'spotify:artist:7gP3bB2nilZXLfPHJhMdvc', }), ]), 'disc_number': 1, 'duration_ms': 328024, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5gygubFSFXfLDhoMnpAhzP', }), 'href': 'https://api.spotify.com/v1/tracks/5gygubFSFXfLDhoMnpAhzP', 'is_local': False, 'name': 'Glitchzig', 'track_id': '5gygubFSFXfLDhoMnpAhzP', 'track_number': 7, 'uri': 'spotify:track:5gygubFSFXfLDhoMnpAhzP', }), dict({ 'artists': list([ dict({ 'artist_id': '7gP3bB2nilZXLfPHJhMdvc', 'name': 'Foster The People', 'uri': 'spotify:artist:7gP3bB2nilZXLfPHJhMdvc', }), ]), 'disc_number': 1, 'duration_ms': 253257, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/08vuNWfV1WOndL3yMetfXd', }), 'href': 'https://api.spotify.com/v1/tracks/08vuNWfV1WOndL3yMetfXd', 'is_local': False, 'name': 'The Holy Shangri-La', 'track_id': '08vuNWfV1WOndL3yMetfXd', 'track_number': 8, 'uri': 'spotify:track:08vuNWfV1WOndL3yMetfXd', }), dict({ 'artists': list([ dict({ 'artist_id': '7gP3bB2nilZXLfPHJhMdvc', 'name': 'Foster The People', 'uri': 'spotify:artist:7gP3bB2nilZXLfPHJhMdvc', }), ]), 'disc_number': 1, 'duration_ms': 183139, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0wyQNzcMUYFec1B19hu6pK', }), 'href': 'https://api.spotify.com/v1/tracks/0wyQNzcMUYFec1B19hu6pK', 'is_local': False, 'name': 'Sometimes I Wanna Be Bad', 'track_id': '0wyQNzcMUYFec1B19hu6pK', 'track_number': 9, 'uri': 'spotify:track:0wyQNzcMUYFec1B19hu6pK', }), dict({ 'artists': list([ dict({ 'artist_id': '7gP3bB2nilZXLfPHJhMdvc', 'name': 'Foster The People', 'uri': 'spotify:artist:7gP3bB2nilZXLfPHJhMdvc', }), ]), 'disc_number': 1, 'duration_ms': 204111, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1G2bNCn8x1WrbeIBBvfQZS', }), 'href': 'https://api.spotify.com/v1/tracks/1G2bNCn8x1WrbeIBBvfQZS', 'is_local': False, 'name': 'Chasing Low Vibrations', 'track_id': '1G2bNCn8x1WrbeIBBvfQZS', 'track_number': 10, 'uri': 'spotify:track:1G2bNCn8x1WrbeIBBvfQZS', }), dict({ 'artists': list([ dict({ 'artist_id': '7gP3bB2nilZXLfPHJhMdvc', 'name': 'Foster The People', 'uri': 'spotify:artist:7gP3bB2nilZXLfPHJhMdvc', }), ]), 'disc_number': 1, 'duration_ms': 264919, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/60BqMpaQjhET1YZhou4t2b', }), 'href': 'https://api.spotify.com/v1/tracks/60BqMpaQjhET1YZhou4t2b', 'is_local': False, 'name': 'A Diamond To Be Born', 'track_id': '60BqMpaQjhET1YZhou4t2b', 'track_number': 11, 'uri': 'spotify:track:60BqMpaQjhET1YZhou4t2b', }), ]), 'uri': 'spotify:album:27ynHS80OjICdw3qLNMgQP', }), }), dict({ 'added_at': datetime.datetime(2024, 8, 15, 22, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '33tDS6r9DQBx9LaYUY7wh1', 'album_type': , 'artists': list([ dict({ 'artist_id': '68NOjWuVYBRXzYwhel3jAl', 'name': 'SIAMES', 'uri': 'spotify:artist:68NOjWuVYBRXzYwhel3jAl', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27314f8dd0b16b636ea4bfa119e', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0214f8dd0b16b636ea4bfa119e', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485114f8dd0b16b636ea4bfa119e', 'width': 64, }), ]), 'name': 'Melodramatic', 'release_date': '2024-08-16', 'release_date_precision': , 'total_tracks': 9, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '68NOjWuVYBRXzYwhel3jAl', 'name': 'SIAMES', 'uri': 'spotify:artist:68NOjWuVYBRXzYwhel3jAl', }), ]), 'disc_number': 1, 'duration_ms': 233505, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0w13ZqgFrKq7BYgsc2EKvq', }), 'href': 'https://api.spotify.com/v1/tracks/0w13ZqgFrKq7BYgsc2EKvq', 'is_local': False, 'name': 'The Phoenix', 'track_id': '0w13ZqgFrKq7BYgsc2EKvq', 'track_number': 1, 'uri': 'spotify:track:0w13ZqgFrKq7BYgsc2EKvq', }), dict({ 'artists': list([ dict({ 'artist_id': '68NOjWuVYBRXzYwhel3jAl', 'name': 'SIAMES', 'uri': 'spotify:artist:68NOjWuVYBRXzYwhel3jAl', }), ]), 'disc_number': 1, 'duration_ms': 190296, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/71u2sgaT6I05JY2n6aom85', }), 'href': 'https://api.spotify.com/v1/tracks/71u2sgaT6I05JY2n6aom85', 'is_local': False, 'name': "Baby Don't Give Up!", 'track_id': '71u2sgaT6I05JY2n6aom85', 'track_number': 2, 'uri': 'spotify:track:71u2sgaT6I05JY2n6aom85', }), dict({ 'artists': list([ dict({ 'artist_id': '68NOjWuVYBRXzYwhel3jAl', 'name': 'SIAMES', 'uri': 'spotify:artist:68NOjWuVYBRXzYwhel3jAl', }), ]), 'disc_number': 1, 'duration_ms': 157712, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3QuBIm40rJbw5asM9tGjim', }), 'href': 'https://api.spotify.com/v1/tracks/3QuBIm40rJbw5asM9tGjim', 'is_local': False, 'name': 'As Soon As I Discover', 'track_id': '3QuBIm40rJbw5asM9tGjim', 'track_number': 3, 'uri': 'spotify:track:3QuBIm40rJbw5asM9tGjim', }), dict({ 'artists': list([ dict({ 'artist_id': '68NOjWuVYBRXzYwhel3jAl', 'name': 'SIAMES', 'uri': 'spotify:artist:68NOjWuVYBRXzYwhel3jAl', }), ]), 'disc_number': 1, 'duration_ms': 191740, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1AieqRevDfu4uQlhTIWJbv', }), 'href': 'https://api.spotify.com/v1/tracks/1AieqRevDfu4uQlhTIWJbv', 'is_local': False, 'name': 'My Little One', 'track_id': '1AieqRevDfu4uQlhTIWJbv', 'track_number': 4, 'uri': 'spotify:track:1AieqRevDfu4uQlhTIWJbv', }), dict({ 'artists': list([ dict({ 'artist_id': '68NOjWuVYBRXzYwhel3jAl', 'name': 'SIAMES', 'uri': 'spotify:artist:68NOjWuVYBRXzYwhel3jAl', }), ]), 'disc_number': 1, 'duration_ms': 218015, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3MTbJM0UmqrgSr9thX1JwO', }), 'href': 'https://api.spotify.com/v1/tracks/3MTbJM0UmqrgSr9thX1JwO', 'is_local': False, 'name': 'Love Away', 'track_id': '3MTbJM0UmqrgSr9thX1JwO', 'track_number': 5, 'uri': 'spotify:track:3MTbJM0UmqrgSr9thX1JwO', }), dict({ 'artists': list([ dict({ 'artist_id': '68NOjWuVYBRXzYwhel3jAl', 'name': 'SIAMES', 'uri': 'spotify:artist:68NOjWuVYBRXzYwhel3jAl', }), ]), 'disc_number': 1, 'duration_ms': 203419, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5B5l5KuDqLT73R3lgDI7H4', }), 'href': 'https://api.spotify.com/v1/tracks/5B5l5KuDqLT73R3lgDI7H4', 'is_local': False, 'name': 'Alone In The Darkness', 'track_id': '5B5l5KuDqLT73R3lgDI7H4', 'track_number': 6, 'uri': 'spotify:track:5B5l5KuDqLT73R3lgDI7H4', }), dict({ 'artists': list([ dict({ 'artist_id': '68NOjWuVYBRXzYwhel3jAl', 'name': 'SIAMES', 'uri': 'spotify:artist:68NOjWuVYBRXzYwhel3jAl', }), ]), 'disc_number': 1, 'duration_ms': 180967, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4tkOZG1F6og5NZW1uD3z7Y', }), 'href': 'https://api.spotify.com/v1/tracks/4tkOZG1F6og5NZW1uD3z7Y', 'is_local': False, 'name': 'My Way', 'track_id': '4tkOZG1F6og5NZW1uD3z7Y', 'track_number': 7, 'uri': 'spotify:track:4tkOZG1F6og5NZW1uD3z7Y', }), dict({ 'artists': list([ dict({ 'artist_id': '68NOjWuVYBRXzYwhel3jAl', 'name': 'SIAMES', 'uri': 'spotify:artist:68NOjWuVYBRXzYwhel3jAl', }), ]), 'disc_number': 1, 'duration_ms': 178997, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0CtfbRy4cB2FOEsP5WIZ2s', }), 'href': 'https://api.spotify.com/v1/tracks/0CtfbRy4cB2FOEsP5WIZ2s', 'is_local': False, 'name': 'I Promise Myself', 'track_id': '0CtfbRy4cB2FOEsP5WIZ2s', 'track_number': 8, 'uri': 'spotify:track:0CtfbRy4cB2FOEsP5WIZ2s', }), dict({ 'artists': list([ dict({ 'artist_id': '68NOjWuVYBRXzYwhel3jAl', 'name': 'SIAMES', 'uri': 'spotify:artist:68NOjWuVYBRXzYwhel3jAl', }), ]), 'disc_number': 1, 'duration_ms': 201119, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3FZwYiZufmIgKyfqgMnpPg', }), 'href': 'https://api.spotify.com/v1/tracks/3FZwYiZufmIgKyfqgMnpPg', 'is_local': False, 'name': 'Post Tour Depression', 'track_id': '3FZwYiZufmIgKyfqgMnpPg', 'track_number': 9, 'uri': 'spotify:track:3FZwYiZufmIgKyfqgMnpPg', }), ]), 'uri': 'spotify:album:33tDS6r9DQBx9LaYUY7wh1', }), }), dict({ 'added_at': datetime.datetime(2024, 7, 12, 11, 46, 14, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '0m14dyyJemQy44KVhsKnaj', 'album_type': , 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f2c7ab344741360689e26032', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f2c7ab344741360689e26032', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f2c7ab344741360689e26032', 'width': 64, }), ]), 'name': 'PMO: An Atriarchy Experience', 'release_date': '2024-07-11', 'release_date_precision': , 'total_tracks': 17, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '7xplDB5Ftf0oECpcFlKE99', 'name': 'Owen CMYK', 'uri': 'spotify:artist:7xplDB5Ftf0oECpcFlKE99', }), dict({ 'artist_id': '3lrmsbi43nA5svDePADyHl', 'name': 'froggman', 'uri': 'spotify:artist:3lrmsbi43nA5svDePADyHl', }), ]), 'disc_number': 1, 'duration_ms': 50572, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2QVz5Ndv0faqrTNyMbK6HG', }), 'href': 'https://api.spotify.com/v1/tracks/2QVz5Ndv0faqrTNyMbK6HG', 'is_local': False, 'name': 'Sea Shanty', 'track_id': '2QVz5Ndv0faqrTNyMbK6HG', 'track_number': 1, 'uri': 'spotify:track:2QVz5Ndv0faqrTNyMbK6HG', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '0GONM3s2unLmwUiqNneycA', 'name': 'M17', 'uri': 'spotify:artist:0GONM3s2unLmwUiqNneycA', }), dict({ 'artist_id': '26z8iLfADGuSugsu63BW2s', 'name': 'Confuzzled', 'uri': 'spotify:artist:26z8iLfADGuSugsu63BW2s', }), dict({ 'artist_id': '3iRbwOUFx2CWZ4BRQcnP2I', 'name': 'Beautiful Panda', 'uri': 'spotify:artist:3iRbwOUFx2CWZ4BRQcnP2I', }), dict({ 'artist_id': '6HiHuFsJrutJGZT2GAwG4L', 'name': 'itsAZ', 'uri': 'spotify:artist:6HiHuFsJrutJGZT2GAwG4L', }), ]), 'disc_number': 1, 'duration_ms': 164383, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3yoGnoFkQLZa1rPbhycLgA', }), 'href': 'https://api.spotify.com/v1/tracks/3yoGnoFkQLZa1rPbhycLgA', 'is_local': False, 'name': 'Castle in the Sky', 'track_id': '3yoGnoFkQLZa1rPbhycLgA', 'track_number': 2, 'uri': 'spotify:track:3yoGnoFkQLZa1rPbhycLgA', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '3lrmsbi43nA5svDePADyHl', 'name': 'froggman', 'uri': 'spotify:artist:3lrmsbi43nA5svDePADyHl', }), dict({ 'artist_id': '26z8iLfADGuSugsu63BW2s', 'name': 'Confuzzled', 'uri': 'spotify:artist:26z8iLfADGuSugsu63BW2s', }), ]), 'disc_number': 1, 'duration_ms': 115000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/11CVrcm1dz0jKNHvFlbkOV', }), 'href': 'https://api.spotify.com/v1/tracks/11CVrcm1dz0jKNHvFlbkOV', 'is_local': False, 'name': 'Boomer Wonderland', 'track_id': '11CVrcm1dz0jKNHvFlbkOV', 'track_number': 3, 'uri': 'spotify:track:11CVrcm1dz0jKNHvFlbkOV', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '2RaLCgWRwHSBJySoMVZi1U', 'name': 'JPecs', 'uri': 'spotify:artist:2RaLCgWRwHSBJySoMVZi1U', }), dict({ 'artist_id': '49X16juWaNmVsSkftsPI9u', 'name': 'javid74', 'uri': 'spotify:artist:49X16juWaNmVsSkftsPI9u', }), ]), 'disc_number': 1, 'duration_ms': 114622, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6nYAajfD6iXhHLTjXFV3NS', }), 'href': 'https://api.spotify.com/v1/tracks/6nYAajfD6iXhHLTjXFV3NS', 'is_local': False, 'name': '3rd Place', 'track_id': '6nYAajfD6iXhHLTjXFV3NS', 'track_number': 4, 'uri': 'spotify:track:6nYAajfD6iXhHLTjXFV3NS', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '6CPBjEKtaoONitOOYJEPu9', 'name': 'the_bardificer', 'uri': 'spotify:artist:6CPBjEKtaoONitOOYJEPu9', }), dict({ 'artist_id': '1dxMexw9HIXRJX53LQZUOz', 'name': 'Ash Artz', 'uri': 'spotify:artist:1dxMexw9HIXRJX53LQZUOz', }), dict({ 'artist_id': '64zUEoPQHdOq7bYmLwZRSi', 'name': 'Luna', 'uri': 'spotify:artist:64zUEoPQHdOq7bYmLwZRSi', }), dict({ 'artist_id': '4PJ8Omgo9ObI7mb9COCfm8', 'name': 'Hatmiss', 'uri': 'spotify:artist:4PJ8Omgo9ObI7mb9COCfm8', }), ]), 'disc_number': 1, 'duration_ms': 234500, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5ZnK0HCoBv6fgdc2PMeAsV', }), 'href': 'https://api.spotify.com/v1/tracks/5ZnK0HCoBv6fgdc2PMeAsV', 'is_local': False, 'name': 'No Time Left To Lose', 'track_id': '5ZnK0HCoBv6fgdc2PMeAsV', 'track_number': 5, 'uri': 'spotify:track:5ZnK0HCoBv6fgdc2PMeAsV', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '3iRbwOUFx2CWZ4BRQcnP2I', 'name': 'Beautiful Panda', 'uri': 'spotify:artist:3iRbwOUFx2CWZ4BRQcnP2I', }), dict({ 'artist_id': '4qsHDbno8XG3abDsyq8ztN', 'name': 'mango', 'uri': 'spotify:artist:4qsHDbno8XG3abDsyq8ztN', }), dict({ 'artist_id': '4PJ8Omgo9ObI7mb9COCfm8', 'name': 'Hatmiss', 'uri': 'spotify:artist:4PJ8Omgo9ObI7mb9COCfm8', }), ]), 'disc_number': 1, 'duration_ms': 36750, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2hyVHjnnm3KUO2a2Qg1eM9', }), 'href': 'https://api.spotify.com/v1/tracks/2hyVHjnnm3KUO2a2Qg1eM9', 'is_local': False, 'name': "It's 11pm And I Can't Stop Folding Paper Like We Used To Do", 'track_id': '2hyVHjnnm3KUO2a2Qg1eM9', 'track_number': 6, 'uri': 'spotify:track:2hyVHjnnm3KUO2a2Qg1eM9', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '51Jlz1EF1XPFtEYuk642cM', 'name': 'gRRiever', 'uri': 'spotify:artist:51Jlz1EF1XPFtEYuk642cM', }), dict({ 'artist_id': '2STTnw4FJjSXRH6bItWl0F', 'name': 'StoneEars', 'uri': 'spotify:artist:2STTnw4FJjSXRH6bItWl0F', }), ]), 'disc_number': 1, 'duration_ms': 170854, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/593aq2LX6veq1Ft0kHvrS9', }), 'href': 'https://api.spotify.com/v1/tracks/593aq2LX6veq1Ft0kHvrS9', 'is_local': False, 'name': 'God Gamer', 'track_id': '593aq2LX6veq1Ft0kHvrS9', 'track_number': 7, 'uri': 'spotify:track:593aq2LX6veq1Ft0kHvrS9', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '6RmWDtsKktRw2v9FP1SFni', 'name': 'yubyub', 'uri': 'spotify:artist:6RmWDtsKktRw2v9FP1SFni', }), dict({ 'artist_id': '3lrmsbi43nA5svDePADyHl', 'name': 'froggman', 'uri': 'spotify:artist:3lrmsbi43nA5svDePADyHl', }), dict({ 'artist_id': '190GSW42zDnQc16U5XgULT', 'name': 'Jo the Forggie', 'uri': 'spotify:artist:190GSW42zDnQc16U5XgULT', }), dict({ 'artist_id': '26z8iLfADGuSugsu63BW2s', 'name': 'Confuzzled', 'uri': 'spotify:artist:26z8iLfADGuSugsu63BW2s', }), dict({ 'artist_id': '1uLBqEv467ZgclJBIdWlCc', 'name': 'fluentsynth', 'uri': 'spotify:artist:1uLBqEv467ZgclJBIdWlCc', }), ]), 'disc_number': 1, 'duration_ms': 80000, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5WWShf7Lo5EBnIBGdbmKN5', }), 'href': 'https://api.spotify.com/v1/tracks/5WWShf7Lo5EBnIBGdbmKN5', 'is_local': False, 'name': 'Purple Streamer Battle', 'track_id': '5WWShf7Lo5EBnIBGdbmKN5', 'track_number': 8, 'uri': 'spotify:track:5WWShf7Lo5EBnIBGdbmKN5', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '2roVEpafIk02cSCDrbhHAe', 'name': 'RhysO', 'uri': 'spotify:artist:2roVEpafIk02cSCDrbhHAe', }), dict({ 'artist_id': '3lrmsbi43nA5svDePADyHl', 'name': 'froggman', 'uri': 'spotify:artist:3lrmsbi43nA5svDePADyHl', }), ]), 'disc_number': 1, 'duration_ms': 99158, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/09WyoZ2RaNeAEcfZHtsXPR', }), 'href': 'https://api.spotify.com/v1/tracks/09WyoZ2RaNeAEcfZHtsXPR', 'is_local': False, 'name': 'Lost at Sea', 'track_id': '09WyoZ2RaNeAEcfZHtsXPR', 'track_number': 9, 'uri': 'spotify:track:09WyoZ2RaNeAEcfZHtsXPR', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '79Mo8yyzVDo0uyeAKimv7W', 'name': 'RDCwest', 'uri': 'spotify:artist:79Mo8yyzVDo0uyeAKimv7W', }), ]), 'disc_number': 1, 'duration_ms': 83750, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4cWh7YO5U0JBCcAU9JUhSs', }), 'href': 'https://api.spotify.com/v1/tracks/4cWh7YO5U0JBCcAU9JUhSs', 'is_local': False, 'name': '364 Interlude', 'track_id': '4cWh7YO5U0JBCcAU9JUhSs', 'track_number': 10, 'uri': 'spotify:track:4cWh7YO5U0JBCcAU9JUhSs', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '78F4dqW3GJqRzy3EDzHfba', 'name': 'Alphons', 'uri': 'spotify:artist:78F4dqW3GJqRzy3EDzHfba', }), dict({ 'artist_id': '2qV9yNZiOt6UlbIYJgM7k2', 'name': 'MyDog', 'uri': 'spotify:artist:2qV9yNZiOt6UlbIYJgM7k2', }), dict({ 'artist_id': '2jTOWoCU8yUCNkHN1hzSNm', 'name': 'badger', 'uri': 'spotify:artist:2jTOWoCU8yUCNkHN1hzSNm', }), ]), 'disc_number': 1, 'duration_ms': 141500, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5Hypfslm17ws3wZhJCpMYg', }), 'href': 'https://api.spotify.com/v1/tracks/5Hypfslm17ws3wZhJCpMYg', 'is_local': False, 'name': 'MyDog Has Depression', 'track_id': '5Hypfslm17ws3wZhJCpMYg', 'track_number': 11, 'uri': 'spotify:track:5Hypfslm17ws3wZhJCpMYg', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '3SCpPBu1VKguPSQRuVYrcA', 'name': '17artisan', 'uri': 'spotify:artist:3SCpPBu1VKguPSQRuVYrcA', }), dict({ 'artist_id': '4yuadBe0F2IQMiuUsxywXw', 'name': 'REESE', 'uri': 'spotify:artist:4yuadBe0F2IQMiuUsxywXw', }), dict({ 'artist_id': '4qsHDbno8XG3abDsyq8ztN', 'name': 'mango', 'uri': 'spotify:artist:4qsHDbno8XG3abDsyq8ztN', }), ]), 'disc_number': 1, 'duration_ms': 152000, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5xG9nNCZ3Wc2I8dpmrha8y', }), 'href': 'https://api.spotify.com/v1/tracks/5xG9nNCZ3Wc2I8dpmrha8y', 'is_local': False, 'name': 'All I Want is Paper Mario', 'track_id': '5xG9nNCZ3Wc2I8dpmrha8y', 'track_number': 12, 'uri': 'spotify:track:5xG9nNCZ3Wc2I8dpmrha8y', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '2STTnw4FJjSXRH6bItWl0F', 'name': 'StoneEars', 'uri': 'spotify:artist:2STTnw4FJjSXRH6bItWl0F', }), dict({ 'artist_id': '51Jlz1EF1XPFtEYuk642cM', 'name': 'gRRiever', 'uri': 'spotify:artist:51Jlz1EF1XPFtEYuk642cM', }), dict({ 'artist_id': '6QqFHkMOC59TL7W5hfOsiU', 'name': 'SofiUH', 'uri': 'spotify:artist:6QqFHkMOC59TL7W5hfOsiU', }), ]), 'disc_number': 1, 'duration_ms': 146000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/16VDwDiT4YNIVSyJ7RMXsv', }), 'href': 'https://api.spotify.com/v1/tracks/16VDwDiT4YNIVSyJ7RMXsv', 'is_local': False, 'name': 'Confetti Line', 'track_id': '16VDwDiT4YNIVSyJ7RMXsv', 'track_number': 13, 'uri': 'spotify:track:16VDwDiT4YNIVSyJ7RMXsv', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '3lrmsbi43nA5svDePADyHl', 'name': 'froggman', 'uri': 'spotify:artist:3lrmsbi43nA5svDePADyHl', }), dict({ 'artist_id': '6qLmutNfMLFolEujWZGO6p', 'name': 'UneasyFlame', 'uri': 'spotify:artist:6qLmutNfMLFolEujWZGO6p', }), ]), 'disc_number': 1, 'duration_ms': 141000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6RG0t1o3B6nuzc5GegyY2v', }), 'href': 'https://api.spotify.com/v1/tracks/6RG0t1o3B6nuzc5GegyY2v', 'is_local': False, 'name': 'The Wedding Invite', 'track_id': '6RG0t1o3B6nuzc5GegyY2v', 'track_number': 14, 'uri': 'spotify:track:6RG0t1o3B6nuzc5GegyY2v', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '78F4dqW3GJqRzy3EDzHfba', 'name': 'Alphons', 'uri': 'spotify:artist:78F4dqW3GJqRzy3EDzHfba', }), ]), 'disc_number': 1, 'duration_ms': 178285, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/15g1itLc4kYRXjHMY8aao6', }), 'href': 'https://api.spotify.com/v1/tracks/15g1itLc4kYRXjHMY8aao6', 'is_local': False, 'name': 'Only a Legend', 'track_id': '15g1itLc4kYRXjHMY8aao6', 'track_number': 15, 'uri': 'spotify:track:15g1itLc4kYRXjHMY8aao6', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '7xplDB5Ftf0oECpcFlKE99', 'name': 'Owen CMYK', 'uri': 'spotify:artist:7xplDB5Ftf0oECpcFlKE99', }), dict({ 'artist_id': '2jTOWoCU8yUCNkHN1hzSNm', 'name': 'badger', 'uri': 'spotify:artist:2jTOWoCU8yUCNkHN1hzSNm', }), dict({ 'artist_id': '60Y38Hh6PlzEjjpJno5P6p', 'name': 'dropspindle', 'uri': 'spotify:artist:60Y38Hh6PlzEjjpJno5P6p', }), dict({ 'artist_id': '6TgYktqPP6KLGoU6KxYq0s', 'name': 'FiN', 'uri': 'spotify:artist:6TgYktqPP6KLGoU6KxYq0s', }), ]), 'disc_number': 1, 'duration_ms': 93666, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/080DOCEfEIqct0qvHwKZRe', }), 'href': 'https://api.spotify.com/v1/tracks/080DOCEfEIqct0qvHwKZRe', 'is_local': False, 'name': 'Paradise Found', 'track_id': '080DOCEfEIqct0qvHwKZRe', 'track_number': 16, 'uri': 'spotify:track:080DOCEfEIqct0qvHwKZRe', }), dict({ 'artists': list([ dict({ 'artist_id': '5B7d27dL276bbzzQ360IYN', 'name': 'the atriarchy', 'uri': 'spotify:artist:5B7d27dL276bbzzQ360IYN', }), dict({ 'artist_id': '0g4gQ5TcCB3HJH6ktWjKYC', 'name': 'ask the storyteller', 'uri': 'spotify:artist:0g4gQ5TcCB3HJH6ktWjKYC', }), dict({ 'artist_id': '2RaLCgWRwHSBJySoMVZi1U', 'name': 'JPecs', 'uri': 'spotify:artist:2RaLCgWRwHSBJySoMVZi1U', }), dict({ 'artist_id': '79Mo8yyzVDo0uyeAKimv7W', 'name': 'RDCwest', 'uri': 'spotify:artist:79Mo8yyzVDo0uyeAKimv7W', }), dict({ 'artist_id': '49X16juWaNmVsSkftsPI9u', 'name': 'javid74', 'uri': 'spotify:artist:49X16juWaNmVsSkftsPI9u', }), dict({ 'artist_id': '3ehLuD3NDXoO0lmL8cZxSw', 'name': 'MikesHardest', 'uri': 'spotify:artist:3ehLuD3NDXoO0lmL8cZxSw', }), dict({ 'artist_id': '4QsvqI4nb9TpdwqOrbZcHQ', 'name': 'Sio', 'uri': 'spotify:artist:4QsvqI4nb9TpdwqOrbZcHQ', }), dict({ 'artist_id': '26z8iLfADGuSugsu63BW2s', 'name': 'Confuzzled', 'uri': 'spotify:artist:26z8iLfADGuSugsu63BW2s', }), dict({ 'artist_id': '3lrmsbi43nA5svDePADyHl', 'name': 'froggman', 'uri': 'spotify:artist:3lrmsbi43nA5svDePADyHl', }), dict({ 'artist_id': '6HiHuFsJrutJGZT2GAwG4L', 'name': 'itsAZ', 'uri': 'spotify:artist:6HiHuFsJrutJGZT2GAwG4L', }), dict({ 'artist_id': '4qsHDbno8XG3abDsyq8ztN', 'name': 'mango', 'uri': 'spotify:artist:4qsHDbno8XG3abDsyq8ztN', }), ]), 'disc_number': 1, 'duration_ms': 703910, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3gTWK8IiRrXjbPGgz6KD55', }), 'href': 'https://api.spotify.com/v1/tracks/3gTWK8IiRrXjbPGgz6KD55', 'is_local': False, 'name': 'Revelations 5:22', 'track_id': '3gTWK8IiRrXjbPGgz6KD55', 'track_number': 17, 'uri': 'spotify:track:3gTWK8IiRrXjbPGgz6KD55', }), ]), 'uri': 'spotify:album:0m14dyyJemQy44KVhsKnaj', }), }), dict({ 'added_at': datetime.datetime(2024, 6, 6, 22, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '0GpklLqjWNrhropGa4XRRD', 'album_type': , 'artists': list([ dict({ 'artist_id': '6QzMY3tnu0m56eKUnr4uCF', 'name': 'Alfie Templeman', 'uri': 'spotify:artist:6QzMY3tnu0m56eKUnr4uCF', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2734d05e22092c4c9920d2567ce', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e024d05e22092c4c9920d2567ce', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048514d05e22092c4c9920d2567ce', 'width': 64, }), ]), 'name': 'Radiosoul', 'release_date': '2024-06-07', 'release_date_precision': , 'total_tracks': 11, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '6QzMY3tnu0m56eKUnr4uCF', 'name': 'Alfie Templeman', 'uri': 'spotify:artist:6QzMY3tnu0m56eKUnr4uCF', }), ]), 'disc_number': 1, 'duration_ms': 315327, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5YualyOibWHyram0jfyBsV', }), 'href': 'https://api.spotify.com/v1/tracks/5YualyOibWHyram0jfyBsV', 'is_local': False, 'name': 'Radiosoul', 'track_id': '5YualyOibWHyram0jfyBsV', 'track_number': 1, 'uri': 'spotify:track:5YualyOibWHyram0jfyBsV', }), dict({ 'artists': list([ dict({ 'artist_id': '6QzMY3tnu0m56eKUnr4uCF', 'name': 'Alfie Templeman', 'uri': 'spotify:artist:6QzMY3tnu0m56eKUnr4uCF', }), ]), 'disc_number': 1, 'duration_ms': 202033, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1eVzbEkjDGzxqeFNNNrgBm', }), 'href': 'https://api.spotify.com/v1/tracks/1eVzbEkjDGzxqeFNNNrgBm', 'is_local': False, 'name': 'Eyes Wide Shut', 'track_id': '1eVzbEkjDGzxqeFNNNrgBm', 'track_number': 2, 'uri': 'spotify:track:1eVzbEkjDGzxqeFNNNrgBm', }), dict({ 'artists': list([ dict({ 'artist_id': '6QzMY3tnu0m56eKUnr4uCF', 'name': 'Alfie Templeman', 'uri': 'spotify:artist:6QzMY3tnu0m56eKUnr4uCF', }), ]), 'disc_number': 1, 'duration_ms': 206484, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6Ttp9JrzcpNYG0upW6NKRO', }), 'href': 'https://api.spotify.com/v1/tracks/6Ttp9JrzcpNYG0upW6NKRO', 'is_local': False, 'name': 'This Is Just The Beginning', 'track_id': '6Ttp9JrzcpNYG0upW6NKRO', 'track_number': 3, 'uri': 'spotify:track:6Ttp9JrzcpNYG0upW6NKRO', }), dict({ 'artists': list([ dict({ 'artist_id': '6QzMY3tnu0m56eKUnr4uCF', 'name': 'Alfie Templeman', 'uri': 'spotify:artist:6QzMY3tnu0m56eKUnr4uCF', }), ]), 'disc_number': 1, 'duration_ms': 212302, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2M7SyIuOuPozGJY1c6xDXL', }), 'href': 'https://api.spotify.com/v1/tracks/2M7SyIuOuPozGJY1c6xDXL', 'is_local': False, 'name': 'Vultures', 'track_id': '2M7SyIuOuPozGJY1c6xDXL', 'track_number': 4, 'uri': 'spotify:track:2M7SyIuOuPozGJY1c6xDXL', }), dict({ 'artists': list([ dict({ 'artist_id': '6QzMY3tnu0m56eKUnr4uCF', 'name': 'Alfie Templeman', 'uri': 'spotify:artist:6QzMY3tnu0m56eKUnr4uCF', }), ]), 'disc_number': 1, 'duration_ms': 186991, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6n1VD2aPzgGbZWMvRdgSPA', }), 'href': 'https://api.spotify.com/v1/tracks/6n1VD2aPzgGbZWMvRdgSPA', 'is_local': False, 'name': 'Drag', 'track_id': '6n1VD2aPzgGbZWMvRdgSPA', 'track_number': 5, 'uri': 'spotify:track:6n1VD2aPzgGbZWMvRdgSPA', }), dict({ 'artists': list([ dict({ 'artist_id': '6QzMY3tnu0m56eKUnr4uCF', 'name': 'Alfie Templeman', 'uri': 'spotify:artist:6QzMY3tnu0m56eKUnr4uCF', }), ]), 'disc_number': 1, 'duration_ms': 211120, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0eFTxYwpRTxyefxYlBJq6L', }), 'href': 'https://api.spotify.com/v1/tracks/0eFTxYwpRTxyefxYlBJq6L', 'is_local': False, 'name': 'Hello Lonely', 'track_id': '0eFTxYwpRTxyefxYlBJq6L', 'track_number': 6, 'uri': 'spotify:track:0eFTxYwpRTxyefxYlBJq6L', }), dict({ 'artists': list([ dict({ 'artist_id': '6QzMY3tnu0m56eKUnr4uCF', 'name': 'Alfie Templeman', 'uri': 'spotify:artist:6QzMY3tnu0m56eKUnr4uCF', }), dict({ 'artist_id': '3yDIp0kaq9EFKe07X1X2rz', 'name': 'Nile Rodgers', 'uri': 'spotify:artist:3yDIp0kaq9EFKe07X1X2rz', }), ]), 'disc_number': 1, 'duration_ms': 160932, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5I0qy4t38jwAPKsHS2WPnT', }), 'href': 'https://api.spotify.com/v1/tracks/5I0qy4t38jwAPKsHS2WPnT', 'is_local': False, 'name': 'Just A Dance', 'track_id': '5I0qy4t38jwAPKsHS2WPnT', 'track_number': 7, 'uri': 'spotify:track:5I0qy4t38jwAPKsHS2WPnT', }), dict({ 'artists': list([ dict({ 'artist_id': '6QzMY3tnu0m56eKUnr4uCF', 'name': 'Alfie Templeman', 'uri': 'spotify:artist:6QzMY3tnu0m56eKUnr4uCF', }), ]), 'disc_number': 1, 'duration_ms': 204074, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6zJPeOzroQHmIAbhQETa3S', }), 'href': 'https://api.spotify.com/v1/tracks/6zJPeOzroQHmIAbhQETa3S', 'is_local': False, 'name': 'Submarine', 'track_id': '6zJPeOzroQHmIAbhQETa3S', 'track_number': 8, 'uri': 'spotify:track:6zJPeOzroQHmIAbhQETa3S', }), dict({ 'artists': list([ dict({ 'artist_id': '6QzMY3tnu0m56eKUnr4uCF', 'name': 'Alfie Templeman', 'uri': 'spotify:artist:6QzMY3tnu0m56eKUnr4uCF', }), ]), 'disc_number': 1, 'duration_ms': 207430, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/19ZhBuPyYTzNChzoQslVTX', }), 'href': 'https://api.spotify.com/v1/tracks/19ZhBuPyYTzNChzoQslVTX', 'is_local': False, 'name': 'Beckham', 'track_id': '19ZhBuPyYTzNChzoQslVTX', 'track_number': 9, 'uri': 'spotify:track:19ZhBuPyYTzNChzoQslVTX', }), dict({ 'artists': list([ dict({ 'artist_id': '6QzMY3tnu0m56eKUnr4uCF', 'name': 'Alfie Templeman', 'uri': 'spotify:artist:6QzMY3tnu0m56eKUnr4uCF', }), ]), 'disc_number': 1, 'duration_ms': 157458, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4wTOzQ92UzEBli1ubpcw3u', }), 'href': 'https://api.spotify.com/v1/tracks/4wTOzQ92UzEBli1ubpcw3u', 'is_local': False, 'name': 'Switch', 'track_id': '4wTOzQ92UzEBli1ubpcw3u', 'track_number': 10, 'uri': 'spotify:track:4wTOzQ92UzEBli1ubpcw3u', }), dict({ 'artists': list([ dict({ 'artist_id': '6QzMY3tnu0m56eKUnr4uCF', 'name': 'Alfie Templeman', 'uri': 'spotify:artist:6QzMY3tnu0m56eKUnr4uCF', }), ]), 'disc_number': 1, 'duration_ms': 263354, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/22sc5jdkR8FTgbGWTdOy7t', }), 'href': 'https://api.spotify.com/v1/tracks/22sc5jdkR8FTgbGWTdOy7t', 'is_local': False, 'name': 'Run To Tomorrow', 'track_id': '22sc5jdkR8FTgbGWTdOy7t', 'track_number': 11, 'uri': 'spotify:track:22sc5jdkR8FTgbGWTdOy7t', }), ]), 'uri': 'spotify:album:0GpklLqjWNrhropGa4XRRD', }), }), dict({ 'added_at': datetime.datetime(2024, 5, 30, 22, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '1Sr34Sc0yqB4SlxanOrit0', 'album_type': , 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273668bf8454b34db4eb2b78dd3', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02668bf8454b34db4eb2b78dd3', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851668bf8454b34db4eb2b78dd3', 'width': 64, }), ]), 'name': 'The Last Goodbye Tour Live', 'release_date': '2024-05-31', 'release_date_precision': , 'total_tracks': 27, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 186400, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/24ainScgxd2UDayPsLzzm2', }), 'href': 'https://api.spotify.com/v1/tracks/24ainScgxd2UDayPsLzzm2', 'is_local': False, 'name': 'This Version of You (Live)', 'track_id': '24ainScgxd2UDayPsLzzm2', 'track_number': 1, 'uri': 'spotify:track:24ainScgxd2UDayPsLzzm2', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 189985, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4gKFQ6sGKfZr44NXw6wjym', }), 'href': 'https://api.spotify.com/v1/tracks/4gKFQ6sGKfZr44NXw6wjym', 'is_local': False, 'name': 'Behind the Sun (Live)', 'track_id': '4gKFQ6sGKfZr44NXw6wjym', 'track_number': 2, 'uri': 'spotify:track:4gKFQ6sGKfZr44NXw6wjym', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 201954, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2W0IElS3uccgQUXKAwVyAt', }), 'href': 'https://api.spotify.com/v1/tracks/2W0IElS3uccgQUXKAwVyAt', 'is_local': False, 'name': 'All We Need (Live) (ODESZA VIP Remix)', 'track_id': '2W0IElS3uccgQUXKAwVyAt', 'track_number': 3, 'uri': 'spotify:track:2W0IElS3uccgQUXKAwVyAt', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 267545, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4JK3JhyIl1icooy0uq37DA', }), 'href': 'https://api.spotify.com/v1/tracks/4JK3JhyIl1icooy0uq37DA', 'is_local': False, 'name': 'Love Letter (Live) (ODESZA VIP Remix)', 'track_id': '4JK3JhyIl1icooy0uq37DA', 'track_number': 4, 'uri': 'spotify:track:4JK3JhyIl1icooy0uq37DA', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 176459, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1ZVmGzftncwotIcJzkiTQK', }), 'href': 'https://api.spotify.com/v1/tracks/1ZVmGzftncwotIcJzkiTQK', 'is_local': False, 'name': 'Say My Name x Late Night (Live)', 'track_id': '1ZVmGzftncwotIcJzkiTQK', 'track_number': 5, 'uri': 'spotify:track:1ZVmGzftncwotIcJzkiTQK', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 151384, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2mOOT12V4TMB9O6p75Hehs', }), 'href': 'https://api.spotify.com/v1/tracks/2mOOT12V4TMB9O6p75Hehs', 'is_local': False, 'name': 'In the Rain (Live)', 'track_id': '2mOOT12V4TMB9O6p75Hehs', 'track_number': 6, 'uri': 'spotify:track:2mOOT12V4TMB9O6p75Hehs', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), dict({ 'artist_id': '4iVhFmG8YCCEHANGeUUS9q', 'name': 'Pretty Lights', 'uri': 'spotify:artist:4iVhFmG8YCCEHANGeUUS9q', }), ]), 'disc_number': 1, 'duration_ms': 96053, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3mqmlOkyeU3hP1rERf6tjv', }), 'href': 'https://api.spotify.com/v1/tracks/3mqmlOkyeU3hP1rERf6tjv', 'is_local': False, 'name': "One Day They'll Know (Live) (ODESZA VIP Remix)", 'track_id': '3mqmlOkyeU3hP1rERf6tjv', 'track_number': 7, 'uri': 'spotify:track:3mqmlOkyeU3hP1rERf6tjv', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), dict({ 'artist_id': '6BkSTbIWZrLZZK0sa2GehR', 'name': 'Charlie Houston', 'uri': 'spotify:artist:6BkSTbIWZrLZZK0sa2GehR', }), ]), 'disc_number': 1, 'duration_ms': 261978, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2A0cPJCmtGITjsKAIhzEfo', }), 'href': 'https://api.spotify.com/v1/tracks/2A0cPJCmtGITjsKAIhzEfo', 'is_local': False, 'name': 'Wide Awake (Live)', 'track_id': '2A0cPJCmtGITjsKAIhzEfo', 'track_number': 8, 'uri': 'spotify:track:2A0cPJCmtGITjsKAIhzEfo', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 214092, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1a73OJypd6sgDkAwA75NDX', }), 'href': 'https://api.spotify.com/v1/tracks/1a73OJypd6sgDkAwA75NDX', 'is_local': False, 'name': 'Bloom (Live) (ODESZA VIP Remix)', 'track_id': '1a73OJypd6sgDkAwA75NDX', 'track_number': 9, 'uri': 'spotify:track:1a73OJypd6sgDkAwA75NDX', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 268167, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4tL49ueZxBPJD5Z9pmNCAL', }), 'href': 'https://api.spotify.com/v1/tracks/4tL49ueZxBPJD5Z9pmNCAL', 'is_local': False, 'name': 'Equal x Boy (Live)', 'track_id': '4tL49ueZxBPJD5Z9pmNCAL', 'track_number': 10, 'uri': 'spotify:track:4tL49ueZxBPJD5Z9pmNCAL', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 116759, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1ZJiqlxrcILMONjWo9wwaW', }), 'href': 'https://api.spotify.com/v1/tracks/1ZJiqlxrcILMONjWo9wwaW', 'is_local': False, 'name': 'All My Life (Live)', 'track_id': '1ZJiqlxrcILMONjWo9wwaW', 'track_number': 11, 'uri': 'spotify:track:1ZJiqlxrcILMONjWo9wwaW', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), dict({ 'artist_id': '3NP4jJcW3R6qO6rbtnH0wn', 'name': 'MARO', 'uri': 'spotify:artist:3NP4jJcW3R6qO6rbtnH0wn', }), ]), 'disc_number': 1, 'duration_ms': 161641, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/59aWxauGOAbQycO8GNK7LE', }), 'href': 'https://api.spotify.com/v1/tracks/59aWxauGOAbQycO8GNK7LE', 'is_local': False, 'name': 'Better Now (Live)', 'track_id': '59aWxauGOAbQycO8GNK7LE', 'track_number': 12, 'uri': 'spotify:track:59aWxauGOAbQycO8GNK7LE', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), dict({ 'artist_id': '4qOzMSukiZoiSjPQw8Zs7s', 'name': 'Mansionair', 'uri': 'spotify:artist:4qOzMSukiZoiSjPQw8Zs7s', }), dict({ 'artist_id': '5EBlHXi71tDXnFtroEh7Rg', 'name': 'Naomi Wild', 'uri': 'spotify:artist:5EBlHXi71tDXnFtroEh7Rg', }), ]), 'disc_number': 1, 'duration_ms': 181843, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7q7B0VRgFKegcxO2Edzbi6', }), 'href': 'https://api.spotify.com/v1/tracks/7q7B0VRgFKegcxO2Edzbi6', 'is_local': False, 'name': 'Line Of Sight (Live)', 'track_id': '7q7B0VRgFKegcxO2Edzbi6', 'track_number': 13, 'uri': 'spotify:track:7q7B0VRgFKegcxO2Edzbi6', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), dict({ 'artist_id': '6b5YOgXIliAozdo49vUCJQ', 'name': 'Izzy Bizu', 'uri': 'spotify:artist:6b5YOgXIliAozdo49vUCJQ', }), ]), 'disc_number': 1, 'duration_ms': 243413, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0PD6WTOfk9kBi6THqAaBKV', }), 'href': 'https://api.spotify.com/v1/tracks/0PD6WTOfk9kBi6THqAaBKV', 'is_local': False, 'name': 'Forgive Me (Live) (ODESZA VIP Remix)', 'track_id': '0PD6WTOfk9kBi6THqAaBKV', 'track_number': 14, 'uri': 'spotify:track:0PD6WTOfk9kBi6THqAaBKV', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 105046, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5r06HL1g9lqxc5CAxBK7an', }), 'href': 'https://api.spotify.com/v1/tracks/5r06HL1g9lqxc5CAxBK7an', 'is_local': False, 'name': 'La Ciudad (Live) (ODESZA VIP Remix)', 'track_id': '5r06HL1g9lqxc5CAxBK7an', 'track_number': 15, 'uri': 'spotify:track:5r06HL1g9lqxc5CAxBK7an', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), dict({ 'artist_id': '2MPHBxznH1fj59jbOWY38u', 'name': 'Sudan Archives', 'uri': 'spotify:artist:2MPHBxznH1fj59jbOWY38u', }), ]), 'disc_number': 1, 'duration_ms': 211440, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7rwME0L7zpCwQgHcIwzbvt', }), 'href': 'https://api.spotify.com/v1/tracks/7rwME0L7zpCwQgHcIwzbvt', 'is_local': False, 'name': 'Selfish Soul (Live) (ODESZA VIP Remix)', 'track_id': '7rwME0L7zpCwQgHcIwzbvt', 'track_number': 16, 'uri': 'spotify:track:7rwME0L7zpCwQgHcIwzbvt', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), dict({ 'artist_id': '60yfafz0P3gqaUaOUIddae', 'name': 'BRONSON', 'uri': 'spotify:artist:60yfafz0P3gqaUaOUIddae', }), ]), 'disc_number': 1, 'duration_ms': 194464, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4UU6fudp68mcPuUFJf1sNA', }), 'href': 'https://api.spotify.com/v1/tracks/4UU6fudp68mcPuUFJf1sNA', 'is_local': False, 'name': 'TENSE (Live)', 'track_id': '4UU6fudp68mcPuUFJf1sNA', 'track_number': 17, 'uri': 'spotify:track:4UU6fudp68mcPuUFJf1sNA', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), dict({ 'artist_id': '60yfafz0P3gqaUaOUIddae', 'name': 'BRONSON', 'uri': 'spotify:artist:60yfafz0P3gqaUaOUIddae', }), ]), 'disc_number': 1, 'duration_ms': 142423, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/41z8eydTUKN0IL0QZtRcIs', }), 'href': 'https://api.spotify.com/v1/tracks/41z8eydTUKN0IL0QZtRcIs', 'is_local': False, 'name': 'KEEP MOVING (Live)', 'track_id': '41z8eydTUKN0IL0QZtRcIs', 'track_number': 18, 'uri': 'spotify:track:41z8eydTUKN0IL0QZtRcIs', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 211750, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2hT93dtTBxGOVYQEa3u2pE', }), 'href': 'https://api.spotify.com/v1/tracks/2hT93dtTBxGOVYQEa3u2pE', 'is_local': False, 'name': 'Sun Models (Live) (ODESZA VIP Remix)', 'track_id': '2hT93dtTBxGOVYQEa3u2pE', 'track_number': 19, 'uri': 'spotify:track:2hT93dtTBxGOVYQEa3u2pE', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 135054, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/69YWB2KVAMtIcjx01y2nAk', }), 'href': 'https://api.spotify.com/v1/tracks/69YWB2KVAMtIcjx01y2nAk', 'is_local': False, 'name': 'Hopeful (Live)', 'track_id': '69YWB2KVAMtIcjx01y2nAk', 'track_number': 20, 'uri': 'spotify:track:69YWB2KVAMtIcjx01y2nAk', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 275331, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1CxylMSGYankQropBSWDP3', }), 'href': 'https://api.spotify.com/v1/tracks/1CxylMSGYankQropBSWDP3', 'is_local': False, 'name': 'Across The Room x Falls (Live) (ODESZA VIP Remix)', 'track_id': '1CxylMSGYankQropBSWDP3', 'track_number': 21, 'uri': 'spotify:track:1CxylMSGYankQropBSWDP3', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 216988, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6aocvw4IvUE1zmlAavNkcR', }), 'href': 'https://api.spotify.com/v1/tracks/6aocvw4IvUE1zmlAavNkcR', 'is_local': False, 'name': 'Loyal (Live)', 'track_id': '6aocvw4IvUE1zmlAavNkcR', 'track_number': 22, 'uri': 'spotify:track:6aocvw4IvUE1zmlAavNkcR', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 163770, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5XWGvqsLKBAj0y47KpHmlF', }), 'href': 'https://api.spotify.com/v1/tracks/5XWGvqsLKBAj0y47KpHmlF', 'is_local': False, 'name': "Don't Stop (Live) (ODESZA VIP Remix)", 'track_id': '5XWGvqsLKBAj0y47KpHmlF', 'track_number': 23, 'uri': 'spotify:track:5XWGvqsLKBAj0y47KpHmlF', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 45000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2MA8Ep98eY5wRF28zCE5ec', }), 'href': 'https://api.spotify.com/v1/tracks/2MA8Ep98eY5wRF28zCE5ec', 'is_local': False, 'name': 'Just A Memory (Interlude) (Live)', 'track_id': '2MA8Ep98eY5wRF28zCE5ec', 'track_number': 24, 'uri': 'spotify:track:2MA8Ep98eY5wRF28zCE5ec', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), dict({ 'artist_id': '5EBlHXi71tDXnFtroEh7Rg', 'name': 'Naomi Wild', 'uri': 'spotify:artist:5EBlHXi71tDXnFtroEh7Rg', }), ]), 'disc_number': 1, 'duration_ms': 229816, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6v5Gc28XYQu2cDCmahhlBY', }), 'href': 'https://api.spotify.com/v1/tracks/6v5Gc28XYQu2cDCmahhlBY', 'is_local': False, 'name': 'Higher Ground (Live)', 'track_id': '6v5Gc28XYQu2cDCmahhlBY', 'track_number': 25, 'uri': 'spotify:track:6v5Gc28XYQu2cDCmahhlBY', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 383750, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6nwtUZBvCUzWp8HhhGrDu8', }), 'href': 'https://api.spotify.com/v1/tracks/6nwtUZBvCUzWp8HhhGrDu8', 'is_local': False, 'name': 'A Moment Apart (Live) (ODESZA VIP Remix)', 'track_id': '6nwtUZBvCUzWp8HhhGrDu8', 'track_number': 26, 'uri': 'spotify:track:6nwtUZBvCUzWp8HhhGrDu8', }), dict({ 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'disc_number': 1, 'duration_ms': 419555, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6y6vQOD1k3fBySGpjPmIkJ', }), 'href': 'https://api.spotify.com/v1/tracks/6y6vQOD1k3fBySGpjPmIkJ', 'is_local': False, 'name': 'The Last Goodbye (Live)', 'track_id': '6y6vQOD1k3fBySGpjPmIkJ', 'track_number': 27, 'uri': 'spotify:track:6y6vQOD1k3fBySGpjPmIkJ', }), ]), 'uri': 'spotify:album:1Sr34Sc0yqB4SlxanOrit0', }), }), dict({ 'added_at': datetime.datetime(2024, 5, 30, 22, 0, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '6YpuiWNRGcMEumvRbEuOvP', 'album_type': , 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2739af80bdb91f14c69a7b900cb', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e029af80bdb91f14c69a7b900cb', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048519af80bdb91f14c69a7b900cb', 'width': 64, }), ]), 'name': 'Believe Me Now?', 'release_date': '2024-05-31', 'release_date_precision': , 'total_tracks': 15, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), dict({ 'artist_id': '3K9muOlJVKLgH4SIwwZiDe', 'name': 'Self Esteem', 'uri': 'spotify:artist:3K9muOlJVKLgH4SIwwZiDe', }), ]), 'disc_number': 1, 'duration_ms': 231684, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6RtoIjw4BISeXqbju6b64E', }), 'href': 'https://api.spotify.com/v1/tracks/0djt8pab0Si1xC7B2ddfF4', 'is_local': False, 'name': 'True Colours (feat. Self Esteem)', 'track_id': '0djt8pab0Si1xC7B2ddfF4', 'track_number': 1, 'uri': 'spotify:track:0djt8pab0Si1xC7B2ddfF4', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), ]), 'disc_number': 1, 'duration_ms': 197014, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6NysRdnw6s1e8v4WfjcdDg', }), 'href': 'https://api.spotify.com/v1/tracks/0rX4zPMMpg8IhCKElJp8lp', 'is_local': False, 'name': 'Darkest Hour', 'track_id': '0rX4zPMMpg8IhCKElJp8lp', 'track_number': 2, 'uri': 'spotify:track:0rX4zPMMpg8IhCKElJp8lp', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), ]), 'disc_number': 1, 'duration_ms': 175628, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0IRZJ6G7fj0bvShvNkSOFR', }), 'href': 'https://api.spotify.com/v1/tracks/3LcXzMeyG4jy8ERxtzHGgP', 'is_local': False, 'name': 'Outside Of Love', 'track_id': '3LcXzMeyG4jy8ERxtzHGgP', 'track_number': 3, 'uri': 'spotify:track:3LcXzMeyG4jy8ERxtzHGgP', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), dict({ 'artist_id': '39B7ChWwrWDs7zXlsu3MoP', 'name': 'Sonny Fodera', 'uri': 'spotify:artist:39B7ChWwrWDs7zXlsu3MoP', }), ]), 'disc_number': 1, 'duration_ms': 189087, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3pFe9dLAwfnwKt8gM6mqki', }), 'href': 'https://api.spotify.com/v1/tracks/3MLsgTj4GNyq6Nost2T5ya', 'is_local': False, 'name': 'Never Be Alone (feat. Sonny Fodera)', 'track_id': '3MLsgTj4GNyq6Nost2T5ya', 'track_number': 4, 'uri': 'spotify:track:3MLsgTj4GNyq6Nost2T5ya', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), ]), 'disc_number': 1, 'duration_ms': 148135, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2MLkPm2w8hHjJbg4jpb5e4', }), 'href': 'https://api.spotify.com/v1/tracks/1VjvxoeHjF0DJhsmvLte8a', 'is_local': False, 'name': 'Multiply', 'track_id': '1VjvxoeHjF0DJhsmvLte8a', 'track_number': 5, 'uri': 'spotify:track:1VjvxoeHjF0DJhsmvLte8a', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), ]), 'disc_number': 1, 'duration_ms': 212421, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2ZZK8s3J4YFFtuPVPEuBKL', }), 'href': 'https://api.spotify.com/v1/tracks/5Bnm9QxfBKxc1sNvZanTBT', 'is_local': False, 'name': 'Swim', 'track_id': '5Bnm9QxfBKxc1sNvZanTBT', 'track_number': 6, 'uri': 'spotify:track:5Bnm9QxfBKxc1sNvZanTBT', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), ]), 'disc_number': 1, 'duration_ms': 178352, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0Gy9xulTAI3wQ7S2f4Fyg6', }), 'href': 'https://api.spotify.com/v1/tracks/2HYvYa9b8lASSBxgupn7H2', 'is_local': False, 'name': 'Man Of My Dreams', 'track_id': '2HYvYa9b8lASSBxgupn7H2', 'track_number': 7, 'uri': 'spotify:track:2HYvYa9b8lASSBxgupn7H2', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), ]), 'disc_number': 1, 'duration_ms': 176661, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6rjezxiUUnvLoCxY3Tn0cP', }), 'href': 'https://api.spotify.com/v1/tracks/6yCLuQMWVBBfgwqLaTtks9', 'is_local': False, 'name': 'Linger', 'track_id': '6yCLuQMWVBBfgwqLaTtks9', 'track_number': 8, 'uri': 'spotify:track:6yCLuQMWVBBfgwqLaTtks9', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), ]), 'disc_number': 1, 'duration_ms': 230657, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7pxYzLcArC8gnj67ebv4yh', }), 'href': 'https://api.spotify.com/v1/tracks/6HHONxXw6BXNg2YSELJn1R', 'is_local': False, 'name': 'Lonely Again', 'track_id': '6HHONxXw6BXNg2YSELJn1R', 'track_number': 9, 'uri': 'spotify:track:6HHONxXw6BXNg2YSELJn1R', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), dict({ 'artist_id': '26OmQHradZrF0CS7DrgWDH', 'name': 'Lewis Thompson', 'uri': 'spotify:artist:26OmQHradZrF0CS7DrgWDH', }), ]), 'disc_number': 1, 'duration_ms': 153742, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2l3WaRRp8nKatWZDVysMUR', }), 'href': 'https://api.spotify.com/v1/tracks/2aAksX61WFBUxWayOhEDJn', 'is_local': False, 'name': 'Side Effects', 'track_id': '2aAksX61WFBUxWayOhEDJn', 'track_number': 10, 'uri': 'spotify:track:2aAksX61WFBUxWayOhEDJn', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), ]), 'disc_number': 1, 'duration_ms': 156248, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4a4HS3GEdO6rHlvrYzztbh', }), 'href': 'https://api.spotify.com/v1/tracks/3m9uxUtp0P8dF3U0Uny0uY', 'is_local': False, 'name': 'Back Around', 'track_id': '3m9uxUtp0P8dF3U0Uny0uY', 'track_number': 11, 'uri': 'spotify:track:3m9uxUtp0P8dF3U0Uny0uY', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), ]), 'disc_number': 1, 'duration_ms': 133289, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/43qScrbaWtfJZj9kvy2u2P', }), 'href': 'https://api.spotify.com/v1/tracks/7z7NUTBS73esdMiCtZ9pur', 'is_local': False, 'name': 'Keep Holding On', 'track_id': '7z7NUTBS73esdMiCtZ9pur', 'track_number': 12, 'uri': 'spotify:track:7z7NUTBS73esdMiCtZ9pur', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), dict({ 'artist_id': '5spVyRrIk8Es1ZBi2ClEUU', 'name': 'RILEASA', 'uri': 'spotify:artist:5spVyRrIk8Es1ZBi2ClEUU', }), ]), 'disc_number': 1, 'duration_ms': 164005, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7otRU4xTCpu0QUKW3ekNd5', }), 'href': 'https://api.spotify.com/v1/tracks/5RgB1e7a1KHrXrfT3UuPCc', 'is_local': False, 'name': 'One Track Mind (feat. RILEASA)', 'track_id': '5RgB1e7a1KHrXrfT3UuPCc', 'track_number': 13, 'uri': 'spotify:track:5RgB1e7a1KHrXrfT3UuPCc', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), dict({ 'artist_id': '3jNkaOXasoc7RsxdchvEVq', 'name': 'Chase & Status', 'uri': 'spotify:artist:3jNkaOXasoc7RsxdchvEVq', }), ]), 'disc_number': 1, 'duration_ms': 164914, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5IKc3FhDTzE6LvgLaB1Q6M', }), 'href': 'https://api.spotify.com/v1/tracks/3VFaV7Mw0di4XFE84eHnrC', 'is_local': False, 'name': 'Disconnect', 'track_id': '3VFaV7Mw0di4XFE84eHnrC', 'track_number': 14, 'uri': 'spotify:track:3VFaV7Mw0di4XFE84eHnrC', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), ]), 'disc_number': 1, 'duration_ms': 179015, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/74EzvNoqJdoBwIap3o8Ycb', }), 'href': 'https://api.spotify.com/v1/tracks/0S9laeO22k8rgM1PqZtgAA', 'is_local': False, 'name': 'Right Here', 'track_id': '0S9laeO22k8rgM1PqZtgAA', 'track_number': 15, 'uri': 'spotify:track:0S9laeO22k8rgM1PqZtgAA', }), ]), 'uri': 'spotify:album:6YpuiWNRGcMEumvRbEuOvP', }), }), dict({ 'added_at': datetime.datetime(2022, 11, 7, 16, 59, 34, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '1ZzRJDpsGzs8wkkI0w6F8G', 'album_type': , 'artists': list([ dict({ 'artist_id': '5vmwWgrlwCfHm1P0vdDFbU', 'name': 'Maan', 'uri': 'spotify:artist:5vmwWgrlwCfHm1P0vdDFbU', }), dict({ 'artist_id': '6mS5GeFyhea6w9OKo8PO3p', 'name': 'Goldband', 'uri': 'spotify:artist:6mS5GeFyhea6w9OKo8PO3p', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f9a6870f342d4e0db4428128', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f9a6870f342d4e0db4428128', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f9a6870f342d4e0db4428128', 'width': 64, }), ]), 'name': 'Stiekem ft. Goldband', 'release_date': '2022-11-04', 'release_date_precision': , 'total_tracks': 1, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '5vmwWgrlwCfHm1P0vdDFbU', 'name': 'Maan', 'uri': 'spotify:artist:5vmwWgrlwCfHm1P0vdDFbU', }), dict({ 'artist_id': '6mS5GeFyhea6w9OKo8PO3p', 'name': 'Goldband', 'uri': 'spotify:artist:6mS5GeFyhea6w9OKo8PO3p', }), ]), 'disc_number': 1, 'duration_ms': 203437, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1ulgMAx95xb3N33SMklfG3', }), 'href': 'https://api.spotify.com/v1/tracks/0kINWIY7BToJACjRzIOqsz', 'is_local': False, 'name': 'Stiekem', 'track_id': '0kINWIY7BToJACjRzIOqsz', 'track_number': 1, 'uri': 'spotify:track:0kINWIY7BToJACjRzIOqsz', }), ]), 'uri': 'spotify:album:1ZzRJDpsGzs8wkkI0w6F8G', }), }), dict({ 'added_at': datetime.datetime(2021, 8, 6, 10, 7, 29, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '16mh2RvDOwlv2gw7BFElFf', 'album_type': , 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), dict({ 'artist_id': '66TrUkUZ3RM29dqeDQRgyA', 'name': 'Ella Eyre', 'uri': 'spotify:artist:66TrUkUZ3RM29dqeDQRgyA', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273cce0465e13f5f9ff4fbf8590', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02cce0465e13f5f9ff4fbf8590', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851cce0465e13f5f9ff4fbf8590', 'width': 64, }), ]), 'name': 'Business (with Ella Eyre)', 'release_date': '2021-08-06', 'release_date_precision': , 'total_tracks': 4, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), dict({ 'artist_id': '66TrUkUZ3RM29dqeDQRgyA', 'name': 'Ella Eyre', 'uri': 'spotify:artist:66TrUkUZ3RM29dqeDQRgyA', }), ]), 'disc_number': 1, 'duration_ms': 197720, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7f3oSqQXBCUiWtR0m7ieRw', }), 'href': 'https://api.spotify.com/v1/tracks/7f3oSqQXBCUiWtR0m7ieRw', 'is_local': False, 'name': 'Business (with Ella Eyre)', 'track_id': '7f3oSqQXBCUiWtR0m7ieRw', 'track_number': 1, 'uri': 'spotify:track:7f3oSqQXBCUiWtR0m7ieRw', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), dict({ 'artist_id': '1Cs0zKBU1kc0i8ypK3B9ai', 'name': 'David Guetta', 'uri': 'spotify:artist:1Cs0zKBU1kc0i8ypK3B9ai', }), ]), 'disc_number': 1, 'duration_ms': 161386, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6YkclKF41aboSB5Sf4p15l', }), 'href': 'https://api.spotify.com/v1/tracks/6YkclKF41aboSB5Sf4p15l', 'is_local': False, 'name': 'Remember (and David Guetta)', 'track_id': '6YkclKF41aboSB5Sf4p15l', 'track_number': 2, 'uri': 'spotify:track:6YkclKF41aboSB5Sf4p15l', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), dict({ 'artist_id': '1IueXOQyABrMOprrzwQJWN', 'name': 'Sigala', 'uri': 'spotify:artist:1IueXOQyABrMOprrzwQJWN', }), ]), 'disc_number': 1, 'duration_ms': 193360, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2N8HEioDelArgvoInf5pkk', }), 'href': 'https://api.spotify.com/v1/tracks/2N8HEioDelArgvoInf5pkk', 'is_local': False, 'name': 'Heaven On My Mind (with Sigala)', 'track_id': '2N8HEioDelArgvoInf5pkk', 'track_number': 3, 'uri': 'spotify:track:2N8HEioDelArgvoInf5pkk', }), dict({ 'artists': list([ dict({ 'artist_id': '4EPJlUEBy49EX1wuFOvtjK', 'name': 'Becky Hill', 'uri': 'spotify:artist:4EPJlUEBy49EX1wuFOvtjK', }), dict({ 'artist_id': '26OrZl5U3VNGHU9qUj8EcM', 'name': 'Shift K3Y', 'uri': 'spotify:artist:26OrZl5U3VNGHU9qUj8EcM', }), ]), 'disc_number': 1, 'duration_ms': 198493, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4RJ9DfYp0sWhPWUjIXKJUx', }), 'href': 'https://api.spotify.com/v1/tracks/4RJ9DfYp0sWhPWUjIXKJUx', 'is_local': False, 'name': 'Better Off Without You (feat. Shift K3Y)', 'track_id': '4RJ9DfYp0sWhPWUjIXKJUx', 'track_number': 4, 'uri': 'spotify:track:4RJ9DfYp0sWhPWUjIXKJUx', }), ]), 'uri': 'spotify:album:16mh2RvDOwlv2gw7BFElFf', }), }), dict({ 'added_at': datetime.datetime(2019, 9, 17, 7, 0, 48, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '1KPqoSV4Rs89YfgAwbLROr', 'album_type': , 'artists': list([ dict({ 'artist_id': '1BAdSa5cdtCNLbvT7gWmtJ', 'name': 'Conro', 'uri': 'spotify:artist:1BAdSa5cdtCNLbvT7gWmtJ', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27393f89a7974f0302a2b50a53e', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0293f89a7974f0302a2b50a53e', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485193f89a7974f0302a2b50a53e', 'width': 64, }), ]), 'name': "What's Love", 'release_date': '2019-09-17', 'release_date_precision': , 'total_tracks': 1, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '1BAdSa5cdtCNLbvT7gWmtJ', 'name': 'Conro', 'uri': 'spotify:artist:1BAdSa5cdtCNLbvT7gWmtJ', }), ]), 'disc_number': 1, 'duration_ms': 176727, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/21Z6lY56DuaKBZBkPKK4Nk', }), 'href': 'https://api.spotify.com/v1/tracks/21Z6lY56DuaKBZBkPKK4Nk', 'is_local': False, 'name': "What's Love", 'track_id': '21Z6lY56DuaKBZBkPKK4Nk', 'track_number': 1, 'uri': 'spotify:track:21Z6lY56DuaKBZBkPKK4Nk', }), ]), 'uri': 'spotify:album:1KPqoSV4Rs89YfgAwbLROr', }), }), dict({ 'added_at': datetime.datetime(2019, 4, 5, 7, 8, 25, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '6OSLjWXJHlMRfQwM0HkOhQ', 'album_type': , 'artists': list([ dict({ 'artist_id': '1BAdSa5cdtCNLbvT7gWmtJ', 'name': 'Conro', 'uri': 'spotify:artist:1BAdSa5cdtCNLbvT7gWmtJ', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2735a76e5f8c200401442fbff3e', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e025a76e5f8c200401442fbff3e', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048515a76e5f8c200401442fbff3e', 'width': 64, }), ]), 'name': 'Remember You', 'release_date': '2019-04-05', 'release_date_precision': , 'total_tracks': 1, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '1BAdSa5cdtCNLbvT7gWmtJ', 'name': 'Conro', 'uri': 'spotify:artist:1BAdSa5cdtCNLbvT7gWmtJ', }), ]), 'disc_number': 1, 'duration_ms': 189000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/20psIOrg7j48rGrlpFXqTI', }), 'href': 'https://api.spotify.com/v1/tracks/796JqxZ3o0ZH6OllNRDuTY', 'is_local': False, 'name': 'Remember You', 'track_id': '796JqxZ3o0ZH6OllNRDuTY', 'track_number': 1, 'uri': 'spotify:track:796JqxZ3o0ZH6OllNRDuTY', }), ]), 'uri': 'spotify:album:6OSLjWXJHlMRfQwM0HkOhQ', }), }), dict({ 'added_at': datetime.datetime(2019, 3, 31, 2, 37, 47, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '79iwhS4dR28DeLyHZvuoSd', 'album_type': , 'artists': list([ dict({ 'artist_id': '4hj9dun9KpnBukLv7Hgfkr', 'name': 'RONDร‰', 'uri': 'spotify:artist:4hj9dun9KpnBukLv7Hgfkr', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273755e38d487f8ea2bb2a480b2', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02755e38d487f8ea2bb2a480b2', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851755e38d487f8ea2bb2a480b2', 'width': 64, }), ]), 'name': 'Flourish', 'release_date': '2019-03-08', 'release_date_precision': , 'total_tracks': 12, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '4hj9dun9KpnBukLv7Hgfkr', 'name': 'RONDร‰', 'uri': 'spotify:artist:4hj9dun9KpnBukLv7Hgfkr', }), ]), 'disc_number': 1, 'duration_ms': 228354, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2IhMGMdJv5fBUnJCLksKj9', }), 'href': 'https://api.spotify.com/v1/tracks/2IhMGMdJv5fBUnJCLksKj9', 'is_local': False, 'name': 'Down', 'track_id': '2IhMGMdJv5fBUnJCLksKj9', 'track_number': 1, 'uri': 'spotify:track:2IhMGMdJv5fBUnJCLksKj9', }), dict({ 'artists': list([ dict({ 'artist_id': '4hj9dun9KpnBukLv7Hgfkr', 'name': 'RONDร‰', 'uri': 'spotify:artist:4hj9dun9KpnBukLv7Hgfkr', }), ]), 'disc_number': 1, 'duration_ms': 189711, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2bPB38GR1k2UxAjBzEi1DM', }), 'href': 'https://api.spotify.com/v1/tracks/2bPB38GR1k2UxAjBzEi1DM', 'is_local': False, 'name': 'Calling', 'track_id': '2bPB38GR1k2UxAjBzEi1DM', 'track_number': 2, 'uri': 'spotify:track:2bPB38GR1k2UxAjBzEi1DM', }), dict({ 'artists': list([ dict({ 'artist_id': '4hj9dun9KpnBukLv7Hgfkr', 'name': 'RONDร‰', 'uri': 'spotify:artist:4hj9dun9KpnBukLv7Hgfkr', }), ]), 'disc_number': 1, 'duration_ms': 227549, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6UeOqEdtIALSGkLPcw7Rl6', }), 'href': 'https://api.spotify.com/v1/tracks/6UeOqEdtIALSGkLPcw7Rl6', 'is_local': False, 'name': 'Fourteen', 'track_id': '6UeOqEdtIALSGkLPcw7Rl6', 'track_number': 3, 'uri': 'spotify:track:6UeOqEdtIALSGkLPcw7Rl6', }), dict({ 'artists': list([ dict({ 'artist_id': '4hj9dun9KpnBukLv7Hgfkr', 'name': 'RONDร‰', 'uri': 'spotify:artist:4hj9dun9KpnBukLv7Hgfkr', }), ]), 'disc_number': 1, 'duration_ms': 201566, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/21alqUkGOEr7DEJncHfQqM', }), 'href': 'https://api.spotify.com/v1/tracks/21alqUkGOEr7DEJncHfQqM', 'is_local': False, 'name': 'Anyone', 'track_id': '21alqUkGOEr7DEJncHfQqM', 'track_number': 4, 'uri': 'spotify:track:21alqUkGOEr7DEJncHfQqM', }), dict({ 'artists': list([ dict({ 'artist_id': '4hj9dun9KpnBukLv7Hgfkr', 'name': 'RONDร‰', 'uri': 'spotify:artist:4hj9dun9KpnBukLv7Hgfkr', }), ]), 'disc_number': 1, 'duration_ms': 200662, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4PjkUwMvr7g1M45DSqlQkH', }), 'href': 'https://api.spotify.com/v1/tracks/4PjkUwMvr7g1M45DSqlQkH', 'is_local': False, 'name': 'Difference', 'track_id': '4PjkUwMvr7g1M45DSqlQkH', 'track_number': 5, 'uri': 'spotify:track:4PjkUwMvr7g1M45DSqlQkH', }), dict({ 'artists': list([ dict({ 'artist_id': '4hj9dun9KpnBukLv7Hgfkr', 'name': 'RONDร‰', 'uri': 'spotify:artist:4hj9dun9KpnBukLv7Hgfkr', }), ]), 'disc_number': 1, 'duration_ms': 215348, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0XZjcj8GUyWCEcnDgWDoTI', }), 'href': 'https://api.spotify.com/v1/tracks/0XZjcj8GUyWCEcnDgWDoTI', 'is_local': False, 'name': 'No Worries', 'track_id': '0XZjcj8GUyWCEcnDgWDoTI', 'track_number': 6, 'uri': 'spotify:track:0XZjcj8GUyWCEcnDgWDoTI', }), dict({ 'artists': list([ dict({ 'artist_id': '4hj9dun9KpnBukLv7Hgfkr', 'name': 'RONDร‰', 'uri': 'spotify:artist:4hj9dun9KpnBukLv7Hgfkr', }), ]), 'disc_number': 1, 'duration_ms': 244935, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4p0uwwMD4GIUlNZACqPJXO', }), 'href': 'https://api.spotify.com/v1/tracks/4p0uwwMD4GIUlNZACqPJXO', 'is_local': False, 'name': 'New Day', 'track_id': '4p0uwwMD4GIUlNZACqPJXO', 'track_number': 7, 'uri': 'spotify:track:4p0uwwMD4GIUlNZACqPJXO', }), dict({ 'artists': list([ dict({ 'artist_id': '4hj9dun9KpnBukLv7Hgfkr', 'name': 'RONDร‰', 'uri': 'spotify:artist:4hj9dun9KpnBukLv7Hgfkr', }), ]), 'disc_number': 1, 'duration_ms': 183355, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3suDoAXX6otxz0WBMHc6pp', }), 'href': 'https://api.spotify.com/v1/tracks/3suDoAXX6otxz0WBMHc6pp', 'is_local': False, 'name': 'We Got It', 'track_id': '3suDoAXX6otxz0WBMHc6pp', 'track_number': 8, 'uri': 'spotify:track:3suDoAXX6otxz0WBMHc6pp', }), dict({ 'artists': list([ dict({ 'artist_id': '4hj9dun9KpnBukLv7Hgfkr', 'name': 'RONDร‰', 'uri': 'spotify:artist:4hj9dun9KpnBukLv7Hgfkr', }), ]), 'disc_number': 1, 'duration_ms': 216855, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7GqsS485BuDKtkuKdAaiRq', }), 'href': 'https://api.spotify.com/v1/tracks/7GqsS485BuDKtkuKdAaiRq', 'is_local': False, 'name': 'Be Mine', 'track_id': '7GqsS485BuDKtkuKdAaiRq', 'track_number': 9, 'uri': 'spotify:track:7GqsS485BuDKtkuKdAaiRq', }), dict({ 'artists': list([ dict({ 'artist_id': '4hj9dun9KpnBukLv7Hgfkr', 'name': 'RONDร‰', 'uri': 'spotify:artist:4hj9dun9KpnBukLv7Hgfkr', }), ]), 'disc_number': 1, 'duration_ms': 255650, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/12o2tk8IhIDUiv9wargB8M', }), 'href': 'https://api.spotify.com/v1/tracks/12o2tk8IhIDUiv9wargB8M', 'is_local': False, 'name': 'Underwater', 'track_id': '12o2tk8IhIDUiv9wargB8M', 'track_number': 10, 'uri': 'spotify:track:12o2tk8IhIDUiv9wargB8M', }), dict({ 'artists': list([ dict({ 'artist_id': '4hj9dun9KpnBukLv7Hgfkr', 'name': 'RONDร‰', 'uri': 'spotify:artist:4hj9dun9KpnBukLv7Hgfkr', }), ]), 'disc_number': 1, 'duration_ms': 206862, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4AHrbiyZ2bPgcYMMh9I7UV', }), 'href': 'https://api.spotify.com/v1/tracks/4AHrbiyZ2bPgcYMMh9I7UV', 'is_local': False, 'name': 'You And I', 'track_id': '4AHrbiyZ2bPgcYMMh9I7UV', 'track_number': 11, 'uri': 'spotify:track:4AHrbiyZ2bPgcYMMh9I7UV', }), dict({ 'artists': list([ dict({ 'artist_id': '4hj9dun9KpnBukLv7Hgfkr', 'name': 'RONDร‰', 'uri': 'spotify:artist:4hj9dun9KpnBukLv7Hgfkr', }), ]), 'disc_number': 1, 'duration_ms': 201932, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/725MTKVYYrxtenlGtLfAIa', }), 'href': 'https://api.spotify.com/v1/tracks/725MTKVYYrxtenlGtLfAIa', 'is_local': False, 'name': 'All That Was Left', 'track_id': '725MTKVYYrxtenlGtLfAIa', 'track_number': 12, 'uri': 'spotify:track:725MTKVYYrxtenlGtLfAIa', }), ]), 'uri': 'spotify:album:79iwhS4dR28DeLyHZvuoSd', }), }), dict({ 'added_at': datetime.datetime(2018, 10, 4, 21, 11, 2, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '7lsSj3qTDdmEqVvVLdoQWZ', 'album_type': , 'artists': list([ dict({ 'artist_id': '5vBrKGOjN10BMwB0cJADj4', 'name': 'bรผlow', 'uri': 'spotify:artist:5vBrKGOjN10BMwB0cJADj4', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273be16261b5a920d5fc60e71f5', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02be16261b5a920d5fc60e71f5', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851be16261b5a920d5fc60e71f5', 'width': 64, }), ]), 'name': 'Not A Love Song (King Arthur Remix)', 'release_date': '2018-02-16', 'release_date_precision': , 'total_tracks': 1, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '5vBrKGOjN10BMwB0cJADj4', 'name': 'bรผlow', 'uri': 'spotify:artist:5vBrKGOjN10BMwB0cJADj4', }), dict({ 'artist_id': '2qPxiZiD34NtmokWN6RoP2', 'name': 'King Topher', 'uri': 'spotify:artist:2qPxiZiD34NtmokWN6RoP2', }), ]), 'disc_number': 1, 'duration_ms': 203706, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4wD34HA8cOSV32SlItkckN', }), 'href': 'https://api.spotify.com/v1/tracks/4wD34HA8cOSV32SlItkckN', 'is_local': False, 'name': 'Not A Love Song - King Arthur Remix', 'track_id': '4wD34HA8cOSV32SlItkckN', 'track_number': 1, 'uri': 'spotify:track:4wD34HA8cOSV32SlItkckN', }), ]), 'uri': 'spotify:album:7lsSj3qTDdmEqVvVLdoQWZ', }), }), dict({ 'added_at': datetime.datetime(2018, 4, 16, 10, 43, 21, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '6RxUo05RvVNA06y5BVGoth', 'album_type': , 'artists': list([ dict({ 'artist_id': '5TrkbV9x6OdTBlzWPJeBz5', 'name': 'Youngr', 'uri': 'spotify:artist:5TrkbV9x6OdTBlzWPJeBz5', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273d68094b6d6985023d3ada305', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02d68094b6d6985023d3ada305', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851d68094b6d6985023d3ada305', 'width': 64, }), ]), 'name': 'This Is Not An Album', 'release_date': '2018-01-05', 'release_date_precision': , 'total_tracks': 10, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '5TrkbV9x6OdTBlzWPJeBz5', 'name': 'Youngr', 'uri': 'spotify:artist:5TrkbV9x6OdTBlzWPJeBz5', }), ]), 'disc_number': 1, 'duration_ms': 169739, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3tpB406UcLxAKAZMXMHlpY', }), 'href': 'https://api.spotify.com/v1/tracks/3tpB406UcLxAKAZMXMHlpY', 'is_local': False, 'name': 'Ooh Lordy', 'track_id': '3tpB406UcLxAKAZMXMHlpY', 'track_number': 1, 'uri': 'spotify:track:3tpB406UcLxAKAZMXMHlpY', }), dict({ 'artists': list([ dict({ 'artist_id': '5TrkbV9x6OdTBlzWPJeBz5', 'name': 'Youngr', 'uri': 'spotify:artist:5TrkbV9x6OdTBlzWPJeBz5', }), ]), 'disc_number': 1, 'duration_ms': 203114, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1tmDa0FhMn8XSOpEJbVu25', }), 'href': 'https://api.spotify.com/v1/tracks/1tmDa0FhMn8XSOpEJbVu25', 'is_local': False, 'name': 'Out Of My System', 'track_id': '1tmDa0FhMn8XSOpEJbVu25', 'track_number': 2, 'uri': 'spotify:track:1tmDa0FhMn8XSOpEJbVu25', }), dict({ 'artists': list([ dict({ 'artist_id': '4W48hZAnAHVOC2c8WH8pcq', 'name': 'The Temper Trap', 'uri': 'spotify:artist:4W48hZAnAHVOC2c8WH8pcq', }), dict({ 'artist_id': '5TrkbV9x6OdTBlzWPJeBz5', 'name': 'Youngr', 'uri': 'spotify:artist:5TrkbV9x6OdTBlzWPJeBz5', }), ]), 'disc_number': 1, 'duration_ms': 294005, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1QBOH8W1ZhRoTOoHvfaZn7', }), 'href': 'https://api.spotify.com/v1/tracks/1QBOH8W1ZhRoTOoHvfaZn7', 'is_local': False, 'name': 'Sweet Disposition - Bootleg', 'track_id': '1QBOH8W1ZhRoTOoHvfaZn7', 'track_number': 3, 'uri': 'spotify:track:1QBOH8W1ZhRoTOoHvfaZn7', }), dict({ 'artists': list([ dict({ 'artist_id': '5TrkbV9x6OdTBlzWPJeBz5', 'name': 'Youngr', 'uri': 'spotify:artist:5TrkbV9x6OdTBlzWPJeBz5', }), ]), 'disc_number': 1, 'duration_ms': 209152, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5zC1NaCQeETz5b0IysG5Ub', }), 'href': 'https://api.spotify.com/v1/tracks/5zC1NaCQeETz5b0IysG5Ub', 'is_local': False, 'name': "'93", 'track_id': '5zC1NaCQeETz5b0IysG5Ub', 'track_number': 4, 'uri': 'spotify:track:5zC1NaCQeETz5b0IysG5Ub', }), dict({ 'artists': list([ dict({ 'artist_id': '5TrkbV9x6OdTBlzWPJeBz5', 'name': 'Youngr', 'uri': 'spotify:artist:5TrkbV9x6OdTBlzWPJeBz5', }), dict({ 'artist_id': '6F3vLfyutkUhpM50G84eMt', 'name': 'Endor', 'uri': 'spotify:artist:6F3vLfyutkUhpM50G84eMt', }), ]), 'disc_number': 1, 'duration_ms': 208665, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/44478ajpb5DPFaWVDbKSPp', }), 'href': 'https://api.spotify.com/v1/tracks/44478ajpb5DPFaWVDbKSPp', 'is_local': False, 'name': 'Give It Up - Youngr x Endor', 'track_id': '44478ajpb5DPFaWVDbKSPp', 'track_number': 5, 'uri': 'spotify:track:44478ajpb5DPFaWVDbKSPp', }), dict({ 'artists': list([ dict({ 'artist_id': '5TrkbV9x6OdTBlzWPJeBz5', 'name': 'Youngr', 'uri': 'spotify:artist:5TrkbV9x6OdTBlzWPJeBz5', }), ]), 'disc_number': 1, 'duration_ms': 185334, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7MTsaNHz8evXD32xLjfjDu', }), 'href': 'https://api.spotify.com/v1/tracks/7MTsaNHz8evXD32xLjfjDu', 'is_local': False, 'name': "What's Next", 'track_id': '7MTsaNHz8evXD32xLjfjDu', 'track_number': 6, 'uri': 'spotify:track:7MTsaNHz8evXD32xLjfjDu', }), dict({ 'artists': list([ dict({ 'artist_id': '5TrkbV9x6OdTBlzWPJeBz5', 'name': 'Youngr', 'uri': 'spotify:artist:5TrkbV9x6OdTBlzWPJeBz5', }), ]), 'disc_number': 1, 'duration_ms': 212937, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1J7U9B8nPjKrLL7xDZ56F2', }), 'href': 'https://api.spotify.com/v1/tracks/1J7U9B8nPjKrLL7xDZ56F2', 'is_local': False, 'name': 'Monsters', 'track_id': '1J7U9B8nPjKrLL7xDZ56F2', 'track_number': 7, 'uri': 'spotify:track:1J7U9B8nPjKrLL7xDZ56F2', }), dict({ 'artists': list([ dict({ 'artist_id': '5TrkbV9x6OdTBlzWPJeBz5', 'name': 'Youngr', 'uri': 'spotify:artist:5TrkbV9x6OdTBlzWPJeBz5', }), ]), 'disc_number': 1, 'duration_ms': 162652, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5Zp2xpSwgUyHVtGJZ31kZ1', }), 'href': 'https://api.spotify.com/v1/tracks/5Zp2xpSwgUyHVtGJZ31kZ1', 'is_local': False, 'name': 'Too Keen', 'track_id': '5Zp2xpSwgUyHVtGJZ31kZ1', 'track_number': 8, 'uri': 'spotify:track:5Zp2xpSwgUyHVtGJZ31kZ1', }), dict({ 'artists': list([ dict({ 'artist_id': '5TrkbV9x6OdTBlzWPJeBz5', 'name': 'Youngr', 'uri': 'spotify:artist:5TrkbV9x6OdTBlzWPJeBz5', }), ]), 'disc_number': 1, 'duration_ms': 241406, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5RQdeW1apwe934zbntXROv', }), 'href': 'https://api.spotify.com/v1/tracks/5RQdeW1apwe934zbntXROv', 'is_local': False, 'name': 'September Sun', 'track_id': '5RQdeW1apwe934zbntXROv', 'track_number': 9, 'uri': 'spotify:track:5RQdeW1apwe934zbntXROv', }), dict({ 'artists': list([ dict({ 'artist_id': '5TrkbV9x6OdTBlzWPJeBz5', 'name': 'Youngr', 'uri': 'spotify:artist:5TrkbV9x6OdTBlzWPJeBz5', }), ]), 'disc_number': 1, 'duration_ms': 219499, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4gD4ja2LvNDfCK8yeyXJwo', }), 'href': 'https://api.spotify.com/v1/tracks/4gD4ja2LvNDfCK8yeyXJwo', 'is_local': False, 'name': 'Disappear', 'track_id': '4gD4ja2LvNDfCK8yeyXJwo', 'track_number': 10, 'uri': 'spotify:track:4gD4ja2LvNDfCK8yeyXJwo', }), ]), 'uri': 'spotify:album:6RxUo05RvVNA06y5BVGoth', }), }), dict({ 'added_at': datetime.datetime(2018, 3, 6, 23, 37, 54, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '0wZ3CJWOsyYAfM8q5eatk2', 'album_type': , 'artists': list([ dict({ 'artist_id': '12x5fAPl1U05wUHCI5O0uq', 'name': 'Right-O', 'uri': 'spotify:artist:12x5fAPl1U05wUHCI5O0uq', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273ba42f930893e0e8bdc2bfb06', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02ba42f930893e0e8bdc2bfb06', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851ba42f930893e0e8bdc2bfb06', 'width': 64, }), ]), 'name': 'Mind Control', 'release_date': '2017-08-02', 'release_date_precision': , 'total_tracks': 1, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '12x5fAPl1U05wUHCI5O0uq', 'name': 'Right-O', 'uri': 'spotify:artist:12x5fAPl1U05wUHCI5O0uq', }), ]), 'disc_number': 1, 'duration_ms': 216920, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2h07NImWicduAsv0P1YAJj', }), 'href': 'https://api.spotify.com/v1/tracks/2h07NImWicduAsv0P1YAJj', 'is_local': False, 'name': 'Mind Control', 'track_id': '2h07NImWicduAsv0P1YAJj', 'track_number': 1, 'uri': 'spotify:track:2h07NImWicduAsv0P1YAJj', }), ]), 'uri': 'spotify:album:0wZ3CJWOsyYAfM8q5eatk2', }), }), dict({ 'added_at': datetime.datetime(2017, 10, 27, 6, 59, 9, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '5hXgjTSvzx1CtmTtRlCOTZ', 'album_type': , 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27305988260c12c85212424cb2e', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0205988260c12c85212424cb2e', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485105988260c12c85212424cb2e', 'width': 64, }), ]), 'name': 'Under the Covers, Vol. II', 'release_date': '2017-10-27', 'release_date_precision': , 'total_tracks': 12, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 281845, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5IHEdF6MgXf40QE3RDHtzt', }), 'href': 'https://api.spotify.com/v1/tracks/0fpkBN2LzdoK4Tye8xKHj8', 'is_local': False, 'name': 'Africa', 'track_id': '0fpkBN2LzdoK4Tye8xKHj8', 'track_number': 1, 'uri': 'spotify:track:0fpkBN2LzdoK4Tye8xKHj8', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 267838, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2GN3Rt5qC68aZvw8zmtTkC', }), 'href': 'https://api.spotify.com/v1/tracks/3F8hWUkNzeLUUhUZeLkV81', 'is_local': False, 'name': 'More Than a Feeling', 'track_id': '3F8hWUkNzeLUUhUZeLkV81', 'track_number': 2, 'uri': 'spotify:track:3F8hWUkNzeLUUhUZeLkV81', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 262142, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1kyZdBlUpvZFPZdhxQvsVj', }), 'href': 'https://api.spotify.com/v1/tracks/1HMNvplSW6H9PV0fuetvTr', 'is_local': False, 'name': 'Limelight', 'track_id': '1HMNvplSW6H9PV0fuetvTr', 'track_number': 3, 'uri': 'spotify:track:1HMNvplSW6H9PV0fuetvTr', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 223300, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6QTuFdY6uZixx4NkRmVJi3', }), 'href': 'https://api.spotify.com/v1/tracks/2qGsVqQJFtknAtR37CAttT', 'is_local': False, 'name': 'Pour Some Sugar on Me', 'track_id': '2qGsVqQJFtknAtR37CAttT', 'track_number': 4, 'uri': 'spotify:track:2qGsVqQJFtknAtR37CAttT', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 262883, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1RSB4C6tFOrbRgQhklvETU', }), 'href': 'https://api.spotify.com/v1/tracks/2fVCjb09bMzkiozFRQy2Cl', 'is_local': False, 'name': 'Something About You', 'track_id': '2fVCjb09bMzkiozFRQy2Cl', 'track_number': 5, 'uri': 'spotify:track:2fVCjb09bMzkiozFRQy2Cl', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 321158, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/43Mb0MmXn8tCa2WFnuG8Ll', }), 'href': 'https://api.spotify.com/v1/tracks/53RvyCGHmdcGisi7ohScVb', 'is_local': False, 'name': 'In Your Eyes', 'track_id': '53RvyCGHmdcGisi7ohScVb', 'track_number': 6, 'uri': 'spotify:track:53RvyCGHmdcGisi7ohScVb', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 203705, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3WQGwy4LNHMmeeb2PDfgWo', }), 'href': 'https://api.spotify.com/v1/tracks/0qi8fD0IVKSggOYHPhQv95', 'is_local': False, 'name': 'Heat of the Moment', 'track_id': '0qi8fD0IVKSggOYHPhQv95', 'track_number': 7, 'uri': 'spotify:track:0qi8fD0IVKSggOYHPhQv95', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 245947, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7fX3wR67GCCvVOAf3G8KRE', }), 'href': 'https://api.spotify.com/v1/tracks/6jejZfb7GilMwqfUQDKFCy', 'is_local': False, 'name': 'You Spin Me Round (Like a Record)', 'track_id': '6jejZfb7GilMwqfUQDKFCy', 'track_number': 8, 'uri': 'spotify:track:6jejZfb7GilMwqfUQDKFCy', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 282929, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1UJIy63m1gIRwG8pnlwOuA', }), 'href': 'https://api.spotify.com/v1/tracks/6GuZK6T75DshC2QiYPBKV0', 'is_local': False, 'name': "Don't Lose My Number", 'track_id': '6GuZK6T75DshC2QiYPBKV0', 'track_number': 9, 'uri': 'spotify:track:6GuZK6T75DshC2QiYPBKV0', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 205357, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6wgaV6DPkO3Gi2AmN1uYJn', }), 'href': 'https://api.spotify.com/v1/tracks/0x3VVm9d10EU5tdwqJ4k9J', 'is_local': False, 'name': 'I Wish', 'track_id': '0x3VVm9d10EU5tdwqJ4k9J', 'track_number': 10, 'uri': 'spotify:track:0x3VVm9d10EU5tdwqJ4k9J', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 233167, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3zWUeG4zGXdCrcHX5eGxId', }), 'href': 'https://api.spotify.com/v1/tracks/7iOAjvVx8JS3j9ZvcJZzaL', 'is_local': False, 'name': 'Your Wildest Dreams', 'track_id': '7iOAjvVx8JS3j9ZvcJZzaL', 'track_number': 11, 'uri': 'spotify:track:7iOAjvVx8JS3j9ZvcJZzaL', }), dict({ 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 250862, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3lH4ASiSIFbmyivT3WD6Tp', }), 'href': 'https://api.spotify.com/v1/tracks/6UbGGbBpSfmFDyG17OFuId', 'is_local': False, 'name': 'Rocket Man', 'track_id': '6UbGGbBpSfmFDyG17OFuId', 'track_number': 12, 'uri': 'spotify:track:6UbGGbBpSfmFDyG17OFuId', }), ]), 'uri': 'spotify:album:5hXgjTSvzx1CtmTtRlCOTZ', }), }), dict({ 'added_at': datetime.datetime(2017, 9, 17, 20, 15, 3, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '6cyUcKNdyK1NRBQ7vjEwVY', 'album_type': , 'artists': list([ dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2738719c1988fa08b227865e873', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e028719c1988fa08b227865e873', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048518719c1988fa08b227865e873', 'width': 64, }), ]), 'name': 'Wonderland (Deluxe)', 'release_date': '2017-03-24', 'release_date_precision': , 'total_tracks': 15, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'disc_number': 1, 'duration_ms': 293266, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4KN1xC3IVZCA5c5h5yIHsH', }), 'href': 'https://api.spotify.com/v1/tracks/4BlCSLODDzs7WObKGS8v0F', 'is_local': False, 'name': 'Wonderland', 'track_id': '4BlCSLODDzs7WObKGS8v0F', 'track_number': 1, 'uri': 'spotify:track:4BlCSLODDzs7WObKGS8v0F', }), dict({ 'artists': list([ dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'disc_number': 1, 'duration_ms': 233613, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1GlyElASkmRfmPIEfxMlTC', }), 'href': 'https://api.spotify.com/v1/tracks/0dhMVWyuExZRNEDcSaxcpk', 'is_local': False, 'name': 'Giants', 'track_id': '0dhMVWyuExZRNEDcSaxcpk', 'track_number': 2, 'uri': 'spotify:track:0dhMVWyuExZRNEDcSaxcpk', }), dict({ 'artists': list([ dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'disc_number': 1, 'duration_ms': 209720, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/66W3clk73gnkw3E1aflNrP', }), 'href': 'https://api.spotify.com/v1/tracks/3V3zCg3kqfeag16CRxyOOs', 'is_local': False, 'name': 'New Day', 'track_id': '3V3zCg3kqfeag16CRxyOOs', 'track_number': 3, 'uri': 'spotify:track:3V3zCg3kqfeag16CRxyOOs', }), dict({ 'artists': list([ dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'disc_number': 1, 'duration_ms': 209106, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1F0ZBh5thKn3aL8oEk0eyJ', }), 'href': 'https://api.spotify.com/v1/tracks/38Uy1sMppejotYXJUqPUYq', 'is_local': False, 'name': 'Lucky Stars', 'track_id': '38Uy1sMppejotYXJUqPUYq', 'track_number': 4, 'uri': 'spotify:track:38Uy1sMppejotYXJUqPUYq', }), dict({ 'artists': list([ dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'disc_number': 1, 'duration_ms': 233906, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2T2S4nzIZLr9wSiFbEntsW', }), 'href': 'https://api.spotify.com/v1/tracks/7437sm1u9zsNAtFmH1ZE16', 'is_local': False, 'name': 'And The Band Plays', 'track_id': '7437sm1u9zsNAtFmH1ZE16', 'track_number': 5, 'uri': 'spotify:track:7437sm1u9zsNAtFmH1ZE16', }), dict({ 'artists': list([ dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'disc_number': 1, 'duration_ms': 194106, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4hIimoY7T2xMWkVIlBzE9i', }), 'href': 'https://api.spotify.com/v1/tracks/2kIqgQtq2yHCwkTKS4Vs36', 'is_local': False, 'name': 'Superstar', 'track_id': '2kIqgQtq2yHCwkTKS4Vs36', 'track_number': 6, 'uri': 'spotify:track:2kIqgQtq2yHCwkTKS4Vs36', }), dict({ 'artists': list([ dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'disc_number': 1, 'duration_ms': 224800, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5JTQ4h07j2UwgL32YFvkLf', }), 'href': 'https://api.spotify.com/v1/tracks/1T5CW62fLSdOLsRT0BUir8', 'is_local': False, 'name': 'Hope', 'track_id': '1T5CW62fLSdOLsRT0BUir8', 'track_number': 7, 'uri': 'spotify:track:1T5CW62fLSdOLsRT0BUir8', }), dict({ 'artists': list([ dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'disc_number': 1, 'duration_ms': 175040, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1stKEQ8sgdcYGlasyTNFRx', }), 'href': 'https://api.spotify.com/v1/tracks/51jxNWFFT5WUXIErQzwiUY', 'is_local': False, 'name': 'River', 'track_id': '51jxNWFFT5WUXIErQzwiUY', 'track_number': 8, 'uri': 'spotify:track:51jxNWFFT5WUXIErQzwiUY', }), dict({ 'artists': list([ dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'disc_number': 1, 'duration_ms': 196453, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4Agh7A8QEcK6ojtTTKONFK', }), 'href': 'https://api.spotify.com/v1/tracks/018jJKmcAvODfvyNuBfcjm', 'is_local': False, 'name': 'The Last Poet', 'track_id': '018jJKmcAvODfvyNuBfcjm', 'track_number': 9, 'uri': 'spotify:track:018jJKmcAvODfvyNuBfcjm', }), dict({ 'artists': list([ dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'disc_number': 1, 'duration_ms': 252760, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0EiDO4qFMDbaKe4ETIz0ur', }), 'href': 'https://api.spotify.com/v1/tracks/6RxdVdQS85HYIpXwJw1j6J', 'is_local': False, 'name': 'Every Revolution', 'track_id': '6RxdVdQS85HYIpXwJw1j6J', 'track_number': 10, 'uri': 'spotify:track:6RxdVdQS85HYIpXwJw1j6J', }), dict({ 'artists': list([ dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'disc_number': 1, 'duration_ms': 269466, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4Lx8xU5DQOmnNNCpMOOaoz', }), 'href': 'https://api.spotify.com/v1/tracks/0ONIdjj0gIWoA8vOPlM9ST', 'is_local': False, 'name': "It's All For You", 'track_id': '0ONIdjj0gIWoA8vOPlM9ST', 'track_number': 11, 'uri': 'spotify:track:0ONIdjj0gIWoA8vOPlM9ST', }), dict({ 'artists': list([ dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'disc_number': 1, 'duration_ms': 199386, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0Ucqe7Z74UP1DyNcGLiiEH', }), 'href': 'https://api.spotify.com/v1/tracks/3eldJOi7FuF7LXoWRneab9', 'is_local': False, 'name': "Don't Give Up On Me", 'track_id': '3eldJOi7FuF7LXoWRneab9', 'track_number': 12, 'uri': 'spotify:track:3eldJOi7FuF7LXoWRneab9', }), dict({ 'artists': list([ dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'disc_number': 1, 'duration_ms': 269733, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1yu6lK4SPpvv1b9OtUZ50V', }), 'href': 'https://api.spotify.com/v1/tracks/6yH5jYImETi3IZwAZY1gva', 'is_local': False, 'name': 'Up', 'track_id': '6yH5jYImETi3IZwAZY1gva', 'track_number': 13, 'uri': 'spotify:track:6yH5jYImETi3IZwAZY1gva', }), dict({ 'artists': list([ dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'disc_number': 1, 'duration_ms': 261440, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5cgPKFbHlpiC7OwNgRFp19', }), 'href': 'https://api.spotify.com/v1/tracks/0qStm2vt5sMGgzbp68dADd', 'is_local': False, 'name': 'Come On Love', 'track_id': '0qStm2vt5sMGgzbp68dADd', 'track_number': 14, 'uri': 'spotify:track:0qStm2vt5sMGgzbp68dADd', }), dict({ 'artists': list([ dict({ 'artist_id': '01pKrlgPJhm5dB4lneYAqS', 'name': 'Sigma', 'uri': 'spotify:artist:01pKrlgPJhm5dB4lneYAqS', }), dict({ 'artist_id': '1XgFuvRd7r5g0h844A5ZUQ', 'name': 'Take That', 'uri': 'spotify:artist:1XgFuvRd7r5g0h844A5ZUQ', }), ]), 'disc_number': 1, 'duration_ms': 197453, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4zJIKsSumCbZgcbWz1UNPL', }), 'href': 'https://api.spotify.com/v1/tracks/2ddfMbBXPXgq2gjWBe0Mth', 'is_local': False, 'name': 'Cry', 'track_id': '2ddfMbBXPXgq2gjWBe0Mth', 'track_number': 15, 'uri': 'spotify:track:2ddfMbBXPXgq2gjWBe0Mth', }), ]), 'uri': 'spotify:album:6cyUcKNdyK1NRBQ7vjEwVY', }), }), dict({ 'added_at': datetime.datetime(2017, 8, 26, 22, 34, 42, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '0fMJhuTXyqcPEP0B864j8T', 'album_type': , 'artists': list([ dict({ 'artist_id': '7f5Zgnp2spUuuzKplmRkt7', 'name': 'Lost Frequencies', 'uri': 'spotify:artist:7f5Zgnp2spUuuzKplmRkt7', }), dict({ 'artist_id': '5TgQ66WuWkoQ2xYxaSTnVP', 'name': 'Netsky', 'uri': 'spotify:artist:5TgQ66WuWkoQ2xYxaSTnVP', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273d1686e9f897c253c8d72cc22', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02d1686e9f897c253c8d72cc22', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851d1686e9f897c253c8d72cc22', 'width': 64, }), ]), 'name': 'Here With You', 'release_date': '2017-06-30', 'release_date_precision': , 'total_tracks': 1, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '7f5Zgnp2spUuuzKplmRkt7', 'name': 'Lost Frequencies', 'uri': 'spotify:artist:7f5Zgnp2spUuuzKplmRkt7', }), dict({ 'artist_id': '5TgQ66WuWkoQ2xYxaSTnVP', 'name': 'Netsky', 'uri': 'spotify:artist:5TgQ66WuWkoQ2xYxaSTnVP', }), ]), 'disc_number': 1, 'duration_ms': 159023, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0u6KLyKbuqAe3aiol9UV8F', }), 'href': 'https://api.spotify.com/v1/tracks/0u6KLyKbuqAe3aiol9UV8F', 'is_local': False, 'name': 'Here With You', 'track_id': '0u6KLyKbuqAe3aiol9UV8F', 'track_number': 1, 'uri': 'spotify:track:0u6KLyKbuqAe3aiol9UV8F', }), ]), 'uri': 'spotify:album:0fMJhuTXyqcPEP0B864j8T', }), }), dict({ 'added_at': datetime.datetime(2017, 8, 11, 16, 48, 33, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '6LaLU27ZPXimJIbpbiOahr', 'album_type': , 'artists': list([ dict({ 'artist_id': '1vCWHaC5f2uS3yhpwWbIA6', 'name': 'Avicii', 'uri': 'spotify:artist:1vCWHaC5f2uS3yhpwWbIA6', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27330800bfbfff51ddb031d9bd7', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0230800bfbfff51ddb031d9bd7', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485130800bfbfff51ddb031d9bd7', 'width': 64, }), ]), 'name': 'AVฤชCI (01)', 'release_date': '2017-08-10', 'release_date_precision': , 'total_tracks': 6, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '1vCWHaC5f2uS3yhpwWbIA6', 'name': 'Avicii', 'uri': 'spotify:artist:1vCWHaC5f2uS3yhpwWbIA6', }), dict({ 'artist_id': '2fVW2ix4ANKiofDZIsy1XR', 'name': 'Vargas & Lagola', 'uri': 'spotify:artist:2fVW2ix4ANKiofDZIsy1XR', }), ]), 'disc_number': 1, 'duration_ms': 159863, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5wl32jJoBEyWUaDOtJVoMo', }), 'href': 'https://api.spotify.com/v1/tracks/79UX8fkSsowWI1HOd8VoYt', 'is_local': False, 'name': 'Friend Of Mine (feat. Vargas & Lagola)', 'track_id': '79UX8fkSsowWI1HOd8VoYt', 'track_number': 1, 'uri': 'spotify:track:79UX8fkSsowWI1HOd8VoYt', }), dict({ 'artists': list([ dict({ 'artist_id': '1vCWHaC5f2uS3yhpwWbIA6', 'name': 'Avicii', 'uri': 'spotify:artist:1vCWHaC5f2uS3yhpwWbIA6', }), dict({ 'artist_id': '5CCwRZC6euC8Odo6y9X8jr', 'name': 'Rita Ora', 'uri': 'spotify:artist:5CCwRZC6euC8Odo6y9X8jr', }), ]), 'disc_number': 1, 'duration_ms': 181812, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7DoN0sCGIT9IcLrtBDm4f0', }), 'href': 'https://api.spotify.com/v1/tracks/75NhhYjHO43mvZgYtnXgti', 'is_local': False, 'name': 'Lonely Together (feat. Rita Ora)', 'track_id': '75NhhYjHO43mvZgYtnXgti', 'track_number': 2, 'uri': 'spotify:track:75NhhYjHO43mvZgYtnXgti', }), dict({ 'artists': list([ dict({ 'artist_id': '1vCWHaC5f2uS3yhpwWbIA6', 'name': 'Avicii', 'uri': 'spotify:artist:1vCWHaC5f2uS3yhpwWbIA6', }), dict({ 'artist_id': '5gw5ANPCVcxU0maLiGRzzP', 'name': 'Billy Raffoul', 'uri': 'spotify:artist:5gw5ANPCVcxU0maLiGRzzP', }), ]), 'disc_number': 1, 'duration_ms': 207545, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7GaiXtje26gnTVWE1iCcHl', }), 'href': 'https://api.spotify.com/v1/tracks/630svau24EHHzw1kNk0Bdq', 'is_local': False, 'name': 'You Be Love (feat. Billy Raffoul)', 'track_id': '630svau24EHHzw1kNk0Bdq', 'track_number': 3, 'uri': 'spotify:track:630svau24EHHzw1kNk0Bdq', }), dict({ 'artists': list([ dict({ 'artist_id': '1vCWHaC5f2uS3yhpwWbIA6', 'name': 'Avicii', 'uri': 'spotify:artist:1vCWHaC5f2uS3yhpwWbIA6', }), dict({ 'artist_id': '5JYo7gm2dkyLLlWHjxS7Dy', 'name': 'Sandro Cavazza', 'uri': 'spotify:artist:5JYo7gm2dkyLLlWHjxS7Dy', }), ]), 'disc_number': 1, 'duration_ms': 181672, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6WbADFqMvR8N5u0BvtsWQE', }), 'href': 'https://api.spotify.com/v1/tracks/6Pgkp4qUoTmJIPn7ReaGxL', 'is_local': False, 'name': 'Without You (feat. Sandro Cavazza)', 'track_id': '6Pgkp4qUoTmJIPn7ReaGxL', 'track_number': 4, 'uri': 'spotify:track:6Pgkp4qUoTmJIPn7ReaGxL', }), dict({ 'artists': list([ dict({ 'artist_id': '1vCWHaC5f2uS3yhpwWbIA6', 'name': 'Avicii', 'uri': 'spotify:artist:1vCWHaC5f2uS3yhpwWbIA6', }), dict({ 'artist_id': '2VAnyOxzJuSAj7XIuEOT38', 'name': 'AlunaGeorge', 'uri': 'spotify:artist:2VAnyOxzJuSAj7XIuEOT38', }), ]), 'disc_number': 1, 'duration_ms': 185454, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4lwSYcFSDeyY8jdSedZH4j', }), 'href': 'https://api.spotify.com/v1/tracks/1vkXc8Tz3dZGNZoU2WF3la', 'is_local': False, 'name': 'What Would I Change It To (feat. AlunaGeorge)', 'track_id': '1vkXc8Tz3dZGNZoU2WF3la', 'track_number': 5, 'uri': 'spotify:track:1vkXc8Tz3dZGNZoU2WF3la', }), dict({ 'artists': list([ dict({ 'artist_id': '1vCWHaC5f2uS3yhpwWbIA6', 'name': 'Avicii', 'uri': 'spotify:artist:1vCWHaC5f2uS3yhpwWbIA6', }), dict({ 'artist_id': '5JYo7gm2dkyLLlWHjxS7Dy', 'name': 'Sandro Cavazza', 'uri': 'spotify:artist:5JYo7gm2dkyLLlWHjxS7Dy', }), ]), 'disc_number': 1, 'duration_ms': 157152, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5VsJtruWxQBZ3DVD0LXPZn', }), 'href': 'https://api.spotify.com/v1/tracks/6i3WMnuvd8DtczaGIMJvwC', 'is_local': False, 'name': 'So Much Better - Avicii Remix', 'track_id': '6i3WMnuvd8DtczaGIMJvwC', 'track_number': 6, 'uri': 'spotify:track:6i3WMnuvd8DtczaGIMJvwC', }), ]), 'uri': 'spotify:album:6LaLU27ZPXimJIbpbiOahr', }), }), dict({ 'added_at': datetime.datetime(2017, 5, 23, 10, 38, 32, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '0gIYOk2pcLnZONGE0N9X5p', 'album_type': , 'artists': list([ dict({ 'artist_id': '5wwneIFdawNgQ7GvKK29Z3', 'name': 'Lucas & Steve', 'uri': 'spotify:artist:5wwneIFdawNgQ7GvKK29Z3', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273cfb930f506a0243b1f498a1a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02cfb930f506a0243b1f498a1a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851cfb930f506a0243b1f498a1a', 'width': 64, }), ]), 'name': 'Up Till Dawn (On The Move)', 'release_date': '2017-04-28', 'release_date_precision': , 'total_tracks': 1, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '5wwneIFdawNgQ7GvKK29Z3', 'name': 'Lucas & Steve', 'uri': 'spotify:artist:5wwneIFdawNgQ7GvKK29Z3', }), ]), 'disc_number': 1, 'duration_ms': 186405, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6kZP5MRp51KZJYovS1xIVD', }), 'href': 'https://api.spotify.com/v1/tracks/6wefD5q8rXOg3xHTUZjyio', 'is_local': False, 'name': 'Up Till Dawn (On The Move)', 'track_id': '6wefD5q8rXOg3xHTUZjyio', 'track_number': 1, 'uri': 'spotify:track:6wefD5q8rXOg3xHTUZjyio', }), ]), 'uri': 'spotify:album:0gIYOk2pcLnZONGE0N9X5p', }), }), dict({ 'added_at': datetime.datetime(2017, 2, 6, 18, 22, 32, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '3KzCJaaRVza9FnSsqtAFeO', 'album_type': , 'artists': list([ dict({ 'artist_id': '53XhwfbYqKCa1cC15pYq2q', 'name': 'Imagine Dragons', 'uri': 'spotify:artist:53XhwfbYqKCa1cC15pYq2q', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273156aeddf54ed40b1d9d30c9f', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02156aeddf54ed40b1d9d30c9f', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851156aeddf54ed40b1d9d30c9f', 'width': 64, }), ]), 'name': 'Believer', 'release_date': '2017-01-31', 'release_date_precision': , 'total_tracks': 1, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '53XhwfbYqKCa1cC15pYq2q', 'name': 'Imagine Dragons', 'uri': 'spotify:artist:53XhwfbYqKCa1cC15pYq2q', }), ]), 'disc_number': 1, 'duration_ms': 203782, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6VRghJeP6I0w1KxkdWFfIh', }), 'href': 'https://api.spotify.com/v1/tracks/0pqnGHJpmpxLKifKRmU6WP', 'is_local': False, 'name': 'Believer', 'track_id': '0pqnGHJpmpxLKifKRmU6WP', 'track_number': 1, 'uri': 'spotify:track:0pqnGHJpmpxLKifKRmU6WP', }), ]), 'uri': 'spotify:album:3KzCJaaRVza9FnSsqtAFeO', }), }), dict({ 'added_at': datetime.datetime(2017, 1, 19, 12, 31, 37, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '64vx3cUb97lQGlgt8zozWL', 'album_type': , 'artists': list([ dict({ 'artist_id': '69GGBxA162lTqCwzJG5jLp', 'name': 'The Chainsmokers', 'uri': 'spotify:artist:69GGBxA162lTqCwzJG5jLp', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273e9cb236aa581ad999b3a73b7', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02e9cb236aa581ad999b3a73b7', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851e9cb236aa581ad999b3a73b7', 'width': 64, }), ]), 'name': 'Paris', 'release_date': '2017-01-13', 'release_date_precision': , 'total_tracks': 1, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '69GGBxA162lTqCwzJG5jLp', 'name': 'The Chainsmokers', 'uri': 'spotify:artist:69GGBxA162lTqCwzJG5jLp', }), ]), 'disc_number': 1, 'duration_ms': 221509, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/15vzANxN8G9wWfwAJLLMCg', }), 'href': 'https://api.spotify.com/v1/tracks/15vzANxN8G9wWfwAJLLMCg', 'is_local': False, 'name': 'Paris', 'track_id': '15vzANxN8G9wWfwAJLLMCg', 'track_number': 1, 'uri': 'spotify:track:15vzANxN8G9wWfwAJLLMCg', }), ]), 'uri': 'spotify:album:64vx3cUb97lQGlgt8zozWL', }), }), dict({ 'added_at': datetime.datetime(2017, 1, 17, 19, 1, 16, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '0of0qWNbNmUck9ODJzBPA3', 'album_type': , 'artists': list([ dict({ 'artist_id': '0lLY20XpZ9yDobkbHI7u1y', 'name': 'Pegboard Nerds', 'uri': 'spotify:artist:0lLY20XpZ9yDobkbHI7u1y', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2731997f03aceb5147e33e550f8', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e021997f03aceb5147e33e550f8', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048511997f03aceb5147e33e550f8', 'width': 64, }), ]), 'name': 'Nerds by Nature - EP', 'release_date': '2017-01-13', 'release_date_precision': , 'total_tracks': 6, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '0lLY20XpZ9yDobkbHI7u1y', 'name': 'Pegboard Nerds', 'uri': 'spotify:artist:0lLY20XpZ9yDobkbHI7u1y', }), ]), 'disc_number': 1, 'duration_ms': 249979, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2XRmB8LdCrvO0aCNcSxhHc', }), 'href': 'https://api.spotify.com/v1/tracks/6MXPrUXjd3i67WYsNmq61D', 'is_local': False, 'name': 'Speed of Light', 'track_id': '6MXPrUXjd3i67WYsNmq61D', 'track_number': 1, 'uri': 'spotify:track:6MXPrUXjd3i67WYsNmq61D', }), dict({ 'artists': list([ dict({ 'artist_id': '0lLY20XpZ9yDobkbHI7u1y', 'name': 'Pegboard Nerds', 'uri': 'spotify:artist:0lLY20XpZ9yDobkbHI7u1y', }), dict({ 'artist_id': '1BeMe0yy4Sqo29rnqkZ1tc', 'name': 'Desirรฉe Dawson', 'uri': 'spotify:artist:1BeMe0yy4Sqo29rnqkZ1tc', }), ]), 'disc_number': 1, 'duration_ms': 236198, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6x0GHgv2iCpXf8w9VsrZCi', }), 'href': 'https://api.spotify.com/v1/tracks/3ypAa7Vkji9z5GsoXaT5ic', 'is_local': False, 'name': 'Talk About It (feat. Desirรฉe Dawson)', 'track_id': '3ypAa7Vkji9z5GsoXaT5ic', 'track_number': 2, 'uri': 'spotify:track:3ypAa7Vkji9z5GsoXaT5ic', }), dict({ 'artists': list([ dict({ 'artist_id': '0lLY20XpZ9yDobkbHI7u1y', 'name': 'Pegboard Nerds', 'uri': 'spotify:artist:0lLY20XpZ9yDobkbHI7u1y', }), ]), 'disc_number': 1, 'duration_ms': 191349, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3hQ6oIGy3YyFdtYf8mpIGp', }), 'href': 'https://api.spotify.com/v1/tracks/6tfMPcat5tsLjiKt3wfM97', 'is_local': False, 'name': 'Melodymania', 'track_id': '6tfMPcat5tsLjiKt3wfM97', 'track_number': 3, 'uri': 'spotify:track:6tfMPcat5tsLjiKt3wfM97', }), dict({ 'artists': list([ dict({ 'artist_id': '0lLY20XpZ9yDobkbHI7u1y', 'name': 'Pegboard Nerds', 'uri': 'spotify:artist:0lLY20XpZ9yDobkbHI7u1y', }), dict({ 'artist_id': '0MYmMGmRg8CFZPNZBAdjm1', 'name': 'Quiet Disorder', 'uri': 'spotify:artist:0MYmMGmRg8CFZPNZBAdjm1', }), ]), 'disc_number': 1, 'duration_ms': 207871, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0lsxdqZj5sVGWIKse0xETh', }), 'href': 'https://api.spotify.com/v1/tracks/5i4d6fgqkt0rKvkyj8J48F', 'is_local': False, 'name': 'Go Berzerk', 'track_id': '5i4d6fgqkt0rKvkyj8J48F', 'track_number': 4, 'uri': 'spotify:track:5i4d6fgqkt0rKvkyj8J48F', }), dict({ 'artists': list([ dict({ 'artist_id': '0lLY20XpZ9yDobkbHI7u1y', 'name': 'Pegboard Nerds', 'uri': 'spotify:artist:0lLY20XpZ9yDobkbHI7u1y', }), ]), 'disc_number': 1, 'duration_ms': 239004, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0aSbmMTb9p7OaBcOYqVksr', }), 'href': 'https://api.spotify.com/v1/tracks/73nWSc3002fGRPrnFDev8x', 'is_local': False, 'name': 'BAMF', 'track_id': '73nWSc3002fGRPrnFDev8x', 'track_number': 5, 'uri': 'spotify:track:73nWSc3002fGRPrnFDev8x', }), dict({ 'artists': list([ dict({ 'artist_id': '0lLY20XpZ9yDobkbHI7u1y', 'name': 'Pegboard Nerds', 'uri': 'spotify:artist:0lLY20XpZ9yDobkbHI7u1y', }), ]), 'disc_number': 1, 'duration_ms': 212323, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2oxbgAkN0nJhSz9ngSSXRL', }), 'href': 'https://api.spotify.com/v1/tracks/1rjMexUleyOewga9qRrEqb', 'is_local': False, 'name': 'Blackout', 'track_id': '1rjMexUleyOewga9qRrEqb', 'track_number': 6, 'uri': 'spotify:track:1rjMexUleyOewga9qRrEqb', }), ]), 'uri': 'spotify:album:0of0qWNbNmUck9ODJzBPA3', }), }), dict({ 'added_at': datetime.datetime(2016, 12, 25, 0, 26, 44, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '5TOcXQ3t05FyNZPdWOWAn4', 'album_type': , 'artists': list([ dict({ 'artist_id': '2kQ4uyd7WPQI9xcmeZbI0G', 'name': 'The Yogscast', 'uri': 'spotify:artist:2kQ4uyd7WPQI9xcmeZbI0G', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2736f555a58589dfb4504a320de', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e026f555a58589dfb4504a320de', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048516f555a58589dfb4504a320de', 'width': 64, }), ]), 'name': 'Brand New Friend at Christmas Time', 'release_date': '2017-01-17', 'release_date_precision': , 'total_tracks': 1, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '2kQ4uyd7WPQI9xcmeZbI0G', 'name': 'The Yogscast', 'uri': 'spotify:artist:2kQ4uyd7WPQI9xcmeZbI0G', }), ]), 'disc_number': 1, 'duration_ms': 187499, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4lsqZRyqmntgpilnjdd6gm', }), 'href': 'https://api.spotify.com/v1/tracks/4lsqZRyqmntgpilnjdd6gm', 'is_local': False, 'name': 'Brand New Friend at Christmas Time', 'track_id': '4lsqZRyqmntgpilnjdd6gm', 'track_number': 1, 'uri': 'spotify:track:4lsqZRyqmntgpilnjdd6gm', }), ]), 'uri': 'spotify:album:5TOcXQ3t05FyNZPdWOWAn4', }), }), dict({ 'added_at': datetime.datetime(2016, 12, 8, 18, 0, 51, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '4ALxbRHMIs5DBtnUaE3hBG', 'album_type': , 'artists': list([ dict({ 'artist_id': '0lLY20XpZ9yDobkbHI7u1y', 'name': 'Pegboard Nerds', 'uri': 'spotify:artist:0lLY20XpZ9yDobkbHI7u1y', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27311ce9419e0e9ac0a3c5b8fcf', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0211ce9419e0e9ac0a3c5b8fcf', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485111ce9419e0e9ac0a3c5b8fcf', 'width': 64, }), ]), 'name': 'Melodymania', 'release_date': '2016-12-05', 'release_date_precision': , 'total_tracks': 1, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '0lLY20XpZ9yDobkbHI7u1y', 'name': 'Pegboard Nerds', 'uri': 'spotify:artist:0lLY20XpZ9yDobkbHI7u1y', }), ]), 'disc_number': 1, 'duration_ms': 191349, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6Cyc1MlJ85UKlEE1WYWmcF', }), 'href': 'https://api.spotify.com/v1/tracks/6tfMPcat5tsLjiKt3wfM97', 'is_local': False, 'name': 'Melodymania', 'track_id': '6tfMPcat5tsLjiKt3wfM97', 'track_number': 1, 'uri': 'spotify:track:6tfMPcat5tsLjiKt3wfM97', }), ]), 'uri': 'spotify:album:4ALxbRHMIs5DBtnUaE3hBG', }), }), dict({ 'added_at': datetime.datetime(2015, 3, 2, 17, 21, 6, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '7MKwNQ5mBmm3GAYRZI6Zxe', 'album_type': , 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273dd85489b03fc971554fad163', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02dd85489b03fc971554fad163', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851dd85489b03fc971554fad163', 'width': 64, }), ]), 'name': 'Rise Of A Digital Nation', 'release_date': '2012-01-01', 'release_date_precision': , 'total_tracks': 10, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 294026, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1K4If2cg7WI8dUW8fDZxFT', }), 'href': 'https://api.spotify.com/v1/tracks/5jAuvjSuxiZkuHIC06tcht', 'is_local': False, 'name': 'All Of My Angels', 'track_id': '5jAuvjSuxiZkuHIC06tcht', 'track_number': 1, 'uri': 'spotify:track:5jAuvjSuxiZkuHIC06tcht', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 246706, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1xea5ZLbyQI7nvZlceYDPs', }), 'href': 'https://api.spotify.com/v1/tracks/7y8U4mJI4LLxwE2Sw1wmwu', 'is_local': False, 'name': 'Laser Speed Force', 'track_id': '7y8U4mJI4LLxwE2Sw1wmwu', 'track_number': 2, 'uri': 'spotify:track:7y8U4mJI4LLxwE2Sw1wmwu', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 248520, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2t18dmaytbJaEiqaeCFSnp', }), 'href': 'https://api.spotify.com/v1/tracks/64AEiTYzHycNe3CDI3rDWp', 'is_local': False, 'name': 'Transgenic', 'track_id': '64AEiTYzHycNe3CDI3rDWp', 'track_number': 3, 'uri': 'spotify:track:64AEiTYzHycNe3CDI3rDWp', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 247600, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5oRngkDPsoILRp4S1eVPDj', }), 'href': 'https://api.spotify.com/v1/tracks/6dW047Jdz5KJIFKijonoYV', 'is_local': False, 'name': 'Rise Of A Digital Nation', 'track_id': '6dW047Jdz5KJIFKijonoYV', 'track_number': 4, 'uri': 'spotify:track:6dW047Jdz5KJIFKijonoYV', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 256120, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/635esdfKGba2fGmfhz42Mo', }), 'href': 'https://api.spotify.com/v1/tracks/54GRGBhoT1E9bY4VFmCG02', 'is_local': False, 'name': 'Pieces', 'track_id': '54GRGBhoT1E9bY4VFmCG02', 'track_number': 5, 'uri': 'spotify:track:54GRGBhoT1E9bY4VFmCG02', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 86080, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4uqGHMeB12sAXw9RxIHHK2', }), 'href': 'https://api.spotify.com/v1/tracks/6lB2UMmpjL8BlXEtR7JLP6', 'is_local': False, 'name': 'Cyber Warfare', 'track_id': '6lB2UMmpjL8BlXEtR7JLP6', 'track_number': 6, 'uri': 'spotify:track:6lB2UMmpjL8BlXEtR7JLP6', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 253760, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1A59adkyVl8oQFOtqgEYa0', }), 'href': 'https://api.spotify.com/v1/tracks/2jgAMjoVW1T2BGgextCquW', 'is_local': False, 'name': 'Republic Of Gamers', 'track_id': '2jgAMjoVW1T2BGgextCquW', 'track_number': 7, 'uri': 'spotify:track:2jgAMjoVW1T2BGgextCquW', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 255920, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0Sxfvfx8q4zm1dzU0cLVPs', }), 'href': 'https://api.spotify.com/v1/tracks/5kLPMs5samTF1KHSCaubbw', 'is_local': False, 'name': 'Battlecry', 'track_id': '5kLPMs5samTF1KHSCaubbw', 'track_number': 8, 'uri': 'spotify:track:5kLPMs5samTF1KHSCaubbw', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 325880, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1vI1NUDpscwiJaAkGXJT5M', }), 'href': 'https://api.spotify.com/v1/tracks/2WRZHrs3PykkeNxSYYKtdy', 'is_local': False, 'name': '99', 'track_id': '2WRZHrs3PykkeNxSYYKtdy', 'track_number': 9, 'uri': 'spotify:track:2WRZHrs3PykkeNxSYYKtdy', }), dict({ 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 323680, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0SPL2TapEUaVsCikoLo8J2', }), 'href': 'https://api.spotify.com/v1/tracks/54DNZAJaVrE0foL1dAZHRJ', 'is_local': False, 'name': 'Hero', 'track_id': '54DNZAJaVrE0foL1dAZHRJ', 'track_number': 10, 'uri': 'spotify:track:54DNZAJaVrE0foL1dAZHRJ', }), ]), 'uri': 'spotify:album:7MKwNQ5mBmm3GAYRZI6Zxe', }), }), dict({ 'added_at': datetime.datetime(2015, 1, 27, 17, 23, 11, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '6kqOHnshP4RMTUWKrhm6Sy', 'album_type': , 'artists': list([ dict({ 'artist_id': '1GLtl8uqKmnyCWxHmw9tL4', 'name': 'The Kooks', 'uri': 'spotify:artist:1GLtl8uqKmnyCWxHmw9tL4', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732bc58e4de7c41e84aeacee40', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022bc58e4de7c41e84aeacee40', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512bc58e4de7c41e84aeacee40', 'width': 64, }), ]), 'name': 'Listen', 'release_date': '2014-01-01', 'release_date_precision': , 'total_tracks': 11, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '1GLtl8uqKmnyCWxHmw9tL4', 'name': 'The Kooks', 'uri': 'spotify:artist:1GLtl8uqKmnyCWxHmw9tL4', }), ]), 'disc_number': 1, 'duration_ms': 250692, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/36pHJ5lqNQTLLzGTy8G7xV', }), 'href': 'https://api.spotify.com/v1/tracks/36pHJ5lqNQTLLzGTy8G7xV', 'is_local': False, 'name': 'Around Town', 'track_id': '36pHJ5lqNQTLLzGTy8G7xV', 'track_number': 1, 'uri': 'spotify:track:36pHJ5lqNQTLLzGTy8G7xV', }), dict({ 'artists': list([ dict({ 'artist_id': '1GLtl8uqKmnyCWxHmw9tL4', 'name': 'The Kooks', 'uri': 'spotify:artist:1GLtl8uqKmnyCWxHmw9tL4', }), ]), 'disc_number': 1, 'duration_ms': 237248, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2xxMXbsjhqPzTYAclUOQlI', }), 'href': 'https://api.spotify.com/v1/tracks/2xxMXbsjhqPzTYAclUOQlI', 'is_local': False, 'name': 'Forgive & Forget', 'track_id': '2xxMXbsjhqPzTYAclUOQlI', 'track_number': 2, 'uri': 'spotify:track:2xxMXbsjhqPzTYAclUOQlI', }), dict({ 'artists': list([ dict({ 'artist_id': '1GLtl8uqKmnyCWxHmw9tL4', 'name': 'The Kooks', 'uri': 'spotify:artist:1GLtl8uqKmnyCWxHmw9tL4', }), ]), 'disc_number': 1, 'duration_ms': 210193, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5BtyHl1eRqip2PkHhFYzHG', }), 'href': 'https://api.spotify.com/v1/tracks/5BtyHl1eRqip2PkHhFYzHG', 'is_local': False, 'name': 'Westside', 'track_id': '5BtyHl1eRqip2PkHhFYzHG', 'track_number': 3, 'uri': 'spotify:track:5BtyHl1eRqip2PkHhFYzHG', }), dict({ 'artists': list([ dict({ 'artist_id': '1GLtl8uqKmnyCWxHmw9tL4', 'name': 'The Kooks', 'uri': 'spotify:artist:1GLtl8uqKmnyCWxHmw9tL4', }), ]), 'disc_number': 1, 'duration_ms': 181026, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5iRNKJoGqjD8RG7RNwOWYb', }), 'href': 'https://api.spotify.com/v1/tracks/5iRNKJoGqjD8RG7RNwOWYb', 'is_local': False, 'name': 'See Me Now', 'track_id': '5iRNKJoGqjD8RG7RNwOWYb', 'track_number': 4, 'uri': 'spotify:track:5iRNKJoGqjD8RG7RNwOWYb', }), dict({ 'artists': list([ dict({ 'artist_id': '1GLtl8uqKmnyCWxHmw9tL4', 'name': 'The Kooks', 'uri': 'spotify:artist:1GLtl8uqKmnyCWxHmw9tL4', }), ]), 'disc_number': 1, 'duration_ms': 193293, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6FeAfj1h12aakG9KqK7u3u', }), 'href': 'https://api.spotify.com/v1/tracks/6FeAfj1h12aakG9KqK7u3u', 'is_local': False, 'name': 'It Was London', 'track_id': '6FeAfj1h12aakG9KqK7u3u', 'track_number': 5, 'uri': 'spotify:track:6FeAfj1h12aakG9KqK7u3u', }), dict({ 'artists': list([ dict({ 'artist_id': '1GLtl8uqKmnyCWxHmw9tL4', 'name': 'The Kooks', 'uri': 'spotify:artist:1GLtl8uqKmnyCWxHmw9tL4', }), ]), 'disc_number': 1, 'duration_ms': 221413, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3huV7eiNpaQlCB3LbZi9bB', }), 'href': 'https://api.spotify.com/v1/tracks/3huV7eiNpaQlCB3LbZi9bB', 'is_local': False, 'name': 'Bad Habit', 'track_id': '3huV7eiNpaQlCB3LbZi9bB', 'track_number': 6, 'uri': 'spotify:track:3huV7eiNpaQlCB3LbZi9bB', }), dict({ 'artists': list([ dict({ 'artist_id': '1GLtl8uqKmnyCWxHmw9tL4', 'name': 'The Kooks', 'uri': 'spotify:artist:1GLtl8uqKmnyCWxHmw9tL4', }), ]), 'disc_number': 1, 'duration_ms': 163733, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0mkxwzF6TYJh8xIJ1MCpy1', }), 'href': 'https://api.spotify.com/v1/tracks/0mkxwzF6TYJh8xIJ1MCpy1', 'is_local': False, 'name': 'Down', 'track_id': '0mkxwzF6TYJh8xIJ1MCpy1', 'track_number': 7, 'uri': 'spotify:track:0mkxwzF6TYJh8xIJ1MCpy1', }), dict({ 'artists': list([ dict({ 'artist_id': '1GLtl8uqKmnyCWxHmw9tL4', 'name': 'The Kooks', 'uri': 'spotify:artist:1GLtl8uqKmnyCWxHmw9tL4', }), ]), 'disc_number': 1, 'duration_ms': 180773, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4PTEa5uZirN5C86dvq7vWt', }), 'href': 'https://api.spotify.com/v1/tracks/4PTEa5uZirN5C86dvq7vWt', 'is_local': False, 'name': 'Dreams', 'track_id': '4PTEa5uZirN5C86dvq7vWt', 'track_number': 8, 'uri': 'spotify:track:4PTEa5uZirN5C86dvq7vWt', }), dict({ 'artists': list([ dict({ 'artist_id': '1GLtl8uqKmnyCWxHmw9tL4', 'name': 'The Kooks', 'uri': 'spotify:artist:1GLtl8uqKmnyCWxHmw9tL4', }), ]), 'disc_number': 1, 'duration_ms': 246106, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/52xzfQXzhRFTcuXVIAdI7H', }), 'href': 'https://api.spotify.com/v1/tracks/52xzfQXzhRFTcuXVIAdI7H', 'is_local': False, 'name': 'Are We Electric', 'track_id': '52xzfQXzhRFTcuXVIAdI7H', 'track_number': 9, 'uri': 'spotify:track:52xzfQXzhRFTcuXVIAdI7H', }), dict({ 'artists': list([ dict({ 'artist_id': '1GLtl8uqKmnyCWxHmw9tL4', 'name': 'The Kooks', 'uri': 'spotify:artist:1GLtl8uqKmnyCWxHmw9tL4', }), ]), 'disc_number': 1, 'duration_ms': 194613, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/15aMD4JcaPzoM9QKDYF42m', }), 'href': 'https://api.spotify.com/v1/tracks/15aMD4JcaPzoM9QKDYF42m', 'is_local': False, 'name': 'Sunrise', 'track_id': '15aMD4JcaPzoM9QKDYF42m', 'track_number': 10, 'uri': 'spotify:track:15aMD4JcaPzoM9QKDYF42m', }), dict({ 'artists': list([ dict({ 'artist_id': '1GLtl8uqKmnyCWxHmw9tL4', 'name': 'The Kooks', 'uri': 'spotify:artist:1GLtl8uqKmnyCWxHmw9tL4', }), ]), 'disc_number': 1, 'duration_ms': 308569, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0hIGUS1PQbv5NIrHIf6Fza', }), 'href': 'https://api.spotify.com/v1/tracks/0hIGUS1PQbv5NIrHIf6Fza', 'is_local': False, 'name': 'Sweet Emotion', 'track_id': '0hIGUS1PQbv5NIrHIf6Fza', 'track_number': 11, 'uri': 'spotify:track:0hIGUS1PQbv5NIrHIf6Fza', }), ]), 'uri': 'spotify:album:6kqOHnshP4RMTUWKrhm6Sy', }), }), dict({ 'added_at': datetime.datetime(2015, 1, 22, 17, 24, 49, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '1nLeRbHToiAF8icVAgzke6', 'album_type': , 'artists': list([ dict({ 'artist_id': '7momuad2Twkv5O7MY3dODa', 'name': 'Frontliner', 'uri': 'spotify:artist:7momuad2Twkv5O7MY3dODa', }), dict({ 'artist_id': '320fB6pkVQ7vp95y2N9qkC', 'name': 'SERi', 'uri': 'spotify:artist:320fB6pkVQ7vp95y2N9qkC', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f1a22ddc7a2b07c8e006e623', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f1a22ddc7a2b07c8e006e623', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f1a22ddc7a2b07c8e006e623', 'width': 64, }), ]), 'name': 'Rains Of Fire', 'release_date': '2014-11-17', 'release_date_precision': , 'total_tracks': 1, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '7momuad2Twkv5O7MY3dODa', 'name': 'Frontliner', 'uri': 'spotify:artist:7momuad2Twkv5O7MY3dODa', }), dict({ 'artist_id': '320fB6pkVQ7vp95y2N9qkC', 'name': 'SERi', 'uri': 'spotify:artist:320fB6pkVQ7vp95y2N9qkC', }), ]), 'disc_number': 1, 'duration_ms': 277960, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1uUVtLpPVj5drd4b2mJgHs', }), 'href': 'https://api.spotify.com/v1/tracks/7skiHghGcwtlFqaLMfiOuz', 'is_local': False, 'name': 'Rains Of Fire', 'track_id': '7skiHghGcwtlFqaLMfiOuz', 'track_number': 1, 'uri': 'spotify:track:7skiHghGcwtlFqaLMfiOuz', }), ]), 'uri': 'spotify:album:1nLeRbHToiAF8icVAgzke6', }), }), dict({ 'added_at': datetime.datetime(2015, 1, 8, 16, 58, 36, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '1zzigYZU8igjHhCG24wBkm', 'album_type': , 'artists': list([ dict({ 'artist_id': '4UXqAaa6dQYAk18Lv7PEgX', 'name': 'Fall Out Boy', 'uri': 'spotify:artist:4UXqAaa6dQYAk18Lv7PEgX', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273b4b49b8dc3853e01eb8cecef', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02b4b49b8dc3853e01eb8cecef', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851b4b49b8dc3853e01eb8cecef', 'width': 64, }), ]), 'name': 'Centuries', 'release_date': '2014-09-09', 'release_date_precision': , 'total_tracks': 1, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '4UXqAaa6dQYAk18Lv7PEgX', 'name': 'Fall Out Boy', 'uri': 'spotify:artist:4UXqAaa6dQYAk18Lv7PEgX', }), ]), 'disc_number': 1, 'duration_ms': 231813, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3r0NMcEl7lxAHkSlDk8b7U', }), 'href': 'https://api.spotify.com/v1/tracks/04aAxqtGp5pv12UXAg4pkq', 'is_local': False, 'name': 'Centuries', 'track_id': '04aAxqtGp5pv12UXAg4pkq', 'track_number': 1, 'uri': 'spotify:track:04aAxqtGp5pv12UXAg4pkq', }), ]), 'uri': 'spotify:album:1zzigYZU8igjHhCG24wBkm', }), }), dict({ 'added_at': datetime.datetime(2015, 1, 7, 15, 51, 45, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '2zdCtvku47tZOXv6WYt5az', 'album_type': , 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27323203f03e8f921b62c7037cc', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0223203f03e8f921b62c7037cc', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485123203f03e8f921b62c7037cc', 'width': 64, }), ]), 'name': 'Underline', 'release_date': '2014-11-03', 'release_date_precision': , 'total_tracks': 3, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 223346, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0ejmqbo6mUuLT0DgCmj5kD', }), 'href': 'https://api.spotify.com/v1/tracks/6uM8rQRRzPmRZNKGYqpEkd', 'is_local': False, 'name': 'Are You Listening?', 'track_id': '6uM8rQRRzPmRZNKGYqpEkd', 'track_number': 1, 'uri': 'spotify:track:6uM8rQRRzPmRZNKGYqpEkd', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 279240, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3aO3XTdXMSjDSiG6vPxL7A', }), 'href': 'https://api.spotify.com/v1/tracks/5B2U6awRptWQ3l4OpjZdBG', 'is_local': False, 'name': 'In the Blind', 'track_id': '5B2U6awRptWQ3l4OpjZdBG', 'track_number': 2, 'uri': 'spotify:track:5B2U6awRptWQ3l4OpjZdBG', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 263466, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7kWtci6hVeA31xTGtpBhWG', }), 'href': 'https://api.spotify.com/v1/tracks/3rftx1PF0BezDK29VE125h', 'is_local': False, 'name': 'Override (A)', 'track_id': '3rftx1PF0BezDK29VE125h', 'track_number': 3, 'uri': 'spotify:track:3rftx1PF0BezDK29VE125h', }), ]), 'uri': 'spotify:album:2zdCtvku47tZOXv6WYt5az', }), }), dict({ 'added_at': datetime.datetime(2015, 1, 3, 12, 49, 56, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '7H1iZSYcbOjGCjR8eW9Kx3', 'album_type': , 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f50a1c8e82b7be0090914bb2', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f50a1c8e82b7be0090914bb2', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f50a1c8e82b7be0090914bb2', 'width': 64, }), ]), 'name': 'All the Lights in the Sky', 'release_date': '2013-01-31', 'release_date_precision': , 'total_tracks': 11, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 64213, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1zuKsDdNRtcRyD7FtCLGHL', }), 'href': 'https://api.spotify.com/v1/tracks/1Wn8W35A0VW3Tk2O1t3BNd', 'is_local': False, 'name': 'System;Start', 'track_id': '1Wn8W35A0VW3Tk2O1t3BNd', 'track_number': 1, 'uri': 'spotify:track:1Wn8W35A0VW3Tk2O1t3BNd', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 286200, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5gUhgCZwqSyspR7alzGTmL', }), 'href': 'https://api.spotify.com/v1/tracks/5gUhgCZwqSyspR7alzGTmL', 'is_local': False, 'name': 'Vectors', 'track_id': '5gUhgCZwqSyspR7alzGTmL', 'track_number': 2, 'uri': 'spotify:track:5gUhgCZwqSyspR7alzGTmL', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 220920, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0A8gZrdgGCar7LYflX8R0h', }), 'href': 'https://api.spotify.com/v1/tracks/0A8gZrdgGCar7LYflX8R0h', 'is_local': False, 'name': 'Euphemia', 'track_id': '0A8gZrdgGCar7LYflX8R0h', 'track_number': 3, 'uri': 'spotify:track:0A8gZrdgGCar7LYflX8R0h', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 204866, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3YIYKUPQEs5r6DmDB6gkgw', }), 'href': 'https://api.spotify.com/v1/tracks/7ICQJPECy8842wCa6AfwCK', 'is_local': False, 'name': 'Knightmare/Frame', 'track_id': '7ICQJPECy8842wCa6AfwCK', 'track_number': 4, 'uri': 'spotify:track:7ICQJPECy8842wCa6AfwCK', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 262493, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6p8GKeZPgHwTLr1IObpyzU', }), 'href': 'https://api.spotify.com/v1/tracks/7cSMDMR2URe6p3qKcACXnm', 'is_local': False, 'name': 'Tokyo House Party', 'track_id': '7cSMDMR2URe6p3qKcACXnm', 'track_number': 5, 'uri': 'spotify:track:7cSMDMR2URe6p3qKcACXnm', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), dict({ 'artist_id': '292ZlwqNqc8lbEvzYN82Ey', 'name': 'Beckii Cruel', 'uri': 'spotify:artist:292ZlwqNqc8lbEvzYN82Ey', }), ]), 'disc_number': 1, 'duration_ms': 319386, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/50AN1KTNvK17fBMY4AX3jb', }), 'href': 'https://api.spotify.com/v1/tracks/028eHoODO39uXKd2UGYq4t', 'is_local': False, 'name': 'Shi No Barado (feat. Beckii Cruel)', 'track_id': '028eHoODO39uXKd2UGYq4t', 'track_number': 6, 'uri': 'spotify:track:028eHoODO39uXKd2UGYq4t', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 201626, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3ODBw0ljBRz0XPEgfSweVs', }), 'href': 'https://api.spotify.com/v1/tracks/77L7IkqBv11gA6HNtY6Cka', 'is_local': False, 'name': 'Cassandra (Pt II)', 'track_id': '77L7IkqBv11gA6HNtY6Cka', 'track_number': 7, 'uri': 'spotify:track:77L7IkqBv11gA6HNtY6Cka', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 274133, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0167vnxjkbw6iLSHJYU5a0', }), 'href': 'https://api.spotify.com/v1/tracks/0f6m0HRlcGLGveWg3de4zG', 'is_local': False, 'name': 'The Strays', 'track_id': '0f6m0HRlcGLGveWg3de4zG', 'track_number': 8, 'uri': 'spotify:track:0f6m0HRlcGLGveWg3de4zG', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 234080, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2C0rKaUDiqWiLkyuGwZGsE', }), 'href': 'https://api.spotify.com/v1/tracks/0BmV8OlrvNbLbu9ZmIpdvg', 'is_local': False, 'name': 'Dream & Reality', 'track_id': '0BmV8OlrvNbLbu9ZmIpdvg', 'track_number': 9, 'uri': 'spotify:track:0BmV8OlrvNbLbu9ZmIpdvg', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 258613, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2pXDScNtImSgumK0gTJcaj', }), 'href': 'https://api.spotify.com/v1/tracks/2eG2Ey9FdvvVpinePpIlCV', 'is_local': False, 'name': 'Heaven-Piercing Giga Drill', 'track_id': '2eG2Ey9FdvvVpinePpIlCV', 'track_number': 10, 'uri': 'spotify:track:2eG2Ey9FdvvVpinePpIlCV', }), dict({ 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 671160, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2BurnsChUeXYkJnmrpEcPN', }), 'href': 'https://api.spotify.com/v1/tracks/52vB77kTjHlxHc6utDMIMI', 'is_local': False, 'name': 'Bลsลzoku Symphonic', 'track_id': '52vB77kTjHlxHc6utDMIMI', 'track_number': 11, 'uri': 'spotify:track:52vB77kTjHlxHc6utDMIMI', }), ]), 'uri': 'spotify:album:7H1iZSYcbOjGCjR8eW9Kx3', }), }), dict({ 'added_at': datetime.datetime(1998, 1, 25, 15, 47, 12, tzinfo=datetime.timezone.utc), 'album': dict({ 'album_id': '1sSoDKCPSMPQ8CMAWYUabB', 'album_type': , 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f21eb2f7f39a49ade2daca2c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f21eb2f7f39a49ade2daca2c', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f21eb2f7f39a49ade2daca2c', 'width': 64, }), ]), 'name': 'USB', 'release_date': '2022-01-18', 'release_date_precision': , 'total_tracks': 18, 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '2p1fiYHYiXz9qi0JJyxBzN', 'name': 'Skepta', 'uri': 'spotify:artist:2p1fiYHYiXz9qi0JJyxBzN', }), dict({ 'artist_id': '79NDEw5QWlDC9KaIbogNhS', 'name': 'Plaqueboymax', 'uri': 'spotify:artist:79NDEw5QWlDC9KaIbogNhS', }), ]), 'disc_number': 1, 'duration_ms': 165857, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1RraBERwdsmLqzrbXkGM0n', }), 'href': 'https://api.spotify.com/v1/tracks/1lbNgoJ5iMrMluCyhI4OQP', 'is_local': False, 'name': 'Victory Lap', 'track_id': '1lbNgoJ5iMrMluCyhI4OQP', 'track_number': 1, 'uri': 'spotify:track:1lbNgoJ5iMrMluCyhI4OQP', }), dict({ 'artists': list([ dict({ 'artist_id': '0aIpJqqTLf683ojWREc5lg', 'name': 'Joy Orbison', 'uri': 'spotify:artist:0aIpJqqTLf683ojWREc5lg', }), dict({ 'artist_id': '6icQOAFXDZKsumw3YXyusw', 'name': 'Lil Yachty', 'uri': 'spotify:artist:6icQOAFXDZKsumw3YXyusw', }), dict({ 'artist_id': '1RyvyyTE3xzB2ZywiAwp0i', 'name': 'Future', 'uri': 'spotify:artist:1RyvyyTE3xzB2ZywiAwp0i', }), dict({ 'artist_id': '699OTQXzgjhIYAHMy9RyPD', 'name': 'Playboi Carti', 'uri': 'spotify:artist:699OTQXzgjhIYAHMy9RyPD', }), ]), 'disc_number': 1, 'duration_ms': 246909, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0sit6qzsa9l2ZQFCnwQiEj', }), 'href': 'https://api.spotify.com/v1/tracks/7qpZh0yIXeZzXZk3mE6Fj9', 'is_local': False, 'name': 'flex fm (freddit)', 'track_id': '7qpZh0yIXeZzXZk3mE6Fj9', 'track_number': 2, 'uri': 'spotify:track:7qpZh0yIXeZzXZk3mE6Fj9', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '3jK9MiCrA42lLAdMGUZpwa', 'name': 'Anderson .Paak', 'uri': 'spotify:artist:3jK9MiCrA42lLAdMGUZpwa', }), dict({ 'artist_id': '6UtYvUtXnmg5EtllDFlWp8', 'name': 'CHIKA', 'uri': 'spotify:artist:6UtYvUtXnmg5EtllDFlWp8', }), dict({ 'artist_id': '4VsVLz3Uw6d0fdM6gFtLfo', 'name': 'MESSIE', 'uri': 'spotify:artist:4VsVLz3Uw6d0fdM6gFtLfo', }), ]), 'disc_number': 1, 'duration_ms': 219310, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5e1uNQl4SoXGR5ynUKbxre', }), 'href': 'https://api.spotify.com/v1/tracks/73s1r3Jfn8pqXJv9ahKfNV', 'is_local': False, 'name': 'places to be - MESSIE remix', 'track_id': '73s1r3Jfn8pqXJv9ahKfNV', 'track_number': 3, 'uri': 'spotify:track:73s1r3Jfn8pqXJv9ahKfNV', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '1fDV6gCETmlkCUugBxq59g', 'name': 'Duoteque', 'uri': 'spotify:artist:1fDV6gCETmlkCUugBxq59g', }), dict({ 'artist_id': '2efrqekWSHlvhATD50AG3m', 'name': 'Orion Sun', 'uri': 'spotify:artist:2efrqekWSHlvhATD50AG3m', }), ]), 'disc_number': 1, 'duration_ms': 327508, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6Zg23hhTXwGszV8On0iA2v', }), 'href': 'https://api.spotify.com/v1/tracks/2la8LWSxedRoulmz0UHE7o', 'is_local': False, 'name': 'ItsNotREEAALLLLLLLL', 'track_id': '2la8LWSxedRoulmz0UHE7o', 'track_number': 4, 'uri': 'spotify:track:2la8LWSxedRoulmz0UHE7o', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '5zatdvej2AxogC5pbu2msR', 'name': 'BERWYN', 'uri': 'spotify:artist:5zatdvej2AxogC5pbu2msR', }), ]), 'disc_number': 1, 'duration_ms': 123607, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2tlq1Yt4OMFUVpxJS0hbVr', }), 'href': 'https://api.spotify.com/v1/tracks/59DFl0vh8FoBmmD43ruznv', 'is_local': False, 'name': 'BerwynGesaffNeighbours', 'track_id': '59DFl0vh8FoBmmD43ruznv', 'track_number': 5, 'uri': 'spotify:track:59DFl0vh8FoBmmD43ruznv', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '3jK9MiCrA42lLAdMGUZpwa', 'name': 'Anderson .Paak', 'uri': 'spotify:artist:3jK9MiCrA42lLAdMGUZpwa', }), dict({ 'artist_id': '6UtYvUtXnmg5EtllDFlWp8', 'name': 'CHIKA', 'uri': 'spotify:artist:6UtYvUtXnmg5EtllDFlWp8', }), dict({ 'artist_id': '6b0TSaLAeLXilOPoId8udE', 'name': 'CLIPZ', 'uri': 'spotify:artist:6b0TSaLAeLXilOPoId8udE', }), ]), 'disc_number': 1, 'duration_ms': 184827, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/09EP4gcskOhFSTwpwordKY', }), 'href': 'https://api.spotify.com/v1/tracks/4n4VUdx6tr7MylOySvDhPK', 'is_local': False, 'name': 'places to be - CLIPZ remix', 'track_id': '4n4VUdx6tr7MylOySvDhPK', 'track_number': 6, 'uri': 'spotify:track:4n4VUdx6tr7MylOySvDhPK', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '6icQOAFXDZKsumw3YXyusw', 'name': 'Lil Yachty', 'uri': 'spotify:artist:6icQOAFXDZKsumw3YXyusw', }), dict({ 'artist_id': '01PnN11ovfen6xUOHfNpn3', 'name': 'Overmono', 'uri': 'spotify:artist:01PnN11ovfen6xUOHfNpn3', }), ]), 'disc_number': 1, 'duration_ms': 274925, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3sXMf88N6T9JbpYPYUFYc5', }), 'href': 'https://api.spotify.com/v1/tracks/2iUMh8RrpUiakMnneanOPj', 'is_local': False, 'name': 'stayinit', 'track_id': '2iUMh8RrpUiakMnneanOPj', 'track_number': 7, 'uri': 'spotify:track:2iUMh8RrpUiakMnneanOPj', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '5SXuuuRpukkTvsLuUknva1', 'name': 'Baby Keem', 'uri': 'spotify:artist:5SXuuuRpukkTvsLuUknva1', }), ]), 'disc_number': 1, 'duration_ms': 222784, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2vOjCXKZ5kcbmzOJ1ylT1h', }), 'href': 'https://api.spotify.com/v1/tracks/2tSP95IyUkPv5Wj83xWh1c', 'is_local': False, 'name': 'leavemealone', 'track_id': '2tSP95IyUkPv5Wj83xWh1c', 'track_number': 8, 'uri': 'spotify:track:2tSP95IyUkPv5Wj83xWh1c', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '5he5w2lnU9x7JFhnwcekXX', 'name': 'Skrillex', 'uri': 'spotify:artist:5he5w2lnU9x7JFhnwcekXX', }), dict({ 'artist_id': '7Eu1txygG6nJttLHbZdQOh', 'name': 'Four Tet', 'uri': 'spotify:artist:7Eu1txygG6nJttLHbZdQOh', }), ]), 'disc_number': 1, 'duration_ms': 319963, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0Urc7TcTnxzy6Aw8mx0lLD', }), 'href': 'https://api.spotify.com/v1/tracks/6EpIDF3GW1dRBujSp4bJxI', 'is_local': False, 'name': 'Baby again..', 'track_id': '6EpIDF3GW1dRBujSp4bJxI', 'track_number': 9, 'uri': 'spotify:track:6EpIDF3GW1dRBujSp4bJxI', }), dict({ 'artists': list([ dict({ 'artist_id': '5he5w2lnU9x7JFhnwcekXX', 'name': 'Skrillex', 'uri': 'spotify:artist:5he5w2lnU9x7JFhnwcekXX', }), dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '07CimrZi5vs9iEao47TNQ4', 'name': 'Flowdan', 'uri': 'spotify:artist:07CimrZi5vs9iEao47TNQ4', }), ]), 'disc_number': 1, 'duration_ms': 146571, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4adcBRu6omRjtTmxVJngTV', }), 'href': 'https://api.spotify.com/v1/tracks/74fmYjFwt9CqEFAh8ybeBD', 'is_local': False, 'name': 'Rumble', 'track_id': '74fmYjFwt9CqEFAh8ybeBD', 'track_number': 10, 'uri': 'spotify:track:74fmYjFwt9CqEFAh8ybeBD', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '1h6Cn3P4NGzXbaXidqURXs', 'name': 'Swedish House Mafia', 'uri': 'spotify:artist:1h6Cn3P4NGzXbaXidqURXs', }), dict({ 'artist_id': '1RyvyyTE3xzB2ZywiAwp0i', 'name': 'Future', 'uri': 'spotify:artist:1RyvyyTE3xzB2ZywiAwp0i', }), ]), 'disc_number': 1, 'duration_ms': 267946, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0iBtXMkVYuPxz8Nhc0Ckv1', }), 'href': 'https://api.spotify.com/v1/tracks/2E6peXBRbjUmGkkR3dUNGe', 'is_local': False, 'name': 'Turn On The Lights again.. (feat. Future)', 'track_id': '2E6peXBRbjUmGkkR3dUNGe', 'track_number': 11, 'uri': 'spotify:track:2E6peXBRbjUmGkkR3dUNGe', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 198805, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5euk4pkU8wnBruWyVkOjBy', }), 'href': 'https://api.spotify.com/v1/tracks/3BKkroNdTKfNijLG9oHW7c', 'is_local': False, 'name': 'Jungle', 'track_id': '3BKkroNdTKfNijLG9oHW7c', 'track_number': 12, 'uri': 'spotify:track:3BKkroNdTKfNijLG9oHW7c', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '5RMLpCv3ic2KtGnqJ7eMG4', 'name': 'I. JORDAN', 'uri': 'spotify:artist:5RMLpCv3ic2KtGnqJ7eMG4', }), ]), 'disc_number': 1, 'duration_ms': 385074, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3p6raxOehdqXB2tq1yCC6a', }), 'href': 'https://api.spotify.com/v1/tracks/7c0DlxLjlEEK2VKQJIIU1Z', 'is_local': False, 'name': 'Admit It (u dont want 2)', 'track_id': '7c0DlxLjlEEK2VKQJIIU1Z', 'track_number': 13, 'uri': 'spotify:track:7c0DlxLjlEEK2VKQJIIU1Z', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '3X2DdnmoANw8Rg8luHyZQb', 'name': 'Romy', 'uri': 'spotify:artist:3X2DdnmoANw8Rg8luHyZQb', }), dict({ 'artist_id': '0pkLgeB9j465x1QB2kRoy4', 'name': 'HAAi', 'uri': 'spotify:artist:0pkLgeB9j465x1QB2kRoy4', }), ]), 'disc_number': 1, 'duration_ms': 288348, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/001rjToxEiyZnMsZEVdu4R', }), 'href': 'https://api.spotify.com/v1/tracks/1RlBD9ays0WfNHSVzxHiKX', 'is_local': False, 'name': 'Lights Out', 'track_id': '1RlBD9ays0WfNHSVzxHiKX', 'track_number': 14, 'uri': 'spotify:track:1RlBD9ays0WfNHSVzxHiKX', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '2p1fiYHYiXz9qi0JJyxBzN', 'name': 'Skepta', 'uri': 'spotify:artist:2p1fiYHYiXz9qi0JJyxBzN', }), dict({ 'artist_id': '79NDEw5QWlDC9KaIbogNhS', 'name': 'Plaqueboymax', 'uri': 'spotify:artist:79NDEw5QWlDC9KaIbogNhS', }), dict({ 'artist_id': '6fxyWrfmjcbj5d12gXeiNV', 'name': 'Denzel Curry', 'uri': 'spotify:artist:6fxyWrfmjcbj5d12gXeiNV', }), dict({ 'artist_id': '4nVa6XlBFlIkF6msW57PHp', 'name': 'Hanumankind', 'uri': 'spotify:artist:4nVa6XlBFlIkF6msW57PHp', }), dict({ 'artist_id': '3BAgmPNIK5IJl7zMK1wvMA', 'name': 'That Mexican OT', 'uri': 'spotify:artist:3BAgmPNIK5IJl7zMK1wvMA', }), dict({ 'artist_id': '6bwkMlweHsBCpI2a0C5nnN', 'name': 'D Double E', 'uri': 'spotify:artist:6bwkMlweHsBCpI2a0C5nnN', }), dict({ 'artist_id': '7xqIp1044Z2vd9v9ZphjLa', 'name': 'LYNY', 'uri': 'spotify:artist:7xqIp1044Z2vd9v9ZphjLa', }), ]), 'disc_number': 1, 'duration_ms': 344571, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7vV6MiU4BHLuNyu4P87z9k', }), 'href': 'https://api.spotify.com/v1/tracks/3bsAYGy83D6sl1a5otGuUg', 'is_local': False, 'name': 'Victory Lap Five', 'track_id': '3bsAYGy83D6sl1a5otGuUg', 'track_number': 15, 'uri': 'spotify:track:3bsAYGy83D6sl1a5otGuUg', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '5SXuuuRpukkTvsLuUknva1', 'name': 'Baby Keem', 'uri': 'spotify:artist:5SXuuuRpukkTvsLuUknva1', }), dict({ 'artist_id': '7BMR0fwtEvzGtK4rNGdoiQ', 'name': 'Nia Archives', 'uri': 'spotify:artist:7BMR0fwtEvzGtK4rNGdoiQ', }), ]), 'disc_number': 1, 'duration_ms': 179441, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6ufPi34IYHXG7BYyJR5NX5', }), 'href': 'https://api.spotify.com/v1/tracks/5u84pGbxFomiV66Uk2kOQK', 'is_local': False, 'name': 'leavemealone - Nia Archives Remix', 'track_id': '5u84pGbxFomiV66Uk2kOQK', 'track_number': 16, 'uri': 'spotify:track:5u84pGbxFomiV66Uk2kOQK', }), dict({ 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '2OaHYHb2XcFPvqL3VsyPzU', 'name': 'Rico Nasty', 'uri': 'spotify:artist:2OaHYHb2XcFPvqL3VsyPzU', }), ]), 'disc_number': 1, 'duration_ms': 213133, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/51ZdiAjVcjhGGHO83nyYwv', }), 'href': 'https://api.spotify.com/v1/tracks/3ycgBFWvzxjLtY2YJuQMms', 'is_local': False, 'name': 'Jungle - Rico Nasty Remix', 'track_id': '3ycgBFWvzxjLtY2YJuQMms', 'track_number': 17, 'uri': 'spotify:track:3ycgBFWvzxjLtY2YJuQMms', }), dict({ 'artists': list([ dict({ 'artist_id': '3X2DdnmoANw8Rg8luHyZQb', 'name': 'Romy', 'uri': 'spotify:artist:3X2DdnmoANw8Rg8luHyZQb', }), dict({ 'artist_id': '0pkLgeB9j465x1QB2kRoy4', 'name': 'HAAi', 'uri': 'spotify:artist:0pkLgeB9j465x1QB2kRoy4', }), dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'disc_number': 1, 'duration_ms': 375087, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6998iKJwFYA9DyAC53Y8sA', }), 'href': 'https://api.spotify.com/v1/tracks/5HZJuJphtUWc6wuTHt50oQ', 'is_local': False, 'name': 'Lights Out (feat. Fred again..) - HAAi Remix', 'track_id': '5HZJuJphtUWc6wuTHt50oQ', 'track_number': 18, 'uri': 'spotify:track:5HZJuJphtUWc6wuTHt50oQ', }), ]), 'uri': 'spotify:album:1sSoDKCPSMPQ8CMAWYUabB', }), }), ]) # --- # name: test_get_saved_audiobooks list([ dict({ 'audiobook_id': '58cFIY8IT7yGqR3kHnKqzV', 'authors': list([ dict({ 'name': 'Anya Niewierra', }), ]), 'description': 'Author(s): Anya Niewierra Narrator(s): Nienke Brinkhuis, Cees van Ede, Mattijn Hartemink Na het succes van de bestsellers Het bloemenmeisje en De Camino komt Anya Niewierra met De nomade. Een aangrijpende thriller over vaderliefde en een verborgen verleden. De 37-jarige documentairemaker Olga Liebke woont met haar zonderlinge vader in het Harz-gebergte. Olga heeft een innige band met de inmiddels dementerende man. Haar moeder stierf in het kraambed en ze heeft verder geen familie. Tenminste, zo is het verhaal. Maar dan vertelt haar vader herinneringen die niet rijmen met de geschiedenis zoals zij die kent. Ze gaat twijfelen over haar achtergrond en ontdekt documenten uit de voormalige Sovjet-Unie. Olga reist naar de driehoek Polen, Litouwen en Belarus en stuit op een huiveringwekkend geheim. โ€˜Anya Niewierra heeft met De nomade weer een magnifiek boek afgeleverd, dat mogelijk nog indrukwekkender is dan De Camino.โ€™ Heleen Spanjaard, Margriet โ€˜Verrassend, meeslepend en bloedstollend. De nomade is een waardige opvolger van De Camino.โ€™ Rob Cobben, cultuurverslaggever Dagblad De Limburger', 'edition': 'Unabridged', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/58cFIY8IT7yGqR3kHnKqzV', }), 'html_description': 'Author(s): Anya Niewierra
Narrator(s): Nienke Brinkhuis, Cees van Ede, Mattijn Hartemink
Na het succes van de bestsellers Het bloemenmeisje en De Camino komt Anya Niewierra met De nomade. Een aangrijpende thriller over vaderliefde en een verborgen verleden. De 37-jarige documentairemaker Olga Liebke woont met haar zonderlinge vader in het Harz-gebergte. Olga heeft een innige band met de inmiddels dementerende man. Haar moeder stierf in het kraambed en ze heeft verder geen familie. Tenminste, zo is het verhaal. Maar dan vertelt haar vader herinneringen die niet rijmen met de geschiedenis zoals zij die kent. Ze gaat twijfelen over haar achtergrond en ontdekt documenten uit de voormalige Sovjet-Unie. Olga reist naar de driehoek Polen, Litouwen en Belarus en stuit op een huiveringwekkend geheim. โ€˜Anya Niewierra heeft met De nomade weer een magnifiek boek afgeleverd, dat mogelijk nog indrukwekkender is dan De Camino.โ€™ Heleen Spanjaard, Margriet โ€˜Verrassend, meeslepend en bloedstollend. De nomade is een waardige opvolger van De Camino.โ€™ Rob Cobben, cultuurverslaggever Dagblad De Limburger', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a8c7ae1b41440d0dfa0849e43e', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5bc7ae1b41440d0dfa0849e43e', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703bc7ae1b41440d0dfa0849e43e', 'width': 64, }), ]), 'languages': list([ 'nl', ]), 'name': 'De nomade', 'narrators': list([ dict({ 'name': 'Nienke Brinkhuis', }), dict({ 'name': 'Cees van Ede', }), dict({ 'name': 'Mattijn Hartemink', }), ]), 'publisher': 'Anya Niewierra', 'total_chapters': 49, 'type': 'audiobook', 'uri': 'spotify:show:58cFIY8IT7yGqR3kHnKqzV', }), dict({ 'audiobook_id': '7iHfbu1YPACw6oZPAFJtqe', 'authors': list([ dict({ 'name': 'Frank Herbert', }), ]), 'description': "Author(s): Frank Herbert Narrator(s): Scott Brick, Orlagh Cassidy, Euan Morton, Ilyana Kadushin, Simon Vance NOW A MAJOR MOTION PICTURE directed by Denis Villeneuve, starring Timothรฉe Chalamet, Zendaya, Rebecca Ferguson, Javier Bardem, Josh Brolin, Austin Butler, Florence Pugh, Dave Bautista, Christopher Walken, Lรฉa Seydoux, Stellan Skarsgรฅrd, and Charlotte Rampling Set on the desert planet Arrakis, Dune is the story of the boy Paul Atreides, who would become the mysterious man known as Muad'dib. He would avenge the traitorous plot against his noble familyโ€”and would bring to fruition humankind's most ancient and unattainable dream.A stunning blend of adventure and mysticism, environmentalism and politics, Dune won the first Nebula Award, shared the Hugo Award, and formed the basis of what is undoubtedly the grandest epic in science fiction. Frank Herbert's death in 1986 was a tragic loss, yet the astounding legacy of his visionary fiction will live forever. Long-listed, Audible.com Best of the Year, 2007 Long-listed, Audible.com 100 Audible Essentials, 2007 Audie Award winner, 2008", 'edition': 'Unabridged', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/7iHfbu1YPACw6oZPAFJtqe', }), 'html_description': 'Author(s): Frank Herbert
Narrator(s): Scott Brick, Orlagh Cassidy, Euan Morton, Ilyana Kadushin, Simon Vance
NOW A MAJOR MOTION PICTURE directed by Denis Villeneuve, starring Timothรฉe Chalamet, Zendaya, Rebecca Ferguson, Javier Bardem, Josh Brolin, Austin Butler, Florence Pugh, Dave Bautista, Christopher Walken, Lรฉa Seydoux, Stellan Skarsgรฅrd, and Charlotte Rampling Set on the desert planet Arrakis, Dune is the story of the boy Paul Atreides, who would become the mysterious man known as Muad'dib. He would avenge the traitorous plot against his noble familyโ€”and would bring to fruition humankind's most ancient and unattainable dream.A stunning blend of adventure and mysticism, environmentalism and politics, Dune won the first Nebula Award, shared the Hugo Award, and formed the basis of what is undoubtedly the grandest epic in science fiction. Frank Herbert's death in 1986 was a tragic loss, yet the astounding legacy of his visionary fiction will live forever. Long-listed, Audible.com Best of the Year, 2007 Long-listed, Audible.com 100 Audible Essentials, 2007 Audie Award winner, 2008', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a8706d7d39148810e742cef314', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b706d7d39148810e742cef314', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b706d7d39148810e742cef314', 'width': 64, }), ]), 'languages': list([ 'en', ]), 'name': 'Dune: Book One in the Dune Chronicles', 'narrators': list([ dict({ 'name': 'Scott Brick', }), dict({ 'name': 'Orlagh Cassidy', }), dict({ 'name': 'Euan Morton', }), dict({ 'name': 'Ilyana Kadushin', }), dict({ 'name': 'Simon Vance', }), ]), 'publisher': 'Frank Herbert', 'total_chapters': 52, 'type': 'audiobook', 'uri': 'spotify:show:7iHfbu1YPACw6oZPAFJtqe', }), ]) # --- # name: test_get_saved_episodes list([ dict({ 'added_at': datetime.datetime(2021, 4, 1, 23, 21, 46, tzinfo=datetime.timezone.utc), 'episode': dict({ 'description': "This week on the podcast Ed is joined by actor, writer and Series 10 contestant, Katherine Parkinson. As well as discussing the new line up and this week's tasks they go back to Series 10 and talk about Katherine's time on the show - expect chat about clay masks, marble runs, spiders and THAT fart noise. You can watch Series 11 of Taskmaster each Thursday on Channel 4 at 9pm.Watch Taskmaster Bleeped on All 4Get in touch with Ed and future guests:taskmasterpodcast@gmail.com\xa0Visit the Taskmaster Youtube channelwww.youtube.com/taskmaster\xa0For all your Taskmaster goodies visit\xa0www.taskmasterstore.com\xa0\xa0Taskmaster the podcast is produced by Daisy Knight for Avalon Television Ltd", 'duration_ms': 3724303, 'episode_id': '0x25dVaCtjWMmcjDJyuMM5', 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/0x25dVaCtjWMmcjDJyuMM5', }), 'href': 'https://api.spotify.com/v1/episodes/0x25dVaCtjWMmcjDJyuMM5', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8aee2ef0ad038698401b200131', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fee2ef0ad038698401b200131', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dee2ef0ad038698401b200131', 'width': 64, }), ]), 'name': 'Ep 26. Katherine Parkinson - S11 Ep.3', 'release_date': '2021-04-01', 'release_date_precision': , 'show': dict({ 'description': 'This is the official Taskmaster podcast, hosted by former champion and chickpea lover, Ed Gamble. Each week, released straight after the show is broadcast on Channel 4, Ed will be joined by a special guest to dissect and discuss the latest episode. Past contestants, little Alex Horne, and even the Taskmaster himself will feature in this brand-new podcast from the producers of the BAFTA-winning comedy show.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/4BZc9sOdNilJJ8irsuOzdg', }), 'href': 'https://api.spotify.com/v1/shows/4BZc9sOdNilJJ8irsuOzdg', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a940dfd502920d407436baca2', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f940dfd502920d407436baca2', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d940dfd502920d407436baca2', 'width': 64, }), ]), 'name': 'Taskmaster The Podcast', 'show_id': '4BZc9sOdNilJJ8irsuOzdg', 'total_episodes': 255, 'uri': 'spotify:show:4BZc9sOdNilJJ8irsuOzdg', }), 'type': , 'uri': 'spotify:episode:0x25dVaCtjWMmcjDJyuMM5', }), }), ]) # --- # name: test_get_saved_shows list([ dict({ 'added_at': datetime.datetime(2025, 5, 7, 18, 5, 23, tzinfo=datetime.timezone.utc), 'show': dict({ 'description': 'The Open Source Stories project celebrates collaboration, communication, community and, more in open source by collecting narratives from creators, ors, and consumers alike.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/21YVDAzO2H21WCndbowuRk', }), 'href': 'https://api.spotify.com/v1/shows/21YVDAzO2H21WCndbowuRk', 'images': list([ dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d1e0cd69bb20b9b3dfe26b37d', 'width': 64, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f1e0cd69bb20b9b3dfe26b37d', 'width': 300, }), dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a1e0cd69bb20b9b3dfe26b37d', 'width': 640, }), ]), 'name': 'Open Source Stories', 'show_id': '21YVDAzO2H21WCndbowuRk', 'total_episodes': 29, 'uri': 'spotify:show:21YVDAzO2H21WCndbowuRk', }), }), dict({ 'added_at': datetime.datetime(2024, 10, 20, 20, 20, 54, tzinfo=datetime.timezone.utc), 'show': dict({ 'description': 'Author(s): Anya Niewierra Narrator(s): Nienke Brinkhuis, Cees van Ede, Mattijn Hartemink Na het succes van de bestsellers Het bloemenmeisje en De Camino komt Anya Niewierra met De nomade. Een aangrijpende thriller over vaderliefde en een verborgen verleden. De 37-jarige documentairemaker Olga Liebke woont met haar zonderlinge vader in het Harz-gebergte. Olga heeft een innige band met de inmiddels dementerende man. Haar moeder stierf in het kraambed en ze heeft verder geen familie. Tenminste, zo is het verhaal. Maar dan vertelt haar vader herinneringen die niet rijmen met de geschiedenis zoals zij die kent. Ze gaat twijfelen over haar achtergrond en ontdekt documenten uit de voormalige Sovjet-Unie. Olga reist naar de driehoek Polen, Litouwen en Belarus en stuit op een huiveringwekkend geheim. โ€˜Anya Niewierra heeft met De nomade weer een magnifiek boek afgeleverd, dat mogelijk nog indrukwekkender is dan De Camino.โ€™ Heleen Spanjaard, Margriet โ€˜Verrassend, meeslepend en bloedstollend. De nomade is een waardige opvolger van De Camino.โ€™ Rob Cobben, cultuurverslaggever Dagblad De Limburger', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/58cFIY8IT7yGqR3kHnKqzV', }), 'href': 'https://api.spotify.com/v1/shows/58cFIY8IT7yGqR3kHnKqzV', 'images': list([ dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703bc7ae1b41440d0dfa0849e43e', 'width': 64, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5bc7ae1b41440d0dfa0849e43e', 'width': 300, }), dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a8c7ae1b41440d0dfa0849e43e', 'width': 640, }), ]), 'name': 'De nomade', 'show_id': '58cFIY8IT7yGqR3kHnKqzV', 'total_episodes': 49, 'uri': 'spotify:show:58cFIY8IT7yGqR3kHnKqzV', }), }), dict({ 'added_at': datetime.datetime(2024, 10, 20, 20, 19, 29, tzinfo=datetime.timezone.utc), 'show': dict({ 'description': "Author(s): Frank Herbert Narrator(s): Scott Brick, Orlagh Cassidy, Euan Morton, Ilyana Kadushin, Simon Vance NOW A MAJOR MOTION PICTURE directed by Denis Villeneuve, starring Timothรฉe Chalamet, Zendaya, Rebecca Ferguson, Javier Bardem, Josh Brolin, Austin Butler, Florence Pugh, Dave Bautista, Christopher Walken, Lรฉa Seydoux, Stellan Skarsgรฅrd, and Charlotte Rampling Set on the desert planet Arrakis, Dune is the story of the boy Paul Atreides, who would become the mysterious man known as Muad'dib. He would avenge the traitorous plot against his noble familyโ€”and would bring to fruition humankind's most ancient and unattainable dream.A stunning blend of adventure and mysticism, environmentalism and politics, Dune won the first Nebula Award, shared the Hugo Award, and formed the basis of what is undoubtedly the grandest epic in science fiction. Frank Herbert's death in 1986 was a tragic loss, yet the astounding legacy of his visionary fiction will live forever. Long-listed, Audible.com Best of the Year, 2007 Long-listed, Audible.com 100 Audible Essentials, 2007 Audie Award winner, 2008", 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/7iHfbu1YPACw6oZPAFJtqe', }), 'href': 'https://api.spotify.com/v1/shows/7iHfbu1YPACw6oZPAFJtqe', 'images': list([ dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6766630000703b706d7d39148810e742cef314', 'width': 64, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab6766630000db5b706d7d39148810e742cef314', 'width': 300, }), dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab676663000022a8706d7d39148810e742cef314', 'width': 640, }), ]), 'name': 'Dune: Book One in the Dune Chronicles', 'show_id': '7iHfbu1YPACw6oZPAFJtqe', 'total_episodes': 52, 'uri': 'spotify:show:7iHfbu1YPACw6oZPAFJtqe', }), }), dict({ 'added_at': datetime.datetime(2023, 8, 10, 8, 17, 9, tzinfo=datetime.timezone.utc), 'show': dict({ 'description': 'Weโ€™ll all giggle along at naughty jokes, your dating horror stories and give questionable recommendations on movies, food and relationships. This podcast is hot, fun garbage and we (Toni Lodge and Ryan Jon here in Melbourne, Australia) would love you to climb aboard and be our friends.Join us everywhere: linktr.ee/ToniAndRyan Hosted on Acast. See acast.com/privacy for more information.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/5OzkclFjD6iAjtAuo7aIYt', }), 'href': 'https://api.spotify.com/v1/shows/5OzkclFjD6iAjtAuo7aIYt', 'images': list([ dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68db5f65a943ef4f707bf79949b', 'width': 64, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fb5f65a943ef4f707bf79949b', 'width': 300, }), dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ab5f65a943ef4f707bf79949b', 'width': 640, }), ]), 'name': 'Toni and Ryan', 'show_id': '5OzkclFjD6iAjtAuo7aIYt', 'total_episodes': 1036, 'uri': 'spotify:show:5OzkclFjD6iAjtAuo7aIYt', }), }), dict({ 'added_at': datetime.datetime(2022, 9, 15, 23, 48, 23, tzinfo=datetime.timezone.utc), 'show': dict({ 'description': 'Welcome to BLAST Push To Talk, Counter-Strike like youโ€™ve never heard it before.Join our host Moses and our field reporters Scrawny and Launders as they interview pro players, share their hot takes on the latest and greatest news in the CS world courtesy of EPOS.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/6XYRres0KZtnTqKcLavWR2', }), 'href': 'https://api.spotify.com/v1/shows/6XYRres0KZtnTqKcLavWR2', 'images': list([ dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d5fccb05c5685c081d5c2ad9c', 'width': 64, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f5fccb05c5685c081d5c2ad9c', 'width': 300, }), dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a5fccb05c5685c081d5c2ad9c', 'width': 640, }), ]), 'name': 'BLAST Push To Talk', 'show_id': '6XYRres0KZtnTqKcLavWR2', 'total_episodes': 19, 'uri': 'spotify:show:6XYRres0KZtnTqKcLavWR2', }), }), dict({ 'added_at': datetime.datetime(2022, 8, 14, 11, 59, 6, tzinfo=datetime.timezone.utc), 'show': dict({ 'description': "Fallout TV Season 2 Breakdown starts at Episode 384 with a breakdown of every major and minor detail, Easter Eggs, and predictions. Check it out!In the top 0.5% of podcasts globally and the most popular Fallout podcast, this series fills in all the details about the Fallout world beginning with the Great War in 2077 and progressing through major world events, factions, creatures, technology, and each vault. We'll explore what we know, and speculate about what might be. This show begins as a solo production, detailing specific topics, and grows into so much more.Get awesome rewards & support the show: patreon.com/falloutlorecastWatch live at youtube.com/c/robotsradioCheck out my new show, RETRO RECALL: https://youtu.be/Ur6qFVBA9zEAdvertise with us & business inquiries: robotsnetwork@gmail.com", 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/0e30iIgSffe6xJhFKe35Db', }), 'href': 'https://api.spotify.com/v1/shows/0e30iIgSffe6xJhFKe35Db', 'images': list([ dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d29e54f611da80fb306bf5321', 'width': 64, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f29e54f611da80fb306bf5321', 'width': 300, }), dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a29e54f611da80fb306bf5321', 'width': 640, }), ]), 'name': 'Fallout Lorecast - The Fallout Video Game & TV Lore Podcast', 'show_id': '0e30iIgSffe6xJhFKe35Db', 'total_episodes': 395, 'uri': 'spotify:show:0e30iIgSffe6xJhFKe35Db', }), }), dict({ 'added_at': datetime.datetime(2021, 3, 7, 14, 12, 29, tzinfo=datetime.timezone.utc), 'show': dict({ 'description': 'This is the official Taskmaster podcast, hosted by former champion and chickpea lover, Ed Gamble. Each week, released straight after the show is broadcast on Channel 4, Ed will be joined by a special guest to dissect and discuss the latest episode. Past contestants, little Alex Horne, and even the Taskmaster himself will feature in this brand-new podcast from the producers of the BAFTA-winning comedy show.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/4BZc9sOdNilJJ8irsuOzdg', }), 'href': 'https://api.spotify.com/v1/shows/4BZc9sOdNilJJ8irsuOzdg', 'images': list([ dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d940dfd502920d407436baca2', 'width': 64, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f940dfd502920d407436baca2', 'width': 300, }), dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a940dfd502920d407436baca2', 'width': 640, }), ]), 'name': 'Taskmaster The Podcast', 'show_id': '4BZc9sOdNilJJ8irsuOzdg', 'total_episodes': 255, 'uri': 'spotify:show:4BZc9sOdNilJJ8irsuOzdg', }), }), dict({ 'added_at': datetime.datetime(2021, 3, 6, 0, 14, 9, tzinfo=datetime.timezone.utc), 'show': dict({ 'description': "Comedians Ed Gamble and James Acaster invite special guests into their magical restaurant to each choose their favourite starter, main course, side dish, dessert and drink. Ever wanted to eat your dream meal? It's time to order Off Menu. Hosted on Acast. See acast.com/privacy for more information.", 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/0azMejb7zrmAqctVsUSAdq', }), 'href': 'https://api.spotify.com/v1/shows/0azMejb7zrmAqctVsUSAdq', 'images': list([ dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d35641b80c9d83f6717c2452c', 'width': 64, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f35641b80c9d83f6717c2452c', 'width': 300, }), dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a35641b80c9d83f6717c2452c', 'width': 640, }), ]), 'name': 'Off Menu with Ed Gamble and James Acaster', 'show_id': '0azMejb7zrmAqctVsUSAdq', 'total_episodes': 368, 'uri': 'spotify:show:0azMejb7zrmAqctVsUSAdq', }), }), dict({ 'added_at': datetime.datetime(2021, 3, 6, 0, 13, 55, tzinfo=datetime.timezone.utc), 'show': dict({ 'description': 'Ed & Matthew (aka Crunch & Crumble) are bringing top quality comedy to your Sunday mornings (8am - 11am). Tune in for film reviews, sports news, phone-ins, excuses, puns, quizzes, facts about catfish, and an education in heavy metal. No, really. Itโ€™s like a proper weekend breakfast show, but presented by two comedians with relatively little radio experience. But itโ€™s better than it sounds.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/4CNsZjGkK371UAnyQgX9jV', }), 'href': 'https://api.spotify.com/v1/shows/4CNsZjGkK371UAnyQgX9jV', 'images': list([ dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d2a9c9d9ffd893edf7a43c758', 'width': 64, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f2a9c9d9ffd893edf7a43c758', 'width': 300, }), dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a2a9c9d9ffd893edf7a43c758', 'width': 640, }), ]), 'name': 'Ed Gamble & Matthew Crosby on Radio X', 'show_id': '4CNsZjGkK371UAnyQgX9jV', 'total_episodes': 358, 'uri': 'spotify:show:4CNsZjGkK371UAnyQgX9jV', }), }), dict({ 'added_at': datetime.datetime(2020, 12, 29, 1, 21, 38, tzinfo=datetime.timezone.utc), 'show': dict({ 'description': "We're your new best friends. In our weekly podcast we dive into female friendships, current events, and what's going on in our lives. Come sit with us, and enjoy!", 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/6xglolTDhKYA8OKyM8IgZQ', }), 'href': 'https://api.spotify.com/v1/shows/6xglolTDhKYA8OKyM8IgZQ', 'images': list([ dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d59da2a4ed5cd8a5809f6904b', 'width': 64, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f59da2a4ed5cd8a5809f6904b', 'width': 300, }), dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a59da2a4ed5cd8a5809f6904b', 'width': 640, }), ]), 'name': 'You Can Sit With Us', 'show_id': '6xglolTDhKYA8OKyM8IgZQ', 'total_episodes': 284, 'uri': 'spotify:show:6xglolTDhKYA8OKyM8IgZQ', }), }), dict({ 'added_at': datetime.datetime(2020, 12, 29, 1, 21, 21, tzinfo=datetime.timezone.utc), 'show': dict({ 'description': "The Try Guys have swam with sharks, survived in the wild, shocked themselves with birthing simulators, and so much more. Now they're here to chat about their lives in between the videos on their Webby-award-winning podcast, The TryPod. Now with video versions on Spotify!", 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/3qCNuzujMoeNsMHp8c79dJ', }), 'href': 'https://api.spotify.com/v1/shows/3qCNuzujMoeNsMHp8c79dJ', 'images': list([ dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d403fd54e9434b88f53bddab3', 'width': 64, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f403fd54e9434b88f53bddab3', 'width': 300, }), dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a403fd54e9434b88f53bddab3', 'width': 640, }), ]), 'name': 'The TryPod', 'show_id': '3qCNuzujMoeNsMHp8c79dJ', 'total_episodes': 353, 'uri': 'spotify:show:3qCNuzujMoeNsMHp8c79dJ', }), }), dict({ 'added_at': datetime.datetime(2020, 11, 6, 13, 38, 49, tzinfo=datetime.timezone.utc), 'show': dict({ 'description': 'The Office co-stars and best friends, Jenna Fischer and Angela Kinsey, are doing the ultimate The Office re-watch podcast for you. Each week Jenna and Angela will break down an episode of The Office and give exclusive behind the scene stories that only two people who were there, can tell you.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/3OHCFs84lqizjkL4C9bNTA', }), 'href': 'https://api.spotify.com/v1/shows/3OHCFs84lqizjkL4C9bNTA', 'images': list([ dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dd106b2a18dc9fa6f52fef9b1', 'width': 64, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fd106b2a18dc9fa6f52fef9b1', 'width': 300, }), dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ad106b2a18dc9fa6f52fef9b1', 'width': 640, }), ]), 'name': 'Office Ladies', 'show_id': '3OHCFs84lqizjkL4C9bNTA', 'total_episodes': 423, 'uri': 'spotify:show:3OHCFs84lqizjkL4C9bNTA', }), }), dict({ 'added_at': datetime.datetime(2020, 8, 20, 6, 52, 51, tzinfo=datetime.timezone.utc), 'show': dict({ 'description': 'Welkom bij Wat een week, de podcast van Maxim Hartman en Willem Treur. Hier posten we iedere donderdag een nieuwe aflevering, om je te helpen om het nieuws van afgelopen week te verteren, zonder er aan onderdoor te gaan. In samenwerking met Dag en Nacht Media.', 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/6AeemTu3AwFDGkM50OtnbI', }), 'href': 'https://api.spotify.com/v1/shows/6AeemTu3AwFDGkM50OtnbI', 'images': list([ dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d16a7cc88bc0bbef0aed05f4f', 'width': 64, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f16a7cc88bc0bbef0aed05f4f', 'width': 300, }), dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a16a7cc88bc0bbef0aed05f4f', 'width': 640, }), ]), 'name': 'Wat een Week!', 'show_id': '6AeemTu3AwFDGkM50OtnbI', 'total_episodes': 477, 'uri': 'spotify:show:6AeemTu3AwFDGkM50OtnbI', }), }), ]) # --- # name: test_get_saved_tracks list([ dict({ 'added_at': datetime.datetime(2026, 2, 23, 13, 28, 26, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '1X0ak6iQZOYqdVXzj8Tfbz', 'album_type': , 'artists': list([ dict({ 'artist_id': '61jrgPBUklDAQV9DptCc8u', 'name': 'Starbenders', 'uri': 'spotify:artist:61jrgPBUklDAQV9DptCc8u', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2736a2135afb61a9fa65676be6d', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e026a2135afb61a9fa65676be6d', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048516a2135afb61a9fa65676be6d', 'width': 64, }), ]), 'name': 'Cold Silver', 'release_date': '2025-10-08', 'release_date_precision': , 'total_tracks': 3, 'uri': 'spotify:album:1X0ak6iQZOYqdVXzj8Tfbz', }), 'artists': list([ dict({ 'artist_id': '61jrgPBUklDAQV9DptCc8u', 'name': 'Starbenders', 'uri': 'spotify:artist:61jrgPBUklDAQV9DptCc8u', }), ]), 'disc_number': 1, 'duration_ms': 222242, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0Y0PdrwwWtYTFhCY5Kj0iv', }), 'href': 'https://api.spotify.com/v1/tracks/0Y0PdrwwWtYTFhCY5Kj0iv', 'is_local': False, 'name': 'Cold Silver', 'track_id': '0Y0PdrwwWtYTFhCY5Kj0iv', 'track_number': 1, 'type': , 'uri': 'spotify:track:0Y0PdrwwWtYTFhCY5Kj0iv', }), }), dict({ 'added_at': datetime.datetime(2026, 2, 18, 23, 33, 21, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '6voJTR0ZT84lekqx3gyZ2M', 'album_type': , 'artists': list([ dict({ 'artist_id': '2GgySUiN0AJwFJLdZCE9Ce', 'name': 'Lolita KompleX', 'uri': 'spotify:artist:2GgySUiN0AJwFJLdZCE9Ce', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2737be5c309088b465e688dd4e5', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e027be5c309088b465e688dd4e5', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048517be5c309088b465e688dd4e5', 'width': 64, }), ]), 'name': 'Escapism', 'release_date': '2019-07-05', 'release_date_precision': , 'total_tracks': 11, 'uri': 'spotify:album:6voJTR0ZT84lekqx3gyZ2M', }), 'artists': list([ dict({ 'artist_id': '2GgySUiN0AJwFJLdZCE9Ce', 'name': 'Lolita KompleX', 'uri': 'spotify:artist:2GgySUiN0AJwFJLdZCE9Ce', }), ]), 'disc_number': 1, 'duration_ms': 181039, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3TaqQSf0dmZNLen5ogqUH7', }), 'href': 'https://api.spotify.com/v1/tracks/3TaqQSf0dmZNLen5ogqUH7', 'is_local': False, 'name': 'Dystopia', 'track_id': '3TaqQSf0dmZNLen5ogqUH7', 'track_number': 8, 'type': , 'uri': 'spotify:track:3TaqQSf0dmZNLen5ogqUH7', }), }), dict({ 'added_at': datetime.datetime(2026, 2, 17, 11, 44, 29, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '3Qabstvdx4TfWujTzy5Gee', 'album_type': , 'artists': list([ dict({ 'artist_id': '3CjlHNtplJyTf9npxaPl5w', 'name': 'CHVRCHES', 'uri': 'spotify:artist:3CjlHNtplJyTf9npxaPl5w', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273a425e7a03d90b49694716fba', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02a425e7a03d90b49694716fba', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851a425e7a03d90b49694716fba', 'width': 64, }), ]), 'name': 'Such Great Heights [From "Tell Me Lies (Season 3)"]', 'release_date': '2026-02-17', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:3Qabstvdx4TfWujTzy5Gee', }), 'artists': list([ dict({ 'artist_id': '3CjlHNtplJyTf9npxaPl5w', 'name': 'CHVRCHES', 'uri': 'spotify:artist:3CjlHNtplJyTf9npxaPl5w', }), ]), 'disc_number': 1, 'duration_ms': 267976, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2UJ5jlXlRkBx4dyVGIEGc0', }), 'href': 'https://api.spotify.com/v1/tracks/2UJ5jlXlRkBx4dyVGIEGc0', 'is_local': False, 'name': 'Such Great Heights - From "Tell Me Lies (Season 3)"', 'track_id': '2UJ5jlXlRkBx4dyVGIEGc0', 'track_number': 1, 'type': , 'uri': 'spotify:track:2UJ5jlXlRkBx4dyVGIEGc0', }), }), dict({ 'added_at': datetime.datetime(2026, 2, 16, 22, 56, 14, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '4TQyTokknRMto3WhTdodZK', 'album_type': , 'artists': list([ dict({ 'artist_id': '4EvbQBS99RXzFGGimAS3i9', 'name': 'Blood Stain Child', 'uri': 'spotify:artist:4EvbQBS99RXzFGGimAS3i9', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273d396dcff123c425a196ac2f1', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02d396dcff123c425a196ac2f1', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851d396dcff123c425a196ac2f1', 'width': 64, }), ]), 'name': 'Epsilon', 'release_date': '2011-06-30', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:4TQyTokknRMto3WhTdodZK', }), 'artists': list([ dict({ 'artist_id': '4EvbQBS99RXzFGGimAS3i9', 'name': 'Blood Stain Child', 'uri': 'spotify:artist:4EvbQBS99RXzFGGimAS3i9', }), ]), 'disc_number': 1, 'duration_ms': 261013, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0YyBaPhV9rGcDhs3dS7V6q', }), 'href': 'https://api.spotify.com/v1/tracks/0YyBaPhV9rGcDhs3dS7V6q', 'is_local': False, 'name': 'Stargazer', 'track_id': '0YyBaPhV9rGcDhs3dS7V6q', 'track_number': 3, 'type': , 'uri': 'spotify:track:0YyBaPhV9rGcDhs3dS7V6q', }), }), dict({ 'added_at': datetime.datetime(2026, 2, 16, 22, 27, 42, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '6VoutwXXcQBDbcZlmlYbxc', 'album_type': , 'artists': list([ dict({ 'artist_id': '16AVsBqzmIZTNHd0eX8VbK', 'name': 'The Birthday Massacre', 'uri': 'spotify:artist:16AVsBqzmIZTNHd0eX8VbK', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2738c88a251fa147359fcce93a1', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e028c88a251fa147359fcce93a1', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048518c88a251fa147359fcce93a1', 'width': 64, }), ]), 'name': 'Pins And Needles', 'release_date': '2010-09-14', 'release_date_precision': , 'total_tracks': 11, 'uri': 'spotify:album:6VoutwXXcQBDbcZlmlYbxc', }), 'artists': list([ dict({ 'artist_id': '16AVsBqzmIZTNHd0eX8VbK', 'name': 'The Birthday Massacre', 'uri': 'spotify:artist:16AVsBqzmIZTNHd0eX8VbK', }), ]), 'disc_number': 1, 'duration_ms': 229600, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7Gfg6IiBYzsq1XG9dm1oRG', }), 'href': 'https://api.spotify.com/v1/tracks/7Gfg6IiBYzsq1XG9dm1oRG', 'is_local': False, 'name': 'Sleepwalking', 'track_id': '7Gfg6IiBYzsq1XG9dm1oRG', 'track_number': 10, 'type': , 'uri': 'spotify:track:7Gfg6IiBYzsq1XG9dm1oRG', }), }), dict({ 'added_at': datetime.datetime(2026, 2, 16, 21, 15, 43, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '6VoutwXXcQBDbcZlmlYbxc', 'album_type': , 'artists': list([ dict({ 'artist_id': '16AVsBqzmIZTNHd0eX8VbK', 'name': 'The Birthday Massacre', 'uri': 'spotify:artist:16AVsBqzmIZTNHd0eX8VbK', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2738c88a251fa147359fcce93a1', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e028c88a251fa147359fcce93a1', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048518c88a251fa147359fcce93a1', 'width': 64, }), ]), 'name': 'Pins And Needles', 'release_date': '2010-09-14', 'release_date_precision': , 'total_tracks': 11, 'uri': 'spotify:album:6VoutwXXcQBDbcZlmlYbxc', }), 'artists': list([ dict({ 'artist_id': '16AVsBqzmIZTNHd0eX8VbK', 'name': 'The Birthday Massacre', 'uri': 'spotify:artist:16AVsBqzmIZTNHd0eX8VbK', }), ]), 'disc_number': 1, 'duration_ms': 200266, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6wRnCFOePoaifD2SmZ7K7B', }), 'href': 'https://api.spotify.com/v1/tracks/6wRnCFOePoaifD2SmZ7K7B', 'is_local': False, 'name': 'Control', 'track_id': '6wRnCFOePoaifD2SmZ7K7B', 'track_number': 4, 'type': , 'uri': 'spotify:track:6wRnCFOePoaifD2SmZ7K7B', }), }), dict({ 'added_at': datetime.datetime(2026, 2, 13, 10, 59, 8, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '1HGrQZLhmqlEuACUnQY7yy', 'album_type': , 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2735db919ecd425e6692c12a945', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e025db919ecd425e6692c12a945', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048515db919ecd425e6692c12a945', 'width': 64, }), ]), 'name': 'FATE of ALL', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:1HGrQZLhmqlEuACUnQY7yy', }), 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 244360, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/29DpW469MK56dBqxSfzwDs', }), 'href': 'https://api.spotify.com/v1/tracks/29DpW469MK56dBqxSfzwDs', 'is_local': False, 'name': 'FATE of ALL', 'track_id': '29DpW469MK56dBqxSfzwDs', 'track_number': 1, 'type': , 'uri': 'spotify:track:29DpW469MK56dBqxSfzwDs', }), }), dict({ 'added_at': datetime.datetime(2026, 2, 11, 21, 37, 52, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '7mvXPtV4jvA1hp5Wx2FAJA', 'album_type': , 'artists': list([ dict({ 'artist_id': '4G9NDjRyZFDlJKMRL8hx3S', 'name': 'sombr', 'uri': 'spotify:artist:4G9NDjRyZFDlJKMRL8hx3S', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2734229702de91cb3d3a4383302', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e024229702de91cb3d3a4383302', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048514229702de91cb3d3a4383302', 'width': 64, }), ]), 'name': 'I Barely Know Her', 'release_date': '2025-08-22', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:7mvXPtV4jvA1hp5Wx2FAJA', }), 'artists': list([ dict({ 'artist_id': '4G9NDjRyZFDlJKMRL8hx3S', 'name': 'sombr', 'uri': 'spotify:artist:4G9NDjRyZFDlJKMRL8hx3S', }), ]), 'disc_number': 1, 'duration_ms': 242903, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/05od2qm2MTSKCHxy1GBp5W', }), 'href': 'https://api.spotify.com/v1/tracks/05od2qm2MTSKCHxy1GBp5W', 'is_local': False, 'name': '12 to 12', 'track_id': '05od2qm2MTSKCHxy1GBp5W', 'track_number': 2, 'type': , 'uri': 'spotify:track:05od2qm2MTSKCHxy1GBp5W', }), }), dict({ 'added_at': datetime.datetime(2026, 2, 10, 22, 19, 19, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '1dMkUqXlm5b3JxSzBmVIX5', 'album_type': , 'artists': list([ dict({ 'artist_id': '7zt6Af78CalxaPDqORfw8L', 'name': 'Annie', 'uri': 'spotify:artist:7zt6Af78CalxaPDqORfw8L', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2730570e34fef3c011c35486001', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e020570e34fef3c011c35486001', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048510570e34fef3c011c35486001', 'width': 64, }), ]), 'name': 'Dark Hearts', 'release_date': '2020-10-16', 'release_date_precision': , 'total_tracks': 13, 'uri': 'spotify:album:1dMkUqXlm5b3JxSzBmVIX5', }), 'artists': list([ dict({ 'artist_id': '7zt6Af78CalxaPDqORfw8L', 'name': 'Annie', 'uri': 'spotify:artist:7zt6Af78CalxaPDqORfw8L', }), ]), 'disc_number': 1, 'duration_ms': 226869, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7t1C2Z5kYtmhZGMs5mIFz2', }), 'href': 'https://api.spotify.com/v1/tracks/7t1C2Z5kYtmhZGMs5mIFz2', 'is_local': False, 'name': 'American Cars', 'track_id': '7t1C2Z5kYtmhZGMs5mIFz2', 'track_number': 7, 'type': , 'uri': 'spotify:track:7t1C2Z5kYtmhZGMs5mIFz2', }), }), dict({ 'added_at': datetime.datetime(2026, 2, 10, 21, 44, 5, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '7kz0Hn6RArQSJVQfyIqaxp', 'album_type': , 'artists': list([ dict({ 'artist_id': '0JXwYf8x27ZfMO2gGuh6HO', 'name': 'Brooke Combe', 'uri': 'spotify:artist:0JXwYf8x27ZfMO2gGuh6HO', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27347bda116b82088a2a40fb9c0', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0247bda116b82088a2a40fb9c0', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485147bda116b82088a2a40fb9c0', 'width': 64, }), ]), 'name': 'Black Is The New Gold', 'release_date': '2023-04-21', 'release_date_precision': , 'total_tracks': 8, 'uri': 'spotify:album:7kz0Hn6RArQSJVQfyIqaxp', }), 'artists': list([ dict({ 'artist_id': '0JXwYf8x27ZfMO2gGuh6HO', 'name': 'Brooke Combe', 'uri': 'spotify:artist:0JXwYf8x27ZfMO2gGuh6HO', }), ]), 'disc_number': 1, 'duration_ms': 179354, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6xXx3GFDuZe2kaLRbyNqqa', }), 'href': 'https://api.spotify.com/v1/tracks/6xXx3GFDuZe2kaLRbyNqqa', 'is_local': False, 'name': 'Miss Me Now', 'track_id': '6xXx3GFDuZe2kaLRbyNqqa', 'track_number': 6, 'type': , 'uri': 'spotify:track:6xXx3GFDuZe2kaLRbyNqqa', }), }), dict({ 'added_at': datetime.datetime(2026, 2, 10, 21, 44, 4, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '7gnf1UNA18n7SThlTZa3CS', 'album_type': , 'artists': list([ dict({ 'artist_id': '6NvsbUgzHkjZK3ZUEWui41', 'name': 'Kai Bosch', 'uri': 'spotify:artist:6NvsbUgzHkjZK3ZUEWui41', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273acd4f105323904b6cc1cf4e1', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02acd4f105323904b6cc1cf4e1', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851acd4f105323904b6cc1cf4e1', 'width': 64, }), ]), 'name': 'Angel', 'release_date': '2025-02-19', 'release_date_precision': , 'total_tracks': 3, 'uri': 'spotify:album:7gnf1UNA18n7SThlTZa3CS', }), 'artists': list([ dict({ 'artist_id': '6NvsbUgzHkjZK3ZUEWui41', 'name': 'Kai Bosch', 'uri': 'spotify:artist:6NvsbUgzHkjZK3ZUEWui41', }), ]), 'disc_number': 1, 'duration_ms': 202593, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/04GhEfWKEragdPIlf1s8hd', }), 'href': 'https://api.spotify.com/v1/tracks/04GhEfWKEragdPIlf1s8hd', 'is_local': False, 'name': 'Angel', 'track_id': '04GhEfWKEragdPIlf1s8hd', 'track_number': 1, 'type': , 'uri': 'spotify:track:04GhEfWKEragdPIlf1s8hd', }), }), dict({ 'added_at': datetime.datetime(2026, 2, 8, 21, 58, 53, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '05U0USUzKB8vLfdOWggfqC', 'album_type': , 'artists': list([ dict({ 'artist_id': '6os1temnovzJIEGRUmn3fG', 'name': 'BNYXยฎ', 'uri': 'spotify:artist:6os1temnovzJIEGRUmn3fG', }), dict({ 'artist_id': '0fA0VVWsXO9YnASrzqfmYu', 'name': 'Kid Cudi', 'uri': 'spotify:artist:0fA0VVWsXO9YnASrzqfmYu', }), dict({ 'artist_id': '5nPOO9iTcrs9k6yFffPxjH', 'name': 'Rรถyksopp', 'uri': 'spotify:artist:5nPOO9iTcrs9k6yFffPxjH', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27329b9d44066f5211cc732f491', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0229b9d44066f5211cc732f491', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485129b9d44066f5211cc732f491', 'width': 64, }), ]), 'name': 'EVERYWHERE I GO (REMIND ME) feat. Kid Cudi', 'release_date': '2026-01-30', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:05U0USUzKB8vLfdOWggfqC', }), 'artists': list([ dict({ 'artist_id': '6os1temnovzJIEGRUmn3fG', 'name': 'BNYXยฎ', 'uri': 'spotify:artist:6os1temnovzJIEGRUmn3fG', }), dict({ 'artist_id': '0fA0VVWsXO9YnASrzqfmYu', 'name': 'Kid Cudi', 'uri': 'spotify:artist:0fA0VVWsXO9YnASrzqfmYu', }), dict({ 'artist_id': '5nPOO9iTcrs9k6yFffPxjH', 'name': 'Rรถyksopp', 'uri': 'spotify:artist:5nPOO9iTcrs9k6yFffPxjH', }), ]), 'disc_number': 1, 'duration_ms': 217243, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/55QDC1UHFcqlnH0xSvvB7T', }), 'href': 'https://api.spotify.com/v1/tracks/55QDC1UHFcqlnH0xSvvB7T', 'is_local': False, 'name': 'EVERYWHERE I GO (REMIND ME) feat. Kid Cudi', 'track_id': '55QDC1UHFcqlnH0xSvvB7T', 'track_number': 1, 'type': , 'uri': 'spotify:track:55QDC1UHFcqlnH0xSvvB7T', }), }), dict({ 'added_at': datetime.datetime(2026, 2, 5, 23, 55, 38, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '5sq7TecbA0bzgELXZmlXgg', 'album_type': , 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273614f462559ae5b794074f12e', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02614f462559ae5b794074f12e', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851614f462559ae5b794074f12e', 'width': 64, }), ]), 'name': 'Under the Covers, Vol. II', 'release_date': '2017-10-27', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:5sq7TecbA0bzgELXZmlXgg', }), 'artists': list([ dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), ]), 'disc_number': 1, 'duration_ms': 250862, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6UbGGbBpSfmFDyG17OFuId', }), 'href': 'https://api.spotify.com/v1/tracks/6UbGGbBpSfmFDyG17OFuId', 'is_local': False, 'name': 'Rocket Man', 'track_id': '6UbGGbBpSfmFDyG17OFuId', 'track_number': 12, 'type': , 'uri': 'spotify:track:6UbGGbBpSfmFDyG17OFuId', }), }), dict({ 'added_at': datetime.datetime(2026, 2, 4, 19, 13, 21, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '4B5d3LOYzvyPtv8zfFBV9N', 'album_type': , 'artists': list([ dict({ 'artist_id': '5R8aSm8lobxbG7h2AjmKAW', 'name': 'KROMEA', 'uri': 'spotify:artist:5R8aSm8lobxbG7h2AjmKAW', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273164b1c0ca47cfe70d742f526', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02164b1c0ca47cfe70d742f526', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851164b1c0ca47cfe70d742f526', 'width': 64, }), ]), 'name': 'Overtake EP', 'release_date': '2018-05-25', 'release_date_precision': , 'total_tracks': 4, 'uri': 'spotify:album:4B5d3LOYzvyPtv8zfFBV9N', }), 'artists': list([ dict({ 'artist_id': '5R8aSm8lobxbG7h2AjmKAW', 'name': 'KROMEA', 'uri': 'spotify:artist:5R8aSm8lobxbG7h2AjmKAW', }), ]), 'disc_number': 1, 'duration_ms': 222546, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5KGbSUW1wwV5nOq359erDf', }), 'href': 'https://api.spotify.com/v1/tracks/5KGbSUW1wwV5nOq359erDf', 'is_local': False, 'name': 'Planets', 'track_id': '5KGbSUW1wwV5nOq359erDf', 'track_number': 4, 'type': , 'uri': 'spotify:track:5KGbSUW1wwV5nOq359erDf', }), }), dict({ 'added_at': datetime.datetime(2026, 2, 2, 14, 23, 23, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '4GO80k3K2QDOrSCeC2ASCn', 'album_type': , 'artists': list([ dict({ 'artist_id': '0JseT2AZzVMKsBlrAywFcO', 'name': 'Anavae', 'uri': 'spotify:artist:0JseT2AZzVMKsBlrAywFcO', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2737a2e6ff1c77488da072fbddb', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e027a2e6ff1c77488da072fbddb', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048517a2e6ff1c77488da072fbddb', 'width': 64, }), ]), 'name': '45', 'release_date': '2019-11-01', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:4GO80k3K2QDOrSCeC2ASCn', }), 'artists': list([ dict({ 'artist_id': '0JseT2AZzVMKsBlrAywFcO', 'name': 'Anavae', 'uri': 'spotify:artist:0JseT2AZzVMKsBlrAywFcO', }), ]), 'disc_number': 1, 'duration_ms': 216823, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3dOgdq9C19ZyOJCV2qGwWm', }), 'href': 'https://api.spotify.com/v1/tracks/3dOgdq9C19ZyOJCV2qGwWm', 'is_local': False, 'name': 'Human', 'track_id': '3dOgdq9C19ZyOJCV2qGwWm', 'track_number': 2, 'type': , 'uri': 'spotify:track:3dOgdq9C19ZyOJCV2qGwWm', }), }), dict({ 'added_at': datetime.datetime(2026, 2, 2, 13, 49, 13, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '6LuMBvlwocn2SFOE6GcawL', 'album_type': , 'artists': list([ dict({ 'artist_id': '61jrgPBUklDAQV9DptCc8u', 'name': 'Starbenders', 'uri': 'spotify:artist:61jrgPBUklDAQV9DptCc8u', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273e46418c0c40f94f033ad3d73', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02e46418c0c40f94f033ad3d73', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851e46418c0c40f94f033ad3d73', 'width': 64, }), ]), 'name': 'Japanese Rooms', 'release_date': '2019-04-19', 'release_date_precision': , 'total_tracks': 6, 'uri': 'spotify:album:6LuMBvlwocn2SFOE6GcawL', }), 'artists': list([ dict({ 'artist_id': '61jrgPBUklDAQV9DptCc8u', 'name': 'Starbenders', 'uri': 'spotify:artist:61jrgPBUklDAQV9DptCc8u', }), ]), 'disc_number': 1, 'duration_ms': 227366, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2ikMCoZog1nUFApExQFgo2', }), 'href': 'https://api.spotify.com/v1/tracks/2ikMCoZog1nUFApExQFgo2', 'is_local': False, 'name': 'Far from Heaven', 'track_id': '2ikMCoZog1nUFApExQFgo2', 'track_number': 3, 'type': , 'uri': 'spotify:track:2ikMCoZog1nUFApExQFgo2', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 30, 8, 57, 30, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '2S3PYJxfbcMMxaHOwWXjAq', 'album_type': , 'artists': list([ dict({ 'artist_id': '61jrgPBUklDAQV9DptCc8u', 'name': 'Starbenders', 'uri': 'spotify:artist:61jrgPBUklDAQV9DptCc8u', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273d43ddbd12bfe5f282cdb4d2d', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02d43ddbd12bfe5f282cdb4d2d', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851d43ddbd12bfe5f282cdb4d2d', 'width': 64, }), ]), 'name': '21st Century (Digital Boy)', 'release_date': '2026-01-27', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:2S3PYJxfbcMMxaHOwWXjAq', }), 'artists': list([ dict({ 'artist_id': '61jrgPBUklDAQV9DptCc8u', 'name': 'Starbenders', 'uri': 'spotify:artist:61jrgPBUklDAQV9DptCc8u', }), ]), 'disc_number': 1, 'duration_ms': 165282, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/62CvzSF6JMfrNY317ZiNZc', }), 'href': 'https://api.spotify.com/v1/tracks/62CvzSF6JMfrNY317ZiNZc', 'is_local': False, 'name': '21st Century (Digital Boy)', 'track_id': '62CvzSF6JMfrNY317ZiNZc', 'track_number': 1, 'type': , 'uri': 'spotify:track:62CvzSF6JMfrNY317ZiNZc', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 20, 22, 35, 35, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '4IY5p6bgi73zzEOjKBIXmL', 'album_type': , 'artists': list([ dict({ 'artist_id': '3vV6kgqJHi1rg46i4Iwzr1', 'name': 'Masters of Prophecy', 'uri': 'spotify:artist:3vV6kgqJHi1rg46i4Iwzr1', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273235800a8fcf394b99855abac', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02235800a8fcf394b99855abac', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851235800a8fcf394b99855abac', 'width': 64, }), ]), 'name': 'Liquid Lightning', 'release_date': '2025-11-23', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:4IY5p6bgi73zzEOjKBIXmL', }), 'artists': list([ dict({ 'artist_id': '3vV6kgqJHi1rg46i4Iwzr1', 'name': 'Masters of Prophecy', 'uri': 'spotify:artist:3vV6kgqJHi1rg46i4Iwzr1', }), ]), 'disc_number': 1, 'duration_ms': 256437, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1jcctkKfRKJoYNjEKA2k42', }), 'href': 'https://api.spotify.com/v1/tracks/1jcctkKfRKJoYNjEKA2k42', 'is_local': False, 'name': 'Liquid Lightning', 'track_id': '1jcctkKfRKJoYNjEKA2k42', 'track_number': 1, 'type': , 'uri': 'spotify:track:1jcctkKfRKJoYNjEKA2k42', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 19, 9, 42, 31, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '2ZYmViriDHQS2bzBohrLXj', 'album_type': , 'artists': list([ dict({ 'artist_id': '4v4qHupYi7eRJfkniHrp4Z', 'name': 'Young Guns', 'uri': 'spotify:artist:4v4qHupYi7eRJfkniHrp4Z', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2738f2411416b3b2fe181d559fe', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e028f2411416b3b2fe181d559fe', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048518f2411416b3b2fe181d559fe', 'width': 64, }), ]), 'name': 'Ones And Zeros', 'release_date': '2015-02-18', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:2ZYmViriDHQS2bzBohrLXj', }), 'artists': list([ dict({ 'artist_id': '4v4qHupYi7eRJfkniHrp4Z', 'name': 'Young Guns', 'uri': 'spotify:artist:4v4qHupYi7eRJfkniHrp4Z', }), ]), 'disc_number': 1, 'duration_ms': 224213, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0QSMTHdo8JRa7PazhGrbIK', }), 'href': 'https://api.spotify.com/v1/tracks/0QSMTHdo8JRa7PazhGrbIK', 'is_local': False, 'name': 'I Want Out', 'track_id': '0QSMTHdo8JRa7PazhGrbIK', 'track_number': 2, 'type': , 'uri': 'spotify:track:0QSMTHdo8JRa7PazhGrbIK', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 19, 9, 37, 47, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '10VNoWgGKiAas5dWkpCUHL', 'album_type': , 'artists': list([ dict({ 'artist_id': '6JslXiAQgoATL9rPmLE5du', 'name': 'Anike Ekina', 'uri': 'spotify:artist:6JslXiAQgoATL9rPmLE5du', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27350dfe378fc89465e3d3ae2d0', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0250dfe378fc89465e3d3ae2d0', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485150dfe378fc89465e3d3ae2d0', 'width': 64, }), ]), 'name': 'Light Back In (Special Metal version)', 'release_date': '2025-08-01', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:10VNoWgGKiAas5dWkpCUHL', }), 'artists': list([ dict({ 'artist_id': '6JslXiAQgoATL9rPmLE5du', 'name': 'Anike Ekina', 'uri': 'spotify:artist:6JslXiAQgoATL9rPmLE5du', }), ]), 'disc_number': 1, 'duration_ms': 202805, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/34vearIqjyFqWWPZKPPxvH', }), 'href': 'https://api.spotify.com/v1/tracks/34vearIqjyFqWWPZKPPxvH', 'is_local': False, 'name': 'Light Back In - Special Metal Version - Radio Edit', 'track_id': '34vearIqjyFqWWPZKPPxvH', 'track_number': 1, 'type': , 'uri': 'spotify:track:34vearIqjyFqWWPZKPPxvH', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 19, 9, 5, 4, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0UulNUxyPHQ2Dcnc2fuak7', 'album_type': , 'artists': list([ dict({ 'artist_id': '5ySYeIhqg4Rfs5tjteVMz3', 'name': 'Blondfire', 'uri': 'spotify:artist:5ySYeIhqg4Rfs5tjteVMz3', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2737a591fe36aa65157f11de048', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e027a591fe36aa65157f11de048', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048517a591fe36aa65157f11de048', 'width': 64, }), ]), 'name': 'True Confessions', 'release_date': '2016-02-05', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:0UulNUxyPHQ2Dcnc2fuak7', }), 'artists': list([ dict({ 'artist_id': '5ySYeIhqg4Rfs5tjteVMz3', 'name': 'Blondfire', 'uri': 'spotify:artist:5ySYeIhqg4Rfs5tjteVMz3', }), ]), 'disc_number': 1, 'duration_ms': 217708, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5Th9qF4aR9PJRrSyukyGLx', }), 'href': 'https://api.spotify.com/v1/tracks/5Th9qF4aR9PJRrSyukyGLx', 'is_local': False, 'name': 'True Confessions', 'track_id': '5Th9qF4aR9PJRrSyukyGLx', 'track_number': 1, 'type': , 'uri': 'spotify:track:5Th9qF4aR9PJRrSyukyGLx', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 10, 10, 37, 48, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '1jmVSpWhzD8vciWg2Qtd5V', 'album_type': , 'artists': list([ dict({ 'artist_id': '39B7ChWwrWDs7zXlsu3MoP', 'name': 'Sonny Fodera', 'uri': 'spotify:artist:39B7ChWwrWDs7zXlsu3MoP', }), dict({ 'artist_id': '0Cs47vvRsPgEfliBU9KDiB', 'name': 'D.O.D', 'uri': 'spotify:artist:0Cs47vvRsPgEfliBU9KDiB', }), dict({ 'artist_id': '4STmXOXUF3UieHU46NWLVt', 'name': 'Poppy Baskcomb', 'uri': 'spotify:artist:4STmXOXUF3UieHU46NWLVt', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2734f623d698447c6ee9394c0ae', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e024f623d698447c6ee9394c0ae', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048514f623d698447c6ee9394c0ae', 'width': 64, }), ]), 'name': 'Think About Us', 'release_date': '2025-10-17', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:1jmVSpWhzD8vciWg2Qtd5V', }), 'artists': list([ dict({ 'artist_id': '39B7ChWwrWDs7zXlsu3MoP', 'name': 'Sonny Fodera', 'uri': 'spotify:artist:39B7ChWwrWDs7zXlsu3MoP', }), dict({ 'artist_id': '0Cs47vvRsPgEfliBU9KDiB', 'name': 'D.O.D', 'uri': 'spotify:artist:0Cs47vvRsPgEfliBU9KDiB', }), dict({ 'artist_id': '4STmXOXUF3UieHU46NWLVt', 'name': 'Poppy Baskcomb', 'uri': 'spotify:artist:4STmXOXUF3UieHU46NWLVt', }), ]), 'disc_number': 1, 'duration_ms': 178148, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0lRnxwJeUOxwEvWMw4uQKj', }), 'href': 'https://api.spotify.com/v1/tracks/0lRnxwJeUOxwEvWMw4uQKj', 'is_local': False, 'name': 'Think About Us', 'track_id': '0lRnxwJeUOxwEvWMw4uQKj', 'track_number': 1, 'type': , 'uri': 'spotify:track:0lRnxwJeUOxwEvWMw4uQKj', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 8, 23, 48, 41, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '3nL6S2DQUe71FicS2UpJ4b', 'album_type': , 'artists': list([ dict({ 'artist_id': '29GuyTDTPnxeRQhEdbmGLn', 'name': 'HEXXENMIND', 'uri': 'spotify:artist:29GuyTDTPnxeRQhEdbmGLn', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273ef9542dcf36ea3f7f66d2487', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02ef9542dcf36ea3f7f66d2487', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851ef9542dcf36ea3f7f66d2487', 'width': 64, }), ]), 'name': 'The Fate of Ophelia - Rock', 'release_date': '2025-10-15', 'release_date_precision': , 'total_tracks': 4, 'uri': 'spotify:album:3nL6S2DQUe71FicS2UpJ4b', }), 'artists': list([ dict({ 'artist_id': '29GuyTDTPnxeRQhEdbmGLn', 'name': 'HEXXENMIND', 'uri': 'spotify:artist:29GuyTDTPnxeRQhEdbmGLn', }), ]), 'disc_number': 1, 'duration_ms': 267697, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7sa0Obv4Y9y7rpIYhudEu7', }), 'href': 'https://api.spotify.com/v1/tracks/7sa0Obv4Y9y7rpIYhudEu7', 'is_local': False, 'name': 'The Fate of Ophelia', 'track_id': '7sa0Obv4Y9y7rpIYhudEu7', 'track_number': 1, 'type': , 'uri': 'spotify:track:7sa0Obv4Y9y7rpIYhudEu7', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 8, 23, 30, 42, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '3oj49xNyRWGKpWXI6I8p8U', 'album_type': , 'artists': list([ dict({ 'artist_id': '61jrgPBUklDAQV9DptCc8u', 'name': 'Starbenders', 'uri': 'spotify:artist:61jrgPBUklDAQV9DptCc8u', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2731980c65519ce49d2471700e6', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e021980c65519ce49d2471700e6', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048511980c65519ce49d2471700e6', 'width': 64, }), ]), 'name': 'Somebody Else', 'release_date': '2025-12-03', 'release_date_precision': , 'total_tracks': 3, 'uri': 'spotify:album:3oj49xNyRWGKpWXI6I8p8U', }), 'artists': list([ dict({ 'artist_id': '61jrgPBUklDAQV9DptCc8u', 'name': 'Starbenders', 'uri': 'spotify:artist:61jrgPBUklDAQV9DptCc8u', }), ]), 'disc_number': 1, 'duration_ms': 225085, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4YpWdFAPE72zuMkQe2bE47', }), 'href': 'https://api.spotify.com/v1/tracks/4YpWdFAPE72zuMkQe2bE47', 'is_local': False, 'name': 'Somebody Else', 'track_id': '4YpWdFAPE72zuMkQe2bE47', 'track_number': 1, 'type': , 'uri': 'spotify:track:4YpWdFAPE72zuMkQe2bE47', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 6, 14, 23, 27, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '6wZ6bHs81VeaqrAP7LYax1', 'album_type': , 'artists': list([ dict({ 'artist_id': '4DWnSG0RYPAds8EIKY26q3', 'name': 'Blue Stahli', 'uri': 'spotify:artist:4DWnSG0RYPAds8EIKY26q3', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27320d06426954869610e4a052f', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0220d06426954869610e4a052f', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485120d06426954869610e4a052f', 'width': 64, }), ]), 'name': 'The Devil (Deluxe Edition)', 'release_date': '2015-10-02', 'release_date_precision': , 'total_tracks': 23, 'uri': 'spotify:album:6wZ6bHs81VeaqrAP7LYax1', }), 'artists': list([ dict({ 'artist_id': '4DWnSG0RYPAds8EIKY26q3', 'name': 'Blue Stahli', 'uri': 'spotify:artist:4DWnSG0RYPAds8EIKY26q3', }), ]), 'disc_number': 1, 'duration_ms': 227386, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6roRQM5LLinr2ScyOh1ZHw', }), 'href': 'https://api.spotify.com/v1/tracks/6roRQM5LLinr2ScyOh1ZHw', 'is_local': False, 'name': 'The Fall', 'track_id': '6roRQM5LLinr2ScyOh1ZHw', 'track_number': 8, 'type': , 'uri': 'spotify:track:6roRQM5LLinr2ScyOh1ZHw', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 5, 21, 54, 42, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '3ZdwtiZ6iYOtkRtFq2tmO9', 'album_type': , 'artists': list([ dict({ 'artist_id': '1NcsVSxFdXsnwvE64zV9xX', 'name': 'Rave The Reqviem', 'uri': 'spotify:artist:1NcsVSxFdXsnwvE64zV9xX', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273a289c90263027f60738bed75', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02a289c90263027f60738bed75', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851a289c90263027f60738bed75', 'width': 64, }), ]), 'name': 'The Gospel of Nil - Revised Standard Version', 'release_date': '2016-10-06', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:3ZdwtiZ6iYOtkRtFq2tmO9', }), 'artists': list([ dict({ 'artist_id': '1NcsVSxFdXsnwvE64zV9xX', 'name': 'Rave The Reqviem', 'uri': 'spotify:artist:1NcsVSxFdXsnwvE64zV9xX', }), ]), 'disc_number': 1, 'duration_ms': 194085, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6vy64DzPmsCUNue0FpmM6r', }), 'href': 'https://api.spotify.com/v1/tracks/6vy64DzPmsCUNue0FpmM6r', 'is_local': False, 'name': 'Mono Heart', 'track_id': '6vy64DzPmsCUNue0FpmM6r', 'track_number': 6, 'type': , 'uri': 'spotify:track:6vy64DzPmsCUNue0FpmM6r', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 5, 21, 22, 46, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '54apQNp3ruFrK20sYZvmdf', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TVQlzIjzD4ToSVeXIB15H', 'name': 'The Bardic DM', 'uri': 'spotify:artist:0TVQlzIjzD4ToSVeXIB15H', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27373af64d05e42fafa8d4cea95', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0273af64d05e42fafa8d4cea95', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485173af64d05e42fafa8d4cea95', 'width': 64, }), ]), 'name': 'Bardcore Mayhem, Vol. 1', 'release_date': '2025-09-24', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:54apQNp3ruFrK20sYZvmdf', }), 'artists': list([ dict({ 'artist_id': '0TVQlzIjzD4ToSVeXIB15H', 'name': 'The Bardic DM', 'uri': 'spotify:artist:0TVQlzIjzD4ToSVeXIB15H', }), ]), 'disc_number': 1, 'duration_ms': 172079, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0f56nfzpUaXE6t5E3oza3q', }), 'href': 'https://api.spotify.com/v1/tracks/0f56nfzpUaXE6t5E3oza3q', 'is_local': False, 'name': 'Arrow splitter', 'track_id': '0f56nfzpUaXE6t5E3oza3q', 'track_number': 4, 'type': , 'uri': 'spotify:track:0f56nfzpUaXE6t5E3oza3q', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 5, 10, 41, 32, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '4Xv90HE4uhD2e71SV7gSEZ', 'album_type': , 'artists': list([ dict({ 'artist_id': '3hvgLXeDFNiqDOVXl0xTge', 'name': 'LukHash', 'uri': 'spotify:artist:3hvgLXeDFNiqDOVXl0xTge', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273c8e2783d3f24c010089a6813', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02c8e2783d3f24c010089a6813', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851c8e2783d3f24c010089a6813', 'width': 64, }), ]), 'name': 'Home Arcade', 'release_date': '2025-05-02', 'release_date_precision': , 'total_tracks': 13, 'uri': 'spotify:album:4Xv90HE4uhD2e71SV7gSEZ', }), 'artists': list([ dict({ 'artist_id': '3hvgLXeDFNiqDOVXl0xTge', 'name': 'LukHash', 'uri': 'spotify:artist:3hvgLXeDFNiqDOVXl0xTge', }), ]), 'disc_number': 1, 'duration_ms': 176280, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0qvDlGZL5TnvV80AMH3lYf', }), 'href': 'https://api.spotify.com/v1/tracks/0qvDlGZL5TnvV80AMH3lYf', 'is_local': False, 'name': 'Touching the Sky', 'track_id': '0qvDlGZL5TnvV80AMH3lYf', 'track_number': 6, 'type': , 'uri': 'spotify:track:0qvDlGZL5TnvV80AMH3lYf', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 5, 10, 35, 53, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '3PO0IfUeN5wVemwQlYSIVa', 'album_type': , 'artists': list([ dict({ 'artist_id': '3Wcyta3gkOdQ4TfY0WyZpu', 'name': 'YONAKA', 'uri': 'spotify:artist:3Wcyta3gkOdQ4TfY0WyZpu', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273903ede5546f4ef01bf4240ef', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02903ede5546f4ef01bf4240ef', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851903ede5546f4ef01bf4240ef', 'width': 64, }), ]), 'name': 'CREATURE', 'release_date': '2018-11-16', 'release_date_precision': , 'total_tracks': 4, 'uri': 'spotify:album:3PO0IfUeN5wVemwQlYSIVa', }), 'artists': list([ dict({ 'artist_id': '3Wcyta3gkOdQ4TfY0WyZpu', 'name': 'YONAKA', 'uri': 'spotify:artist:3Wcyta3gkOdQ4TfY0WyZpu', }), ]), 'disc_number': 1, 'duration_ms': 190206, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1ldVaFbdm2axVLe6TQox6H', }), 'href': 'https://api.spotify.com/v1/tracks/1ldVaFbdm2axVLe6TQox6H', 'is_local': False, 'name': 'Death By Love', 'track_id': '1ldVaFbdm2axVLe6TQox6H', 'track_number': 3, 'type': , 'uri': 'spotify:track:1ldVaFbdm2axVLe6TQox6H', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 3, 22, 26, 12, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '7i4Kb4tSmsvXWTM399KKct', 'album_type': , 'artists': list([ dict({ 'artist_id': '4enJurkJhWYJxokouQ02ky', 'name': 'Paperwater', 'uri': 'spotify:artist:4enJurkJhWYJxokouQ02ky', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f73aa7e970746c696069a52f', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f73aa7e970746c696069a52f', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f73aa7e970746c696069a52f', 'width': 64, }), ]), 'name': 'GIRL I WANT YOU', 'release_date': '2025-09-11', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:7i4Kb4tSmsvXWTM399KKct', }), 'artists': list([ dict({ 'artist_id': '4enJurkJhWYJxokouQ02ky', 'name': 'Paperwater', 'uri': 'spotify:artist:4enJurkJhWYJxokouQ02ky', }), ]), 'disc_number': 1, 'duration_ms': 211653, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5ocaIFjQEcuZni3guyHoHl', }), 'href': 'https://api.spotify.com/v1/tracks/5ocaIFjQEcuZni3guyHoHl', 'is_local': False, 'name': 'GIRL I WANT YOU', 'track_id': '5ocaIFjQEcuZni3guyHoHl', 'track_number': 1, 'type': , 'uri': 'spotify:track:5ocaIFjQEcuZni3guyHoHl', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 2, 22, 2, 50, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '2729tzbbE6CeRuFmbGOUry', 'album_type': , 'artists': list([ dict({ 'artist_id': '7k5jeohQCF20a8foBD9ize', 'name': 'Battle Beast', 'uri': 'spotify:artist:7k5jeohQCF20a8foBD9ize', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27386ea58e1cdf473eb1dd9ed9c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0286ea58e1cdf473eb1dd9ed9c', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485186ea58e1cdf473eb1dd9ed9c', 'width': 64, }), ]), 'name': 'Steelbound', 'release_date': '2025-10-17', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:2729tzbbE6CeRuFmbGOUry', }), 'artists': list([ dict({ 'artist_id': '7k5jeohQCF20a8foBD9ize', 'name': 'Battle Beast', 'uri': 'spotify:artist:7k5jeohQCF20a8foBD9ize', }), ]), 'disc_number': 1, 'duration_ms': 230786, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5CEM8PzhisIOQAr8TmG79e', }), 'href': 'https://api.spotify.com/v1/tracks/5CEM8PzhisIOQAr8TmG79e', 'is_local': False, 'name': 'Riders Of The Storm', 'track_id': '5CEM8PzhisIOQAr8TmG79e', 'track_number': 9, 'type': , 'uri': 'spotify:track:5CEM8PzhisIOQAr8TmG79e', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 2, 18, 49, 2, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '301WuaWtWbDOlsAih6cITQ', 'album_type': , 'artists': list([ dict({ 'artist_id': '28eLrVsohdXynlnIzQ2VvI', 'name': 'Lord Of The Lost', 'uri': 'spotify:artist:28eLrVsohdXynlnIzQ2VvI', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273a39a5a7a9213a9b107c716ac', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02a39a5a7a9213a9b107c716ac', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851a39a5a7a9213a9b107c716ac', 'width': 64, }), ]), 'name': 'Raveyard', 'release_date': '2025-09-03', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:301WuaWtWbDOlsAih6cITQ', }), 'artists': list([ dict({ 'artist_id': '28eLrVsohdXynlnIzQ2VvI', 'name': 'Lord Of The Lost', 'uri': 'spotify:artist:28eLrVsohdXynlnIzQ2VvI', }), dict({ 'artist_id': '6LkMGN0t3HDNL8hIvma70r', 'name': 'Kรครคrijรค', 'uri': 'spotify:artist:6LkMGN0t3HDNL8hIvma70r', }), ]), 'disc_number': 1, 'duration_ms': 225307, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2GJVCzNulP71igNkJtJ9ZO', }), 'href': 'https://api.spotify.com/v1/tracks/2GJVCzNulP71igNkJtJ9ZO', 'is_local': False, 'name': 'Raveyard (feat. Kรครคrijรค)', 'track_id': '2GJVCzNulP71igNkJtJ9ZO', 'track_number': 1, 'type': , 'uri': 'spotify:track:2GJVCzNulP71igNkJtJ9ZO', }), }), dict({ 'added_at': datetime.datetime(2026, 1, 2, 18, 30, 43, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '5oFAGk4EQNN5uEah2C5HWI', 'album_type': , 'artists': list([ dict({ 'artist_id': '4pQN0GB0fNEEOfQCaWotsY', 'name': 'Helloween', 'uri': 'spotify:artist:4pQN0GB0fNEEOfQCaWotsY', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273399785f2588d4b348a1b246c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02399785f2588d4b348a1b246c', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851399785f2588d4b348a1b246c', 'width': 64, }), ]), 'name': 'Giants & Monsters', 'release_date': '2025-08-29', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:5oFAGk4EQNN5uEah2C5HWI', }), 'artists': list([ dict({ 'artist_id': '4pQN0GB0fNEEOfQCaWotsY', 'name': 'Helloween', 'uri': 'spotify:artist:4pQN0GB0fNEEOfQCaWotsY', }), ]), 'disc_number': 1, 'duration_ms': 210253, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4uFUalyidCKsnJbFCzRmhs', }), 'href': 'https://api.spotify.com/v1/tracks/4uFUalyidCKsnJbFCzRmhs', 'is_local': False, 'name': 'A Little Is A Little Too Much', 'track_id': '4uFUalyidCKsnJbFCzRmhs', 'track_number': 3, 'type': , 'uri': 'spotify:track:4uFUalyidCKsnJbFCzRmhs', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 29, 20, 40, 58, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0wk685JsrY5zGqCjXtcLBv', 'album_type': , 'artists': list([ dict({ 'artist_id': '3iCJOi5YKh247eutgCyLFe', 'name': 'I See Stars', 'uri': 'spotify:artist:3iCJOi5YKh247eutgCyLFe', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27339e218ccf7e285fa70e18ea2', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0239e218ccf7e285fa70e18ea2', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485139e218ccf7e285fa70e18ea2', 'width': 64, }), ]), 'name': 'THE WHEEL', 'release_date': '2025-09-12', 'release_date_precision': , 'total_tracks': 14, 'uri': 'spotify:album:0wk685JsrY5zGqCjXtcLBv', }), 'artists': list([ dict({ 'artist_id': '3iCJOi5YKh247eutgCyLFe', 'name': 'I See Stars', 'uri': 'spotify:artist:3iCJOi5YKh247eutgCyLFe', }), ]), 'disc_number': 1, 'duration_ms': 209000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0lkPcWWGuj2q9YHox1GWZE', }), 'href': 'https://api.spotify.com/v1/tracks/0lkPcWWGuj2q9YHox1GWZE', 'is_local': False, 'name': 'Eliminator', 'track_id': '0lkPcWWGuj2q9YHox1GWZE', 'track_number': 3, 'type': , 'uri': 'spotify:track:0lkPcWWGuj2q9YHox1GWZE', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 27, 19, 39, 6, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '6KpFTQPwkK9hY39Tl7Wggv', 'album_type': , 'artists': list([ dict({ 'artist_id': '1A6HQzOvtGaCYihOuIKjE6', 'name': 'Mr. Polska', 'uri': 'spotify:artist:1A6HQzOvtGaCYihOuIKjE6', }), dict({ 'artist_id': '2z9op9COiMU6QquVfY8HTN', 'name': 'WINSON', 'uri': 'spotify:artist:2z9op9COiMU6QquVfY8HTN', }), dict({ 'artist_id': '30tToHC6q3nB7Lious0MZW', 'name': 'Teletech', 'uri': 'spotify:artist:30tToHC6q3nB7Lious0MZW', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273acac489988aaa24f3fec5eb9', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02acac489988aaa24f3fec5eb9', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851acac489988aaa24f3fec5eb9', 'width': 64, }), ]), 'name': 'Otherside', 'release_date': '2025-12-19', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:6KpFTQPwkK9hY39Tl7Wggv', }), 'artists': list([ dict({ 'artist_id': '1A6HQzOvtGaCYihOuIKjE6', 'name': 'Mr. Polska', 'uri': 'spotify:artist:1A6HQzOvtGaCYihOuIKjE6', }), dict({ 'artist_id': '2z9op9COiMU6QquVfY8HTN', 'name': 'WINSON', 'uri': 'spotify:artist:2z9op9COiMU6QquVfY8HTN', }), dict({ 'artist_id': '30tToHC6q3nB7Lious0MZW', 'name': 'Teletech', 'uri': 'spotify:artist:30tToHC6q3nB7Lious0MZW', }), ]), 'disc_number': 1, 'duration_ms': 192000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/07Zj558j9j9TWq7HIcTFZn', }), 'href': 'https://api.spotify.com/v1/tracks/07Zj558j9j9TWq7HIcTFZn', 'is_local': False, 'name': 'Otherside', 'track_id': '07Zj558j9j9TWq7HIcTFZn', 'track_number': 1, 'type': , 'uri': 'spotify:track:07Zj558j9j9TWq7HIcTFZn', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 23, 21, 27, 53, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '2OMCroH113OoIxVbMUwtSY', 'album_type': , 'artists': list([ dict({ 'artist_id': '343NN0x0NpJGNjwB52gJ5J', 'name': 'FHE', 'uri': 'spotify:artist:343NN0x0NpJGNjwB52gJ5J', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273e8622fd0b82b487248ce5647', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02e8622fd0b82b487248ce5647', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851e8622fd0b82b487248ce5647', 'width': 64, }), ]), 'name': 'Beg For More', 'release_date': '2020-07-23', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:2OMCroH113OoIxVbMUwtSY', }), 'artists': list([ dict({ 'artist_id': '343NN0x0NpJGNjwB52gJ5J', 'name': 'FHE', 'uri': 'spotify:artist:343NN0x0NpJGNjwB52gJ5J', }), ]), 'disc_number': 1, 'duration_ms': 203586, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6DEsqinq33fSFFMj6MoEH3', }), 'href': 'https://api.spotify.com/v1/tracks/6DEsqinq33fSFFMj6MoEH3', 'is_local': False, 'name': 'Beg For More', 'track_id': '6DEsqinq33fSFFMj6MoEH3', 'track_number': 1, 'type': , 'uri': 'spotify:track:6DEsqinq33fSFFMj6MoEH3', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 23, 20, 55, 47, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '58JgOCCyTnvjCq08A0Cl2Q', 'album_type': , 'artists': list([ dict({ 'artist_id': '0V8zk3mDbTH54fs1bdqx8y', 'name': 'Ari Mason', 'uri': 'spotify:artist:0V8zk3mDbTH54fs1bdqx8y', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273ab0eef579685053904e2328c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02ab0eef579685053904e2328c', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851ab0eef579685053904e2328c', 'width': 64, }), ]), 'name': 'Creatures', 'release_date': '2016-03-25', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:58JgOCCyTnvjCq08A0Cl2Q', }), 'artists': list([ dict({ 'artist_id': '0V8zk3mDbTH54fs1bdqx8y', 'name': 'Ari Mason', 'uri': 'spotify:artist:0V8zk3mDbTH54fs1bdqx8y', }), ]), 'disc_number': 1, 'duration_ms': 206535, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6cRk4120UqIZziStFd0Ma3', }), 'href': 'https://api.spotify.com/v1/tracks/6cRk4120UqIZziStFd0Ma3', 'is_local': False, 'name': 'Beasts Tonight', 'track_id': '6cRk4120UqIZziStFd0Ma3', 'track_number': 2, 'type': , 'uri': 'spotify:track:6cRk4120UqIZziStFd0Ma3', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 23, 20, 32, 48, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '7y3DJ8V7R0MbyhbxLL0qvr', 'album_type': , 'artists': list([ dict({ 'artist_id': '3gjygQY5Q2P3b5F1ZIP0Dj', 'name': 'BLACKBOOK', 'uri': 'spotify:artist:3gjygQY5Q2P3b5F1ZIP0Dj', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27367da077ab4a88a567edb4713', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0267da077ab4a88a567edb4713', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485167da077ab4a88a567edb4713', 'width': 64, }), ]), 'name': 'Wait Until Midnight', 'release_date': '2025-10-17', 'release_date_precision': , 'total_tracks': 4, 'uri': 'spotify:album:7y3DJ8V7R0MbyhbxLL0qvr', }), 'artists': list([ dict({ 'artist_id': '3gjygQY5Q2P3b5F1ZIP0Dj', 'name': 'BLACKBOOK', 'uri': 'spotify:artist:3gjygQY5Q2P3b5F1ZIP0Dj', }), ]), 'disc_number': 1, 'duration_ms': 197760, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/72rDdFFIDIu7QsBUoSYKim', }), 'href': 'https://api.spotify.com/v1/tracks/72rDdFFIDIu7QsBUoSYKim', 'is_local': False, 'name': 'Wait Until Midnight', 'track_id': '72rDdFFIDIu7QsBUoSYKim', 'track_number': 1, 'type': , 'uri': 'spotify:track:72rDdFFIDIu7QsBUoSYKim', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 23, 20, 10, 24, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0dEhAHwtBRfkm3kFvlA4de', 'album_type': , 'artists': list([ dict({ 'artist_id': '28NEaGWW9MKwryzTsFX8ko', 'name': 'Arctis', 'uri': 'spotify:artist:28NEaGWW9MKwryzTsFX8ko', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2737b5803a0b230a775fa79f322', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e027b5803a0b230a775fa79f322', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048517b5803a0b230a775fa79f322', 'width': 64, }), ]), 'name': 'Arctis', 'release_date': '2024-11-01', 'release_date_precision': , 'total_tracks': 11, 'uri': 'spotify:album:0dEhAHwtBRfkm3kFvlA4de', }), 'artists': list([ dict({ 'artist_id': '28NEaGWW9MKwryzTsFX8ko', 'name': 'Arctis', 'uri': 'spotify:artist:28NEaGWW9MKwryzTsFX8ko', }), ]), 'disc_number': 1, 'duration_ms': 219130, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3JygLXJ44lWW4PgwFJHnef', }), 'href': 'https://api.spotify.com/v1/tracks/3JygLXJ44lWW4PgwFJHnef', 'is_local': False, 'name': "I'll Give You Hell", 'track_id': '3JygLXJ44lWW4PgwFJHnef', 'track_number': 1, 'type': , 'uri': 'spotify:track:3JygLXJ44lWW4PgwFJHnef', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 22, 0, 8, 16, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '2yYylDKJUY5NCfv4YsZpZW', 'album_type': , 'artists': list([ dict({ 'artist_id': '2x7EATekOPhFGRx3syMGEC', 'name': 'The Knocks', 'uri': 'spotify:artist:2x7EATekOPhFGRx3syMGEC', }), dict({ 'artist_id': '586uxXMyD5ObPuzjtrzO1Q', 'name': 'SOFI TUKKER', 'uri': 'spotify:artist:586uxXMyD5ObPuzjtrzO1Q', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27347ce7985d84e6715a97cecd8', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0247ce7985d84e6715a97cecd8', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485147ce7985d84e6715a97cecd8', 'width': 64, }), ]), 'name': 'One On One', 'release_date': '2023-12-08', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:2yYylDKJUY5NCfv4YsZpZW', }), 'artists': list([ dict({ 'artist_id': '2x7EATekOPhFGRx3syMGEC', 'name': 'The Knocks', 'uri': 'spotify:artist:2x7EATekOPhFGRx3syMGEC', }), dict({ 'artist_id': '586uxXMyD5ObPuzjtrzO1Q', 'name': 'SOFI TUKKER', 'uri': 'spotify:artist:586uxXMyD5ObPuzjtrzO1Q', }), ]), 'disc_number': 1, 'duration_ms': 212252, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2xmlpRPQUA3lR6HYaeYv7g', }), 'href': 'https://api.spotify.com/v1/tracks/2xmlpRPQUA3lR6HYaeYv7g', 'is_local': False, 'name': 'One On One', 'track_id': '2xmlpRPQUA3lR6HYaeYv7g', 'track_number': 1, 'type': , 'uri': 'spotify:track:2xmlpRPQUA3lR6HYaeYv7g', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 20, 23, 34, 26, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '45DVKreI7RJd1QX49dRJOS', 'album_type': , 'artists': list([ dict({ 'artist_id': '2MdFJmUQf3ckA99IhFF9my', 'name': 'Ely Oaks', 'uri': 'spotify:artist:2MdFJmUQf3ckA99IhFF9my', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27372b1caa2ab6a5f2221b555ca', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0272b1caa2ab6a5f2221b555ca', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485172b1caa2ab6a5f2221b555ca', 'width': 64, }), ]), 'name': "Breakin' Dishes", 'release_date': '2025-09-12', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:45DVKreI7RJd1QX49dRJOS', }), 'artists': list([ dict({ 'artist_id': '2MdFJmUQf3ckA99IhFF9my', 'name': 'Ely Oaks', 'uri': 'spotify:artist:2MdFJmUQf3ckA99IhFF9my', }), ]), 'disc_number': 1, 'duration_ms': 133517, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3rTvXpSq6fDU1PitJlmnhm', }), 'href': 'https://api.spotify.com/v1/tracks/3rTvXpSq6fDU1PitJlmnhm', 'is_local': False, 'name': "Breakin' Dishes", 'track_id': '3rTvXpSq6fDU1PitJlmnhm', 'track_number': 1, 'type': , 'uri': 'spotify:track:3rTvXpSq6fDU1PitJlmnhm', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 19, 22, 42, 45, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '0PrVmVD88Xk509v7BOT6a2', 'album_type': , 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273c62cf08cee6bff48127078ea', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02c62cf08cee6bff48127078ea', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851c62cf08cee6bff48127078ea', 'width': 64, }), ]), 'name': 'BittersรผรŸ', 'release_date': '2025-02-14', 'release_date_precision': , 'total_tracks': 16, 'uri': 'spotify:album:0PrVmVD88Xk509v7BOT6a2', }), 'artists': list([ dict({ 'artist_id': '58xrjO7pWlfj2C2uksXScP', 'name': 'Abor & Tynna', 'uri': 'spotify:artist:58xrjO7pWlfj2C2uksXScP', }), ]), 'disc_number': 1, 'duration_ms': 183893, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1H92AxiNEizRr0crbIJRGo', }), 'href': 'https://api.spotify.com/v1/tracks/1H92AxiNEizRr0crbIJRGo', 'is_local': False, 'name': 'Winnetou', 'track_id': '1H92AxiNEizRr0crbIJRGo', 'track_number': 11, 'type': , 'uri': 'spotify:track:1H92AxiNEizRr0crbIJRGo', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 18, 21, 39, 7, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '4cGfPdyycjpZp07DbCJtbY', 'album_type': , 'artists': list([ dict({ 'artist_id': '6pIRdCtSE5hLFfIfcTAicI', 'name': 'Delain', 'uri': 'spotify:artist:6pIRdCtSE5hLFfIfcTAicI', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2738e13be833e2f32f132a1a27b', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e028e13be833e2f32f132a1a27b', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048518e13be833e2f32f132a1a27b', 'width': 64, }), ]), 'name': 'We Are The Others', 'release_date': '2012-06-01', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:4cGfPdyycjpZp07DbCJtbY', }), 'artists': list([ dict({ 'artist_id': '6pIRdCtSE5hLFfIfcTAicI', 'name': 'Delain', 'uri': 'spotify:artist:6pIRdCtSE5hLFfIfcTAicI', }), ]), 'disc_number': 1, 'duration_ms': 199280, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6uKvnGeg6xgzPTH3QSPTB6', }), 'href': 'https://api.spotify.com/v1/tracks/6uKvnGeg6xgzPTH3QSPTB6', 'is_local': False, 'name': 'We Are The Others', 'track_id': '6uKvnGeg6xgzPTH3QSPTB6', 'track_number': 3, 'type': , 'uri': 'spotify:track:6uKvnGeg6xgzPTH3QSPTB6', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 18, 21, 15, 33, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '3cyWbMuXwDiHTOzkydUWwN', 'album_type': , 'artists': list([ dict({ 'artist_id': '6rVZNRKhwhm7DYuJrMARb4', 'name': 'Venus 5', 'uri': 'spotify:artist:6rVZNRKhwhm7DYuJrMARb4', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273d07c5fb903eb78c45840ffd3', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02d07c5fb903eb78c45840ffd3', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851d07c5fb903eb78c45840ffd3', 'width': 64, }), ]), 'name': 'Like A Witch', 'release_date': '2025-12-17', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:3cyWbMuXwDiHTOzkydUWwN', }), 'artists': list([ dict({ 'artist_id': '6rVZNRKhwhm7DYuJrMARb4', 'name': 'Venus 5', 'uri': 'spotify:artist:6rVZNRKhwhm7DYuJrMARb4', }), ]), 'disc_number': 1, 'duration_ms': 188522, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4BRNp7hCB6HXAT4Pmjs20q', }), 'href': 'https://api.spotify.com/v1/tracks/4BRNp7hCB6HXAT4Pmjs20q', 'is_local': False, 'name': 'Like A Witch', 'track_id': '4BRNp7hCB6HXAT4Pmjs20q', 'track_number': 1, 'type': , 'uri': 'spotify:track:4BRNp7hCB6HXAT4Pmjs20q', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 18, 18, 27, 31, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '6x0GKK1wLHJpQlRg9NViiB', 'album_type': , 'artists': list([ dict({ 'artist_id': '4cysB2a8Q2cJ5g2ZX1Y0gV', 'name': "ORDO M'ERA LUNA", 'uri': 'spotify:artist:4cysB2a8Q2cJ5g2ZX1Y0gV', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273283ac365388db9cf8f6533cc', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02283ac365388db9cf8f6533cc', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851283ac365388db9cf8f6533cc', 'width': 64, }), ]), 'name': 'Dark Heart Of The Moon', 'release_date': '2025-05-09', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:6x0GKK1wLHJpQlRg9NViiB', }), 'artists': list([ dict({ 'artist_id': '4cysB2a8Q2cJ5g2ZX1Y0gV', 'name': "ORDO M'ERA LUNA", 'uri': 'spotify:artist:4cysB2a8Q2cJ5g2ZX1Y0gV', }), ]), 'disc_number': 1, 'duration_ms': 214093, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0kqIcYezyGQTiXeQFEbJ4m', }), 'href': 'https://api.spotify.com/v1/tracks/0kqIcYezyGQTiXeQFEbJ4m', 'is_local': False, 'name': 'Dark Heart Of The Moon', 'track_id': '0kqIcYezyGQTiXeQFEbJ4m', 'track_number': 1, 'type': , 'uri': 'spotify:track:0kqIcYezyGQTiXeQFEbJ4m', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 15, 22, 57, 12, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '6gePAokYlEquPQ4LDVc1ri', 'album_type': , 'artists': list([ dict({ 'artist_id': '7ouEqUl1PCVPlNninecdcz', 'name': 'HAVEN.', 'uri': 'spotify:artist:7ouEqUl1PCVPlNninecdcz', }), dict({ 'artist_id': '29G5je6tT7As2ZFY72CdXs', 'name': 'Kaitlin Aragon', 'uri': 'spotify:artist:29G5je6tT7As2ZFY72CdXs', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27337085d118f1f004df8511099', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0237085d118f1f004df8511099', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485137085d118f1f004df8511099', 'width': 64, }), ]), 'name': 'I Run', 'release_date': '2025-11-21', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:6gePAokYlEquPQ4LDVc1ri', }), 'artists': list([ dict({ 'artist_id': '7ouEqUl1PCVPlNninecdcz', 'name': 'HAVEN.', 'uri': 'spotify:artist:7ouEqUl1PCVPlNninecdcz', }), dict({ 'artist_id': '29G5je6tT7As2ZFY72CdXs', 'name': 'Kaitlin Aragon', 'uri': 'spotify:artist:29G5je6tT7As2ZFY72CdXs', }), ]), 'disc_number': 1, 'duration_ms': 129565, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1WwQ714xuznu44tEnkem2g', }), 'href': 'https://api.spotify.com/v1/tracks/1WwQ714xuznu44tEnkem2g', 'is_local': False, 'name': 'I Run', 'track_id': '1WwQ714xuznu44tEnkem2g', 'track_number': 1, 'type': , 'uri': 'spotify:track:1WwQ714xuznu44tEnkem2g', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 15, 22, 51, 25, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '1iEczV3pKJ9MPmRvYGB9bz', 'album_type': , 'artists': list([ dict({ 'artist_id': '43BxCL6t4c73BQnIJtry5v', 'name': 'James Hype', 'uri': 'spotify:artist:43BxCL6t4c73BQnIJtry5v', }), dict({ 'artist_id': '0czTwfZBBvlvlOiypvDvwe', 'name': 'Sam Harper', 'uri': 'spotify:artist:0czTwfZBBvlvlOiypvDvwe', }), dict({ 'artist_id': '2biXipa3IRLZUOnXgtKmXc', 'name': 'Bobby Harvey', 'uri': 'spotify:artist:2biXipa3IRLZUOnXgtKmXc', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f60d7f051679fab1ecb2a381', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f60d7f051679fab1ecb2a381', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f60d7f051679fab1ecb2a381', 'width': 64, }), ]), 'name': 'Waterfalls (feat. Sam Harper & Bobby Harvey)', 'release_date': '2025-08-08', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:1iEczV3pKJ9MPmRvYGB9bz', }), 'artists': list([ dict({ 'artist_id': '43BxCL6t4c73BQnIJtry5v', 'name': 'James Hype', 'uri': 'spotify:artist:43BxCL6t4c73BQnIJtry5v', }), dict({ 'artist_id': '0czTwfZBBvlvlOiypvDvwe', 'name': 'Sam Harper', 'uri': 'spotify:artist:0czTwfZBBvlvlOiypvDvwe', }), dict({ 'artist_id': '2biXipa3IRLZUOnXgtKmXc', 'name': 'Bobby Harvey', 'uri': 'spotify:artist:2biXipa3IRLZUOnXgtKmXc', }), ]), 'disc_number': 1, 'duration_ms': 120578, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1OcV53oesLQw3VTW9I3uD3', }), 'href': 'https://api.spotify.com/v1/tracks/1OcV53oesLQw3VTW9I3uD3', 'is_local': False, 'name': 'Waterfalls (feat. Sam Harper & Bobby Harvey)', 'track_id': '1OcV53oesLQw3VTW9I3uD3', 'track_number': 1, 'type': , 'uri': 'spotify:track:1OcV53oesLQw3VTW9I3uD3', }), }), dict({ 'added_at': datetime.datetime(2025, 12, 15, 22, 51, 17, tzinfo=datetime.timezone.utc), 'track': dict({ 'album': dict({ 'album_id': '4MkZ4elzb1iHTMmzyYh1Jc', 'album_type': , 'artists': list([ dict({ 'artist_id': '0QaSiI5TLA4N7mcsdxShDO', 'name': 'Sub Focus', 'uri': 'spotify:artist:0QaSiI5TLA4N7mcsdxShDO', }), dict({ 'artist_id': '2UNjfzEkfsdWVDwnuD6vdH', 'name': 'bbyclose', 'uri': 'spotify:artist:2UNjfzEkfsdWVDwnuD6vdH', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273c49f59a5fb56e49d55b36558', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02c49f59a5fb56e49d55b36558', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851c49f59a5fb56e49d55b36558', 'width': 64, }), ]), 'name': 'On & On', 'release_date': '2025-03-14', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:4MkZ4elzb1iHTMmzyYh1Jc', }), 'artists': list([ dict({ 'artist_id': '0QaSiI5TLA4N7mcsdxShDO', 'name': 'Sub Focus', 'uri': 'spotify:artist:0QaSiI5TLA4N7mcsdxShDO', }), dict({ 'artist_id': '2UNjfzEkfsdWVDwnuD6vdH', 'name': 'bbyclose', 'uri': 'spotify:artist:2UNjfzEkfsdWVDwnuD6vdH', }), ]), 'disc_number': 1, 'duration_ms': 184827, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2B0xsnWUjm7cPLs9gGoepp', }), 'href': 'https://api.spotify.com/v1/tracks/2B0xsnWUjm7cPLs9gGoepp', 'is_local': False, 'name': 'On & On', 'track_id': '2B0xsnWUjm7cPLs9gGoepp', 'track_number': 1, 'type': , 'uri': 'spotify:track:2B0xsnWUjm7cPLs9gGoepp', }), }), ]) # --- # name: test_get_show dict({ 'description': 'Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan, and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.', 'episodes': list([ dict({ 'description': 'Don\'t back this Kickstarter: http://kck.st/4qBbxoEPatreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u2068@TheBackyardScientist\u2069 @WilliamOsman2\u2069 \u2068@NileRed\u2069 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4749648, 'episode_id': '3TFqlEpcxCgD118RdWy4l6', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3TFqlEpcxCgD118RdWy4l6', }), 'href': 'https://api.spotify.com/v1/episodes/3TFqlEpcxCgD118RdWy4l6', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'We Tried Making a Better Coke - Safety Third 158', 'release_date': '2026-02-19', 'release_date_precision': , 'uri': 'spotify:episode:3TFqlEpcxCgD118RdWy4l6', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u2068@TheBackyardScientist\u2069@WilliamOsman2\u2069\u2068@NileRed\u2069Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4190616, 'episode_id': '7237hqixNa5Pa1bV5Pak2p', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/7237hqixNa5Pa1bV5Pak2p', }), 'href': 'https://api.spotify.com/v1/episodes/7237hqixNa5Pa1bV5Pak2p', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ae32a1a91e4974bf4cfe752a1', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fe32a1a91e4974bf4cfe752a1', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68de32a1a91e4974bf4cfe752a1', 'width': 64, }), ]), 'name': 'how long can we actually keep this up? - Safety Third 157', 'release_date': '2026-02-12', 'release_date_precision': , 'uri': 'spotify:episode:7237hqixNa5Pa1bV5Pak2p', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u2068@TheBackyardScientist\u2069 @WilliamOsman2\u2069 \u2068@NileRed\u2069 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5486976, 'episode_id': '2X2dSrYifdwxzNA5I9YGpl', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2X2dSrYifdwxzNA5I9YGpl', }), 'href': 'https://api.spotify.com/v1/episodes/2X2dSrYifdwxzNA5I9YGpl', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'are you actually angry or just frustrated? - Safety Third 156', 'release_date': '2026-02-05', 'release_date_precision': , 'uri': 'spotify:episode:2X2dSrYifdwxzNA5I9YGpl', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\xa0\u2068@TheBackyardScientist\u2069\xa0\xa0\u2068@WilliamOsman2\u2069\xa0\xa0\u2068@NileRed\u2069\xa0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 3047904, 'episode_id': '2bA0hdVhjQOR4fwgYwfJK4', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2bA0hdVhjQOR4fwgYwfJK4', }), 'href': 'https://api.spotify.com/v1/episodes/2bA0hdVhjQOR4fwgYwfJK4', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a8a97f0d163dfdc3020ddc6a4', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f8a97f0d163dfdc3020ddc6a4', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d8a97f0d163dfdc3020ddc6a4', 'width': 64, }), ]), 'name': 'Is your workshop just a storage unit? - Safety Third 155', 'release_date': '2026-01-29', 'release_date_precision': , 'uri': 'spotify:episode:2bA0hdVhjQOR4fwgYwfJK4', }), dict({ 'description': 'Watch \xa0@LabCoatz_Science\xa0 recreate Coca Cola here https://youtu.be/TDkH3EbWTYc?si=qLcxjFW1O-mOOIUwPatreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\xa0@TheBackyardScientist\xa0\xa0@WilliamOsman2\xa0\xa0@NileRed\xa0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5867928, 'episode_id': '5jg6DwBwVPbRtafX2bMXfW', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/5jg6DwBwVPbRtafX2bMXfW', }), 'href': 'https://api.spotify.com/v1/episodes/5jg6DwBwVPbRtafX2bMXfW', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': "He STOLE Coke's Secret Recipe - Safety Third 154", 'release_date': '2026-01-22', 'release_date_precision': , 'uri': 'spotify:episode:5jg6DwBwVPbRtafX2bMXfW', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D \xa0@TheBackyardScientist\xa0 \xa0@WilliamOsman2\xa0 \xa0@NileRed\xa0 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5365080, 'episode_id': '7qu6i0NNgDSQy76Z3HRZ6S', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/7qu6i0NNgDSQy76Z3HRZ6S', }), 'href': 'https://api.spotify.com/v1/episodes/7qu6i0NNgDSQy76Z3HRZ6S', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a7c7f05ad6605e500a55302ee', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f7c7f05ad6605e500a55302ee', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d7c7f05ad6605e500a55302ee', 'width': 64, }), ]), 'name': 'RAM prices DESTROYED our computer builds- Safety Third 153', 'release_date': '2026-01-16', 'release_date_precision': , 'uri': 'spotify:episode:7qu6i0NNgDSQy76Z3HRZ6S', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\xa0@TheBackyardScientist\xa0 \xa0@WilliamOsman2\xa0 \xa0@NileRed\xa0 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 3635800, 'episode_id': '3uNZj71kjRvHqSfRhDuat3', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3uNZj71kjRvHqSfRhDuat3', }), 'href': 'https://api.spotify.com/v1/episodes/3uNZj71kjRvHqSfRhDuat3', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a7c9b586110f14bfebfc8d12e', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f7c9b586110f14bfebfc8d12e', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d7c9b586110f14bfebfc8d12e', 'width': 64, }), ]), 'name': 'Confessing Our Worst Childhood Pranks - Safety Third 152', 'release_date': '2026-01-16', 'release_date_precision': , 'uri': 'spotify:episode:3uNZj71kjRvHqSfRhDuat3', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\xa0@TheBackyardScientist\xa0 \xa0@WilliamOsman2\xa0 \xa0@NileRed2\xa0 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5826951, 'episode_id': '6lhqiOpaAuxilP07sLfuV8', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/6lhqiOpaAuxilP07sLfuV8', }), 'href': 'https://api.spotify.com/v1/episodes/6lhqiOpaAuxilP07sLfuV8', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a7c8e9118ee68825631a8a2fb', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f7c8e9118ee68825631a8a2fb', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d7c8e9118ee68825631a8a2fb', 'width': 64, }), ]), 'name': "I Survived PayMoneyWubby's 24-Hour Torture Stream (And Got PTSD) - Safety Third 151", 'release_date': '2026-01-16', 'release_date_precision': , 'uri': 'spotify:episode:6lhqiOpaAuxilP07sLfuV8', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D \xa0@TheBackyardScientist\xa0 \xa0@WilliamOsman2\xa0 \xa0@NileRed\xa0 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4026932, 'episode_id': '4w4d295F7QwCCy2dCCIVoq', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/4w4d295F7QwCCy2dCCIVoq', }), 'href': 'https://api.spotify.com/v1/episodes/4w4d295F7QwCCy2dCCIVoq', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a1caeb53f42c57c5041db2e12', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f1caeb53f42c57c5041db2e12', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d1caeb53f42c57c5041db2e12', 'width': 64, }), ]), 'name': 'how far back do we remember - Safety Third 150', 'release_date': '2026-01-16', 'release_date_precision': , 'uri': 'spotify:episode:4w4d295F7QwCCy2dCCIVoq', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\xa0@TheBackyardScientist\xa0\xa0@WilliamOsman2\xa0\xa0@NileRed\xa0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4417018, 'episode_id': '2Xfuh9pem3qCEA5wWIE3mC', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2Xfuh9pem3qCEA5wWIE3mC', }), 'href': 'https://api.spotify.com/v1/episodes/2Xfuh9pem3qCEA5wWIE3mC', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a76337e64fb02e22fed37928f', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f76337e64fb02e22fed37928f', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d76337e64fb02e22fed37928f', 'width': 64, }), ]), 'name': 'even NileRed canโ€™t afford this - Safety Third 149', 'release_date': '2026-01-16', 'release_date_precision': , 'uri': 'spotify:episode:2Xfuh9pem3qCEA5wWIE3mC', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D \xa0@TheBackyardScientist\xa0 \xa0@WilliamOsman2\xa0 \xa0@NileRed\xa0 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4553012, 'episode_id': '2zh1C31QQj9d4zddWtBX1N', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2zh1C31QQj9d4zddWtBX1N', }), 'href': 'https://api.spotify.com/v1/episodes/2zh1C31QQj9d4zddWtBX1N', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a1dea658e2ab066895d4cf5bd', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f1dea658e2ab066895d4cf5bd', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d1dea658e2ab066895d4cf5bd', 'width': 64, }), ]), 'name': 'Why Carbon Nanotubes Are Nearly Impossible to Make - Safety Third 148', 'release_date': '2026-01-16', 'release_date_precision': , 'uri': 'spotify:episode:2zh1C31QQj9d4zddWtBX1N', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D \xa0@TheBackyardScientist\xa0 \xa0@WilliamOsman2\xa0 \xa0@NileRed\xa0 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 3794181, 'episode_id': '6ilVUUydSRAnaJvjjwNuzt', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/6ilVUUydSRAnaJvjjwNuzt', }), 'href': 'https://api.spotify.com/v1/episodes/6ilVUUydSRAnaJvjjwNuzt', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a0860f82a32b6efecac503e1e', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f0860f82a32b6efecac503e1e', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d0860f82a32b6efecac503e1e', 'width': 64, }), ]), 'name': 'solar is a scam - Safety Third 147', 'release_date': '2026-01-16', 'release_date_precision': , 'uri': 'spotify:episode:6ilVUUydSRAnaJvjjwNuzt', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\xa0@TheBackyardScientist\xa0\xa0@WilliamOsman2\xa0\xa0@NileRedExtra\xa0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4410697, 'episode_id': '4yYkLICPT4hwKiE12ahmaS', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/4yYkLICPT4hwKiE12ahmaS', }), 'href': 'https://api.spotify.com/v1/episodes/4yYkLICPT4hwKiE12ahmaS', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': "there's an infestation - Safety Third 146", 'release_date': '2026-01-16', 'release_date_precision': , 'uri': 'spotify:episode:4yYkLICPT4hwKiE12ahmaS', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\xa0@TheBackyardScientist\xa0\xa0@WilliamOsman2\xa0\xa0@TommyCallaway\xa0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5904953, 'episode_id': '71lgHMUv6DqIPVSBR0lHIe', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/71lgHMUv6DqIPVSBR0lHIe', }), 'href': 'https://api.spotify.com/v1/episodes/71lgHMUv6DqIPVSBR0lHIe', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a8271d8dab008b881d45a7876', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f8271d8dab008b881d45a7876', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d8271d8dab008b881d45a7876', 'width': 64, }), ]), 'name': 'how to make $100000 on youtube - Safety Third 145', 'release_date': '2026-01-16', 'release_date_precision': , 'uri': 'spotify:episode:71lgHMUv6DqIPVSBR0lHIe', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\xa0@TheBackyardScientist\xa0\xa0@WilliamOsman2\xa0\xa0@NileRed\xa0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4753006, 'episode_id': '31Z5wPeZ2QF2ETpX94aTTz', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/31Z5wPeZ2QF2ETpX94aTTz', }), 'href': 'https://api.spotify.com/v1/episodes/31Z5wPeZ2QF2ETpX94aTTz', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8aced64cb5f44b398cf1cb0a93', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fced64cb5f44b398cf1cb0a93', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dced64cb5f44b398cf1cb0a93', 'width': 64, }), ]), 'name': "We SAVED Will's Farm - Safety Third 144", 'release_date': '2026-01-16', 'release_date_precision': , 'uri': 'spotify:episode:31Z5wPeZ2QF2ETpX94aTTz', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\xa0@TheBackyardScientist\xa0\xa0@WilliamOsman2\xa0\xa0@NileRed\xa0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5129952, 'episode_id': '57IS2fYCmc0tRR1jtREKXp', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/57IS2fYCmc0tRR1jtREKXp', }), 'href': 'https://api.spotify.com/v1/episodes/57IS2fYCmc0tRR1jtREKXp', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8aca97ae44e72b12aafb9d98b9', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fca97ae44e72b12aafb9d98b9', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dca97ae44e72b12aafb9d98b9', 'width': 64, }), ]), 'name': 'Our Stupid Childhood Inventions - Safety Third 143', 'release_date': '2026-01-16', 'release_date_precision': , 'uri': 'spotify:episode:57IS2fYCmc0tRR1jtREKXp', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\xa0@TheBackyardScientist\xa0\xa0@WilliamOsman2\xa0\xa0@NileRed\xa0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4548284, 'episode_id': '3m0ohH2FGgFIhyOLnbBc5D', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3m0ohH2FGgFIhyOLnbBc5D', }), 'href': 'https://api.spotify.com/v1/episodes/3m0ohH2FGgFIhyOLnbBc5D', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a07a2e7c0152f1061053d04f4', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f07a2e7c0152f1061053d04f4', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d07a2e7c0152f1061053d04f4', 'width': 64, }), ]), 'name': "we're back again baby! - Safety Third 142", 'release_date': '2026-01-16', 'release_date_precision': , 'uri': 'spotify:episode:3m0ohH2FGgFIhyOLnbBc5D', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\xa0@TheBackyardScientist\xa0\xa0@WilliamOsman2\xa0\xa0@NileRed\xa0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it\'s just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4619050, 'episode_id': '3Djm1peAXhH2DJAcf5EI4t', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3Djm1peAXhH2DJAcf5EI4t', }), 'href': 'https://api.spotify.com/v1/episodes/3Djm1peAXhH2DJAcf5EI4t', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8aed276654b59a905bfa8d3fdb', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fed276654b59a905bfa8d3fdb', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68ded276654b59a905bfa8d3fdb', 'width': 64, }), ]), 'name': 'How We Keep Getting Through TSA - Safety Third 141', 'release_date': '2026-01-16', 'release_date_precision': , 'uri': 'spotify:episode:3Djm1peAXhH2DJAcf5EI4t', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5121048, 'episode_id': '0RGDUnfGOJmsSgoTu6A9wb', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/0RGDUnfGOJmsSgoTu6A9wb', }), 'href': 'https://api.spotify.com/v1/episodes/0RGDUnfGOJmsSgoTu6A9wb', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8aaa7ca654e29007b236cf268a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1faa7ca654e29007b236cf268a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68daa7ca654e29007b236cf268a', 'width': 64, }), ]), 'name': 'What happen to NileRed? - Safety Third 140', 'release_date': '2025-06-19', 'release_date_precision': , 'uri': 'spotify:episode:0RGDUnfGOJmsSgoTu6A9wb', }), dict({ 'description': '๐ŸคคAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 3700631, 'episode_id': '6hh4HTvEggU2CtulBw5Bfd', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/6hh4HTvEggU2CtulBw5Bfd', }), 'href': 'https://api.spotify.com/v1/episodes/6hh4HTvEggU2CtulBw5Bfd', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a24544d9f88e8bea1c4a43541', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f24544d9f88e8bea1c4a43541', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d24544d9f88e8bea1c4a43541', 'width': 64, }), ]), 'name': 'Gourmet or a Biohazard - Safety Third 139', 'release_date': '2025-06-05', 'release_date_precision': , 'uri': 'spotify:episode:6hh4HTvEggU2CtulBw5Bfd', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 6014520, 'episode_id': '1pBmRheQbSnndzrsyQxcoO', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1pBmRheQbSnndzrsyQxcoO', }), 'href': 'https://api.spotify.com/v1/episodes/1pBmRheQbSnndzrsyQxcoO', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a9f444dde32e222b2e0ea809a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f9f444dde32e222b2e0ea809a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d9f444dde32e222b2e0ea809a', 'width': 64, }), ]), 'name': 'We Did It In 6 Days - Safety Third 138', 'release_date': '2025-05-29', 'release_date_precision': , 'uri': 'spotify:episode:1pBmRheQbSnndzrsyQxcoO', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4768368, 'episode_id': '4xxuGDc2mV6D4Ilv3Ok8dA', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/4xxuGDc2mV6D4Ilv3Ok8dA', }), 'href': 'https://api.spotify.com/v1/episodes/4xxuGDc2mV6D4Ilv3Ok8dA', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8aa7871036b390d33b743dacf2', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fa7871036b390d33b743dacf2', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68da7871036b390d33b743dacf2', 'width': 64, }), ]), 'name': "What's In Water?- Safety Third 137", 'release_date': '2025-05-15', 'release_date_precision': , 'uri': 'spotify:episode:4xxuGDc2mV6D4Ilv3Ok8dA', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5291760, 'episode_id': '0K68py3R90cjUQJiMJypoB', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/0K68py3R90cjUQJiMJypoB', }), 'href': 'https://api.spotify.com/v1/episodes/0K68py3R90cjUQJiMJypoB', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a172a24c4cd98acaa6651f071', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f172a24c4cd98acaa6651f071', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d172a24c4cd98acaa6651f071', 'width': 64, }), ]), 'name': 'We Investigate the Bee Problem - Safety Third 136', 'release_date': '2025-05-08', 'release_date_precision': , 'uri': 'spotify:episode:0K68py3R90cjUQJiMJypoB', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5255231, 'episode_id': '3NMwNuYdExWcYKmyml7Y9S', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3NMwNuYdExWcYKmyml7Y9S', }), 'href': 'https://api.spotify.com/v1/episodes/3NMwNuYdExWcYKmyml7Y9S', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a94a8d4c84116774b11869dea', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f94a8d4c84116774b11869dea', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d94a8d4c84116774b11869dea', 'width': 64, }), ]), 'name': 'The Future of Science Videos... - Safety Third 135', 'release_date': '2025-05-01', 'release_date_precision': , 'uri': 'spotify:episode:3NMwNuYdExWcYKmyml7Y9S', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5718840, 'episode_id': '1a77xkMaa0L6Ry7deZmX7C', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1a77xkMaa0L6Ry7deZmX7C', }), 'href': 'https://api.spotify.com/v1/episodes/1a77xkMaa0L6Ry7deZmX7C', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a2d89fc55b99736a3f0dc37d2', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f2d89fc55b99736a3f0dc37d2', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d2d89fc55b99736a3f0dc37d2', 'width': 64, }), ]), 'name': "Let's Do Dangerous Experiments - Safety Third 134", 'release_date': '2025-04-24', 'release_date_precision': , 'uri': 'spotify:episode:1a77xkMaa0L6Ry7deZmX7C', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5144640, 'episode_id': '7Iddb7fU6NQK4CVQzg8pRt', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/7Iddb7fU6NQK4CVQzg8pRt', }), 'href': 'https://api.spotify.com/v1/episodes/7Iddb7fU6NQK4CVQzg8pRt', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a677a69719097ce8c3b30a8bc', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f677a69719097ce8c3b30a8bc', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d677a69719097ce8c3b30a8bc', 'width': 64, }), ]), 'name': 'Getting Away with Crime - Safety Third 133', 'release_date': '2025-04-17', 'release_date_precision': , 'uri': 'spotify:episode:7Iddb7fU6NQK4CVQzg8pRt', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4117583, 'episode_id': '3GMMfTQFAKluh2ZCmDBq0B', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3GMMfTQFAKluh2ZCmDBq0B', }), 'href': 'https://api.spotify.com/v1/episodes/3GMMfTQFAKluh2ZCmDBq0B', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a3a79d75ad1e43fcd54120273', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f3a79d75ad1e43fcd54120273', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d3a79d75ad1e43fcd54120273', 'width': 64, }), ]), 'name': 'Is Bigger Better? - Safety Third 132', 'release_date': '2025-04-10', 'release_date_precision': , 'uri': 'spotify:episode:3GMMfTQFAKluh2ZCmDBq0B', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5034768, 'episode_id': '1e0uQx6quq5Q8pGkBvmI4z', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1e0uQx6quq5Q8pGkBvmI4z', }), 'href': 'https://api.spotify.com/v1/episodes/1e0uQx6quq5Q8pGkBvmI4z', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': "We're Not Lovinโ€™ It - Safety Third 131 - Safety Third 131", 'release_date': '2025-04-03', 'release_date_precision': , 'uri': 'spotify:episode:1e0uQx6quq5Q8pGkBvmI4z', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5616576, 'episode_id': '62DQPE6rzL6QubfVmc6wiJ', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/62DQPE6rzL6QubfVmc6wiJ', }), 'href': 'https://api.spotify.com/v1/episodes/62DQPE6rzL6QubfVmc6wiJ', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a09dd0918e72f37f4e45e3484', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f09dd0918e72f37f4e45e3484', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d09dd0918e72f37f4e45e3484', 'width': 64, }), ]), 'name': 'Space is Hard - Safety Third 130', 'release_date': '2025-03-27', 'release_date_precision': , 'uri': 'spotify:episode:62DQPE6rzL6QubfVmc6wiJ', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5608823, 'episode_id': '5xbFenzg8j2MMvVSmUnlR2', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/5xbFenzg8j2MMvVSmUnlR2', }), 'href': 'https://api.spotify.com/v1/episodes/5xbFenzg8j2MMvVSmUnlR2', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a390f4a4fd6167520cbe06250', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f390f4a4fd6167520cbe06250', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d390f4a4fd6167520cbe06250', 'width': 64, }), ]), 'name': 'NileRedโ€™s Childhood Trauma - Safety Third 129', 'release_date': '2025-03-20', 'release_date_precision': , 'uri': 'spotify:episode:5xbFenzg8j2MMvVSmUnlR2', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5331480, 'episode_id': '2W8M0lrvTSd6HM4ByLbVBg', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2W8M0lrvTSd6HM4ByLbVBg', }), 'href': 'https://api.spotify.com/v1/episodes/2W8M0lrvTSd6HM4ByLbVBg', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac6b7e3a8e1c8b10906f82deb', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc6b7e3a8e1c8b10906f82deb', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc6b7e3a8e1c8b10906f82deb', 'width': 64, }), ]), 'name': 'Is it good internship? - Safety Third 128', 'release_date': '2025-03-13', 'release_date_precision': , 'uri': 'spotify:episode:2W8M0lrvTSd6HM4ByLbVBg', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4423368, 'episode_id': '1cbSydOSIAElmsZ2wG55YF', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1cbSydOSIAElmsZ2wG55YF', }), 'href': 'https://api.spotify.com/v1/episodes/1cbSydOSIAElmsZ2wG55YF', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ab618e09100a574e2410b8075', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fb618e09100a574e2410b8075', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68db618e09100a574e2410b8075', 'width': 64, }), ]), 'name': 'Our best business idea yet - Safety Third 127', 'release_date': '2025-03-06', 'release_date_precision': , 'uri': 'spotify:episode:1cbSydOSIAElmsZ2wG55YF', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5128248, 'episode_id': '7nkWaQCTwCl0Dy7KQzVKgJ', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/7nkWaQCTwCl0Dy7KQzVKgJ', }), 'href': 'https://api.spotify.com/v1/episodes/7nkWaQCTwCl0Dy7KQzVKgJ', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8aaeca1df66b68db2b6ae8eb55', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1faeca1df66b68db2b6ae8eb55', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68daeca1df66b68db2b6ae8eb55', 'width': 64, }), ]), 'name': 'NileRed - Safety Third 126', 'release_date': '2025-02-27', 'release_date_precision': , 'uri': 'spotify:episode:7nkWaQCTwCl0Dy7KQzVKgJ', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5082240, 'episode_id': '316huXjTjaHz3sMZt77F2S', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/316huXjTjaHz3sMZt77F2S', }), 'href': 'https://api.spotify.com/v1/episodes/316huXjTjaHz3sMZt77F2S', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8adcf056832b32a240b38888fe', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fdcf056832b32a240b38888fe', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68ddcf056832b32a240b38888fe', 'width': 64, }), ]), 'name': 'Hiding NSFW Material in Optical Illusions - Safety Third 125', 'release_date': '2025-02-20', 'release_date_precision': , 'uri': 'spotify:episode:316huXjTjaHz3sMZt77F2S', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 3842933, 'episode_id': '70DaOV8Y2u28R5OCbMGq40', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/70DaOV8Y2u28R5OCbMGq40', }), 'href': 'https://api.spotify.com/v1/episodes/70DaOV8Y2u28R5OCbMGq40', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'How NileRed Almost Lost a Video - Safety Third 124', 'release_date': '2025-02-13', 'release_date_precision': , 'uri': 'spotify:episode:70DaOV8Y2u28R5OCbMGq40', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4225946, 'episode_id': '7HmmkFKjEns2aALdxmBrRL', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/7HmmkFKjEns2aALdxmBrRL', }), 'href': 'https://api.spotify.com/v1/episodes/7HmmkFKjEns2aALdxmBrRL', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'We Have Problems - Safety Third 123', 'release_date': '2025-02-06', 'release_date_precision': , 'uri': 'spotify:episode:7HmmkFKjEns2aALdxmBrRL', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5018209, 'episode_id': '56kSgt0rYKVILw7IMjqi5S', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/56kSgt0rYKVILw7IMjqi5S', }), 'href': 'https://api.spotify.com/v1/episodes/56kSgt0rYKVILw7IMjqi5S', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'Someone Keeps Pulling Money Out of His Bank Account - Safety Third 122', 'release_date': '2025-01-30', 'release_date_precision': , 'uri': 'spotify:episode:56kSgt0rYKVILw7IMjqi5S', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4313258, 'episode_id': '4a1OnVZout7utVcxNJLDeA', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/4a1OnVZout7utVcxNJLDeA', }), 'href': 'https://api.spotify.com/v1/episodes/4a1OnVZout7utVcxNJLDeA', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': "NileRed's Most Dangerous Machine - Safety Third 121", 'release_date': '2025-01-23', 'release_date_precision': , 'uri': 'spotify:episode:4a1OnVZout7utVcxNJLDeA', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4364976, 'episode_id': '3zrPDefh3l6bIswzU3KbkB', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3zrPDefh3l6bIswzU3KbkB', }), 'href': 'https://api.spotify.com/v1/episodes/3zrPDefh3l6bIswzU3KbkB', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'More Machines, More Problems - Safety Third 120', 'release_date': '2025-01-16', 'release_date_precision': , 'uri': 'spotify:episode:3zrPDefh3l6bIswzU3KbkB', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 3690161, 'episode_id': '3o0RYoo5iOMKSmEbunsbvW', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3o0RYoo5iOMKSmEbunsbvW', }), 'href': 'https://api.spotify.com/v1/episodes/3o0RYoo5iOMKSmEbunsbvW', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'My Squirrel Has Brain Damage - Safety Third 119', 'release_date': '2024-07-26', 'release_date_precision': , 'uri': 'spotify:episode:3o0RYoo5iOMKSmEbunsbvW', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5690591, 'episode_id': '7CbsFHQq8ljztiUSGw46Fj', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/7CbsFHQq8ljztiUSGw46Fj', }), 'href': 'https://api.spotify.com/v1/episodes/7CbsFHQq8ljztiUSGw46Fj', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'Math Haters vs Math Nerd - Safety Third 118', 'release_date': '2024-07-18', 'release_date_precision': , 'uri': 'spotify:episode:7CbsFHQq8ljztiUSGw46Fj', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5808720, 'episode_id': '7I6SU4lQbmxipsRNN5hGGk', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/7I6SU4lQbmxipsRNN5hGGk', }), 'href': 'https://api.spotify.com/v1/episodes/7I6SU4lQbmxipsRNN5hGGk', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'Dr. Disrespect is Not Beating The Drake Allegations - Safety Third 117', 'release_date': '2024-07-11', 'release_date_precision': , 'uri': 'spotify:episode:7I6SU4lQbmxipsRNN5hGGk', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5290728, 'episode_id': '5RTOrKLydGUJxiebaBbEbe', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/5RTOrKLydGUJxiebaBbEbe', }), 'href': 'https://api.spotify.com/v1/episodes/5RTOrKLydGUJxiebaBbEbe', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': "NileRed's Most Important Employee - Safety Third 116", 'release_date': '2024-07-04', 'release_date_precision': , 'uri': 'spotify:episode:5RTOrKLydGUJxiebaBbEbe', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 6685800, 'episode_id': '2cxiMfCIlOPiMQhsdRMKG0', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2cxiMfCIlOPiMQhsdRMKG0', }), 'href': 'https://api.spotify.com/v1/episodes/2cxiMfCIlOPiMQhsdRMKG0', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'How Real Engineering Got Fired - Safety Third 115', 'release_date': '2024-06-27', 'release_date_precision': , 'uri': 'spotify:episode:2cxiMfCIlOPiMQhsdRMKG0', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5509825, 'episode_id': '2jALMGr63flWEdRl8NxvQR', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2jALMGr63flWEdRl8NxvQR', }), 'href': 'https://api.spotify.com/v1/episodes/2jALMGr63flWEdRl8NxvQR', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'Thin Mint Zyns - Safety Third 114', 'release_date': '2024-06-20', 'release_date_precision': , 'uri': 'spotify:episode:2jALMGr63flWEdRl8NxvQR', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2731702, 'episode_id': '0Rr3sI7wj3VaNQFPhalCVj', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/0Rr3sI7wj3VaNQFPhalCVj', }), 'href': 'https://api.spotify.com/v1/episodes/0Rr3sI7wj3VaNQFPhalCVj', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'Live from Open Sauce 2023 - Safety Third 113', 'release_date': '2024-06-13', 'release_date_precision': , 'uri': 'spotify:episode:0Rr3sI7wj3VaNQFPhalCVj', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5192437, 'episode_id': '3XKOIVuGVzzEPNnlyz7PX4', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3XKOIVuGVzzEPNnlyz7PX4', }), 'href': 'https://api.spotify.com/v1/episodes/3XKOIVuGVzzEPNnlyz7PX4', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'He Tried Hiring a Child Bartender - Safety Third 112', 'release_date': '2024-06-06', 'release_date_precision': , 'uri': 'spotify:episode:3XKOIVuGVzzEPNnlyz7PX4', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4338191, 'episode_id': '5qGMPBYEW5Izdm9W5F7PSb', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/5qGMPBYEW5Izdm9W5F7PSb', }), 'href': 'https://api.spotify.com/v1/episodes/5qGMPBYEW5Izdm9W5F7PSb', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'Ted Nivison Has a Disgusting Keyboard - Safety Third 111', 'release_date': '2024-05-30', 'release_date_precision': , 'uri': 'spotify:episode:5qGMPBYEW5Izdm9W5F7PSb', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 5367528, 'episode_id': '7G5CGTUvtSpLP67O4cYAWq', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/7G5CGTUvtSpLP67O4cYAWq', }), 'href': 'https://api.spotify.com/v1/episodes/7G5CGTUvtSpLP67O4cYAWq', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'The Worst Parts of Dating a Mad Scientist - Safety Third 110', 'release_date': '2024-05-23', 'release_date_precision': , 'uri': 'spotify:episode:7G5CGTUvtSpLP67O4cYAWq', }), dict({ 'description': 'Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 6502817, 'episode_id': '3cJk5Cfvpkrdf9hxY5Hi3p', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3cJk5Cfvpkrdf9hxY5Hi3p', }), 'href': 'https://api.spotify.com/v1/episodes/3cJk5Cfvpkrdf9hxY5Hi3p', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'Confronting His Old Boss - Safety Third 109', 'release_date': '2024-05-16', 'release_date_precision': , 'uri': 'spotify:episode:3cJk5Cfvpkrdf9hxY5Hi3p', }), ]), 'external_urls': dict({ 'spotify': 'https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD', }), 'href': 'https://api.spotify.com/v1/shows/1Y9ExMgMxoBVrgrfU7u0nD', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a', 'width': 64, }), ]), 'name': 'Safety Third', 'show_id': '1Y9ExMgMxoBVrgrfU7u0nD', 'total_episodes': 159, 'uri': 'spotify:show:1Y9ExMgMxoBVrgrfU7u0nD', }) # --- # name: test_get_show_episodes list([ dict({ 'description': 'The Great War of 2077 and how the Fallout world diverged from our own. Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2193893, 'episode_id': '3ssmxnilHYaKhwRWoBGMbU', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3ssmxnilHYaKhwRWoBGMbU', }), 'href': 'https://api.spotify.com/v1/episodes/3ssmxnilHYaKhwRWoBGMbU', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a224b816136e4325c58a7c15b', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f224b816136e4325c58a7c15b', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d224b816136e4325c58a7c15b', 'width': 64, }), ]), 'name': 'The Great War - Fallout Lorecast EP 1', 'release_date': '2019-01-09', 'release_date_precision': , 'uri': 'spotify:episode:3ssmxnilHYaKhwRWoBGMbU', }), dict({ 'description': 'Support the show to keep it going, plus get great rewards at patreon.com/falloutlorecast Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2472333, 'episode_id': '1bbj9aqeeZ3UMUlcWN0S03', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1bbj9aqeeZ3UMUlcWN0S03', }), 'href': 'https://api.spotify.com/v1/episodes/1bbj9aqeeZ3UMUlcWN0S03', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a2a60efcce283f3eebea03b01', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f2a60efcce283f3eebea03b01', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d2a60efcce283f3eebea03b01', 'width': 64, }), ]), 'name': 'Who Dropped the First Bomb?', 'release_date': '2019-01-15', 'release_date_precision': , 'uri': 'spotify:episode:1bbj9aqeeZ3UMUlcWN0S03', }), dict({ 'description': 'The lore behind Vault-Tec Corporation. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2263640, 'episode_id': '4zui8zWBisCfnTkZ1vgIc0', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/4zui8zWBisCfnTkZ1vgIc0', }), 'href': 'https://api.spotify.com/v1/episodes/4zui8zWBisCfnTkZ1vgIc0', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a15b2cb1cf646a9b161d1226b', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f15b2cb1cf646a9b161d1226b', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d15b2cb1cf646a9b161d1226b', 'width': 64, }), ]), 'name': 'Vault-Tec Corporation', 'release_date': '2019-01-22', 'release_date_precision': , 'uri': 'spotify:episode:4zui8zWBisCfnTkZ1vgIc0', }), dict({ 'description': 'Most of the vaults are terrible, this one is ghoulish.Support the show to keep it going, plus get great rewards at patreon.com/falloutlorecast Become a patron! https://patreon.com/falloutlorecastTalk Fallout and join the Robots Radio fam: discord.gg/JXKfVhMStay plugged in on Twitter: twitter.com/falloutlorecastRobots Radio Youtube: youtube.com/c/r0b0tsSend me a note! Email: falloutlorecast@gmail.comwww.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 520044, 'episode_id': '7wH4iaoceRIympxiLVZPHF', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/7wH4iaoceRIympxiLVZPHF', }), 'href': 'https://api.spotify.com/v1/episodes/7wH4iaoceRIympxiLVZPHF', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8aace3770451596db4137aa9e5', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1face3770451596db4137aa9e5', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dace3770451596db4137aa9e5', 'width': 64, }), ]), 'name': 'Vault 3 A Fiendish Finish', 'release_date': '2019-01-24', 'release_date_precision': , 'uri': 'spotify:episode:7wH4iaoceRIympxiLVZPHF', }), dict({ 'description': 'The lore behind Vault 8 and Vault City.\xa0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 814027, 'episode_id': '4Z2MUOz9GBHzHsEIAc5Ltl', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/4Z2MUOz9GBHzHsEIAc5Ltl', }), 'href': 'https://api.spotify.com/v1/episodes/4Z2MUOz9GBHzHsEIAc5Ltl', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a13d0eefc4d146b76eea15d67', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f13d0eefc4d146b76eea15d67', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d13d0eefc4d146b76eea15d67', 'width': 64, }), ]), 'name': 'Vault 8 & Vault City', 'release_date': '2019-01-26', 'release_date_precision': , 'uri': 'spotify:episode:4Z2MUOz9GBHzHsEIAc5Ltl', }), dict({ 'description': 'The origins of the Brotherhood of Steel and Roger Maxson.\xa0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2312124, 'episode_id': '24IzdUok36xLkgQEjOjS6V', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/24IzdUok36xLkgQEjOjS6V', }), 'href': 'https://api.spotify.com/v1/episodes/24IzdUok36xLkgQEjOjS6V', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a0c6fc7fba3ac1ee8579693db', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f0c6fc7fba3ac1ee8579693db', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d0c6fc7fba3ac1ee8579693db', 'width': 64, }), ]), 'name': 'The Brotherhood of Steel (Origin)', 'release_date': '2019-01-28', 'release_date_precision': , 'uri': 'spotify:episode:24IzdUok36xLkgQEjOjS6V', }), dict({ 'description': 'The lore behind Vault 11 and the dilemma of self-preservation versus morality.\xa0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 833097, 'episode_id': '6fUziggVu74s6JwZ0lsIjX', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/6fUziggVu74s6JwZ0lsIjX', }), 'href': 'https://api.spotify.com/v1/episodes/6fUziggVu74s6JwZ0lsIjX', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a177e9739e349a411d3feaeb8', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f177e9739e349a411d3feaeb8', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d177e9739e349a411d3feaeb8', 'width': 64, }), ]), 'name': 'Vault 11 The Sacrifice', 'release_date': '2019-01-31', 'release_date_precision': , 'uri': 'spotify:episode:6fUziggVu74s6JwZ0lsIjX', }), dict({ 'description': 'The lore behind Vault 12 and the origins of a ghoulish city.\xa0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 549668, 'episode_id': '1pYEeMveLHGbbIo10G34dx', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1pYEeMveLHGbbIo10G34dx', }), 'href': 'https://api.spotify.com/v1/episodes/1pYEeMveLHGbbIo10G34dx', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac219ed826eed5a53e8630fd1', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc219ed826eed5a53e8630fd1', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc219ed826eed5a53e8630fd1', 'width': 64, }), ]), 'name': 'Vault 12 A Ghoulish Experience', 'release_date': '2019-02-02', 'release_date_precision': , 'uri': 'spotify:episode:1pYEeMveLHGbbIo10G34dx', }), dict({ 'description': 'The origins and ideology of the Enclave.\xa0Become a patron! https://patreon.com/falloutlorecastTalk Fallout and join the Robots Radio fam: discord.gg/JXKfVhMStay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0tsSend me a note! Email: falloutlorecast@gmail.comwww.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2096979, 'episode_id': '1h69SINnBwMCqfEXjPAVIl', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1h69SINnBwMCqfEXjPAVIl', }), 'href': 'https://api.spotify.com/v1/episodes/1h69SINnBwMCqfEXjPAVIl', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a8bc610b5319ed5d7174131af', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f8bc610b5319ed5d7174131af', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d8bc610b5319ed5d7174131af', 'width': 64, }), ]), 'name': 'The Origin of the Enclave', 'release_date': '2019-02-04', 'release_date_precision': , 'uri': 'spotify:episode:1h69SINnBwMCqfEXjPAVIl', }), dict({ 'description': 'The lore behind Vault 13 and an invasion by intelligent deathclaws.\xa0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 1026089, 'episode_id': '33UquUg4oftJ4ereH4nrNO', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/33UquUg4oftJ4ereH4nrNO', }), 'href': 'https://api.spotify.com/v1/episodes/33UquUg4oftJ4ereH4nrNO', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a409536212a26657ac7eefa5a', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f409536212a26657ac7eefa5a', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d409536212a26657ac7eefa5a', 'width': 64, }), ]), 'name': 'Vault 13 & Intelligent Deathclaws', 'release_date': '2019-02-07', 'release_date_precision': , 'uri': 'spotify:episode:33UquUg4oftJ4ereH4nrNO', }), dict({ 'description': 'Get an early listen to the 1st episode of the upcoming Elder Scrolls Lorecast! Brought to you by: Storyblocks.com: Storyblocks.com/robotsradio Gamefly Game Rentals FREE for 30 Days! Click here: https://www.dpbolvw.net/click-100173810-10495782?sid=flore 15% off Loot Crate click: https://www.dpbolvw.net/click-100173810-13902093?sid=flore and use coupon code: ROBOTSRADIO Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/esolorecast Check out live streams most evenings on Twitch: twitch.tv/robotsradio Send me a note! Email: elderscrollslorecast@gmail.com Get a cool shirt, hat, or sticker, and support the show.\xa0Merch: https://robotsradio.net/store/ Dsicover more Robots Radio shows at robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2362592, 'episode_id': '5nkbQDDCKSH4CwYalm62er', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/5nkbQDDCKSH4CwYalm62er', }), 'href': 'https://api.spotify.com/v1/episodes/5nkbQDDCKSH4CwYalm62er', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ab123bf90e3b34c113ab95837', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fb123bf90e3b34c113ab95837', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68db123bf90e3b34c113ab95837', 'width': 64, }), ]), 'name': '[SNEAK PEEK] - Elder Scrolls Lorecast First Episode', 'release_date': '2019-02-11', 'release_date_precision': , 'uri': 'spotify:episode:5nkbQDDCKSH4CwYalm62er', }), dict({ 'description': 'Duke from Out of the Vault joins me to discuss our thoughts on Power Armor. www.outofthevaultshow.com\xa0Become a patron! https://patreon.com/falloutlorecastTalk Fallout and join the Robots Radio fam: discord.gg/JXKfVhMStay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0tsSend me a note! Email: falloutlorecast@gmail.comwww.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4749139, 'episode_id': '18tLLTavfPIPoJxau3xDQJ', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/18tLLTavfPIPoJxau3xDQJ', }), 'href': 'https://api.spotify.com/v1/episodes/18tLLTavfPIPoJxau3xDQJ', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ae51cfa015cbd544a002bccbe', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fe51cfa015cbd544a002bccbe', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68de51cfa015cbd544a002bccbe', 'width': 64, }), ]), 'name': 'Power Armor w/ Duke from Out of the Vault', 'release_date': '2019-02-13', 'release_date_precision': , 'uri': 'spotify:episode:18tLLTavfPIPoJxau3xDQJ', }), dict({ 'description': "The lore behind Vault 15 and it's connection to Shady Sands and 3 of the most vile groups of raiders in the wasteland.\xa0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", 'duration_ms': 806974, 'episode_id': '1EQ6z4eaCRs6kJeVXjWIcm', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1EQ6z4eaCRs6kJeVXjWIcm', }), 'href': 'https://api.spotify.com/v1/episodes/1EQ6z4eaCRs6kJeVXjWIcm', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a5ec46a0a8e2a9bd2da0ff0ed', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f5ec46a0a8e2a9bd2da0ff0ed', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d5ec46a0a8e2a9bd2da0ff0ed', 'width': 64, }), ]), 'name': 'Vault 15 The Origin of The Khans', 'release_date': '2019-02-16', 'release_date_precision': , 'uri': 'spotify:episode:1EQ6z4eaCRs6kJeVXjWIcm', }), dict({ 'description': 'In this episode, we discuss the origin, research, and importance of West Tek.\xa0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2198700, 'episode_id': '5ia7J0CaNRhuxsB0yVxdcn', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/5ia7J0CaNRhuxsB0yVxdcn', }), 'href': 'https://api.spotify.com/v1/episodes/5ia7J0CaNRhuxsB0yVxdcn', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ad78d04bb088afb0a28507ae3', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fd78d04bb088afb0a28507ae3', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dd78d04bb088afb0a28507ae3', 'width': 64, }), ]), 'name': 'West Tek - FEV & Power Armor', 'release_date': '2019-02-20', 'release_date_precision': , 'uri': 'spotify:episode:5ia7J0CaNRhuxsB0yVxdcn', }), dict({ 'description': 'In this minisode we discuss the lore behind Vault 19 and the psychology of tribalism.\xa0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 882076, 'episode_id': '1rzpxakE5YSwvSX6rXlG1V', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1rzpxakE5YSwvSX6rXlG1V', }), 'href': 'https://api.spotify.com/v1/episodes/1rzpxakE5YSwvSX6rXlG1V', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8aff81331e3ff9b334529acf3d', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fff81331e3ff9b334529acf3d', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dff81331e3ff9b334529acf3d', 'width': 64, }), ]), 'name': 'Vault 19 Red vs Blue (or On Tribalism)', 'release_date': '2019-02-25', 'release_date_precision': , 'uri': 'spotify:episode:1rzpxakE5YSwvSX6rXlG1V', }), dict({ 'description': 'Super Mutants. Nuff said. Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2252251, 'episode_id': '1PI4CPzbfD5HFEMWlaNQAV', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1PI4CPzbfD5HFEMWlaNQAV', }), 'href': 'https://api.spotify.com/v1/episodes/1PI4CPzbfD5HFEMWlaNQAV', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac6f34f6430f9c4a3ad47c295', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc6f34f6430f9c4a3ad47c295', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc6f34f6430f9c4a3ad47c295', 'width': 64, }), ]), 'name': 'Super Mutants', 'release_date': '2019-02-27', 'release_date_precision': , 'uri': 'spotify:episode:1PI4CPzbfD5HFEMWlaNQAV', }), dict({ 'description': 'Welcome Dave from the Vault Boys WV to the show. We chat about Fallout 76, West Virginia, and what got him into the series. Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2875219, 'episode_id': '4CZKdqqXWP5ez2rOzT5eL6', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/4CZKdqqXWP5ez2rOzT5eL6', }), 'href': 'https://api.spotify.com/v1/episodes/4CZKdqqXWP5ez2rOzT5eL6', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a671b875905fa85a37794e728', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f671b875905fa85a37794e728', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d671b875905fa85a37794e728', 'width': 64, }), ]), 'name': 'West Virginia and Fallout 76 w/ Dave from Vault Boys WV', 'release_date': '2019-03-06', 'release_date_precision': , 'uri': 'spotify:episode:4CZKdqqXWP5ez2rOzT5eL6', }), dict({ 'description': 'This episode we discuss Ghouls! Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2147004, 'episode_id': '1SOZlOQl3FYwatj6Zvfrsj', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1SOZlOQl3FYwatj6Zvfrsj', }), 'href': 'https://api.spotify.com/v1/episodes/1SOZlOQl3FYwatj6Zvfrsj', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a231f303240fb4cff66631727', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f231f303240fb4cff66631727', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d231f303240fb4cff66631727', 'width': 64, }), ]), 'name': 'Ghouls!', 'release_date': '2019-03-13', 'release_date_precision': , 'uri': 'spotify:episode:1SOZlOQl3FYwatj6Zvfrsj', }), dict({ 'description': 'Vault 21, where everything was determined randomly. Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2028669, 'episode_id': '16hX5oaM52mREneUOHdBiA', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/16hX5oaM52mREneUOHdBiA', }), 'href': 'https://api.spotify.com/v1/episodes/16hX5oaM52mREneUOHdBiA', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a3b1dde4fdcf1bd80837f188d', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f3b1dde4fdcf1bd80837f188d', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d3b1dde4fdcf1bd80837f188d', 'width': 64, }), ]), 'name': 'Vault 21 - A Roll of the Dice', 'release_date': '2019-03-20', 'release_date_precision': , 'uri': 'spotify:episode:16hX5oaM52mREneUOHdBiA', }), dict({ 'description': 'This episode is all about Deathclaws, plus a great question from our Patron Emily G. and reviews. Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2764538, 'episode_id': '2qvIReQpMaGK9OEeuW47VS', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2qvIReQpMaGK9OEeuW47VS', }), 'href': 'https://api.spotify.com/v1/episodes/2qvIReQpMaGK9OEeuW47VS', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a96e9fbfd524c6a0c883d9600', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f96e9fbfd524c6a0c883d9600', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d96e9fbfd524c6a0c883d9600', 'width': 64, }), ]), 'name': 'Deathclaws', 'release_date': '2019-03-28', 'release_date_precision': , 'uri': 'spotify:episode:2qvIReQpMaGK9OEeuW47VS', }), dict({ 'description': "How'd you like to be mind controlled by fungus?\xa0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", 'duration_ms': 2129684, 'episode_id': '3zEdqLh9PXFGCKAdvZcVPa', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3zEdqLh9PXFGCKAdvZcVPa', }), 'href': 'https://api.spotify.com/v1/episodes/3zEdqLh9PXFGCKAdvZcVPa', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a2a2b2c2191341a700f6357f5', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f2a2b2c2191341a700f6357f5', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d2a2b2c2191341a700f6357f5', 'width': 64, }), ]), 'name': 'Vault 22 - Fungus Zombies', 'release_date': '2019-04-03', 'release_date_precision': , 'uri': 'spotify:episode:3zEdqLh9PXFGCKAdvZcVPa', }), dict({ 'description': 'How 4 movies influenced the creation of one of our favorite game universes. Sponsors: Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4128705, 'episode_id': '2tTa25CiLYBnlJtYc2B5Mj', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2tTa25CiLYBnlJtYc2B5Mj', }), 'href': 'https://api.spotify.com/v1/episodes/2tTa25CiLYBnlJtYc2B5Mj', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a2bf6dc2d6838fab7ab17e223', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f2bf6dc2d6838fab7ab17e223', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d2bf6dc2d6838fab7ab17e223', 'width': 64, }), ]), 'name': 'Movie Influences w/ Stuart from Committee Quest', 'release_date': '2019-04-11', 'release_date_precision': , 'uri': 'spotify:episode:2tTa25CiLYBnlJtYc2B5Mj', }), dict({ 'description': 'The New California Republic (NCR) patrols the wasteland in an attempt to re-establish American ideals. Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2118086, 'episode_id': '4Tyt0Prd9yqd2vv4wC1TJE', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/4Tyt0Prd9yqd2vv4wC1TJE', }), 'href': 'https://api.spotify.com/v1/episodes/4Tyt0Prd9yqd2vv4wC1TJE', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8aaf31ef37c37e6cdc2262e0cb', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1faf31ef37c37e6cdc2262e0cb', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68daf31ef37c37e6cdc2262e0cb', 'width': 64, }), ]), 'name': 'The New California Republic (NCR)', 'release_date': '2019-04-17', 'release_date_precision': , 'uri': 'spotify:episode:4Tyt0Prd9yqd2vv4wC1TJE', }), dict({ 'description': "Throwing in an extra episode this week - a wonderful interview with my daughter about Fallout and discovering Bethesda's games. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", 'duration_ms': 1838393, 'episode_id': '2N9dQBdUq02DWnZ7NalLGv', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2N9dQBdUq02DWnZ7NalLGv', }), 'href': 'https://api.spotify.com/v1/episodes/2N9dQBdUq02DWnZ7NalLGv', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a3bbb6db2291ce62d8e50e6cf', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f3bbb6db2291ce62d8e50e6cf', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d3bbb6db2291ce62d8e50e6cf', 'width': 64, }), ]), 'name': "Extra Episode - Generational Perspectives w/ Tom's Daughter Laney", 'release_date': '2019-04-20', 'release_date_precision': , 'uri': 'spotify:episode:2N9dQBdUq02DWnZ7NalLGv', }), dict({ 'description': 'What is the Fallout Bible and what would have happened in Vault 27? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 1894478, 'episode_id': '7sTC5e0OLOn1e164IRsoUH', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/7sTC5e0OLOn1e164IRsoUH', }), 'href': 'https://api.spotify.com/v1/episodes/7sTC5e0OLOn1e164IRsoUH', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a52c5396a2915758428a83fbb', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f52c5396a2915758428a83fbb', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d52c5396a2915758428a83fbb', 'width': 64, }), ]), 'name': 'The Fallout Bible & Vault 27', 'release_date': '2019-04-24', 'release_date_precision': , 'uri': 'spotify:episode:7sTC5e0OLOn1e164IRsoUH', }), dict({ 'description': 'Enjoy this quick episode of Robots Thoughts where he ponders the safest place to ride out a nuclear war. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 831451, 'episode_id': '4hkn51b92Zss7v41zODTHV', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/4hkn51b92Zss7v41zODTHV', }), 'href': 'https://api.spotify.com/v1/episodes/4hkn51b92Zss7v41zODTHV', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8af3df1626a78fac918e9c928e', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1ff3df1626a78fac918e9c928e', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68df3df1626a78fac918e9c928e', 'width': 64, }), ]), 'name': 'Robots Thoughts - Safest Place During Nuclear Fallout', 'release_date': '2019-04-27', 'release_date_precision': , 'uri': 'spotify:episode:4hkn51b92Zss7v41zODTHV', }), dict({ 'description': "What's going on with the Institute and those crazy synths? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", 'duration_ms': 2550804, 'episode_id': '1yQIvJJLlJMphCsGMqAcPk', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1yQIvJJLlJMphCsGMqAcPk', }), 'href': 'https://api.spotify.com/v1/episodes/1yQIvJJLlJMphCsGMqAcPk', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a143949ea0c4c48ee398a2f84', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f143949ea0c4c48ee398a2f84', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d143949ea0c4c48ee398a2f84', 'width': 64, }), ]), 'name': 'Synths & The Institute', 'release_date': '2019-05-01', 'release_date_precision': , 'uri': 'spotify:episode:1yQIvJJLlJMphCsGMqAcPk', }), dict({ 'description': 'A genius, a brain in a machine, and children = a new culture for a new time. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2160404, 'episode_id': '69MYgP6oCkzkcwXZjBYkCp', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/69MYgP6oCkzkcwXZjBYkCp', }), 'href': 'https://api.spotify.com/v1/episodes/69MYgP6oCkzkcwXZjBYkCp', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a8a4ef3ed09c6169d6f23bfff', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f8a4ef3ed09c6169d6f23bfff', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d8a4ef3ed09c6169d6f23bfff', 'width': 64, }), ]), 'name': 'Derek Greenway, Vault 29, Twin Mothers & The Goddess Diana', 'release_date': '2019-05-08', 'release_date_precision': , 'uri': 'spotify:episode:69MYgP6oCkzkcwXZjBYkCp', }), dict({ 'description': 'A recap of the main events of Fallout 1. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2430223, 'episode_id': '67FIGQqDzfYVrXOoPMrQge', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/67FIGQqDzfYVrXOoPMrQge', }), 'href': 'https://api.spotify.com/v1/episodes/67FIGQqDzfYVrXOoPMrQge', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8adee8b3a349e65a704ec081f2', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fdee8b3a349e65a704ec081f2', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68ddee8b3a349e65a704ec081f2', 'width': 64, }), ]), 'name': 'Fallout: A Post Nuclear Role Playing Game - A Recap of Fallout 1', 'release_date': '2019-05-20', 'release_date_precision': , 'uri': 'spotify:episode:67FIGQqDzfYVrXOoPMrQge', }), dict({ 'description': "What happens when an entire vault community has access to all of it's weapons? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", 'duration_ms': 2052571, 'episode_id': '4e4V4bLrK56k996hd2oPUo', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/4e4V4bLrK56k996hd2oPUo', }), 'href': 'https://api.spotify.com/v1/episodes/4e4V4bLrK56k996hd2oPUo', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a0b647fbec32544ce2d4eac1b', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f0b647fbec32544ce2d4eac1b', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d0b647fbec32544ce2d4eac1b', 'width': 64, }), ]), 'name': 'Vault 34, Boomers & a Pulse Rifle', 'release_date': '2019-05-29', 'release_date_precision': , 'uri': 'spotify:episode:4e4V4bLrK56k996hd2oPUo', }), dict({ 'description': "Mr Handy and all of it's variations. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", 'duration_ms': 3112228, 'episode_id': '1XhqJdNSG4odYRhtH8G6nJ', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1XhqJdNSG4odYRhtH8G6nJ', }), 'href': 'https://api.spotify.com/v1/episodes/1XhqJdNSG4odYRhtH8G6nJ', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ab4343aace50ee621af668691', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fb4343aace50ee621af668691', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68db4343aace50ee621af668691', 'width': 64, }), ]), 'name': 'The Mr Handy Line of Robots', 'release_date': '2019-06-04', 'release_date_precision': , 'uri': 'spotify:episode:1XhqJdNSG4odYRhtH8G6nJ', }), dict({ 'description': 'Jameson from The DL: Weekly Gaming News has me on to discuss the Bethesda E3 conference. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4420466, 'episode_id': '1WQVLB4QRJj4QKZ4z1RRhr', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1WQVLB4QRJj4QKZ4z1RRhr', }), 'href': 'https://api.spotify.com/v1/episodes/1WQVLB4QRJj4QKZ4z1RRhr', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a3f66f4de0e3b85f69b2d0092', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f3f66f4de0e3b85f69b2d0092', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d3f66f4de0e3b85f69b2d0092', 'width': 64, }), ]), 'name': 'Bethesda E3 2019 w/ Jameson from The DL', 'release_date': '2019-06-11', 'release_date_precision': , 'uri': 'spotify:episode:1WQVLB4QRJj4QKZ4z1RRhr', }), dict({ 'description': "A number of people have asked about how to play the Fallout RPG game I've been creating. Here's the basics of gameplay.\xa0Fallout RPG by Robots: https://drive.google.com/open?id=1MY7yGoiG4c5-jTo_Q13rzYmwTKlXoezn Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", 'duration_ms': 2413217, 'episode_id': '394kPEIAQCUgZCw48L4zae', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/394kPEIAQCUgZCw48L4zae', }), 'href': 'https://api.spotify.com/v1/episodes/394kPEIAQCUgZCw48L4zae', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a82acca7a8cf9e7c32dd33bc7', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f82acca7a8cf9e7c32dd33bc7', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d82acca7a8cf9e7c32dd33bc7', 'width': 64, }), ]), 'name': 'My Fallout RPG Play Instructions', 'release_date': '2019-06-13', 'release_date_precision': , 'uri': 'spotify:episode:394kPEIAQCUgZCw48L4zae', }), dict({ 'description': "These vaults are all described with a single line of text. Let's brainstorm what they may have been like. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", 'duration_ms': 1768359, 'episode_id': '4eM1aVDBA5eMyrXD0ymk0w', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/4eM1aVDBA5eMyrXD0ymk0w', }), 'href': 'https://api.spotify.com/v1/episodes/4eM1aVDBA5eMyrXD0ymk0w', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a25115c8baee2b48ed33d245f', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f25115c8baee2b48ed33d245f', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d25115c8baee2b48ed33d245f', 'width': 64, }), ]), 'name': 'Vault Oddities - 36, 42, 43', 'release_date': '2019-06-19', 'release_date_precision': , 'uri': 'spotify:episode:4eM1aVDBA5eMyrXD0ymk0w', }), dict({ 'description': 'The main storyline of Fallout 2. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2481031, 'episode_id': '3B4iAXTy5LHvMwNHSzYMRu', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3B4iAXTy5LHvMwNHSzYMRu', }), 'href': 'https://api.spotify.com/v1/episodes/3B4iAXTy5LHvMwNHSzYMRu', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8aaa912f37a83111b4f8038dc1', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1faa912f37a83111b4f8038dc1', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68daa912f37a83111b4f8038dc1', 'width': 64, }), ]), 'name': 'Fallout 2 Recap & Details', 'release_date': '2019-06-26', 'release_date_precision': , 'uri': 'spotify:episode:3B4iAXTy5LHvMwNHSzYMRu', }), dict({ 'description': 'More vaults from the Fallout Bible with only a short description. How would these play out?\xa0Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net Our Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2313900, 'episode_id': '6fp6VYhWvDTc627nhRcY34', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/6fp6VYhWvDTc627nhRcY34', }), 'href': 'https://api.spotify.com/v1/episodes/6fp6VYhWvDTc627nhRcY34', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a080c23afb045d70c6f5b14d2', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f080c23afb045d70c6f5b14d2', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d080c23afb045d70c6f5b14d2', 'width': 64, }), ]), 'name': 'Vault Oddities 2 - 53, 55, 56', 'release_date': '2019-07-03', 'release_date_precision': , 'uri': 'spotify:episode:6fp6VYhWvDTc627nhRcY34', }), dict({ 'description': 'Toon (from twitch.tv/tooniversal) join me this week to talk about recent Fallout 76 updates, future, streaming the game, and more. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 3289338, 'episode_id': '0MldixXFwkWY2EPNX8J1U9', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/0MldixXFwkWY2EPNX8J1U9', }), 'href': 'https://api.spotify.com/v1/episodes/0MldixXFwkWY2EPNX8J1U9', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8aa1c2d6a9cf1dc66c9e3dfc8d', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fa1c2d6a9cf1dc66c9e3dfc8d', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68da1c2d6a9cf1dc66c9e3dfc8d', 'width': 64, }), ]), 'name': 'Fallout 76 Update w/ Toon', 'release_date': '2019-07-17', 'release_date_precision': , 'uri': 'spotify:episode:0MldixXFwkWY2EPNX8J1U9', }), dict({ 'description': 'Too many men? Too many women? Not enough... pants?\xa0 Become a patron! https://patreon.com/falloutlorecast Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2086555, 'episode_id': '3L5KhEbyCRaBSeYcE6naD6', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3L5KhEbyCRaBSeYcE6naD6', }), 'href': 'https://api.spotify.com/v1/episodes/3L5KhEbyCRaBSeYcE6naD6', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8aa3f242bdb73a658e2c7106d8', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fa3f242bdb73a658e2c7106d8', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68da3f242bdb73a658e2c7106d8', 'width': 64, }), ]), 'name': 'Vault Oddities 3 - 68, 69, 70', 'release_date': '2019-07-24', 'release_date_precision': , 'uri': 'spotify:episode:3L5KhEbyCRaBSeYcE6naD6', }), dict({ 'description': "Patron guests Kryptex & Mustang talk with R0B0TS about Fallout 4 factions, morality, network news, and more on this very special episode.\xa0If you're interested in joining us on the show next month, check out patreon.com/falloutlorecast. All tier 4 patrons and up can join in for our live episode. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", 'duration_ms': 3471281, 'episode_id': '3iA0ZfSQpzR7zGzI5SpNgx', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3iA0ZfSQpzR7zGzI5SpNgx', }), 'href': 'https://api.spotify.com/v1/episodes/3iA0ZfSQpzR7zGzI5SpNgx', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8aa901fc638a1c1da08b6bbada', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fa901fc638a1c1da08b6bbada', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68da901fc638a1c1da08b6bbada', 'width': 64, }), ]), 'name': 'Which Fallout 4 Faction was "Right" w/ Patron Guests Kryptex & Mustang', 'release_date': '2019-07-31', 'release_date_precision': , 'uri': 'spotify:episode:3iA0ZfSQpzR7zGzI5SpNgx', }), dict({ 'description': 'Vault City from Fallout 2. The culture, rules, government, & community. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 2389838, 'episode_id': '5OD0lEvUHg0BkNL3V1Stpg', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/5OD0lEvUHg0BkNL3V1Stpg', }), 'href': 'https://api.spotify.com/v1/episodes/5OD0lEvUHg0BkNL3V1Stpg', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8abb35f07556cdd2c8e5628194', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fbb35f07556cdd2c8e5628194', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dbb35f07556cdd2c8e5628194', 'width': 64, }), ]), 'name': 'Vault City - Fallout 2 Factions', 'release_date': '2019-08-07', 'release_date_precision': , 'uri': 'spotify:episode:5OD0lEvUHg0BkNL3V1Stpg', }), dict({ 'description': 'Support the show to keep it going, plus get great rewards at patreon.com/falloutlorecast Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 1839386, 'episode_id': '1p1GiQSxFSvkcS3BdXNZM9', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/1p1GiQSxFSvkcS3BdXNZM9', }), 'href': 'https://api.spotify.com/v1/episodes/1p1GiQSxFSvkcS3BdXNZM9', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a5938a31803fc47dac08ea6b2', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f5938a31803fc47dac08ea6b2', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d5938a31803fc47dac08ea6b2', 'width': 64, }), ]), 'name': 'Vault 75 - Human Genetic Conditioning', 'release_date': '2019-08-12', 'release_date_precision': , 'uri': 'spotify:episode:1p1GiQSxFSvkcS3BdXNZM9', }), dict({ 'description': 'Support the show to keep it going, plus get great rewards at patreon.com/falloutlorecast Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 1956310, 'episode_id': '5lRRLF7Y9EPwzWPUjL4wBi', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/5lRRLF7Y9EPwzWPUjL4wBi', }), 'href': 'https://api.spotify.com/v1/episodes/5lRRLF7Y9EPwzWPUjL4wBi', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a5c1e373a2e0367acc93fb596', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f5c1e373a2e0367acc93fb596', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d5c1e373a2e0367acc93fb596', 'width': 64, }), ]), 'name': 'The Khans, New Khans, & Great Khans', 'release_date': '2019-08-21', 'release_date_precision': , 'uri': 'spotify:episode:5lRRLF7Y9EPwzWPUjL4wBi', }), dict({ 'description': 'Support the show to keep it going, plus get great rewards at patreon.com/falloutlorecast Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 3789453, 'episode_id': '0bVSlmo3VHL5egu8hacUHd', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/0bVSlmo3VHL5egu8hacUHd', }), 'href': 'https://api.spotify.com/v1/episodes/0bVSlmo3VHL5egu8hacUHd', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a37d92e2a399e11989028f571', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f37d92e2a399e11989028f571', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d37d92e2a399e11989028f571', 'width': 64, }), ]), 'name': 'Most Evil Faction - Monthly Patron Call', 'release_date': '2019-08-28', 'release_date_precision': , 'uri': 'spotify:episode:0bVSlmo3VHL5egu8hacUHd', }), dict({ 'description': 'Is it ever okay to experiment on humans against their will? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 1872326, 'episode_id': '53j8zWJoetnjS0borOSC68', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/53j8zWJoetnjS0borOSC68', }), 'href': 'https://api.spotify.com/v1/episodes/53j8zWJoetnjS0borOSC68', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a9aefca1e45c07f2ba6cbcf52', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f9aefca1e45c07f2ba6cbcf52', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d9aefca1e45c07f2ba6cbcf52', 'width': 64, }), ]), 'name': 'Vault 81 & Curie', 'release_date': '2019-09-04', 'release_date_precision': , 'uri': 'spotify:episode:53j8zWJoetnjS0borOSC68', }), dict({ 'description': 'What do you do when you realize what you believed about yourself was a lie? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 1950876, 'episode_id': '2FjaAQfmyFnc12gJNr1yDT', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2FjaAQfmyFnc12gJNr1yDT', }), 'href': 'https://api.spotify.com/v1/episodes/2FjaAQfmyFnc12gJNr1yDT', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8ac45911c1f83d566d8ceeade1', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fc45911c1f83d566d8ceeade1', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68dc45911c1f83d566d8ceeade1', 'width': 64, }), ]), 'name': 'Being Paladin Danse - The Fallout Lorecast', 'release_date': '2019-09-11', 'release_date_precision': , 'uri': 'spotify:episode:2FjaAQfmyFnc12gJNr1yDT', }), dict({ 'description': "Extended Episode! Ken joins me to talk about all the awesome details of one of the wasteland's most influential individuals - Mr. House. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", 'duration_ms': 4927608, 'episode_id': '3OZ75wJY5jgqxciFhjoxpd', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3OZ75wJY5jgqxciFhjoxpd', }), 'href': 'https://api.spotify.com/v1/episodes/3OZ75wJY5jgqxciFhjoxpd', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8aa0dbb924716a66008ffa5295', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1fa0dbb924716a66008ffa5295', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68da0dbb924716a66008ffa5295', 'width': 64, }), ]), 'name': 'EXTENDED EPISODE: Mr. House w/ Ken (Chad A Fallout 76 Story)', 'release_date': '2019-09-19', 'release_date_precision': , 'uri': 'spotify:episode:3OZ75wJY5jgqxciFhjoxpd', }), dict({ 'description': 'Robots is joined by 4 of our tier 4 patrons to discuss who the best companion is and why. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 4302968, 'episode_id': '2BV0OCNWY2hCjArmHAQH60', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/2BV0OCNWY2hCjArmHAQH60', }), 'href': 'https://api.spotify.com/v1/episodes/2BV0OCNWY2hCjArmHAQH60', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a270ef7e866cc87449d1ce6a1', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f270ef7e866cc87449d1ce6a1', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d270ef7e866cc87449d1ce6a1', 'width': 64, }), ]), 'name': 'Who is the Best Companion? | Monthly Patron Call | Fallout Lorecast', 'release_date': '2019-09-25', 'release_date_precision': , 'uri': 'spotify:episode:2BV0OCNWY2hCjArmHAQH60', }), dict({ 'description': 'Vault 87 was the source for the super mutants of the capital wastes... but why were the scientists okay with this? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\xa0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\xa0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy', 'duration_ms': 1998027, 'episode_id': '3Ta9ouqOcHnYRTAIo0XRGU', 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/episode/3Ta9ouqOcHnYRTAIo0XRGU', }), 'href': 'https://api.spotify.com/v1/episodes/3Ta9ouqOcHnYRTAIo0XRGU', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6765630000ba8a01af91e0364108d405f274d2', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67656300005f1f01af91e0364108d405f274d2', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab6765630000f68d01af91e0364108d405f274d2', 'width': 64, }), ]), 'name': 'Vault 87 & Capital Wasteland Super Mutants | Fallout Lorecast', 'release_date': '2019-10-02', 'release_date_precision': , 'uri': 'spotify:episode:3Ta9ouqOcHnYRTAIo0XRGU', }), ]) # --- # name: test_get_top_artists list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb1f6d7d07049a2e47d19ac5fc', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051741f6d7d07049a2e47d19ac5fc', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1781f6d7d07049a2e47d19ac5fc', 'width': 160, }), ]), 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), dict({ 'artist_id': '5HFkc3t0HYETL4JeEbDB1v', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb7eebe31d9542992df74099f3', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051747eebe31d9542992df74099f3', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1787eebe31d9542992df74099f3', 'width': 160, }), ]), 'name': 'Powerwolf', 'uri': 'spotify:artist:5HFkc3t0HYETL4JeEbDB1v', }), dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb4c4e09e55e5b83bb9f35e3dc', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051744c4e09e55e5b83bb9f35e3dc', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1784c4e09e55e5b83bb9f35e3dc', 'width': 160, }), ]), 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), dict({ 'artist_id': '61jrgPBUklDAQV9DptCc8u', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb0dc6a1a0c7741d136176c027', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051740dc6a1a0c7741d136176c027', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1780dc6a1a0c7741d136176c027', 'width': 160, }), ]), 'name': 'Starbenders', 'uri': 'spotify:artist:61jrgPBUklDAQV9DptCc8u', }), dict({ 'artist_id': '17l4XlVVWNktDeJDigQ3HJ', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebfa3d426be3f5de7abfa48e74', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174fa3d426be3f5de7abfa48e74', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178fa3d426be3f5de7abfa48e74', 'width': 160, }), ]), 'name': 'Dilla', 'uri': 'spotify:artist:17l4XlVVWNktDeJDigQ3HJ', }), dict({ 'artist_id': '3jsyANBBy6gOZUSQhiGclx', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb39f5c5c876f9c86fb1f7869e', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517439f5c5c876f9c86fb1f7869e', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17839f5c5c876f9c86fb1f7869e', 'width': 160, }), ]), 'name': 'Ninja Sex Party', 'uri': 'spotify:artist:3jsyANBBy6gOZUSQhiGclx', }), dict({ 'artist_id': '5UlJRJmlRLhQJX8lJuerVq', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebe8dba2f5aadd542097eefba4', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174e8dba2f5aadd542097eefba4', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178e8dba2f5aadd542097eefba4', 'width': 160, }), ]), 'name': 'Telenova', 'uri': 'spotify:artist:5UlJRJmlRLhQJX8lJuerVq', }), dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebe264eb6c9a66b212bb108f85', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174e264eb6c9a66b212bb108f85', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178e264eb6c9a66b212bb108f85', 'width': 160, }), ]), 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebfc0524cca1171fac8678f4bf', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174fc0524cca1171fac8678f4bf', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178fc0524cca1171fac8678f4bf', 'width': 160, }), ]), 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb381c41adc678e4ce864eb274', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174381c41adc678e4ce864eb274', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178381c41adc678e4ce864eb274', 'width': 160, }), ]), 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb9f4a0cbfcc9b274344681ccb', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051749f4a0cbfcc9b274344681ccb', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1789f4a0cbfcc9b274344681ccb', 'width': 160, }), ]), 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), dict({ 'artist_id': '0r6IrOHMBaKiiZPV1zeIu2', 'images': list([ dict({ 'height': 1000, 'url': 'https://i.scdn.co/image/b1cf96c8cca5f174dbe58b8f150672f2582ed204', 'width': 1000, }), dict({ 'height': 640, 'url': 'https://i.scdn.co/image/9a397c48779c6739b878a66bf15fcfb7416cb783', 'width': 640, }), dict({ 'height': 200, 'url': 'https://i.scdn.co/image/9e4383625df14ed99fba104d5731e4a8738b51e9', 'width': 200, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/8c8571ddd48c725da78754043c127093f66dd1d4', 'width': 64, }), ]), 'name': 'Follow The Cipher', 'uri': 'spotify:artist:0r6IrOHMBaKiiZPV1zeIu2', }), dict({ 'artist_id': '4NHQUGzhtTLFvgF5SZesLK', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb2360c963315739fc33b01687', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051742360c963315739fc33b01687', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1782360c963315739fc33b01687', 'width': 160, }), ]), 'name': 'Tove Lo', 'uri': 'spotify:artist:4NHQUGzhtTLFvgF5SZesLK', }), dict({ 'artist_id': '6tkhw6PSVw7b2M7h5fLBLE', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb5a6feb4fd2ea111ae426e789', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051745a6feb4fd2ea111ae426e789', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1785a6feb4fd2ea111ae426e789', 'width': 160, }), ]), 'name': 'Cyhra', 'uri': 'spotify:artist:6tkhw6PSVw7b2M7h5fLBLE', }), dict({ 'artist_id': '7A0awCXkE1FtSU8B0qwOJQ', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb5b2ba819fa89b17d6ae81567', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051745b2ba819fa89b17d6ae81567', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1785b2ba819fa89b17d6ae81567', 'width': 160, }), ]), 'name': 'Jamie xx', 'uri': 'spotify:artist:7A0awCXkE1FtSU8B0qwOJQ', }), dict({ 'artist_id': '16AVsBqzmIZTNHd0eX8VbK', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb916d2275e3b91d069e6e7683', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174916d2275e3b91d069e6e7683', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178916d2275e3b91d069e6e7683', 'width': 160, }), ]), 'name': 'The Birthday Massacre', 'uri': 'spotify:artist:16AVsBqzmIZTNHd0eX8VbK', }), dict({ 'artist_id': '28eLrVsohdXynlnIzQ2VvI', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb5e090d979d9e9811a0f4e434', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051745e090d979d9e9811a0f4e434', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1785e090d979d9e9811a0f4e434', 'width': 160, }), ]), 'name': 'Lord Of The Lost', 'uri': 'spotify:artist:28eLrVsohdXynlnIzQ2VvI', }), dict({ 'artist_id': '7k5jeohQCF20a8foBD9ize', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb736a6608998f7d7b5d8d3205', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174736a6608998f7d7b5d8d3205', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178736a6608998f7d7b5d8d3205', 'width': 160, }), ]), 'name': 'Battle Beast', 'uri': 'spotify:artist:7k5jeohQCF20a8foBD9ize', }), dict({ 'artist_id': '0TVQlzIjzD4ToSVeXIB15H', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb44659e33a0314ddfb9bfae77', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517444659e33a0314ddfb9bfae77', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17844659e33a0314ddfb9bfae77', 'width': 160, }), ]), 'name': 'The Bardic DM', 'uri': 'spotify:artist:0TVQlzIjzD4ToSVeXIB15H', }), dict({ 'artist_id': '6JslXiAQgoATL9rPmLE5du', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebb66006f5c150c98afb32adab', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174b66006f5c150c98afb32adab', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178b66006f5c150c98afb32adab', 'width': 160, }), ]), 'name': 'Anike Ekina', 'uri': 'spotify:artist:6JslXiAQgoATL9rPmLE5du', }), dict({ 'artist_id': '6QzMY3tnu0m56eKUnr4uCF', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb1c878723fffd5445c38e5778', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051741c878723fffd5445c38e5778', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1781c878723fffd5445c38e5778', 'width': 160, }), ]), 'name': 'Alfie Templeman', 'uri': 'spotify:artist:6QzMY3tnu0m56eKUnr4uCF', }), dict({ 'artist_id': '3hE8S8ohRErocpkY7uJW4a', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb9d081a5e8f131e9076ac74de', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051749d081a5e8f131e9076ac74de', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1789d081a5e8f131e9076ac74de', 'width': 160, }), ]), 'name': 'Within Temptation', 'uri': 'spotify:artist:3hE8S8ohRErocpkY7uJW4a', }), dict({ 'artist_id': '25sJFKMqDENdsTF7zRXoif', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebed9ed4f6ed4b2fe64a67efa7', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174ed9ed4f6ed4b2fe64a67efa7', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178ed9ed4f6ed4b2fe64a67efa7', 'width': 160, }), ]), 'name': 'Klaas', 'uri': 'spotify:artist:25sJFKMqDENdsTF7zRXoif', }), dict({ 'artist_id': '5IpS1TN1Crp8Ym4zjiIrtK', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb649f083a33e92e1e03ea77a0', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174649f083a33e92e1e03ea77a0', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178649f083a33e92e1e03ea77a0', 'width': 160, }), ]), 'name': 'LXNGVX', 'uri': 'spotify:artist:5IpS1TN1Crp8Ym4zjiIrtK', }), dict({ 'artist_id': '1NcsVSxFdXsnwvE64zV9xX', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb24f41a362f0e9217226ec0c0', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517424f41a362f0e9217226ec0c0', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17824f41a362f0e9217226ec0c0', 'width': 160, }), ]), 'name': 'Rave The Reqviem', 'uri': 'spotify:artist:1NcsVSxFdXsnwvE64zV9xX', }), dict({ 'artist_id': '5KKpBU5eC2tJDzf0wmlRp2', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebde2e2ac1d53fdf9518354798', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174de2e2ac1d53fdf9518354798', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178de2e2ac1d53fdf9518354798', 'width': 160, }), ]), 'name': 'RAYE', 'uri': 'spotify:artist:5KKpBU5eC2tJDzf0wmlRp2', }), dict({ 'artist_id': '0rEuaTPLMhlViNCJrg3NEH', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebc3eeafedc823cf781661e4bb', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174c3eeafedc823cf781661e4bb', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178c3eeafedc823cf781661e4bb', 'width': 160, }), ]), 'name': 'Beast In Black', 'uri': 'spotify:artist:0rEuaTPLMhlViNCJrg3NEH', }), dict({ 'artist_id': '2pH3wEn4eYlMMIIQyKPbVR', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb2c0d92dae9b4af4c8a565c3b', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051742c0d92dae9b4af4c8a565c3b', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1782c0d92dae9b4af4c8a565c3b', 'width': 160, }), ]), 'name': 'DragonForce', 'uri': 'spotify:artist:2pH3wEn4eYlMMIIQyKPbVR', }), dict({ 'artist_id': '6s5ubAp65wXoTZefE01RNR', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eba317ca98cdf346619c07c3cd', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174a317ca98cdf346619c07c3cd', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178a317ca98cdf346619c07c3cd', 'width': 160, }), ]), 'name': 'Joost', 'uri': 'spotify:artist:6s5ubAp65wXoTZefE01RNR', }), dict({ 'artist_id': '2PQVMx0BpRQhzMWLa7X0T6', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb371a2a051989643acde8cd83', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174371a2a051989643acde8cd83', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178371a2a051989643acde8cd83', 'width': 160, }), ]), 'name': 'Scar Symmetry', 'uri': 'spotify:artist:2PQVMx0BpRQhzMWLa7X0T6', }), dict({ 'artist_id': '2x7EATekOPhFGRx3syMGEC', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb05dacd07ad341a94d7bf33fe', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517405dacd07ad341a94d7bf33fe', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17805dacd07ad341a94d7bf33fe', 'width': 160, }), ]), 'name': 'The Knocks', 'uri': 'spotify:artist:2x7EATekOPhFGRx3syMGEC', }), dict({ 'artist_id': '3kcwSBHk3lMgHMHuxjJLNZ', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb6cb811eb3e3f4e65ef1931fe', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051746cb811eb3e3f4e65ef1931fe', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1786cb811eb3e3f4e65ef1931fe', 'width': 160, }), ]), 'name': 'Bazart', 'uri': 'spotify:artist:3kcwSBHk3lMgHMHuxjJLNZ', }), dict({ 'artist_id': '0lLY20XpZ9yDobkbHI7u1y', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb0fb1220e7e3ace47ebad023e', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051740fb1220e7e3ace47ebad023e', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1780fb1220e7e3ace47ebad023e', 'width': 160, }), ]), 'name': 'Pegboard Nerds', 'uri': 'spotify:artist:0lLY20XpZ9yDobkbHI7u1y', }), dict({ 'artist_id': '12Zk1DFhCbHY6v3xep2ZjI', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb6338990250f5d5a447650ba9', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051746338990250f5d5a447650ba9', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1786338990250f5d5a447650ba9', 'width': 160, }), ]), 'name': '070 Shake', 'uri': 'spotify:artist:12Zk1DFhCbHY6v3xep2ZjI', }), dict({ 'artist_id': '5WId4o5jdGVhptNU0uqKxu', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb8a5ad7938183d6c07858d8f6', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051748a5ad7938183d6c07858d8f6', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1788a5ad7938183d6c07858d8f6', 'width': 160, }), ]), 'name': 'St. Lucia', 'uri': 'spotify:artist:5WId4o5jdGVhptNU0uqKxu', }), dict({ 'artist_id': '2KaW48xlLnXC2v8tvyhWsa', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb293f7f4aebb31292f607bf3b', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174293f7f4aebb31292f607bf3b', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178293f7f4aebb31292f607bf3b', 'width': 160, }), ]), 'name': 'Amaranthe', 'uri': 'spotify:artist:2KaW48xlLnXC2v8tvyhWsa', }), dict({ 'artist_id': '538iX6YCTybcgzsrjDTrFi', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb107cf7007e710fc7c68046fe', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174107cf7007e710fc7c68046fe', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178107cf7007e710fc7c68046fe', 'width': 160, }), ]), 'name': 'LEAP', 'uri': 'spotify:artist:538iX6YCTybcgzsrjDTrFi', }), dict({ 'artist_id': '6RbFulf0Q38msfpcgh8e0m', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eba8406532e63d57825205e082', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174a8406532e63d57825205e082', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178a8406532e63d57825205e082', 'width': 160, }), ]), 'name': 'Ember Falls', 'uri': 'spotify:artist:6RbFulf0Q38msfpcgh8e0m', }), dict({ 'artist_id': '0GG2cWaonE4JPrjcCCQ1EG', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb3e048d910001f75091fd46f3', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051743e048d910001f75091fd46f3', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1783e048d910001f75091fd46f3', 'width': 160, }), ]), 'name': 'SG Lewis', 'uri': 'spotify:artist:0GG2cWaonE4JPrjcCCQ1EG', }), dict({ 'artist_id': '3oKRxpszQKUjjaHz388fVA', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb3f64ee564d3617f6a764f933', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051743f64ee564d3617f6a764f933', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1783f64ee564d3617f6a764f933', 'width': 160, }), ]), 'name': 'Parcels', 'uri': 'spotify:artist:3oKRxpszQKUjjaHz388fVA', }), dict({ 'artist_id': '6mS5GeFyhea6w9OKo8PO3p', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb6b0979bff02a5a668cd2f457', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051746b0979bff02a5a668cd2f457', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1786b0979bff02a5a668cd2f457', 'width': 160, }), ]), 'name': 'Goldband', 'uri': 'spotify:artist:6mS5GeFyhea6w9OKo8PO3p', }), dict({ 'artist_id': '6nDLku5uL3ou60kvCGZorh', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebb37fd268f79456bf904d617e', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174b37fd268f79456bf904d617e', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178b37fd268f79456bf904d617e', 'width': 160, }), ]), 'name': 'Bloodhound Gang', 'uri': 'spotify:artist:6nDLku5uL3ou60kvCGZorh', }), dict({ 'artist_id': '5J9s2Y6roGagMAipTa5XqV', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb5f08c6f971b426cceb0738cc', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051745f08c6f971b426cceb0738cc', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1785f08c6f971b426cceb0738cc', 'width': 160, }), ]), 'name': 'HONEYMOAN', 'uri': 'spotify:artist:5J9s2Y6roGagMAipTa5XqV', }), dict({ 'artist_id': '5TrkbV9x6OdTBlzWPJeBz5', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebb866041cc76e685f65b40474', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174b866041cc76e685f65b40474', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178b866041cc76e685f65b40474', 'width': 160, }), ]), 'name': 'Youngr', 'uri': 'spotify:artist:5TrkbV9x6OdTBlzWPJeBz5', }), dict({ 'artist_id': '0gCEvTSonJD4GLMZwBnMzg', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5ebec2eb89a9ed518335d17330b', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab67616100005174ec2eb89a9ed518335d17330b', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f178ec2eb89a9ed518335d17330b', 'width': 160, }), ]), 'name': 'Walking On Rivers', 'uri': 'spotify:artist:0gCEvTSonJD4GLMZwBnMzg', }), dict({ 'artist_id': '57ylwQTnFnIhJh4nu4rxCs', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb5c3bd919d1344a738af14136', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051745c3bd919d1344a738af14136', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1785c3bd919d1344a738af14136', 'width': 160, }), ]), 'name': 'In Flames', 'uri': 'spotify:artist:57ylwQTnFnIhJh4nu4rxCs', }), dict({ 'artist_id': '4wKbEwlRYNLlwUu9OCgLBr', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb39fa4c7432b484e90689df14', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab6761610000517439fa4c7432b484e90689df14', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f17839fa4c7432b484e90689df14', 'width': 160, }), ]), 'name': 'Jeremiah Kane', 'uri': 'spotify:artist:4wKbEwlRYNLlwUu9OCgLBr', }), dict({ 'artist_id': '1Qp56T7n950O3EGMsSl81D', 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab6761610000e5eb2d972470f1f8110be7c07017', 'width': 640, }), dict({ 'height': 320, 'url': 'https://i.scdn.co/image/ab676161000051742d972470f1f8110be7c07017', 'width': 320, }), dict({ 'height': 160, 'url': 'https://i.scdn.co/image/ab6761610000f1782d972470f1f8110be7c07017', 'width': 160, }), ]), 'name': 'Ghost', 'uri': 'spotify:artist:1Qp56T7n950O3EGMsSl81D', }), ]) # --- # name: test_get_top_tracks list([ dict({ 'album': dict({ 'album_id': '30g6j2xuqynpAiohatDOW6', 'album_type': , 'artists': list([ dict({ 'artist_id': '28eLrVsohdXynlnIzQ2VvI', 'name': 'Lord Of The Lost', 'uri': 'spotify:artist:28eLrVsohdXynlnIzQ2VvI', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27322e8fe51124a59f85957aa1b', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0222e8fe51124a59f85957aa1b', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485122e8fe51124a59f85957aa1b', 'width': 64, }), ]), 'name': 'OPVS NOIR Vol. 1', 'release_date': '2025-08-08', 'release_date_precision': , 'total_tracks': 11, 'uri': 'spotify:album:30g6j2xuqynpAiohatDOW6', }), 'artists': list([ dict({ 'artist_id': '28eLrVsohdXynlnIzQ2VvI', 'name': 'Lord Of The Lost', 'uri': 'spotify:artist:28eLrVsohdXynlnIzQ2VvI', }), ]), 'disc_number': 1, 'duration_ms': 173023, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/28p5fdZ2TAGx8z88KFZo5d', }), 'href': 'https://api.spotify.com/v1/tracks/28p5fdZ2TAGx8z88KFZo5d', 'is_local': False, 'name': 'My Sanctuary', 'track_id': '28p5fdZ2TAGx8z88KFZo5d', 'track_number': 2, 'type': , 'uri': 'spotify:track:28p5fdZ2TAGx8z88KFZo5d', }), dict({ 'album': dict({ 'album_id': '5CEt8piPRnEk8BAE9gpdAz', 'album_type': , 'artists': list([ dict({ 'artist_id': '1N2FgBLehaq77UEdJhCt7f', 'name': 'Saint Etienne', 'uri': 'spotify:artist:1N2FgBLehaq77UEdJhCt7f', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2731cef74bb3b67d18911704d1c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e021cef74bb3b67d18911704d1c', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048511cef74bb3b67d18911704d1c', 'width': 64, }), ]), 'name': 'International', 'release_date': '2025-09-05', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:5CEt8piPRnEk8BAE9gpdAz', }), 'artists': list([ dict({ 'artist_id': '1N2FgBLehaq77UEdJhCt7f', 'name': 'Saint Etienne', 'uri': 'spotify:artist:1N2FgBLehaq77UEdJhCt7f', }), dict({ 'artist_id': '0RwXnFrEoI8tltFvYpJgP6', 'name': 'Confidence Man', 'uri': 'spotify:artist:0RwXnFrEoI8tltFvYpJgP6', }), ]), 'disc_number': 1, 'duration_ms': 183960, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6UYzOKGh4hXae0reTWKK24', }), 'href': 'https://api.spotify.com/v1/tracks/6UYzOKGh4hXae0reTWKK24', 'is_local': False, 'name': 'Brand New Me', 'track_id': '6UYzOKGh4hXae0reTWKK24', 'track_number': 7, 'type': , 'uri': 'spotify:track:6UYzOKGh4hXae0reTWKK24', }), dict({ 'album': dict({ 'album_id': '1l8if9zQ8F0MEHVWYrMREe', 'album_type': , 'artists': list([ dict({ 'artist_id': '5IpS1TN1Crp8Ym4zjiIrtK', 'name': 'LXNGVX', 'uri': 'spotify:artist:5IpS1TN1Crp8Ym4zjiIrtK', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273427c80da235cb76fc89b8e27', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02427c80da235cb76fc89b8e27', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851427c80da235cb76fc89b8e27', 'width': 64, }), ]), 'name': 'Montagem Mysterious Game', 'release_date': '2023-12-01', 'release_date_precision': , 'total_tracks': 3, 'uri': 'spotify:album:1l8if9zQ8F0MEHVWYrMREe', }), 'artists': list([ dict({ 'artist_id': '5IpS1TN1Crp8Ym4zjiIrtK', 'name': 'LXNGVX', 'uri': 'spotify:artist:5IpS1TN1Crp8Ym4zjiIrtK', }), ]), 'disc_number': 1, 'duration_ms': 103495, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7vOmSP2647oNUGGEhWd1cr', }), 'href': 'https://api.spotify.com/v1/tracks/7vOmSP2647oNUGGEhWd1cr', 'is_local': False, 'name': 'Montagem Mysterious Game', 'track_id': '7vOmSP2647oNUGGEhWd1cr', 'track_number': 1, 'type': , 'uri': 'spotify:track:7vOmSP2647oNUGGEhWd1cr', }), dict({ 'album': dict({ 'album_id': '3Jvz71ZoKZaTQbbQyXfHwT', 'album_type': , 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27376281d4278154e7ee9d731c3', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0276281d4278154e7ee9d731c3', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485176281d4278154e7ee9d731c3', 'width': 64, }), ]), 'name': 'USB', 'release_date': '2026-01-23', 'release_date_precision': , 'total_tracks': 35, 'uri': 'spotify:album:3Jvz71ZoKZaTQbbQyXfHwT', }), 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '3NqV2DJoAWsjl787bWaHW7', 'name': 'Amyl and The Sniffers', 'uri': 'spotify:artist:3NqV2DJoAWsjl787bWaHW7', }), ]), 'disc_number': 1, 'duration_ms': 219130, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1A3XE7nDuLKrgnzXNNoFlW', }), 'href': 'https://api.spotify.com/v1/tracks/1A3XE7nDuLKrgnzXNNoFlW', 'is_local': False, 'name': "you're a star", 'track_id': '1A3XE7nDuLKrgnzXNNoFlW', 'track_number': 14, 'type': , 'uri': 'spotify:track:1A3XE7nDuLKrgnzXNNoFlW', }), dict({ 'album': dict({ 'album_id': '2D071Op9WrIRHEfQYRdjDc', 'album_type': , 'artists': list([ dict({ 'artist_id': '6kACVPfCOnqzgfEF5ryl0x', 'name': 'Johnny Cash', 'uri': 'spotify:artist:6kACVPfCOnqzgfEF5ryl0x', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2733323a7383204e24a5f91f54c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e023323a7383204e24a5f91f54c', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048513323a7383204e24a5f91f54c', 'width': 64, }), ]), 'name': 'Silver', 'release_date': '1979', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:2D071Op9WrIRHEfQYRdjDc', }), 'artists': list([ dict({ 'artist_id': '6kACVPfCOnqzgfEF5ryl0x', 'name': 'Johnny Cash', 'uri': 'spotify:artist:6kACVPfCOnqzgfEF5ryl0x', }), ]), 'disc_number': 1, 'duration_ms': 225493, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6WrgT3Ztfis3E9V64u7u6t', }), 'href': 'https://api.spotify.com/v1/tracks/6WrgT3Ztfis3E9V64u7u6t', 'is_local': False, 'name': '(Ghost) Riders in the Sky', 'track_id': '6WrgT3Ztfis3E9V64u7u6t', 'track_number': 5, 'type': , 'uri': 'spotify:track:6WrgT3Ztfis3E9V64u7u6t', }), dict({ 'album': dict({ 'album_id': '05U0USUzKB8vLfdOWggfqC', 'album_type': , 'artists': list([ dict({ 'artist_id': '6os1temnovzJIEGRUmn3fG', 'name': 'BNYXยฎ', 'uri': 'spotify:artist:6os1temnovzJIEGRUmn3fG', }), dict({ 'artist_id': '0fA0VVWsXO9YnASrzqfmYu', 'name': 'Kid Cudi', 'uri': 'spotify:artist:0fA0VVWsXO9YnASrzqfmYu', }), dict({ 'artist_id': '5nPOO9iTcrs9k6yFffPxjH', 'name': 'Rรถyksopp', 'uri': 'spotify:artist:5nPOO9iTcrs9k6yFffPxjH', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27329b9d44066f5211cc732f491', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0229b9d44066f5211cc732f491', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485129b9d44066f5211cc732f491', 'width': 64, }), ]), 'name': 'EVERYWHERE I GO (REMIND ME) feat. Kid Cudi', 'release_date': '2026-01-30', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:05U0USUzKB8vLfdOWggfqC', }), 'artists': list([ dict({ 'artist_id': '6os1temnovzJIEGRUmn3fG', 'name': 'BNYXยฎ', 'uri': 'spotify:artist:6os1temnovzJIEGRUmn3fG', }), dict({ 'artist_id': '0fA0VVWsXO9YnASrzqfmYu', 'name': 'Kid Cudi', 'uri': 'spotify:artist:0fA0VVWsXO9YnASrzqfmYu', }), dict({ 'artist_id': '5nPOO9iTcrs9k6yFffPxjH', 'name': 'Rรถyksopp', 'uri': 'spotify:artist:5nPOO9iTcrs9k6yFffPxjH', }), ]), 'disc_number': 1, 'duration_ms': 217243, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/55QDC1UHFcqlnH0xSvvB7T', }), 'href': 'https://api.spotify.com/v1/tracks/55QDC1UHFcqlnH0xSvvB7T', 'is_local': False, 'name': 'EVERYWHERE I GO (REMIND ME) feat. Kid Cudi', 'track_id': '55QDC1UHFcqlnH0xSvvB7T', 'track_number': 1, 'type': , 'uri': 'spotify:track:55QDC1UHFcqlnH0xSvvB7T', }), dict({ 'album': dict({ 'album_id': '5Oc8vZtWeKU5aikCtKXDYK', 'album_type': , 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273060527443968eda6776ba762', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02060527443968eda6776ba762', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851060527443968eda6776ba762', 'width': 64, }), ]), 'name': 'Modern Synthesis', 'release_date': '2016-07-01', 'release_date_precision': , 'total_tracks': 11, 'uri': 'spotify:album:5Oc8vZtWeKU5aikCtKXDYK', }), 'artists': list([ dict({ 'artist_id': '3jULn43a6xfzqleyeFjPIq', 'name': 'Area 11', 'uri': 'spotify:artist:3jULn43a6xfzqleyeFjPIq', }), ]), 'disc_number': 1, 'duration_ms': 216506, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1PkSZNDQNdgCLG4RtgMjlD', }), 'href': 'https://api.spotify.com/v1/tracks/1PkSZNDQNdgCLG4RtgMjlD', 'is_local': False, 'name': 'After the Flags', 'track_id': '1PkSZNDQNdgCLG4RtgMjlD', 'track_number': 9, 'type': , 'uri': 'spotify:track:1PkSZNDQNdgCLG4RtgMjlD', }), dict({ 'album': dict({ 'album_id': '6gePAokYlEquPQ4LDVc1ri', 'album_type': , 'artists': list([ dict({ 'artist_id': '7ouEqUl1PCVPlNninecdcz', 'name': 'HAVEN.', 'uri': 'spotify:artist:7ouEqUl1PCVPlNninecdcz', }), dict({ 'artist_id': '29G5je6tT7As2ZFY72CdXs', 'name': 'Kaitlin Aragon', 'uri': 'spotify:artist:29G5je6tT7As2ZFY72CdXs', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27337085d118f1f004df8511099', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0237085d118f1f004df8511099', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485137085d118f1f004df8511099', 'width': 64, }), ]), 'name': 'I Run', 'release_date': '2025-11-21', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:6gePAokYlEquPQ4LDVc1ri', }), 'artists': list([ dict({ 'artist_id': '7ouEqUl1PCVPlNninecdcz', 'name': 'HAVEN.', 'uri': 'spotify:artist:7ouEqUl1PCVPlNninecdcz', }), dict({ 'artist_id': '29G5je6tT7As2ZFY72CdXs', 'name': 'Kaitlin Aragon', 'uri': 'spotify:artist:29G5je6tT7As2ZFY72CdXs', }), ]), 'disc_number': 1, 'duration_ms': 129565, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1WwQ714xuznu44tEnkem2g', }), 'href': 'https://api.spotify.com/v1/tracks/1WwQ714xuznu44tEnkem2g', 'is_local': False, 'name': 'I Run', 'track_id': '1WwQ714xuznu44tEnkem2g', 'track_number': 1, 'type': , 'uri': 'spotify:track:1WwQ714xuznu44tEnkem2g', }), dict({ 'album': dict({ 'album_id': '2k9qbwMJmO8HTT9TiYIeTG', 'album_type': , 'artists': list([ dict({ 'artist_id': '76TvRLbqtgOcAoIsBplbfz', 'name': 'Soft Faith', 'uri': 'spotify:artist:76TvRLbqtgOcAoIsBplbfz', }), dict({ 'artist_id': '0lDo9zbShSX0EXnxLpUZIU', 'name': 'LEXXE', 'uri': 'spotify:artist:0lDo9zbShSX0EXnxLpUZIU', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27340a6359bfce111ee9afedf92', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0240a6359bfce111ee9afedf92', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485140a6359bfce111ee9afedf92', 'width': 64, }), ]), 'name': 'Hold Me Closer', 'release_date': '2025-07-03', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:2k9qbwMJmO8HTT9TiYIeTG', }), 'artists': list([ dict({ 'artist_id': '76TvRLbqtgOcAoIsBplbfz', 'name': 'Soft Faith', 'uri': 'spotify:artist:76TvRLbqtgOcAoIsBplbfz', }), dict({ 'artist_id': '0lDo9zbShSX0EXnxLpUZIU', 'name': 'LEXXE', 'uri': 'spotify:artist:0lDo9zbShSX0EXnxLpUZIU', }), ]), 'disc_number': 1, 'duration_ms': 199680, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3Z9opAvcyRGRJBV6VcaptT', }), 'href': 'https://api.spotify.com/v1/tracks/3Z9opAvcyRGRJBV6VcaptT', 'is_local': False, 'name': 'Hold Me Closer', 'track_id': '3Z9opAvcyRGRJBV6VcaptT', 'track_number': 1, 'type': , 'uri': 'spotify:track:3Z9opAvcyRGRJBV6VcaptT', }), dict({ 'album': dict({ 'album_id': '4aR6RrvJDzBrXYQTx7x5p5', 'album_type': , 'artists': list([ dict({ 'artist_id': '5pdyjBIaY5o1yOyexGIUc6', 'name': 'Lights', 'uri': 'spotify:artist:5pdyjBIaY5o1yOyexGIUc6', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273c9f25860a66cf9f593b38b57', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02c9f25860a66cf9f593b38b57', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851c9f25860a66cf9f593b38b57', 'width': 64, }), ]), 'name': 'A6EXTENDED', 'release_date': '2026-01-30', 'release_date_precision': , 'total_tracks': 21, 'uri': 'spotify:album:4aR6RrvJDzBrXYQTx7x5p5', }), 'artists': list([ dict({ 'artist_id': '5pdyjBIaY5o1yOyexGIUc6', 'name': 'Lights', 'uri': 'spotify:artist:5pdyjBIaY5o1yOyexGIUc6', }), ]), 'disc_number': 1, 'duration_ms': 230117, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3J3RYcIvUlauZxZI6hPLun', }), 'href': 'https://api.spotify.com/v1/tracks/3J3RYcIvUlauZxZI6hPLun', 'is_local': False, 'name': 'EDUCATION', 'track_id': '3J3RYcIvUlauZxZI6hPLun', 'track_number': 14, 'type': , 'uri': 'spotify:track:3J3RYcIvUlauZxZI6hPLun', }), dict({ 'album': dict({ 'album_id': '54apQNp3ruFrK20sYZvmdf', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TVQlzIjzD4ToSVeXIB15H', 'name': 'The Bardic DM', 'uri': 'spotify:artist:0TVQlzIjzD4ToSVeXIB15H', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27373af64d05e42fafa8d4cea95', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0273af64d05e42fafa8d4cea95', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485173af64d05e42fafa8d4cea95', 'width': 64, }), ]), 'name': 'Bardcore Mayhem, Vol. 1', 'release_date': '2025-09-24', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:54apQNp3ruFrK20sYZvmdf', }), 'artists': list([ dict({ 'artist_id': '0TVQlzIjzD4ToSVeXIB15H', 'name': 'The Bardic DM', 'uri': 'spotify:artist:0TVQlzIjzD4ToSVeXIB15H', }), ]), 'disc_number': 1, 'duration_ms': 172079, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0f56nfzpUaXE6t5E3oza3q', }), 'href': 'https://api.spotify.com/v1/tracks/0f56nfzpUaXE6t5E3oza3q', 'is_local': False, 'name': 'Arrow splitter', 'track_id': '0f56nfzpUaXE6t5E3oza3q', 'track_number': 4, 'type': , 'uri': 'spotify:track:0f56nfzpUaXE6t5E3oza3q', }), dict({ 'album': dict({ 'album_id': '37P2qivB9weEafn1Y2VeF8', 'album_type': , 'artists': list([ dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2735caedc2e29bf01bf567d7c24', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e025caedc2e29bf01bf567d7c24', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048515caedc2e29bf01bf567d7c24', 'width': 64, }), ]), 'name': 'Thereโ€™s Always More That I Could Say', 'release_date': '2025-10-24', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:37P2qivB9weEafn1Y2VeF8', }), 'artists': list([ dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), ]), 'disc_number': 1, 'duration_ms': 173251, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4qM72D1GHUQRXwnmLZUcMH', }), 'href': 'https://api.spotify.com/v1/tracks/4qM72D1GHUQRXwnmLZUcMH', 'is_local': False, 'name': 'Do It Again', 'track_id': '4qM72D1GHUQRXwnmLZUcMH', 'track_number': 3, 'type': , 'uri': 'spotify:track:4qM72D1GHUQRXwnmLZUcMH', }), dict({ 'album': dict({ 'album_id': '4pPLwz3J2zEskvu1Z6ATQ6', 'album_type': , 'artists': list([ dict({ 'artist_id': '17l4XlVVWNktDeJDigQ3HJ', 'name': 'Dilla', 'uri': 'spotify:artist:17l4XlVVWNktDeJDigQ3HJ', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273209cf8ab39b8856a6ab9668e', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02209cf8ab39b8856a6ab9668e', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851209cf8ab39b8856a6ab9668e', 'width': 64, }), ]), 'name': 'Avenue', 'release_date': '2022-10-07', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:4pPLwz3J2zEskvu1Z6ATQ6', }), 'artists': list([ dict({ 'artist_id': '17l4XlVVWNktDeJDigQ3HJ', 'name': 'Dilla', 'uri': 'spotify:artist:17l4XlVVWNktDeJDigQ3HJ', }), ]), 'disc_number': 1, 'duration_ms': 182013, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6CjwjsGzDVn2hwREI6BKoY', }), 'href': 'https://api.spotify.com/v1/tracks/6CjwjsGzDVn2hwREI6BKoY', 'is_local': False, 'name': 'Avenue', 'track_id': '6CjwjsGzDVn2hwREI6BKoY', 'track_number': 1, 'type': , 'uri': 'spotify:track:6CjwjsGzDVn2hwREI6BKoY', }), dict({ 'album': dict({ 'album_id': '6NBVjRVV1TNiZ3a9odGlOQ', 'album_type': , 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2736549db795138dc2b76258712', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e026549db795138dc2b76258712', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048516549db795138dc2b76258712', 'width': 64, }), ]), 'name': 'A View From The End Of The World', 'release_date': '2010-01-01', 'release_date_precision': , 'total_tracks': 14, 'uri': 'spotify:album:6NBVjRVV1TNiZ3a9odGlOQ', }), 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 212000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3YjFUYTXrJrFsYXmxaXmqY', }), 'href': 'https://api.spotify.com/v1/tracks/3YjFUYTXrJrFsYXmxaXmqY', 'is_local': False, 'name': 'The Greatest Show On Earth', 'track_id': '3YjFUYTXrJrFsYXmxaXmqY', 'track_number': 13, 'type': , 'uri': 'spotify:track:3YjFUYTXrJrFsYXmxaXmqY', }), dict({ 'album': dict({ 'album_id': '1jmVSpWhzD8vciWg2Qtd5V', 'album_type': , 'artists': list([ dict({ 'artist_id': '39B7ChWwrWDs7zXlsu3MoP', 'name': 'Sonny Fodera', 'uri': 'spotify:artist:39B7ChWwrWDs7zXlsu3MoP', }), dict({ 'artist_id': '0Cs47vvRsPgEfliBU9KDiB', 'name': 'D.O.D', 'uri': 'spotify:artist:0Cs47vvRsPgEfliBU9KDiB', }), dict({ 'artist_id': '4STmXOXUF3UieHU46NWLVt', 'name': 'Poppy Baskcomb', 'uri': 'spotify:artist:4STmXOXUF3UieHU46NWLVt', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2734f623d698447c6ee9394c0ae', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e024f623d698447c6ee9394c0ae', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048514f623d698447c6ee9394c0ae', 'width': 64, }), ]), 'name': 'Think About Us', 'release_date': '2025-10-17', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:1jmVSpWhzD8vciWg2Qtd5V', }), 'artists': list([ dict({ 'artist_id': '39B7ChWwrWDs7zXlsu3MoP', 'name': 'Sonny Fodera', 'uri': 'spotify:artist:39B7ChWwrWDs7zXlsu3MoP', }), dict({ 'artist_id': '0Cs47vvRsPgEfliBU9KDiB', 'name': 'D.O.D', 'uri': 'spotify:artist:0Cs47vvRsPgEfliBU9KDiB', }), dict({ 'artist_id': '4STmXOXUF3UieHU46NWLVt', 'name': 'Poppy Baskcomb', 'uri': 'spotify:artist:4STmXOXUF3UieHU46NWLVt', }), ]), 'disc_number': 1, 'duration_ms': 178148, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0lRnxwJeUOxwEvWMw4uQKj', }), 'href': 'https://api.spotify.com/v1/tracks/0lRnxwJeUOxwEvWMw4uQKj', 'is_local': False, 'name': 'Think About Us', 'track_id': '0lRnxwJeUOxwEvWMw4uQKj', 'track_number': 1, 'type': , 'uri': 'spotify:track:0lRnxwJeUOxwEvWMw4uQKj', }), dict({ 'album': dict({ 'album_id': '468UoiP1ZXTvpSERBIri1j', 'album_type': , 'artists': list([ dict({ 'artist_id': '48QP1FCIq76VufzDPShGi5', 'name': 'Auger', 'uri': 'spotify:artist:48QP1FCIq76VufzDPShGi5', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273a61bd5bca56d2b07e1d1ee11', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02a61bd5bca56d2b07e1d1ee11', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851a61bd5bca56d2b07e1d1ee11', 'width': 64, }), ]), 'name': 'Too Soon', 'release_date': '2025-09-26', 'release_date_precision': , 'total_tracks': 2, 'uri': 'spotify:album:468UoiP1ZXTvpSERBIri1j', }), 'artists': list([ dict({ 'artist_id': '48QP1FCIq76VufzDPShGi5', 'name': 'Auger', 'uri': 'spotify:artist:48QP1FCIq76VufzDPShGi5', }), dict({ 'artist_id': '0O6Y0Loo99vhWd86Hls3L5', 'name': 'Bonnie Mavis', 'uri': 'spotify:artist:0O6Y0Loo99vhWd86Hls3L5', }), ]), 'disc_number': 1, 'duration_ms': 220754, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2N3GqfCKAbHkmGW69RzWN9', }), 'href': 'https://api.spotify.com/v1/tracks/2N3GqfCKAbHkmGW69RzWN9', 'is_local': False, 'name': 'Too Soon', 'track_id': '2N3GqfCKAbHkmGW69RzWN9', 'track_number': 1, 'type': , 'uri': 'spotify:track:2N3GqfCKAbHkmGW69RzWN9', }), dict({ 'album': dict({ 'album_id': '3q0YOrU7o2opcNSvPWwH5g', 'album_type': , 'artists': list([ dict({ 'artist_id': '0TVQlzIjzD4ToSVeXIB15H', 'name': 'The Bardic DM', 'uri': 'spotify:artist:0TVQlzIjzD4ToSVeXIB15H', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27381ddb1d811d3fbc640b4b123', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0281ddb1d811d3fbc640b4b123', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485181ddb1d811d3fbc640b4b123', 'width': 64, }), ]), 'name': 'Bardcore Mayhem, Vol. 3', 'release_date': '2025-11-02', 'release_date_precision': , 'total_tracks': 13, 'uri': 'spotify:album:3q0YOrU7o2opcNSvPWwH5g', }), 'artists': list([ dict({ 'artist_id': '0TVQlzIjzD4ToSVeXIB15H', 'name': 'The Bardic DM', 'uri': 'spotify:artist:0TVQlzIjzD4ToSVeXIB15H', }), ]), 'disc_number': 1, 'duration_ms': 206439, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5syCodXydzRuemOKomfq7m', }), 'href': 'https://api.spotify.com/v1/tracks/5syCodXydzRuemOKomfq7m', 'is_local': False, 'name': 'Slay It, Then Sautรฉ It', 'track_id': '5syCodXydzRuemOKomfq7m', 'track_number': 6, 'type': , 'uri': 'spotify:track:5syCodXydzRuemOKomfq7m', }), dict({ 'album': dict({ 'album_id': '0HO9NtwyP7ZqB1jZ70MJL6', 'album_type': , 'artists': list([ dict({ 'artist_id': '4NHQUGzhtTLFvgF5SZesLK', 'name': 'Tove Lo', 'uri': 'spotify:artist:4NHQUGzhtTLFvgF5SZesLK', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273aeb431774ee02fb6b7a9fea3', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02aeb431774ee02fb6b7a9fea3', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851aeb431774ee02fb6b7a9fea3', 'width': 64, }), ]), 'name': 'Dirt Femme', 'release_date': '2022-10-14', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:0HO9NtwyP7ZqB1jZ70MJL6', }), 'artists': list([ dict({ 'artist_id': '4NHQUGzhtTLFvgF5SZesLK', 'name': 'Tove Lo', 'uri': 'spotify:artist:4NHQUGzhtTLFvgF5SZesLK', }), ]), 'disc_number': 1, 'duration_ms': 231333, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7owdogCJWuV3VFpluGIKgH', }), 'href': 'https://api.spotify.com/v1/tracks/7owdogCJWuV3VFpluGIKgH', 'is_local': False, 'name': 'Grapefruit', 'track_id': '7owdogCJWuV3VFpluGIKgH', 'track_number': 5, 'type': , 'uri': 'spotify:track:7owdogCJWuV3VFpluGIKgH', }), dict({ 'album': dict({ 'album_id': '3Jvz71ZoKZaTQbbQyXfHwT', 'album_type': , 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27376281d4278154e7ee9d731c3', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0276281d4278154e7ee9d731c3', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485176281d4278154e7ee9d731c3', 'width': 64, }), ]), 'name': 'USB', 'release_date': '2026-01-23', 'release_date_precision': , 'total_tracks': 35, 'uri': 'spotify:album:3Jvz71ZoKZaTQbbQyXfHwT', }), 'artists': list([ dict({ 'artist_id': '4oLeXFyACqeem2VImYeBFe', 'name': 'Fred again..', 'uri': 'spotify:artist:4oLeXFyACqeem2VImYeBFe', }), dict({ 'artist_id': '3an9rnsXKPCAMlZgH4A0n4', 'name': 'KETTAMA', 'uri': 'spotify:artist:3an9rnsXKPCAMlZgH4A0n4', }), dict({ 'artist_id': '5fEdUhbIAf9JlPhlc3swPx', 'name': 'Shady Nasty', 'uri': 'spotify:artist:5fEdUhbIAf9JlPhlc3swPx', }), ]), 'disc_number': 1, 'duration_ms': 286285, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2Fxdbus1OWJBhy3NMHUF7J', }), 'href': 'https://api.spotify.com/v1/tracks/2Fxdbus1OWJBhy3NMHUF7J', 'is_local': False, 'name': 'HARDSTYLE 2', 'track_id': '2Fxdbus1OWJBhy3NMHUF7J', 'track_number': 9, 'type': , 'uri': 'spotify:track:2Fxdbus1OWJBhy3NMHUF7J', }), dict({ 'album': dict({ 'album_id': '43W6LvGekoOd3Yk5ym8Bj7', 'album_type': , 'artists': list([ dict({ 'artist_id': '1gfIkFZ4hIs2gETkRVaY68', 'name': 'Sons of the Pioneers', 'uri': 'spotify:artist:1gfIkFZ4hIs2gETkRVaY68', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27375b0c528969decafb51425a4', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0275b0c528969decafb51425a4', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485175b0c528969decafb51425a4', 'width': 64, }), ]), 'name': 'Cool Water (With Bonus Tracks)', 'release_date': '1959-05-10', 'release_date_precision': , 'total_tracks': 24, 'uri': 'spotify:album:43W6LvGekoOd3Yk5ym8Bj7', }), 'artists': list([ dict({ 'artist_id': '1gfIkFZ4hIs2gETkRVaY68', 'name': 'Sons of the Pioneers', 'uri': 'spotify:artist:1gfIkFZ4hIs2gETkRVaY68', }), ]), 'disc_number': 1, 'duration_ms': 141946, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5kI7vpum3qPDB8ZT6rSPNV', }), 'href': 'https://api.spotify.com/v1/tracks/5kI7vpum3qPDB8ZT6rSPNV', 'is_local': False, 'name': 'Riders In The Sky', 'track_id': '5kI7vpum3qPDB8ZT6rSPNV', 'track_number': 10, 'type': , 'uri': 'spotify:track:5kI7vpum3qPDB8ZT6rSPNV', }), dict({ 'album': dict({ 'album_id': '37P2qivB9weEafn1Y2VeF8', 'album_type': , 'artists': list([ dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2735caedc2e29bf01bf567d7c24', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e025caedc2e29bf01bf567d7c24', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048515caedc2e29bf01bf567d7c24', 'width': 64, }), ]), 'name': 'Thereโ€™s Always More That I Could Say', 'release_date': '2025-10-24', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:37P2qivB9weEafn1Y2VeF8', }), 'artists': list([ dict({ 'artist_id': '4TrraAsitQKl821DQY42cZ', 'name': 'Sigrid', 'uri': 'spotify:artist:4TrraAsitQKl821DQY42cZ', }), ]), 'disc_number': 1, 'duration_ms': 172889, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/67WAthizRvsLDjgzIZs27h', }), 'href': 'https://api.spotify.com/v1/tracks/67WAthizRvsLDjgzIZs27h', 'is_local': False, 'name': 'Two Years', 'track_id': '67WAthizRvsLDjgzIZs27h', 'track_number': 5, 'type': , 'uri': 'spotify:track:67WAthizRvsLDjgzIZs27h', }), dict({ 'album': dict({ 'album_id': '2IAVHJdaRPFA6MQqXHoG75', 'album_type': , 'artists': list([ dict({ 'artist_id': '2ZRQcIgzPCVaT9XKhXZIzh', 'name': 'Gryffin', 'uri': 'spotify:artist:2ZRQcIgzPCVaT9XKhXZIzh', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2730e5311993a01fb2e7169f6a7', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e020e5311993a01fb2e7169f6a7', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048510e5311993a01fb2e7169f6a7', 'width': 64, }), ]), 'name': 'Gravity', 'release_date': '2019-10-24', 'release_date_precision': , 'total_tracks': 16, 'uri': 'spotify:album:2IAVHJdaRPFA6MQqXHoG75', }), 'artists': list([ dict({ 'artist_id': '2ZRQcIgzPCVaT9XKhXZIzh', 'name': 'Gryffin', 'uri': 'spotify:artist:2ZRQcIgzPCVaT9XKhXZIzh', }), dict({ 'artist_id': '2JfoFQs5wPHgLz8wnJ4wL2', 'name': 'ZOHARA', 'uri': 'spotify:artist:2JfoFQs5wPHgLz8wnJ4wL2', }), ]), 'disc_number': 1, 'duration_ms': 221129, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3aFxfpfeATHYg1n750dhgq', }), 'href': 'https://api.spotify.com/v1/tracks/3aFxfpfeATHYg1n750dhgq', 'is_local': False, 'name': 'Remember (with ZOHARA)', 'track_id': '3aFxfpfeATHYg1n750dhgq', 'track_number': 6, 'type': , 'uri': 'spotify:track:3aFxfpfeATHYg1n750dhgq', }), dict({ 'album': dict({ 'album_id': '7qo7ithHnDDufzWRUkpTHq', 'album_type': , 'artists': list([ dict({ 'artist_id': '543ccHFPnZfJMD8tRGPtu7', 'name': 'James Smith', 'uri': 'spotify:artist:543ccHFPnZfJMD8tRGPtu7', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2733ef65e80e82a07db7d2ce6f8', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e023ef65e80e82a07db7d2ce6f8', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048513ef65e80e82a07db7d2ce6f8', 'width': 64, }), ]), 'name': 'Jesus Is A Woman', 'release_date': '2025-08-29', 'release_date_precision': , 'total_tracks': 3, 'uri': 'spotify:album:7qo7ithHnDDufzWRUkpTHq', }), 'artists': list([ dict({ 'artist_id': '543ccHFPnZfJMD8tRGPtu7', 'name': 'James Smith', 'uri': 'spotify:artist:543ccHFPnZfJMD8tRGPtu7', }), ]), 'disc_number': 1, 'duration_ms': 190529, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/10ZuUH8nrb4IbRRJUmsFXq', }), 'href': 'https://api.spotify.com/v1/tracks/10ZuUH8nrb4IbRRJUmsFXq', 'is_local': False, 'name': 'Jesus Is A Woman', 'track_id': '10ZuUH8nrb4IbRRJUmsFXq', 'track_number': 1, 'type': , 'uri': 'spotify:track:10ZuUH8nrb4IbRRJUmsFXq', }), dict({ 'album': dict({ 'album_id': '06z3wshQtpYwZnDoVle3pw', 'album_type': , 'artists': list([ dict({ 'artist_id': '0QaSiI5TLA4N7mcsdxShDO', 'name': 'Sub Focus', 'uri': 'spotify:artist:0QaSiI5TLA4N7mcsdxShDO', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273c7f55a59f035464b5b97b305', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02c7f55a59f035464b5b97b305', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851c7f55a59f035464b5b97b305', 'width': 64, }), ]), 'name': 'Contact', 'release_date': '2025-11-21', 'release_date_precision': , 'total_tracks': 14, 'uri': 'spotify:album:06z3wshQtpYwZnDoVle3pw', }), 'artists': list([ dict({ 'artist_id': '0QaSiI5TLA4N7mcsdxShDO', 'name': 'Sub Focus', 'uri': 'spotify:artist:0QaSiI5TLA4N7mcsdxShDO', }), dict({ 'artist_id': '2UNjfzEkfsdWVDwnuD6vdH', 'name': 'bbyclose', 'uri': 'spotify:artist:2UNjfzEkfsdWVDwnuD6vdH', }), ]), 'disc_number': 1, 'duration_ms': 184827, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3zMBJKHkqDqm0ZVMKGLHak', }), 'href': 'https://api.spotify.com/v1/tracks/3zMBJKHkqDqm0ZVMKGLHak', 'is_local': False, 'name': 'On & On (feat. bbyclose)', 'track_id': '3zMBJKHkqDqm0ZVMKGLHak', 'track_number': 6, 'type': , 'uri': 'spotify:track:3zMBJKHkqDqm0ZVMKGLHak', }), dict({ 'album': dict({ 'album_id': '10VNoWgGKiAas5dWkpCUHL', 'album_type': , 'artists': list([ dict({ 'artist_id': '6JslXiAQgoATL9rPmLE5du', 'name': 'Anike Ekina', 'uri': 'spotify:artist:6JslXiAQgoATL9rPmLE5du', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27350dfe378fc89465e3d3ae2d0', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0250dfe378fc89465e3d3ae2d0', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485150dfe378fc89465e3d3ae2d0', 'width': 64, }), ]), 'name': 'Light Back In (Special Metal version)', 'release_date': '2025-08-01', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:10VNoWgGKiAas5dWkpCUHL', }), 'artists': list([ dict({ 'artist_id': '6JslXiAQgoATL9rPmLE5du', 'name': 'Anike Ekina', 'uri': 'spotify:artist:6JslXiAQgoATL9rPmLE5du', }), ]), 'disc_number': 1, 'duration_ms': 202805, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/34vearIqjyFqWWPZKPPxvH', }), 'href': 'https://api.spotify.com/v1/tracks/34vearIqjyFqWWPZKPPxvH', 'is_local': False, 'name': 'Light Back In - Special Metal Version - Radio Edit', 'track_id': '34vearIqjyFqWWPZKPPxvH', 'track_number': 1, 'type': , 'uri': 'spotify:track:34vearIqjyFqWWPZKPPxvH', }), dict({ 'album': dict({ 'album_id': '4HUG49D7cBMLrcavbReCG8', 'album_type': , 'artists': list([ dict({ 'artist_id': '4FmJD0mpgQ70SNt2EKK8tq', 'name': 'Miracle Of Sound', 'uri': 'spotify:artist:4FmJD0mpgQ70SNt2EKK8tq', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2736e156986dc730ab3f4379381', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e026e156986dc730ab3f4379381', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048516e156986dc730ab3f4379381', 'width': 64, }), ]), 'name': 'Level 12', 'release_date': '2023-06-02', 'release_date_precision': , 'total_tracks': 15, 'uri': 'spotify:album:4HUG49D7cBMLrcavbReCG8', }), 'artists': list([ dict({ 'artist_id': '4FmJD0mpgQ70SNt2EKK8tq', 'name': 'Miracle Of Sound', 'uri': 'spotify:artist:4FmJD0mpgQ70SNt2EKK8tq', }), ]), 'disc_number': 1, 'duration_ms': 168948, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6ybRWbM4jdku0Pk8SzjORB', }), 'href': 'https://api.spotify.com/v1/tracks/6ybRWbM4jdku0Pk8SzjORB', 'is_local': False, 'name': 'Skal', 'track_id': '6ybRWbM4jdku0Pk8SzjORB', 'track_number': 3, 'type': , 'uri': 'spotify:track:6ybRWbM4jdku0Pk8SzjORB', }), dict({ 'album': dict({ 'album_id': '0IsgnhTThoZkeCzY0Bh5JN', 'album_type': , 'artists': list([ dict({ 'artist_id': '5Uw20NgiZnH2WMcpQ7FdRB', 'name': 'Mia Morgan', 'uri': 'spotify:artist:5Uw20NgiZnH2WMcpQ7FdRB', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273e48fff336e78369502ba3ab7', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02e48fff336e78369502ba3ab7', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851e48fff336e78369502ba3ab7', 'width': 64, }), ]), 'name': 'FLEISCH', 'release_date': '2022-04-29', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:0IsgnhTThoZkeCzY0Bh5JN', }), 'artists': list([ dict({ 'artist_id': '5Uw20NgiZnH2WMcpQ7FdRB', 'name': 'Mia Morgan', 'uri': 'spotify:artist:5Uw20NgiZnH2WMcpQ7FdRB', }), ]), 'disc_number': 1, 'duration_ms': 236015, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4A6V42HNYeihI4miScgujq', }), 'href': 'https://api.spotify.com/v1/tracks/4A6V42HNYeihI4miScgujq', 'is_local': False, 'name': 'JENNIFER CHECK', 'track_id': '4A6V42HNYeihI4miScgujq', 'track_number': 1, 'type': , 'uri': 'spotify:track:4A6V42HNYeihI4miScgujq', }), dict({ 'album': dict({ 'album_id': '1HGrQZLhmqlEuACUnQY7yy', 'album_type': , 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2735db919ecd425e6692c12a945', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e025db919ecd425e6692c12a945', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048515db919ecd425e6692c12a945', 'width': 64, }), ]), 'name': 'FATE of ALL', 'release_date': '2026-02-13', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:1HGrQZLhmqlEuACUnQY7yy', }), 'artists': list([ dict({ 'artist_id': '6cmp7ut7okJAgJOSaMAVf3', 'name': 'Machinae Supremacy', 'uri': 'spotify:artist:6cmp7ut7okJAgJOSaMAVf3', }), ]), 'disc_number': 1, 'duration_ms': 244360, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/29DpW469MK56dBqxSfzwDs', }), 'href': 'https://api.spotify.com/v1/tracks/29DpW469MK56dBqxSfzwDs', 'is_local': False, 'name': 'FATE of ALL', 'track_id': '29DpW469MK56dBqxSfzwDs', 'track_number': 1, 'type': , 'uri': 'spotify:track:29DpW469MK56dBqxSfzwDs', }), dict({ 'album': dict({ 'album_id': '4Xv90HE4uhD2e71SV7gSEZ', 'album_type': , 'artists': list([ dict({ 'artist_id': '3hvgLXeDFNiqDOVXl0xTge', 'name': 'LukHash', 'uri': 'spotify:artist:3hvgLXeDFNiqDOVXl0xTge', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273c8e2783d3f24c010089a6813', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02c8e2783d3f24c010089a6813', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851c8e2783d3f24c010089a6813', 'width': 64, }), ]), 'name': 'Home Arcade', 'release_date': '2025-05-02', 'release_date_precision': , 'total_tracks': 13, 'uri': 'spotify:album:4Xv90HE4uhD2e71SV7gSEZ', }), 'artists': list([ dict({ 'artist_id': '3hvgLXeDFNiqDOVXl0xTge', 'name': 'LukHash', 'uri': 'spotify:artist:3hvgLXeDFNiqDOVXl0xTge', }), ]), 'disc_number': 1, 'duration_ms': 176280, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0qvDlGZL5TnvV80AMH3lYf', }), 'href': 'https://api.spotify.com/v1/tracks/0qvDlGZL5TnvV80AMH3lYf', 'is_local': False, 'name': 'Touching the Sky', 'track_id': '0qvDlGZL5TnvV80AMH3lYf', 'track_number': 6, 'type': , 'uri': 'spotify:track:0qvDlGZL5TnvV80AMH3lYf', }), dict({ 'album': dict({ 'album_id': '30O1KkbyS9bbOniw7xtQux', 'album_type': , 'artists': list([ dict({ 'artist_id': '0rEuaTPLMhlViNCJrg3NEH', 'name': 'Beast In Black', 'uri': 'spotify:artist:0rEuaTPLMhlViNCJrg3NEH', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273913a6d7587d853e1dd4c1580', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02913a6d7587d853e1dd4c1580', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851913a6d7587d853e1dd4c1580', 'width': 64, }), ]), 'name': 'Dark Connection', 'release_date': '2021-10-29', 'release_date_precision': , 'total_tracks': 13, 'uri': 'spotify:album:30O1KkbyS9bbOniw7xtQux', }), 'artists': list([ dict({ 'artist_id': '0rEuaTPLMhlViNCJrg3NEH', 'name': 'Beast In Black', 'uri': 'spotify:artist:0rEuaTPLMhlViNCJrg3NEH', }), ]), 'disc_number': 1, 'duration_ms': 272669, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4cjWVc72Lp9wkwm73AtXNf', }), 'href': 'https://api.spotify.com/v1/tracks/4cjWVc72Lp9wkwm73AtXNf', 'is_local': False, 'name': "They Don't Care About Us", 'track_id': '4cjWVc72Lp9wkwm73AtXNf', 'track_number': 13, 'type': , 'uri': 'spotify:track:4cjWVc72Lp9wkwm73AtXNf', }), dict({ 'album': dict({ 'album_id': '6i6I3dfo8SHBqLq9MHfJt4', 'album_type': , 'artists': list([ dict({ 'artist_id': '17l4XlVVWNktDeJDigQ3HJ', 'name': 'Dilla', 'uri': 'spotify:artist:17l4XlVVWNktDeJDigQ3HJ', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273fa830b43aa43aa34b512a733', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02fa830b43aa43aa34b512a733', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851fa830b43aa43aa34b512a733', 'width': 64, }), ]), 'name': 'Dreiundzwanzig', 'release_date': '2025-08-08', 'release_date_precision': , 'total_tracks': 6, 'uri': 'spotify:album:6i6I3dfo8SHBqLq9MHfJt4', }), 'artists': list([ dict({ 'artist_id': '17l4XlVVWNktDeJDigQ3HJ', 'name': 'Dilla', 'uri': 'spotify:artist:17l4XlVVWNktDeJDigQ3HJ', }), ]), 'disc_number': 1, 'duration_ms': 180542, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5flXEtnmx7VsADuAYdEiIO', }), 'href': 'https://api.spotify.com/v1/tracks/5flXEtnmx7VsADuAYdEiIO', 'is_local': False, 'name': 'Angst', 'track_id': '5flXEtnmx7VsADuAYdEiIO', 'track_number': 2, 'type': , 'uri': 'spotify:track:5flXEtnmx7VsADuAYdEiIO', }), dict({ 'album': dict({ 'album_id': '1iEczV3pKJ9MPmRvYGB9bz', 'album_type': , 'artists': list([ dict({ 'artist_id': '43BxCL6t4c73BQnIJtry5v', 'name': 'James Hype', 'uri': 'spotify:artist:43BxCL6t4c73BQnIJtry5v', }), dict({ 'artist_id': '0czTwfZBBvlvlOiypvDvwe', 'name': 'Sam Harper', 'uri': 'spotify:artist:0czTwfZBBvlvlOiypvDvwe', }), dict({ 'artist_id': '2biXipa3IRLZUOnXgtKmXc', 'name': 'Bobby Harvey', 'uri': 'spotify:artist:2biXipa3IRLZUOnXgtKmXc', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273f60d7f051679fab1ecb2a381', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02f60d7f051679fab1ecb2a381', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851f60d7f051679fab1ecb2a381', 'width': 64, }), ]), 'name': 'Waterfalls (feat. Sam Harper & Bobby Harvey)', 'release_date': '2025-08-08', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:1iEczV3pKJ9MPmRvYGB9bz', }), 'artists': list([ dict({ 'artist_id': '43BxCL6t4c73BQnIJtry5v', 'name': 'James Hype', 'uri': 'spotify:artist:43BxCL6t4c73BQnIJtry5v', }), dict({ 'artist_id': '0czTwfZBBvlvlOiypvDvwe', 'name': 'Sam Harper', 'uri': 'spotify:artist:0czTwfZBBvlvlOiypvDvwe', }), dict({ 'artist_id': '2biXipa3IRLZUOnXgtKmXc', 'name': 'Bobby Harvey', 'uri': 'spotify:artist:2biXipa3IRLZUOnXgtKmXc', }), ]), 'disc_number': 1, 'duration_ms': 120578, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/1OcV53oesLQw3VTW9I3uD3', }), 'href': 'https://api.spotify.com/v1/tracks/1OcV53oesLQw3VTW9I3uD3', 'is_local': False, 'name': 'Waterfalls (feat. Sam Harper & Bobby Harvey)', 'track_id': '1OcV53oesLQw3VTW9I3uD3', 'track_number': 1, 'type': , 'uri': 'spotify:track:1OcV53oesLQw3VTW9I3uD3', }), dict({ 'album': dict({ 'album_id': '15TCQN0DHHM3XX4TfnNkV8', 'album_type': , 'artists': list([ dict({ 'artist_id': '7mnBLXK823vNxN3UWB7Gfz', 'name': 'The Black Keys', 'uri': 'spotify:artist:7mnBLXK823vNxN3UWB7Gfz', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2731984ae05d586371351e056d7', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e021984ae05d586371351e056d7', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048511984ae05d586371351e056d7', 'width': 64, }), ]), 'name': 'El Camino (2021 Remaster)', 'release_date': '2011', 'release_date_precision': , 'total_tracks': 11, 'uri': 'spotify:album:15TCQN0DHHM3XX4TfnNkV8', }), 'artists': list([ dict({ 'artist_id': '7mnBLXK823vNxN3UWB7Gfz', 'name': 'The Black Keys', 'uri': 'spotify:artist:7mnBLXK823vNxN3UWB7Gfz', }), ]), 'disc_number': 1, 'duration_ms': 251333, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3BR01wZsCALix7hnhZltGs', }), 'href': 'https://api.spotify.com/v1/tracks/3BR01wZsCALix7hnhZltGs', 'is_local': False, 'name': 'Little Black Submarines - 2021 Remaster', 'track_id': '3BR01wZsCALix7hnhZltGs', 'track_number': 4, 'type': , 'uri': 'spotify:track:3BR01wZsCALix7hnhZltGs', }), dict({ 'album': dict({ 'album_id': '3VzsvmhnUb9OZ59bq2aoNZ', 'album_type': , 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27345951a69fe39a6e163122eab', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0245951a69fe39a6e163122eab', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485145951a69fe39a6e163122eab', 'width': 64, }), ]), 'name': 'A Moment Apart', 'release_date': '2017-09-08', 'release_date_precision': , 'total_tracks': 16, 'uri': 'spotify:album:3VzsvmhnUb9OZ59bq2aoNZ', }), 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), dict({ 'artist_id': '5EBlHXi71tDXnFtroEh7Rg', 'name': 'Naomi Wild', 'uri': 'spotify:artist:5EBlHXi71tDXnFtroEh7Rg', }), ]), 'disc_number': 1, 'duration_ms': 215130, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7KT7VGnPU5QVXN3q1BOeqb', }), 'href': 'https://api.spotify.com/v1/tracks/7KT7VGnPU5QVXN3q1BOeqb', 'is_local': False, 'name': 'Higher Ground', 'track_id': '7KT7VGnPU5QVXN3q1BOeqb', 'track_number': 3, 'type': , 'uri': 'spotify:track:7KT7VGnPU5QVXN3q1BOeqb', }), dict({ 'album': dict({ 'album_id': '1X0ak6iQZOYqdVXzj8Tfbz', 'album_type': , 'artists': list([ dict({ 'artist_id': '61jrgPBUklDAQV9DptCc8u', 'name': 'Starbenders', 'uri': 'spotify:artist:61jrgPBUklDAQV9DptCc8u', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2736a2135afb61a9fa65676be6d', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e026a2135afb61a9fa65676be6d', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048516a2135afb61a9fa65676be6d', 'width': 64, }), ]), 'name': 'Cold Silver', 'release_date': '2025-10-08', 'release_date_precision': , 'total_tracks': 3, 'uri': 'spotify:album:1X0ak6iQZOYqdVXzj8Tfbz', }), 'artists': list([ dict({ 'artist_id': '61jrgPBUklDAQV9DptCc8u', 'name': 'Starbenders', 'uri': 'spotify:artist:61jrgPBUklDAQV9DptCc8u', }), ]), 'disc_number': 1, 'duration_ms': 222242, 'explicit': True, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0Y0PdrwwWtYTFhCY5Kj0iv', }), 'href': 'https://api.spotify.com/v1/tracks/0Y0PdrwwWtYTFhCY5Kj0iv', 'is_local': False, 'name': 'Cold Silver', 'track_id': '0Y0PdrwwWtYTFhCY5Kj0iv', 'track_number': 1, 'type': , 'uri': 'spotify:track:0Y0PdrwwWtYTFhCY5Kj0iv', }), dict({ 'album': dict({ 'album_id': '1ux2pdgf8Bzaz21pxEEKWQ', 'album_type': , 'artists': list([ dict({ 'artist_id': '7y25aQ8W1jYhdkTdDdiUjH', 'name': 'KARAVIRS', 'uri': 'spotify:artist:7y25aQ8W1jYhdkTdDdiUjH', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2730a1d1416d7e8e0013425220d', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e020a1d1416d7e8e0013425220d', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048510a1d1416d7e8e0013425220d', 'width': 64, }), ]), 'name': 'Ribbon in my hair', 'release_date': '2025-07-04', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:1ux2pdgf8Bzaz21pxEEKWQ', }), 'artists': list([ dict({ 'artist_id': '7y25aQ8W1jYhdkTdDdiUjH', 'name': 'KARAVIRS', 'uri': 'spotify:artist:7y25aQ8W1jYhdkTdDdiUjH', }), ]), 'disc_number': 1, 'duration_ms': 230039, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6TA8mUL3TjaNqf9kuYBojR', }), 'href': 'https://api.spotify.com/v1/tracks/6TA8mUL3TjaNqf9kuYBojR', 'is_local': False, 'name': 'Ribbon in my hair', 'track_id': '6TA8mUL3TjaNqf9kuYBojR', 'track_number': 1, 'type': , 'uri': 'spotify:track:6TA8mUL3TjaNqf9kuYBojR', }), dict({ 'album': dict({ 'album_id': '2729tzbbE6CeRuFmbGOUry', 'album_type': , 'artists': list([ dict({ 'artist_id': '7k5jeohQCF20a8foBD9ize', 'name': 'Battle Beast', 'uri': 'spotify:artist:7k5jeohQCF20a8foBD9ize', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27386ea58e1cdf473eb1dd9ed9c', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0286ea58e1cdf473eb1dd9ed9c', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485186ea58e1cdf473eb1dd9ed9c', 'width': 64, }), ]), 'name': 'Steelbound', 'release_date': '2025-10-17', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:2729tzbbE6CeRuFmbGOUry', }), 'artists': list([ dict({ 'artist_id': '7k5jeohQCF20a8foBD9ize', 'name': 'Battle Beast', 'uri': 'spotify:artist:7k5jeohQCF20a8foBD9ize', }), ]), 'disc_number': 1, 'duration_ms': 230786, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5CEM8PzhisIOQAr8TmG79e', }), 'href': 'https://api.spotify.com/v1/tracks/5CEM8PzhisIOQAr8TmG79e', 'is_local': False, 'name': 'Riders Of The Storm', 'track_id': '5CEM8PzhisIOQAr8TmG79e', 'track_number': 9, 'type': , 'uri': 'spotify:track:5CEM8PzhisIOQAr8TmG79e', }), dict({ 'album': dict({ 'album_id': '2MhRCfdhN8os29CovIIsqV', 'album_type': , 'artists': list([ dict({ 'artist_id': '0wnYgCeP013HkKoOyC5V32', 'name': 'Allie X', 'uri': 'spotify:artist:0wnYgCeP013HkKoOyC5V32', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2738bc25b0c8091663832455805', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e028bc25b0c8091663832455805', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048518bc25b0c8091663832455805', 'width': 64, }), ]), 'name': 'Happiness Is Going To Get You', 'release_date': '2025-11-07', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:2MhRCfdhN8os29CovIIsqV', }), 'artists': list([ dict({ 'artist_id': '0wnYgCeP013HkKoOyC5V32', 'name': 'Allie X', 'uri': 'spotify:artist:0wnYgCeP013HkKoOyC5V32', }), ]), 'disc_number': 1, 'duration_ms': 236026, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3H2rJN1EXtwchBCSPtQMH1', }), 'href': 'https://api.spotify.com/v1/tracks/3H2rJN1EXtwchBCSPtQMH1', 'is_local': False, 'name': 'Reunite', 'track_id': '3H2rJN1EXtwchBCSPtQMH1', 'track_number': 4, 'type': , 'uri': 'spotify:track:3H2rJN1EXtwchBCSPtQMH1', }), dict({ 'album': dict({ 'album_id': '3nL6S2DQUe71FicS2UpJ4b', 'album_type': , 'artists': list([ dict({ 'artist_id': '29GuyTDTPnxeRQhEdbmGLn', 'name': 'HEXXENMIND', 'uri': 'spotify:artist:29GuyTDTPnxeRQhEdbmGLn', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273ef9542dcf36ea3f7f66d2487', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02ef9542dcf36ea3f7f66d2487', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851ef9542dcf36ea3f7f66d2487', 'width': 64, }), ]), 'name': 'The Fate of Ophelia - Rock', 'release_date': '2025-10-15', 'release_date_precision': , 'total_tracks': 4, 'uri': 'spotify:album:3nL6S2DQUe71FicS2UpJ4b', }), 'artists': list([ dict({ 'artist_id': '29GuyTDTPnxeRQhEdbmGLn', 'name': 'HEXXENMIND', 'uri': 'spotify:artist:29GuyTDTPnxeRQhEdbmGLn', }), ]), 'disc_number': 1, 'duration_ms': 267697, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/7sa0Obv4Y9y7rpIYhudEu7', }), 'href': 'https://api.spotify.com/v1/tracks/7sa0Obv4Y9y7rpIYhudEu7', 'is_local': False, 'name': 'The Fate of Ophelia', 'track_id': '7sa0Obv4Y9y7rpIYhudEu7', 'track_number': 1, 'type': , 'uri': 'spotify:track:7sa0Obv4Y9y7rpIYhudEu7', }), dict({ 'album': dict({ 'album_id': '6KpFTQPwkK9hY39Tl7Wggv', 'album_type': , 'artists': list([ dict({ 'artist_id': '1A6HQzOvtGaCYihOuIKjE6', 'name': 'Mr. Polska', 'uri': 'spotify:artist:1A6HQzOvtGaCYihOuIKjE6', }), dict({ 'artist_id': '2z9op9COiMU6QquVfY8HTN', 'name': 'WINSON', 'uri': 'spotify:artist:2z9op9COiMU6QquVfY8HTN', }), dict({ 'artist_id': '30tToHC6q3nB7Lious0MZW', 'name': 'Teletech', 'uri': 'spotify:artist:30tToHC6q3nB7Lious0MZW', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273acac489988aaa24f3fec5eb9', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02acac489988aaa24f3fec5eb9', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851acac489988aaa24f3fec5eb9', 'width': 64, }), ]), 'name': 'Otherside', 'release_date': '2025-12-19', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:6KpFTQPwkK9hY39Tl7Wggv', }), 'artists': list([ dict({ 'artist_id': '1A6HQzOvtGaCYihOuIKjE6', 'name': 'Mr. Polska', 'uri': 'spotify:artist:1A6HQzOvtGaCYihOuIKjE6', }), dict({ 'artist_id': '2z9op9COiMU6QquVfY8HTN', 'name': 'WINSON', 'uri': 'spotify:artist:2z9op9COiMU6QquVfY8HTN', }), dict({ 'artist_id': '30tToHC6q3nB7Lious0MZW', 'name': 'Teletech', 'uri': 'spotify:artist:30tToHC6q3nB7Lious0MZW', }), ]), 'disc_number': 1, 'duration_ms': 192000, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/07Zj558j9j9TWq7HIcTFZn', }), 'href': 'https://api.spotify.com/v1/tracks/07Zj558j9j9TWq7HIcTFZn', 'is_local': False, 'name': 'Otherside', 'track_id': '07Zj558j9j9TWq7HIcTFZn', 'track_number': 1, 'type': , 'uri': 'spotify:track:07Zj558j9j9TWq7HIcTFZn', }), dict({ 'album': dict({ 'album_id': '4MRcN8PhMhBe84tcPLe2QJ', 'album_type': , 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2731b029b71b43652cdc6e9fc0f', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e021b029b71b43652cdc6e9fc0f', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048511b029b71b43652cdc6e9fc0f', 'width': 64, }), ]), 'name': 'A Moment Apart (Deluxe Edition)', 'release_date': '2018-11-30', 'release_date_precision': , 'total_tracks': 25, 'uri': 'spotify:album:4MRcN8PhMhBe84tcPLe2QJ', }), 'artists': list([ dict({ 'artist_id': '21mKp7DqtSNHhCAU2ugvUw', 'name': 'ODESZA', 'uri': 'spotify:artist:21mKp7DqtSNHhCAU2ugvUw', }), dict({ 'artist_id': '0DGAOR3KtqWwWSwDzhzqOa', 'name': 'Zyra', 'uri': 'spotify:artist:0DGAOR3KtqWwWSwDzhzqOa', }), ]), 'disc_number': 2, 'duration_ms': 240440, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/2XyNLoEWc4IDt9OVzXZUXl', }), 'href': 'https://api.spotify.com/v1/tracks/2XyNLoEWc4IDt9OVzXZUXl', 'is_local': False, 'name': 'Itโ€™s Only - ODESZA VIP Remix', 'track_id': '2XyNLoEWc4IDt9OVzXZUXl', 'track_number': 3, 'type': , 'uri': 'spotify:track:2XyNLoEWc4IDt9OVzXZUXl', }), dict({ 'album': dict({ 'album_id': '3ZdwtiZ6iYOtkRtFq2tmO9', 'album_type': , 'artists': list([ dict({ 'artist_id': '1NcsVSxFdXsnwvE64zV9xX', 'name': 'Rave The Reqviem', 'uri': 'spotify:artist:1NcsVSxFdXsnwvE64zV9xX', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273a289c90263027f60738bed75', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02a289c90263027f60738bed75', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851a289c90263027f60738bed75', 'width': 64, }), ]), 'name': 'The Gospel of Nil - Revised Standard Version', 'release_date': '2016-10-06', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:3ZdwtiZ6iYOtkRtFq2tmO9', }), 'artists': list([ dict({ 'artist_id': '1NcsVSxFdXsnwvE64zV9xX', 'name': 'Rave The Reqviem', 'uri': 'spotify:artist:1NcsVSxFdXsnwvE64zV9xX', }), ]), 'disc_number': 1, 'duration_ms': 194085, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6vy64DzPmsCUNue0FpmM6r', }), 'href': 'https://api.spotify.com/v1/tracks/6vy64DzPmsCUNue0FpmM6r', 'is_local': False, 'name': 'Mono Heart', 'track_id': '6vy64DzPmsCUNue0FpmM6r', 'track_number': 6, 'type': , 'uri': 'spotify:track:6vy64DzPmsCUNue0FpmM6r', }), dict({ 'album': dict({ 'album_id': '2D48QGD5lU5kErH6PxLjTs', 'album_type': , 'artists': list([ dict({ 'artist_id': '1yqxFtPHKcGcv6SXZNdyT9', 'name': 'MK', 'uri': 'spotify:artist:1yqxFtPHKcGcv6SXZNdyT9', }), dict({ 'artist_id': '4DWuml4Jf6K81b5rAPwMb6', 'name': 'Clementine Douglas', 'uri': 'spotify:artist:4DWuml4Jf6K81b5rAPwMb6', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273ff386681b00d7f8ee77734c9', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02ff386681b00d7f8ee77734c9', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851ff386681b00d7f8ee77734c9', 'width': 64, }), ]), 'name': 'Come Find Me (with Clementine Douglas)', 'release_date': '2025-09-26', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:2D48QGD5lU5kErH6PxLjTs', }), 'artists': list([ dict({ 'artist_id': '1yqxFtPHKcGcv6SXZNdyT9', 'name': 'MK', 'uri': 'spotify:artist:1yqxFtPHKcGcv6SXZNdyT9', }), dict({ 'artist_id': '4DWuml4Jf6K81b5rAPwMb6', 'name': 'Clementine Douglas', 'uri': 'spotify:artist:4DWuml4Jf6K81b5rAPwMb6', }), ]), 'disc_number': 1, 'duration_ms': 207149, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/03AhbPoniP5uqqJKYGWgZE', }), 'href': 'https://api.spotify.com/v1/tracks/03AhbPoniP5uqqJKYGWgZE', 'is_local': False, 'name': 'Come Find Me (with Clementine Douglas)', 'track_id': '03AhbPoniP5uqqJKYGWgZE', 'track_number': 1, 'type': , 'uri': 'spotify:track:03AhbPoniP5uqqJKYGWgZE', }), dict({ 'album': dict({ 'album_id': '2OMCroH113OoIxVbMUwtSY', 'album_type': , 'artists': list([ dict({ 'artist_id': '343NN0x0NpJGNjwB52gJ5J', 'name': 'FHE', 'uri': 'spotify:artist:343NN0x0NpJGNjwB52gJ5J', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b273e8622fd0b82b487248ce5647', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e02e8622fd0b82b487248ce5647', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d00004851e8622fd0b82b487248ce5647', 'width': 64, }), ]), 'name': 'Beg For More', 'release_date': '2020-07-23', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:2OMCroH113OoIxVbMUwtSY', }), 'artists': list([ dict({ 'artist_id': '343NN0x0NpJGNjwB52gJ5J', 'name': 'FHE', 'uri': 'spotify:artist:343NN0x0NpJGNjwB52gJ5J', }), ]), 'disc_number': 1, 'duration_ms': 203586, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/6DEsqinq33fSFFMj6MoEH3', }), 'href': 'https://api.spotify.com/v1/tracks/6DEsqinq33fSFFMj6MoEH3', 'is_local': False, 'name': 'Beg For More', 'track_id': '6DEsqinq33fSFFMj6MoEH3', 'track_number': 1, 'type': , 'uri': 'spotify:track:6DEsqinq33fSFFMj6MoEH3', }), dict({ 'album': dict({ 'album_id': '2ZYmViriDHQS2bzBohrLXj', 'album_type': , 'artists': list([ dict({ 'artist_id': '4v4qHupYi7eRJfkniHrp4Z', 'name': 'Young Guns', 'uri': 'spotify:artist:4v4qHupYi7eRJfkniHrp4Z', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2738f2411416b3b2fe181d559fe', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e028f2411416b3b2fe181d559fe', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048518f2411416b3b2fe181d559fe', 'width': 64, }), ]), 'name': 'Ones And Zeros', 'release_date': '2015-02-18', 'release_date_precision': , 'total_tracks': 12, 'uri': 'spotify:album:2ZYmViriDHQS2bzBohrLXj', }), 'artists': list([ dict({ 'artist_id': '4v4qHupYi7eRJfkniHrp4Z', 'name': 'Young Guns', 'uri': 'spotify:artist:4v4qHupYi7eRJfkniHrp4Z', }), ]), 'disc_number': 1, 'duration_ms': 224213, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0QSMTHdo8JRa7PazhGrbIK', }), 'href': 'https://api.spotify.com/v1/tracks/0QSMTHdo8JRa7PazhGrbIK', 'is_local': False, 'name': 'I Want Out', 'track_id': '0QSMTHdo8JRa7PazhGrbIK', 'track_number': 2, 'type': , 'uri': 'spotify:track:0QSMTHdo8JRa7PazhGrbIK', }), dict({ 'album': dict({ 'album_id': '3R9XNmwrYl49GE9tKPCtpL', 'album_type': , 'artists': list([ dict({ 'artist_id': '4gfZR0IgXCNrMe1U2QfnyA', 'name': 'DummiBoiBeatz', 'uri': 'spotify:artist:4gfZR0IgXCNrMe1U2QfnyA', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2738ac99c178ab3be15dcac0aa9', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e028ac99c178ab3be15dcac0aa9', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048518ac99c178ab3be15dcac0aa9', 'width': 64, }), ]), 'name': 'Chosen (Side A)', 'release_date': '2025-09-19', 'release_date_precision': , 'total_tracks': 10, 'uri': 'spotify:album:3R9XNmwrYl49GE9tKPCtpL', }), 'artists': list([ dict({ 'artist_id': '4gfZR0IgXCNrMe1U2QfnyA', 'name': 'DummiBoiBeatz', 'uri': 'spotify:artist:4gfZR0IgXCNrMe1U2QfnyA', }), dict({ 'artist_id': '6y6iXD929Jqq0xc6lgwhl1', 'name': 'LAUREL', 'uri': 'spotify:artist:6y6iXD929Jqq0xc6lgwhl1', }), ]), 'disc_number': 1, 'duration_ms': 222916, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/17abRyAYKiIm2B46H2jrix', }), 'href': 'https://api.spotify.com/v1/tracks/17abRyAYKiIm2B46H2jrix', 'is_local': False, 'name': 'Drown In Sunlight - DummiBoiBeatz Version', 'track_id': '17abRyAYKiIm2B46H2jrix', 'track_number': 1, 'type': , 'uri': 'spotify:track:17abRyAYKiIm2B46H2jrix', }), dict({ 'album': dict({ 'album_id': '1jjx7U3tayhJTytJVBj0WY', 'album_type': , 'artists': list([ dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b2732015d006804756df2e271b74', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e022015d006804756df2e271b74', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d000048512015d006804756df2e271b74', 'width': 64, }), ]), 'name': 'Legends', 'release_date': '2025-10-17', 'release_date_precision': , 'total_tracks': 11, 'uri': 'spotify:album:1jjx7U3tayhJTytJVBj0WY', }), 'artists': list([ dict({ 'artist_id': '3o2dn2O0FCVsWDFSh8qxgG', 'name': 'Sabaton', 'uri': 'spotify:artist:3o2dn2O0FCVsWDFSh8qxgG', }), ]), 'disc_number': 1, 'duration_ms': 255973, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3CZDkpmq245kzvCe44P2hM', }), 'href': 'https://api.spotify.com/v1/tracks/3CZDkpmq245kzvCe44P2hM', 'is_local': False, 'name': 'I, Emperor', 'track_id': '3CZDkpmq245kzvCe44P2hM', 'track_number': 5, 'type': , 'uri': 'spotify:track:3CZDkpmq245kzvCe44P2hM', }), dict({ 'album': dict({ 'album_id': '5fuGZizTNkIW3Y0xqJEInl', 'album_type': , 'artists': list([ dict({ 'artist_id': '17l4XlVVWNktDeJDigQ3HJ', 'name': 'Dilla', 'uri': 'spotify:artist:17l4XlVVWNktDeJDigQ3HJ', }), dict({ 'artist_id': '5kDJnYkE7Xm5zgEsJHb23u', 'name': 'emi x', 'uri': 'spotify:artist:5kDJnYkE7Xm5zgEsJHb23u', }), ]), 'images': list([ dict({ 'height': 640, 'url': 'https://i.scdn.co/image/ab67616d0000b27323e759d17f77ea31f69c3fb2', 'width': 640, }), dict({ 'height': 300, 'url': 'https://i.scdn.co/image/ab67616d00001e0223e759d17f77ea31f69c3fb2', 'width': 300, }), dict({ 'height': 64, 'url': 'https://i.scdn.co/image/ab67616d0000485123e759d17f77ea31f69c3fb2', 'width': 64, }), ]), 'name': 'unter ihrem dress', 'release_date': '2021-10-29', 'release_date_precision': , 'total_tracks': 1, 'uri': 'spotify:album:5fuGZizTNkIW3Y0xqJEInl', }), 'artists': list([ dict({ 'artist_id': '17l4XlVVWNktDeJDigQ3HJ', 'name': 'Dilla', 'uri': 'spotify:artist:17l4XlVVWNktDeJDigQ3HJ', }), dict({ 'artist_id': '5kDJnYkE7Xm5zgEsJHb23u', 'name': 'emi x', 'uri': 'spotify:artist:5kDJnYkE7Xm5zgEsJHb23u', }), ]), 'disc_number': 1, 'duration_ms': 164295, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0fUSdXwgftvDECtVpSZ2cn', }), 'href': 'https://api.spotify.com/v1/tracks/0fUSdXwgftvDECtVpSZ2cn', 'is_local': False, 'name': 'unter ihrem dress', 'track_id': '0fUSdXwgftvDECtVpSZ2cn', 'track_number': 1, 'type': , 'uri': 'spotify:track:0fUSdXwgftvDECtVpSZ2cn', }), ]) # --- # name: test_search dict({ 'albums': list([ ]), 'artists': list([ ]), 'audiobooks': list([ ]), 'episodes': list([ ]), 'playlists': list([ ]), 'shows': list([ ]), 'tracks': list([ dict({ 'artists': list([ dict({ 'artist_id': '0gxyHStUsqpMadRV0Di1Qt', 'name': 'Rick Astley', 'uri': 'spotify:artist:0gxyHStUsqpMadRV0Di1Qt', }), ]), 'disc_number': 1, 'duration_ms': 213573, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/4PTG3Z6ehGkBFwjybzWkR8', }), 'href': 'https://api.spotify.com/v1/tracks/4PTG3Z6ehGkBFwjybzWkR8', 'is_local': False, 'name': 'Never Gonna Give You Up', 'track_id': '4PTG3Z6ehGkBFwjybzWkR8', 'track_number': 1, 'uri': 'spotify:track:4PTG3Z6ehGkBFwjybzWkR8', }), dict({ 'artists': list([ dict({ 'artist_id': '1mYgKcXdbklH5RwjU6XA8c', 'name': 'Sekou', 'uri': 'spotify:artist:1mYgKcXdbklH5RwjU6XA8c', }), ]), 'disc_number': 1, 'duration_ms': 165315, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/5juAS6AmOceMjFnlUaJQr2', }), 'href': 'https://api.spotify.com/v1/tracks/5juAS6AmOceMjFnlUaJQr2', 'is_local': False, 'name': 'Never Gunna Give You Up', 'track_id': '5juAS6AmOceMjFnlUaJQr2', 'track_number': 1, 'uri': 'spotify:track:5juAS6AmOceMjFnlUaJQr2', }), dict({ 'artists': list([ dict({ 'artist_id': '1K8Sk2nWCEIqOsGPT1cV9Q', 'name': 'Harlem Dance Club', 'uri': 'spotify:artist:1K8Sk2nWCEIqOsGPT1cV9Q', }), ]), 'disc_number': 1, 'duration_ms': 193231, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0EuQ4KOfNmQX9RQt8BN9gG', }), 'href': 'https://api.spotify.com/v1/tracks/0EuQ4KOfNmQX9RQt8BN9gG', 'is_local': False, 'name': 'Never Gonna Give You Up', 'track_id': '0EuQ4KOfNmQX9RQt8BN9gG', 'track_number': 1, 'uri': 'spotify:track:0EuQ4KOfNmQX9RQt8BN9gG', }), dict({ 'artists': list([ dict({ 'artist_id': '5ApzCoihjAuHAfGVoVqv61', 'name': 'Kapena', 'uri': 'spotify:artist:5ApzCoihjAuHAfGVoVqv61', }), ]), 'disc_number': 1, 'duration_ms': 191796, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/0PAiAlK1oyPeWvet3ZVmfE', }), 'href': 'https://api.spotify.com/v1/tracks/0PAiAlK1oyPeWvet3ZVmfE', 'is_local': False, 'name': 'Never Gonna Give You Up', 'track_id': '0PAiAlK1oyPeWvet3ZVmfE', 'track_number': 9, 'uri': 'spotify:track:0PAiAlK1oyPeWvet3ZVmfE', }), dict({ 'artists': list([ dict({ 'artist_id': '5ApzCoihjAuHAfGVoVqv61', 'name': 'Kapena', 'uri': 'spotify:artist:5ApzCoihjAuHAfGVoVqv61', }), ]), 'disc_number': 1, 'duration_ms': 191053, 'explicit': False, 'external_urls': dict({ 'spotify': 'https://open.spotify.com/track/3XQsHKA5zyxVkavbQ5d79m', }), 'href': 'https://api.spotify.com/v1/tracks/3XQsHKA5zyxVkavbQ5d79m', 'is_local': False, 'name': 'Never Gonna Give You Up', 'track_id': '3XQsHKA5zyxVkavbQ5d79m', 'track_number': 6, 'uri': 'spotify:track:3XQsHKA5zyxVkavbQ5d79m', }), ]), }) # --- python-spotify-2.0.2/tests/conftest.py000066400000000000000000000024401515206530700200740ustar00rootroot00000000000000"""Asynchronous Python client for Spotify.""" from collections.abc import AsyncGenerator, Generator import aiohttp from aioresponses import aioresponses import pytest from spotifyaio import SpotifyClient from syrupy import SnapshotAssertion from .syrupy import SpotifySnapshotExtension @pytest.fixture(name="snapshot") def snapshot_assertion(snapshot: SnapshotAssertion) -> SnapshotAssertion: """Return snapshot assertion fixture with the Spotify extension.""" return snapshot.use_extension(SpotifySnapshotExtension) @pytest.fixture(name="spotify_client") async def client() -> AsyncGenerator[SpotifyClient, None]: """Return a Spotify client.""" async with ( aiohttp.ClientSession() as session, SpotifyClient( session=session, ) as spotify_client, ): yield spotify_client @pytest.fixture(name="authenticated_client") async def authenticated_client( spotify_client: SpotifyClient, ) -> SpotifyClient: """Return an authenticated Spotify client.""" spotify_client.authenticate("test") return spotify_client @pytest.fixture(name="responses") def aioresponses_fixture() -> Generator[aioresponses, None, None]: """Return aioresponses fixture.""" with aioresponses() as mocked_responses: yield mocked_responses python-spotify-2.0.2/tests/const.py000066400000000000000000000004371515206530700174010ustar00rootroot00000000000000"""Constants for tests.""" from importlib import metadata SPOTIFY_URL = "https://api.spotify.com" version = metadata.version("spotifyaio") HEADERS = { "User-Agent": f"AioSpotify/{version}", "Accept": "application/json, text/plain, */*", "Authorization": "Bearer test", } python-spotify-2.0.2/tests/fixtures/000077500000000000000000000000001515206530700175465ustar00rootroot00000000000000python-spotify-2.0.2/tests/fixtures/album_tracks.json000066400000000000000000001527331515206530700231230ustar00rootroot00000000000000{ "href": "https://api.spotify.com/v1/albums/4aawyAB9vmqN3uQ7FjRGTy/tracks?offset=0&limit=48", "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7iJrDbKM5fEkGdm5kpjFzS" }, "href": "https://api.spotify.com/v1/artists/7iJrDbKM5fEkGdm5kpjFzS", "id": "7iJrDbKM5fEkGdm5kpjFzS", "name": "Sensato", "type": "artist", "uri": "spotify:artist:7iJrDbKM5fEkGdm5kpjFzS" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 85400, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/6OmhkSOpvYBokMKQxpIGx2" }, "href": "https://api.spotify.com/v1/tracks/6OmhkSOpvYBokMKQxpIGx2", "id": "6OmhkSOpvYBokMKQxpIGx2", "name": "Global Warming (feat. Sensato)", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:6OmhkSOpvYBokMKQxpIGx2", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2L8yW8GIoirHEdeW4bWQXq" }, "href": "https://api.spotify.com/v1/artists/2L8yW8GIoirHEdeW4bWQXq", "id": "2L8yW8GIoirHEdeW4bWQXq", "name": "TJR", "type": "artist", "uri": "spotify:artist:2L8yW8GIoirHEdeW4bWQXq" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 206120, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2iblMMIgSznA464mNov7A8" }, "href": "https://api.spotify.com/v1/tracks/2iblMMIgSznA464mNov7A8", "id": "2iblMMIgSznA464mNov7A8", "name": "Don't Stop the Party (feat. TJR)", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:2iblMMIgSznA464mNov7A8", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1l7ZsJRRS8wlW3WfJfPfNS" }, "href": "https://api.spotify.com/v1/artists/1l7ZsJRRS8wlW3WfJfPfNS", "id": "1l7ZsJRRS8wlW3WfJfPfNS", "name": "Christina Aguilera", "type": "artist", "uri": "spotify:artist:1l7ZsJRRS8wlW3WfJfPfNS" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 229506, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4yOn1TEcfsKHUJCL2h1r8I" }, "href": "https://api.spotify.com/v1/tracks/4yOn1TEcfsKHUJCL2h1r8I", "id": "4yOn1TEcfsKHUJCL2h1r8I", "name": "Feel This Moment (feat. Christina Aguilera)", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:4yOn1TEcfsKHUJCL2h1r8I", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 207440, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7fmpKF0rLGPnP7kcQ5ZMm7" }, "href": "https://api.spotify.com/v1/tracks/7fmpKF0rLGPnP7kcQ5ZMm7", "id": "7fmpKF0rLGPnP7kcQ5ZMm7", "name": "Back in Time - featured in \"Men In Black 3\"", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:7fmpKF0rLGPnP7kcQ5ZMm7", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7bXgB6jMjp9ATFy66eO08Z" }, "href": "https://api.spotify.com/v1/artists/7bXgB6jMjp9ATFy66eO08Z", "id": "7bXgB6jMjp9ATFy66eO08Z", "name": "Chris Brown", "type": "artist", "uri": "spotify:artist:7bXgB6jMjp9ATFy66eO08Z" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 221133, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3jStb2imKd6oUoBT1zq5lp" }, "href": "https://api.spotify.com/v1/tracks/3jStb2imKd6oUoBT1zq5lp", "id": "3jStb2imKd6oUoBT1zq5lp", "name": "Hope We Meet Again (feat. Chris Brown)", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:3jStb2imKd6oUoBT1zq5lp", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/23zg3TcAtWQy7J6upgbUnj" }, "href": "https://api.spotify.com/v1/artists/23zg3TcAtWQy7J6upgbUnj", "id": "23zg3TcAtWQy7J6upgbUnj", "name": "USHER", "type": "artist", "uri": "spotify:artist:23zg3TcAtWQy7J6upgbUnj" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4D75GcNG95ebPtNvoNVXhz" }, "href": "https://api.spotify.com/v1/artists/4D75GcNG95ebPtNvoNVXhz", "id": "4D75GcNG95ebPtNvoNVXhz", "name": "AFROJACK", "type": "artist", "uri": "spotify:artist:4D75GcNG95ebPtNvoNVXhz" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 243160, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/6Q4PYJtrq8CBx7YCY5IyRN" }, "href": "https://api.spotify.com/v1/tracks/6Q4PYJtrq8CBx7YCY5IyRN", "id": "6Q4PYJtrq8CBx7YCY5IyRN", "name": "Party Ain't Over (feat. Usher & Afrojack)", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:6Q4PYJtrq8CBx7YCY5IyRN", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2DlGxzQSjYe5N6G9nkYghR" }, "href": "https://api.spotify.com/v1/artists/2DlGxzQSjYe5N6G9nkYghR", "id": "2DlGxzQSjYe5N6G9nkYghR", "name": "Jennifer Lopez", "type": "artist", "uri": "spotify:artist:2DlGxzQSjYe5N6G9nkYghR" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 196920, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0QTVwqcOsYd73AOkYkk0Hg" }, "href": "https://api.spotify.com/v1/tracks/0QTVwqcOsYd73AOkYkk0Hg", "id": "0QTVwqcOsYd73AOkYkk0Hg", "name": "Drinks for You (Ladies Anthem) (feat. J. Lo)", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:0QTVwqcOsYd73AOkYkk0Hg", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2NhdGz9EDv2FeUw6udu2g1" }, "href": "https://api.spotify.com/v1/artists/2NhdGz9EDv2FeUw6udu2g1", "id": "2NhdGz9EDv2FeUw6udu2g1", "name": "The Wanted", "type": "artist", "uri": "spotify:artist:2NhdGz9EDv2FeUw6udu2g1" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4D75GcNG95ebPtNvoNVXhz" }, "href": "https://api.spotify.com/v1/artists/4D75GcNG95ebPtNvoNVXhz", "id": "4D75GcNG95ebPtNvoNVXhz", "name": "AFROJACK", "type": "artist", "uri": "spotify:artist:4D75GcNG95ebPtNvoNVXhz" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 244920, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/10Sydb6AAFPdgCzCKOSZuI" }, "href": "https://api.spotify.com/v1/tracks/10Sydb6AAFPdgCzCKOSZuI", "id": "10Sydb6AAFPdgCzCKOSZuI", "name": "Have Some Fun (feat. The Wanted & Afrojack)", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:10Sydb6AAFPdgCzCKOSZuI", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0e9P96siQmxphVXAwTy2pa" }, "href": "https://api.spotify.com/v1/artists/0e9P96siQmxphVXAwTy2pa", "id": "0e9P96siQmxphVXAwTy2pa", "name": "Danny Mercer", "type": "artist", "uri": "spotify:artist:0e9P96siQmxphVXAwTy2pa" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 206800, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/4k61iDqmtX9nI7RfLmp9aq" }, "href": "https://api.spotify.com/v1/tracks/4k61iDqmtX9nI7RfLmp9aq", "id": "4k61iDqmtX9nI7RfLmp9aq", "name": "Outta Nowhere (feat. Danny Mercer)", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:4k61iDqmtX9nI7RfLmp9aq", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7qG3b048QCHVRO5Pv1T5lw" }, "href": "https://api.spotify.com/v1/artists/7qG3b048QCHVRO5Pv1T5lw", "id": "7qG3b048QCHVRO5Pv1T5lw", "name": "Enrique Iglesias", "type": "artist", "uri": "spotify:artist:7qG3b048QCHVRO5Pv1T5lw" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 205800, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/7oGRkL31ElVMcevQDceT99" }, "href": "https://api.spotify.com/v1/tracks/7oGRkL31ElVMcevQDceT99", "id": "7oGRkL31ElVMcevQDceT99", "name": "Tchu Tchu Tcha (feat. Enrique Iglesias)", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:7oGRkL31ElVMcevQDceT99", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4D75GcNG95ebPtNvoNVXhz" }, "href": "https://api.spotify.com/v1/artists/4D75GcNG95ebPtNvoNVXhz", "id": "4D75GcNG95ebPtNvoNVXhz", "name": "AFROJACK", "type": "artist", "uri": "spotify:artist:4D75GcNG95ebPtNvoNVXhz" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1EVWYRr2obCRDoSoD6KSuM" }, "href": "https://api.spotify.com/v1/artists/1EVWYRr2obCRDoSoD6KSuM", "id": "1EVWYRr2obCRDoSoD6KSuM", "name": "Havana Brown", "type": "artist", "uri": "spotify:artist:1EVWYRr2obCRDoSoD6KSuM" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 219600, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/60xPqMqnHZl7Jfiu6E9q8X" }, "href": "https://api.spotify.com/v1/tracks/60xPqMqnHZl7Jfiu6E9q8X", "id": "60xPqMqnHZl7Jfiu6E9q8X", "name": "Last Night (feat. Afrojack & Havana Brown)", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:60xPqMqnHZl7Jfiu6E9q8X", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 197520, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/1jAdXqOSICyXYLaW9ioSur" }, "href": "https://api.spotify.com/v1/tracks/1jAdXqOSICyXYLaW9ioSur", "id": "1jAdXqOSICyXYLaW9ioSur", "name": "I'm Off That", "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:1jAdXqOSICyXYLaW9ioSur", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5F2Bwl7Is7KVwTbNbMclIS" }, "href": "https://api.spotify.com/v1/artists/5F2Bwl7Is7KVwTbNbMclIS", "id": "5F2Bwl7Is7KVwTbNbMclIS", "name": "Papayo", "type": "artist", "uri": "spotify:artist:5F2Bwl7Is7KVwTbNbMclIS" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 196440, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0fjRYHFz9ealui1lfnN8it" }, "href": "https://api.spotify.com/v1/tracks/0fjRYHFz9ealui1lfnN8it", "id": "0fjRYHFz9ealui1lfnN8it", "name": "Echa Pa'lla (Manos Pa'rriba) (feat. Papayo)", "preview_url": null, "track_number": 13, "type": "track", "uri": "spotify:track:0fjRYHFz9ealui1lfnN8it", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0z4gvV4rjIZ9wHck67ucSV" }, "href": "https://api.spotify.com/v1/artists/0z4gvV4rjIZ9wHck67ucSV", "id": "0z4gvV4rjIZ9wHck67ucSV", "name": "Akon", "type": "artist", "uri": "spotify:artist:0z4gvV4rjIZ9wHck67ucSV" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5IqWDVLGThjmkm22e3oBU3" }, "href": "https://api.spotify.com/v1/artists/5IqWDVLGThjmkm22e3oBU3", "id": "5IqWDVLGThjmkm22e3oBU3", "name": "David Rush", "type": "artist", "uri": "spotify:artist:5IqWDVLGThjmkm22e3oBU3" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 257613, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/7of35ktwTbL906Z1i3mT4K" }, "href": "https://api.spotify.com/v1/tracks/7of35ktwTbL906Z1i3mT4K", "id": "7of35ktwTbL906Z1i3mT4K", "name": "Everybody Fucks (feat. Akon & David Rush)", "preview_url": null, "track_number": 14, "type": "track", "uri": "spotify:track:7of35ktwTbL906Z1i3mT4K", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0EmeFodog0BfCgMzAIvKQp" }, "href": "https://api.spotify.com/v1/artists/0EmeFodog0BfCgMzAIvKQp", "id": "0EmeFodog0BfCgMzAIvKQp", "name": "Shakira", "type": "artist", "uri": "spotify:artist:0EmeFodog0BfCgMzAIvKQp" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 245920, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2JA6A6Y5f4m7PawM58U2Op" }, "href": "https://api.spotify.com/v1/tracks/2JA6A6Y5f4m7PawM58U2Op", "id": "2JA6A6Y5f4m7PawM58U2Op", "name": "Get It Started (feat. Shakira)", "preview_url": null, "track_number": 15, "type": "track", "uri": "spotify:track:2JA6A6Y5f4m7PawM58U2Op", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3BnF35ARlp8mMeyXTjUZsr" }, "href": "https://api.spotify.com/v1/artists/3BnF35ARlp8mMeyXTjUZsr", "id": "3BnF35ARlp8mMeyXTjUZsr", "name": "Vein", "type": "artist", "uri": "spotify:artist:3BnF35ARlp8mMeyXTjUZsr" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 217680, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/726qZxwhP0jVyIA0ujnnhb" }, "href": "https://api.spotify.com/v1/tracks/726qZxwhP0jVyIA0ujnnhb", "id": "726qZxwhP0jVyIA0ujnnhb", "name": "11:59 (feat. Vein)", "preview_url": null, "track_number": 16, "type": "track", "uri": "spotify:track:726qZxwhP0jVyIA0ujnnhb", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4wLXwxDeWQ8mtUIRPxGiD6" }, "href": "https://api.spotify.com/v1/artists/4wLXwxDeWQ8mtUIRPxGiD6", "id": "4wLXwxDeWQ8mtUIRPxGiD6", "name": "Marc Anthony", "type": "artist", "uri": "spotify:artist:4wLXwxDeWQ8mtUIRPxGiD6" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4MHssKddnziCghmwBHRiEY" }, "href": "https://api.spotify.com/v1/artists/4MHssKddnziCghmwBHRiEY", "id": "4MHssKddnziCghmwBHRiEY", "name": "Alle", "type": "artist", "uri": "spotify:artist:4MHssKddnziCghmwBHRiEY" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4Ws2otunReOa6BbwxxpCt6" }, "href": "https://api.spotify.com/v1/artists/4Ws2otunReOa6BbwxxpCt6", "id": "4Ws2otunReOa6BbwxxpCt6", "name": "Benny Benassi", "type": "artist", "uri": "spotify:artist:4Ws2otunReOa6BbwxxpCt6" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 316480, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6GPER1Sx8MrBiwWxdulg5Q" }, "href": "https://api.spotify.com/v1/tracks/6GPER1Sx8MrBiwWxdulg5Q", "id": "6GPER1Sx8MrBiwWxdulg5Q", "name": "Rain Over Me (feat. Marc Anthony) - Benny Benassi Remix", "preview_url": null, "track_number": 17, "type": "track", "uri": "spotify:track:6GPER1Sx8MrBiwWxdulg5Q", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7bXgB6jMjp9ATFy66eO08Z" }, "href": "https://api.spotify.com/v1/artists/7bXgB6jMjp9ATFy66eO08Z", "id": "7bXgB6jMjp9ATFy66eO08Z", "name": "Chris Brown", "type": "artist", "uri": "spotify:artist:7bXgB6jMjp9ATFy66eO08Z" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5I7l0lSOyusetwCv1aQPMf" }, "href": "https://api.spotify.com/v1/artists/5I7l0lSOyusetwCv1aQPMf", "id": "5I7l0lSOyusetwCv1aQPMf", "name": "Jump Smokers", "type": "artist", "uri": "spotify:artist:5I7l0lSOyusetwCv1aQPMf" } ], "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "disc_number": 1, "duration_ms": 309626, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4TWgcICXXfGty8MHGWJ4Ne" }, "href": "https://api.spotify.com/v1/tracks/4TWgcICXXfGty8MHGWJ4Ne", "id": "4TWgcICXXfGty8MHGWJ4Ne", "name": "International Love (feat. Chris Brown) - Jump Smokers Extended Mix", "preview_url": null, "track_number": 18, "type": "track", "uri": "spotify:track:4TWgcICXXfGty8MHGWJ4Ne", "is_local": false } ], "limit": 48, "next": null, "offset": 0, "previous": null, "total": 18 } python-spotify-2.0.2/tests/fixtures/artist.json000066400000000000000000000014451515206530700217530ustar00rootroot00000000000000{ "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "followers": { "href": null, "total": 12425030 }, "genres": [], "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb8d8ac7290d0fe2d12fb6e4d9", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab676161000051748d8ac7290d0fe2d12fb6e4d9", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f1788d8ac7290d0fe2d12fb6e4d9", "height": 160, "width": 160 } ], "name": "Pitbull", "popularity": 85, "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } python-spotify-2.0.2/tests/fixtures/artist_albums.json000066400000000000000000006246671515206530700233370ustar00rootroot00000000000000{ "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg/albums?offset=0&limit=48&include_groups=album,single,compilation,appears_on", "limit": 48, "next": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg/albums?offset=48&limit=48&include_groups=album,single,compilation,appears_on", "offset": 0, "previous": null, "total": 918, "items": [ { "album_type": "album", "total_tracks": 11, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1nPRTKmS3Bn0f2ih11i2aH" }, "href": "https://api.spotify.com/v1/albums/1nPRTKmS3Bn0f2ih11i2aH", "id": "1nPRTKmS3Bn0f2ih11i2aH", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273fa853d9769c89d08a74983bb", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02fa853d9769c89d08a74983bb", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851fa853d9769c89d08a74983bb", "height": 64, "width": 64 } ], "name": "UNDERDOGS", "release_date": "2025-08-29", "release_date_precision": "day", "type": "album", "uri": "spotify:album:1nPRTKmS3Bn0f2ih11i2aH", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0b2GL7Y02vu50qieoQmw1w" }, "href": "https://api.spotify.com/v1/artists/0b2GL7Y02vu50qieoQmw1w", "id": "0b2GL7Y02vu50qieoQmw1w", "name": "IAmChino", "type": "artist", "uri": "spotify:artist:0b2GL7Y02vu50qieoQmw1w" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 7, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/56jg3KJcYmfL7RzYmG2O1Q" }, "href": "https://api.spotify.com/v1/albums/56jg3KJcYmfL7RzYmG2O1Q", "id": "56jg3KJcYmfL7RzYmG2O1Q", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273a0bac1996f26274685db1520", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02a0bac1996f26274685db1520", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851a0bac1996f26274685db1520", "height": 64, "width": 64 } ], "name": "Trackhouse (Daytona 500 Edition)", "release_date": "2024-02-16", "release_date_precision": "day", "type": "album", "uri": "spotify:album:56jg3KJcYmfL7RzYmG2O1Q", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 14, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1l86t4bTNT2j1X0ZBCIv6R" }, "href": "https://api.spotify.com/v1/albums/1l86t4bTNT2j1X0ZBCIv6R", "id": "1l86t4bTNT2j1X0ZBCIv6R", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27333a4ba8f73271a749c5d953d", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0233a4ba8f73271a749c5d953d", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485133a4ba8f73271a749c5d953d", "height": 64, "width": 64 } ], "name": "Trackhouse", "release_date": "2023-10-06", "release_date_precision": "day", "type": "album", "uri": "spotify:album:1l86t4bTNT2j1X0ZBCIv6R", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 15, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6nCJAxRvXmPkPiZo8Vh5ZG" }, "href": "https://api.spotify.com/v1/albums/6nCJAxRvXmPkPiZo8Vh5ZG", "id": "6nCJAxRvXmPkPiZo8Vh5ZG", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273f0dd8e557b66318ea8e6978d", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02f0dd8e557b66318ea8e6978d", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851f0dd8e557b66318ea8e6978d", "height": 64, "width": 64 } ], "name": "Libertad 548", "release_date": "2019-09-27", "release_date_precision": "day", "type": "album", "uri": "spotify:album:6nCJAxRvXmPkPiZo8Vh5ZG", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 19, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6ZSNnOY2ESMNoVQ5DdvHrj" }, "href": "https://api.spotify.com/v1/albums/6ZSNnOY2ESMNoVQ5DdvHrj", "id": "6ZSNnOY2ESMNoVQ5DdvHrj", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273bfb673e097b39939d6f91874", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02bfb673e097b39939d6f91874", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851bfb673e097b39939d6f91874", "height": 64, "width": 64 } ], "name": "Gotti (Original Motion Picture Soundtrack)", "release_date": "2018-06-14", "release_date_precision": "day", "type": "album", "uri": "spotify:album:6ZSNnOY2ESMNoVQ5DdvHrj", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6RFjbxELOWFXv54t6ccuRZ" }, "href": "https://api.spotify.com/v1/artists/6RFjbxELOWFXv54t6ccuRZ", "id": "6RFjbxELOWFXv54t6ccuRZ", "name": "Jorge Gomez", "type": "artist", "uri": "spotify:artist:6RFjbxELOWFXv54t6ccuRZ" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 12, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4jtKPpBQ5eneMwEI94f5Y0" }, "href": "https://api.spotify.com/v1/albums/4jtKPpBQ5eneMwEI94f5Y0", "id": "4jtKPpBQ5eneMwEI94f5Y0", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273dfa89274cbe23c1fe1b589d5", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02dfa89274cbe23c1fe1b589d5", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851dfa89274cbe23c1fe1b589d5", "height": 64, "width": 64 } ], "name": "Climate Change", "release_date": "2017-03-17", "release_date_precision": "day", "type": "album", "uri": "spotify:album:4jtKPpBQ5eneMwEI94f5Y0", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 12, "available_markets": [ "AD", "AL", "AM", "BA", "BE", "BG", "BY", "CW", "CY", "CZ", "DK", "EE", "ES", "FI", "FR", "GB", "GE", "GR", "HR", "HU", "IE", "IL", "IS", "IT", "KG", "KZ", "LI", "LT", "LU", "LV", "MC", "MD", "ME", "MK", "MT", "NL", "NO", "PL", "PT", "RO", "RS", "SE", "SI", "SK", "SM", "TJ", "TR", "UA", "UZ", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0tKKoGCz9CaZ3x1hDD6Ss2" }, "href": "https://api.spotify.com/v1/albums/0tKKoGCz9CaZ3x1hDD6Ss2", "id": "0tKKoGCz9CaZ3x1hDD6Ss2", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27361fd3efe3692e389a9dd09bf", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0261fd3efe3692e389a9dd09bf", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485161fd3efe3692e389a9dd09bf", "height": 64, "width": 64 } ], "name": "Dale", "release_date": "2015-06-30", "release_date_precision": "day", "type": "album", "uri": "spotify:album:0tKKoGCz9CaZ3x1hDD6Ss2", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 11, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4EUf4YyNjuXypWY6W5wEDm" }, "href": "https://api.spotify.com/v1/albums/4EUf4YyNjuXypWY6W5wEDm", "id": "4EUf4YyNjuXypWY6W5wEDm", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273e6efeff81a318670a292090f", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02e6efeff81a318670a292090f", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851e6efeff81a318670a292090f", "height": 64, "width": 64 } ], "name": "Globalization", "release_date": "2014-11-24", "release_date_precision": "day", "type": "album", "uri": "spotify:album:4EUf4YyNjuXypWY6W5wEDm", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 18, "available_markets": [ "AT", "BE", "BG", "CY", "CZ", "DE", "EE", "FI", "FR", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NO", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AM", "BW", "BF", "CV", "CW", "GM", "GE", "GW", "LS", "LR", "MW", "ML", "NA", "NE", "SM", "ST", "SN", "SC", "SL", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MR", "MN", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4aawyAB9vmqN3uQ7FjRGTy" }, "href": "https://api.spotify.com/v1/albums/4aawyAB9vmqN3uQ7FjRGTy", "id": "4aawyAB9vmqN3uQ7FjRGTy", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2732c5b24ecfa39523a75c993c4", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e022c5b24ecfa39523a75c993c4", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048512c5b24ecfa39523a75c993c4", "height": 64, "width": 64 } ], "name": "Global Warming", "release_date": "2012-11-16", "release_date_precision": "day", "type": "album", "uri": "spotify:album:4aawyAB9vmqN3uQ7FjRGTy", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 17, "available_markets": [ "AR", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "LS", "LR", "MW", "MV", "ML", "FM", "NA", "NE", "PR", "SM", "ST", "SN", "SC", "SL", "KN", "LC", "VC", "SR", "TL", "TT", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2F7tejLHzTqFq2XLol9ZGy" }, "href": "https://api.spotify.com/v1/albums/2F7tejLHzTqFq2XLol9ZGy", "id": "2F7tejLHzTqFq2XLol9ZGy", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2732ffc2c580b6595a3e675a730", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e022ffc2c580b6595a3e675a730", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048512ffc2c580b6595a3e675a730", "height": 64, "width": 64 } ], "name": "Global Warming: Meltdown (Deluxe Version)", "release_date": "2012", "release_date_precision": "year", "type": "album", "uri": "spotify:album:2F7tejLHzTqFq2XLol9ZGy", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 16, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4rG0MhkU6UojACJxkMHIXB" }, "href": "https://api.spotify.com/v1/albums/4rG0MhkU6UojACJxkMHIXB", "id": "4rG0MhkU6UojACJxkMHIXB", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2731dc7483a9fcfce54822a2f19", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e021dc7483a9fcfce54822a2f19", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048511dc7483a9fcfce54822a2f19", "height": 64, "width": 64 } ], "name": "Planet Pit (Deluxe Version)", "release_date": "2011-06-17", "release_date_precision": "day", "type": "album", "uri": "spotify:album:4rG0MhkU6UojACJxkMHIXB", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 14, "available_markets": [ "AU", "AT", "BE", "BG", "CA", "CY", "CZ", "DK", "DE", "EE", "FI", "FR", "GR", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "NL", "NZ", "NO", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1q23hvi1qvoADt2fh7FO7P" }, "href": "https://api.spotify.com/v1/albums/1q23hvi1qvoADt2fh7FO7P", "id": "1q23hvi1qvoADt2fh7FO7P", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2733eb0fc423b496236f33cb033", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e023eb0fc423b496236f33cb033", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048513eb0fc423b496236f33cb033", "height": 64, "width": 64 } ], "name": "Armando (Deluxe)", "release_date": "2010-11-02", "release_date_precision": "day", "type": "album", "uri": "spotify:album:1q23hvi1qvoADt2fh7FO7P", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 14, "available_markets": [ "AU", "AT", "BE", "BG", "CA", "CY", "CZ", "DK", "DE", "EE", "FI", "FR", "GR", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "NL", "NZ", "NO", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0kv3Rm7PODqJBQaVJiezuB" }, "href": "https://api.spotify.com/v1/albums/0kv3Rm7PODqJBQaVJiezuB", "id": "0kv3Rm7PODqJBQaVJiezuB", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2731091bce0b9d981cac5e4091c", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e021091bce0b9d981cac5e4091c", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048511091bce0b9d981cac5e4091c", "height": 64, "width": 64 } ], "name": "I Am Armando - Armando Reloaded", "release_date": "2010", "release_date_precision": "year", "type": "album", "uri": "spotify:album:0kv3Rm7PODqJBQaVJiezuB", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 15, "available_markets": [ "AR", "AU", "BE", "BO", "BR", "BG", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5xLAcbvbSAlRtPXnKkggXA" }, "href": "https://api.spotify.com/v1/albums/5xLAcbvbSAlRtPXnKkggXA", "id": "5xLAcbvbSAlRtPXnKkggXA", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27326d73ab8423a350faa5d395a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0226d73ab8423a350faa5d395a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485126d73ab8423a350faa5d395a", "height": 64, "width": 64 } ], "name": "Pitbull Starring In Rebelution", "release_date": "2009-10-23", "release_date_precision": "day", "type": "album", "uri": "spotify:album:5xLAcbvbSAlRtPXnKkggXA", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 18, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6ODOJvYpaQ3p0O6Agrlt4B" }, "href": "https://api.spotify.com/v1/albums/6ODOJvYpaQ3p0O6Agrlt4B", "id": "6ODOJvYpaQ3p0O6Agrlt4B", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273e5de6d02e83f63e381f0932b", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02e5de6d02e83f63e381f0932b", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851e5de6d02e83f63e381f0932b", "height": 64, "width": 64 } ], "name": "The Boatlift - Clean", "release_date": "2007-11-27", "release_date_precision": "day", "type": "album", "uri": "spotify:album:6ODOJvYpaQ3p0O6Agrlt4B", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 18, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/7m9AYxqeFPagkaqlg6WE0J" }, "href": "https://api.spotify.com/v1/albums/7m9AYxqeFPagkaqlg6WE0J", "id": "7m9AYxqeFPagkaqlg6WE0J", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2734b6e3bb6e298b4477bf2f6f0", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e024b6e3bb6e298b4477bf2f6f0", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048514b6e3bb6e298b4477bf2f6f0", "height": 64, "width": 64 } ], "name": "The Boatlift", "release_date": "2007-11-27", "release_date_precision": "day", "type": "album", "uri": "spotify:album:7m9AYxqeFPagkaqlg6WE0J", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 21, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/69bXbGpsjbLtygqiiaXIqf" }, "href": "https://api.spotify.com/v1/albums/69bXbGpsjbLtygqiiaXIqf", "id": "69bXbGpsjbLtygqiiaXIqf", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27363f27725465f14449c8258cb", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0263f27725465f14449c8258cb", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485163f27725465f14449c8258cb", "height": 64, "width": 64 } ], "name": "El Mariel - Clean", "release_date": "2006-10-31", "release_date_precision": "day", "type": "album", "uri": "spotify:album:69bXbGpsjbLtygqiiaXIqf", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 21, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/7rOcmdW8dWxlScy6AUgjI8" }, "href": "https://api.spotify.com/v1/albums/7rOcmdW8dWxlScy6AUgjI8", "id": "7rOcmdW8dWxlScy6AUgjI8", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2731b05e8f15f93dd1247e90c49", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e021b05e8f15f93dd1247e90c49", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048511b05e8f15f93dd1247e90c49", "height": 64, "width": 64 } ], "name": "El Mariel", "release_date": "2006-10-31", "release_date_precision": "day", "type": "album", "uri": "spotify:album:7rOcmdW8dWxlScy6AUgjI8", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 13, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4y8v2mnHITUR0Vi2HSAh4F" }, "href": "https://api.spotify.com/v1/albums/4y8v2mnHITUR0Vi2HSAh4F", "id": "4y8v2mnHITUR0Vi2HSAh4F", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273a8045f86097518b70cb499ee", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02a8045f86097518b70cb499ee", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851a8045f86097518b70cb499ee", "height": 64, "width": 64 } ], "name": "Money Is Still A Major Issue", "release_date": "2005-11-15", "release_date_precision": "day", "type": "album", "uri": "spotify:album:4y8v2mnHITUR0Vi2HSAh4F", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "album", "total_tracks": 16, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/76N6imyjQ9h5p2NzakHT32" }, "href": "https://api.spotify.com/v1/albums/76N6imyjQ9h5p2NzakHT32", "id": "76N6imyjQ9h5p2NzakHT32", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27300650b5e6be3af579ae18e7c", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0200650b5e6be3af579ae18e7c", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485100650b5e6be3af579ae18e7c", "height": 64, "width": 64 } ], "name": "M.I.A.M.I.", "release_date": "2004-08-24", "release_date_precision": "day", "type": "album", "uri": "spotify:album:76N6imyjQ9h5p2NzakHT32", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "album" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1ielCGOyyidzpbnxKctCLk" }, "href": "https://api.spotify.com/v1/albums/1ielCGOyyidzpbnxKctCLk", "id": "1ielCGOyyidzpbnxKctCLk", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27306cb49bdddf422972424980d", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0206cb49bdddf422972424980d", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485106cb49bdddf422972424980d", "height": 64, "width": 64 } ], "name": "Pa' Los Envidiosos", "release_date": "2026-02-06", "release_date_precision": "day", "type": "album", "uri": "spotify:album:1ielCGOyyidzpbnxKctCLk", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4zWFlKgU4j7ryWg5nsOmU6" }, "href": "https://api.spotify.com/v1/artists/4zWFlKgU4j7ryWg5nsOmU6", "id": "4zWFlKgU4j7ryWg5nsOmU6", "name": "Lenier", "type": "artist", "uri": "spotify:artist:4zWFlKgU4j7ryWg5nsOmU6" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1Q53Pq6VrC38FLf8yIHaE9" }, "href": "https://api.spotify.com/v1/albums/1Q53Pq6VrC38FLf8yIHaE9", "id": "1Q53Pq6VrC38FLf8yIHaE9", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27363df79b70d17204b59c7a09e", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0263df79b70d17204b59c7a09e", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485163df79b70d17204b59c7a09e", "height": 64, "width": 64 } ], "name": "R\u00c1PIDOS Y FURIOSOS 11", "release_date": "2026-01-14", "release_date_precision": "day", "type": "album", "uri": "spotify:album:1Q53Pq6VrC38FLf8yIHaE9", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1yX62RHdYysNcIrO33WQxJ" }, "href": "https://api.spotify.com/v1/artists/1yX62RHdYysNcIrO33WQxJ", "id": "1yX62RHdYysNcIrO33WQxJ", "name": "Dani Flow", "type": "artist", "uri": "spotify:artist:1yX62RHdYysNcIrO33WQxJ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6lpZfEeWcLG0DDfgd22km8" }, "href": "https://api.spotify.com/v1/albums/6lpZfEeWcLG0DDfgd22km8", "id": "6lpZfEeWcLG0DDfgd22km8", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273aa9ba9e7b528084ada3308b1", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02aa9ba9e7b528084ada3308b1", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851aa9ba9e7b528084ada3308b1", "height": 64, "width": 64 } ], "name": "Soy As\u00ed 2", "release_date": "2026-01-09", "release_date_precision": "day", "type": "album", "uri": "spotify:album:6lpZfEeWcLG0DDfgd22km8", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0b2GL7Y02vu50qieoQmw1w" }, "href": "https://api.spotify.com/v1/artists/0b2GL7Y02vu50qieoQmw1w", "id": "0b2GL7Y02vu50qieoQmw1w", "name": "IAmChino", "type": "artist", "uri": "spotify:artist:0b2GL7Y02vu50qieoQmw1w" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/137W8MRPWKqSmrBGDBFSop" }, "href": "https://api.spotify.com/v1/artists/137W8MRPWKqSmrBGDBFSop", "id": "137W8MRPWKqSmrBGDBFSop", "name": "Wiz Khalifa", "type": "artist", "uri": "spotify:artist:137W8MRPWKqSmrBGDBFSop" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5wguho5YJqF36UgNiY2mA8" }, "href": "https://api.spotify.com/v1/albums/5wguho5YJqF36UgNiY2mA8", "id": "5wguho5YJqF36UgNiY2mA8", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2732356f919195375b776f579a1", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e022356f919195375b776f579a1", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048512356f919195375b776f579a1", "height": 64, "width": 64 } ], "name": "Yeehaw", "release_date": "2025-12-26", "release_date_precision": "day", "type": "album", "uri": "spotify:album:5wguho5YJqF36UgNiY2mA8", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0FvJm0y2eHw0aPkLLU3sIG" }, "href": "https://api.spotify.com/v1/artists/0FvJm0y2eHw0aPkLLU3sIG", "id": "0FvJm0y2eHw0aPkLLU3sIG", "name": "FILMORE", "type": "artist", "uri": "spotify:artist:0FvJm0y2eHw0aPkLLU3sIG" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/44QE4TTUn2HuPc65iOkKhI" }, "href": "https://api.spotify.com/v1/albums/44QE4TTUn2HuPc65iOkKhI", "id": "44QE4TTUn2HuPc65iOkKhI", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273112ffbefca84603d765e1dee", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02112ffbefca84603d765e1dee", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851112ffbefca84603d765e1dee", "height": 64, "width": 64 } ], "name": "Yeehaw (Clean)", "release_date": "2025-12-25", "release_date_precision": "day", "type": "album", "uri": "spotify:album:44QE4TTUn2HuPc65iOkKhI", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0FvJm0y2eHw0aPkLLU3sIG" }, "href": "https://api.spotify.com/v1/artists/0FvJm0y2eHw0aPkLLU3sIG", "id": "0FvJm0y2eHw0aPkLLU3sIG", "name": "FILMORE", "type": "artist", "uri": "spotify:artist:0FvJm0y2eHw0aPkLLU3sIG" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/7EoWixoOdwjAqG7QNAYPqy" }, "href": "https://api.spotify.com/v1/albums/7EoWixoOdwjAqG7QNAYPqy", "id": "7EoWixoOdwjAqG7QNAYPqy", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273839e75853260058868d9cff9", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02839e75853260058868d9cff9", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851839e75853260058868d9cff9", "height": 64, "width": 64 } ], "name": "Fun Dip", "release_date": "2025-12-05", "release_date_precision": "day", "type": "album", "uri": "spotify:album:7EoWixoOdwjAqG7QNAYPqy", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0LthCv77K8NqLKr8B6266a" }, "href": "https://api.spotify.com/v1/artists/0LthCv77K8NqLKr8B6266a", "id": "0LthCv77K8NqLKr8B6266a", "name": "Freak Nasty", "type": "artist", "uri": "spotify:artist:0LthCv77K8NqLKr8B6266a" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 5, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/704rVRHvHjgKyIMAuFhn9G" }, "href": "https://api.spotify.com/v1/albums/704rVRHvHjgKyIMAuFhn9G", "id": "704rVRHvHjgKyIMAuFhn9G", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27392aa9a2b1e5c37f1dac1cae5", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0292aa9a2b1e5c37f1dac1cae5", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485192aa9a2b1e5c37f1dac1cae5", "height": 64, "width": 64 } ], "name": "Damn I Love Miami (Remixes)", "release_date": "2025-10-24", "release_date_precision": "day", "type": "album", "uri": "spotify:album:704rVRHvHjgKyIMAuFhn9G", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7sfl4Xt5KmfyDs2T3SVSMK" }, "href": "https://api.spotify.com/v1/artists/7sfl4Xt5KmfyDs2T3SVSMK", "id": "7sfl4Xt5KmfyDs2T3SVSMK", "name": "Lil Jon", "type": "artist", "uri": "spotify:artist:7sfl4Xt5KmfyDs2T3SVSMK" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1iQFOdoDdXSpAJy5vLKA9p" }, "href": "https://api.spotify.com/v1/albums/1iQFOdoDdXSpAJy5vLKA9p", "id": "1iQFOdoDdXSpAJy5vLKA9p", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273872c1a350283cf2a533db263", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02872c1a350283cf2a533db263", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851872c1a350283cf2a533db263", "height": 64, "width": 64 } ], "name": "Pretty Woman (All Around The World) (with Gabry Ponte)", "release_date": "2025-09-26", "release_date_precision": "day", "type": "album", "uri": "spotify:album:1iQFOdoDdXSpAJy5vLKA9p", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/13NpuESz6tlK819yBs0PuS" }, "href": "https://api.spotify.com/v1/artists/13NpuESz6tlK819yBs0PuS", "id": "13NpuESz6tlK819yBs0PuS", "name": "Azteck", "type": "artist", "uri": "spotify:artist:13NpuESz6tlK819yBs0PuS" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5ENS85nZShljwNgg4wFD7D" }, "href": "https://api.spotify.com/v1/artists/5ENS85nZShljwNgg4wFD7D", "id": "5ENS85nZShljwNgg4wFD7D", "name": "Gabry Ponte", "type": "artist", "uri": "spotify:artist:5ENS85nZShljwNgg4wFD7D" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2WzCFW3ywduzHLbPNMrzji" }, "href": "https://api.spotify.com/v1/albums/2WzCFW3ywduzHLbPNMrzji", "id": "2WzCFW3ywduzHLbPNMrzji", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273d9adce154235c6c5a5f45807", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02d9adce154235c6c5a5f45807", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851d9adce154235c6c5a5f45807", "height": 64, "width": 64 } ], "name": "Damn I Love Miami", "release_date": "2025-09-12", "release_date_precision": "day", "type": "album", "uri": "spotify:album:2WzCFW3ywduzHLbPNMrzji", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7sfl4Xt5KmfyDs2T3SVSMK" }, "href": "https://api.spotify.com/v1/artists/7sfl4Xt5KmfyDs2T3SVSMK", "id": "7sfl4Xt5KmfyDs2T3SVSMK", "name": "Lil Jon", "type": "artist", "uri": "spotify:artist:7sfl4Xt5KmfyDs2T3SVSMK" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/46FjPDtNFTZ0kn3PVLAcHF" }, "href": "https://api.spotify.com/v1/albums/46FjPDtNFTZ0kn3PVLAcHF", "id": "46FjPDtNFTZ0kn3PVLAcHF", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273523d67dd370be63f64985e96", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02523d67dd370be63f64985e96", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851523d67dd370be63f64985e96", "height": 64, "width": 64 } ], "name": "Hangover", "release_date": "2025-08-28", "release_date_precision": "day", "type": "album", "uri": "spotify:album:46FjPDtNFTZ0kn3PVLAcHF", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0b2GL7Y02vu50qieoQmw1w" }, "href": "https://api.spotify.com/v1/artists/0b2GL7Y02vu50qieoQmw1w", "id": "0b2GL7Y02vu50qieoQmw1w", "name": "IAmChino", "type": "artist", "uri": "spotify:artist:0b2GL7Y02vu50qieoQmw1w" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5hdhHgpxyniooUiQVaPxQ0" }, "href": "https://api.spotify.com/v1/artists/5hdhHgpxyniooUiQVaPxQ0", "id": "5hdhHgpxyniooUiQVaPxQ0", "name": "Nio Garcia", "type": "artist", "uri": "spotify:artist:5hdhHgpxyniooUiQVaPxQ0" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5Skfxe8hI3uMoQ5l3Wl0GS" }, "href": "https://api.spotify.com/v1/albums/5Skfxe8hI3uMoQ5l3Wl0GS", "id": "5Skfxe8hI3uMoQ5l3Wl0GS", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2737be5ef3170160852d7de399a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e027be5ef3170160852d7de399a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048517be5ef3170160852d7de399a", "height": 64, "width": 64 } ], "name": "Borracho Y Loco", "release_date": "2025-08-28", "release_date_precision": "day", "type": "album", "uri": "spotify:album:5Skfxe8hI3uMoQ5l3Wl0GS", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0b2GL7Y02vu50qieoQmw1w" }, "href": "https://api.spotify.com/v1/artists/0b2GL7Y02vu50qieoQmw1w", "id": "0b2GL7Y02vu50qieoQmw1w", "name": "IAmChino", "type": "artist", "uri": "spotify:artist:0b2GL7Y02vu50qieoQmw1w" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0jnsk9HBra6NMjO2oANoPY" }, "href": "https://api.spotify.com/v1/artists/0jnsk9HBra6NMjO2oANoPY", "id": "0jnsk9HBra6NMjO2oANoPY", "name": "Flo Rida", "type": "artist", "uri": "spotify:artist:0jnsk9HBra6NMjO2oANoPY" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3EIHFD7cnGod28Kg61IfEB" }, "href": "https://api.spotify.com/v1/albums/3EIHFD7cnGod28Kg61IfEB", "id": "3EIHFD7cnGod28Kg61IfEB", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27305d2f75cc2f039183c14bcdf", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0205d2f75cc2f039183c14bcdf", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485105d2f75cc2f039183c14bcdf", "height": 64, "width": 64 } ], "name": "We Will Rock You (2025 FIFA Club World Cup Theme Song) feat. Pitbull x RedOne", "release_date": "2025-06-13", "release_date_precision": "day", "type": "album", "uri": "spotify:album:3EIHFD7cnGod28Kg61IfEB", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5C01hDqpEmrmDfUhX9YWsH" }, "href": "https://api.spotify.com/v1/artists/5C01hDqpEmrmDfUhX9YWsH", "id": "5C01hDqpEmrmDfUhX9YWsH", "name": "FIFA Sound", "type": "artist", "uri": "spotify:artist:5C01hDqpEmrmDfUhX9YWsH" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6O9WquDfQTxGRZqZUXVEQx" }, "href": "https://api.spotify.com/v1/artists/6O9WquDfQTxGRZqZUXVEQx", "id": "6O9WquDfQTxGRZqZUXVEQx", "name": "RedOne", "type": "artist", "uri": "spotify:artist:6O9WquDfQTxGRZqZUXVEQx" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5VaS19t97GVYwJZWi71BDi" }, "href": "https://api.spotify.com/v1/albums/5VaS19t97GVYwJZWi71BDi", "id": "5VaS19t97GVYwJZWi71BDi", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2736142c9ff5c9347c67be7cf88", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e026142c9ff5c9347c67be7cf88", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048516142c9ff5c9347c67be7cf88", "height": 64, "width": 64 } ], "name": "Soy As\u00ed", "release_date": "2025-06-06", "release_date_precision": "day", "type": "album", "uri": "spotify:album:5VaS19t97GVYwJZWi71BDi", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0b2GL7Y02vu50qieoQmw1w" }, "href": "https://api.spotify.com/v1/artists/0b2GL7Y02vu50qieoQmw1w", "id": "0b2GL7Y02vu50qieoQmw1w", "name": "IAmChino", "type": "artist", "uri": "spotify:artist:0b2GL7Y02vu50qieoQmw1w" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/00CMSJdbf36zOzKB3z8JrR" }, "href": "https://api.spotify.com/v1/artists/00CMSJdbf36zOzKB3z8JrR", "id": "00CMSJdbf36zOzKB3z8JrR", "name": "Victor Cardenas", "type": "artist", "uri": "spotify:artist:00CMSJdbf36zOzKB3z8JrR" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0INLo9d20pUVNHOX1x2X4Q" }, "href": "https://api.spotify.com/v1/albums/0INLo9d20pUVNHOX1x2X4Q", "id": "0INLo9d20pUVNHOX1x2X4Q", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273d76e202fccbb3a19727ec34a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02d76e202fccbb3a19727ec34a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851d76e202fccbb3a19727ec34a", "height": 64, "width": 64 } ], "name": "No Te Hagas", "release_date": "2025-05-09", "release_date_precision": "day", "type": "album", "uri": "spotify:album:0INLo9d20pUVNHOX1x2X4Q", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7iJrDbKM5fEkGdm5kpjFzS" }, "href": "https://api.spotify.com/v1/artists/7iJrDbKM5fEkGdm5kpjFzS", "id": "7iJrDbKM5fEkGdm5kpjFzS", "name": "Sensato", "type": "artist", "uri": "spotify:artist:7iJrDbKM5fEkGdm5kpjFzS" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 4, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5tjFV3KmhkpTpRTnv1I8Wu" }, "href": "https://api.spotify.com/v1/albums/5tjFV3KmhkpTpRTnv1I8Wu", "id": "5tjFV3KmhkpTpRTnv1I8Wu", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273f8dd5532fe1387b2ad40f423", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02f8dd5532fe1387b2ad40f423", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851f8dd5532fe1387b2ad40f423", "height": 64, "width": 64 } ], "name": "Now Or Never", "release_date": "2025-03-28", "release_date_precision": "day", "type": "album", "uri": "spotify:album:5tjFV3KmhkpTpRTnv1I8Wu", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/58lV9VcRSjABbAbfWS6skp" }, "href": "https://api.spotify.com/v1/artists/58lV9VcRSjABbAbfWS6skp", "id": "58lV9VcRSjABbAbfWS6skp", "name": "Bon Jovi", "type": "artist", "uri": "spotify:artist:58lV9VcRSjABbAbfWS6skp" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0f5Fhl4ZgbGtWwtxGofKqa" }, "href": "https://api.spotify.com/v1/albums/0f5Fhl4ZgbGtWwtxGofKqa", "id": "0f5Fhl4ZgbGtWwtxGofKqa", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273deb06c010f4275b0002c7b7e", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02deb06c010f4275b0002c7b7e", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851deb06c010f4275b0002c7b7e", "height": 64, "width": 64 } ], "name": "Now Or Never (TropKillaz Remix)", "release_date": "2025-03-27", "release_date_precision": "day", "type": "album", "uri": "spotify:album:0f5Fhl4ZgbGtWwtxGofKqa", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/58lV9VcRSjABbAbfWS6skp" }, "href": "https://api.spotify.com/v1/artists/58lV9VcRSjABbAbfWS6skp", "id": "58lV9VcRSjABbAbfWS6skp", "name": "Bon Jovi", "type": "artist", "uri": "spotify:artist:58lV9VcRSjABbAbfWS6skp" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5bzWtCkjIAMgN93gLt56SO" }, "href": "https://api.spotify.com/v1/artists/5bzWtCkjIAMgN93gLt56SO", "id": "5bzWtCkjIAMgN93gLt56SO", "name": "Tropkillaz", "type": "artist", "uri": "spotify:artist:5bzWtCkjIAMgN93gLt56SO" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/7wI8TpkCWRTwmnzZNjUDTj" }, "href": "https://api.spotify.com/v1/albums/7wI8TpkCWRTwmnzZNjUDTj", "id": "7wI8TpkCWRTwmnzZNjUDTj", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273d44c7246f1d59d87462644b0", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02d44c7246f1d59d87462644b0", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851d44c7246f1d59d87462644b0", "height": 64, "width": 64 } ], "name": "Now or Never (Muzik Junkies & AROCK Remix)", "release_date": "2025-03-26", "release_date_precision": "day", "type": "album", "uri": "spotify:album:7wI8TpkCWRTwmnzZNjUDTj", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/58lV9VcRSjABbAbfWS6skp" }, "href": "https://api.spotify.com/v1/artists/58lV9VcRSjABbAbfWS6skp", "id": "58lV9VcRSjABbAbfWS6skp", "name": "Bon Jovi", "type": "artist", "uri": "spotify:artist:58lV9VcRSjABbAbfWS6skp" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/34DQTRbIYPLSGU2SkOTEja" }, "href": "https://api.spotify.com/v1/artists/34DQTRbIYPLSGU2SkOTEja", "id": "34DQTRbIYPLSGU2SkOTEja", "name": "Muzik Junkies", "type": "artist", "uri": "spotify:artist:34DQTRbIYPLSGU2SkOTEja" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3fZxc2BwHIv2I72Txd9yGq" }, "href": "https://api.spotify.com/v1/albums/3fZxc2BwHIv2I72Txd9yGq", "id": "3fZxc2BwHIv2I72Txd9yGq", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273f5b012d83be9076b7b3c8f5c", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02f5b012d83be9076b7b3c8f5c", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851f5b012d83be9076b7b3c8f5c", "height": 64, "width": 64 } ], "name": "Now or Never (F.A.S.T x & DJ Triple XL Remix)", "release_date": "2025-03-25", "release_date_precision": "day", "type": "album", "uri": "spotify:album:3fZxc2BwHIv2I72Txd9yGq", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/58lV9VcRSjABbAbfWS6skp" }, "href": "https://api.spotify.com/v1/artists/58lV9VcRSjABbAbfWS6skp", "id": "58lV9VcRSjABbAbfWS6skp", "name": "Bon Jovi", "type": "artist", "uri": "spotify:artist:58lV9VcRSjABbAbfWS6skp" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4VyCiFrplEiSgKvimCvGy0" }, "href": "https://api.spotify.com/v1/artists/4VyCiFrplEiSgKvimCvGy0", "id": "4VyCiFrplEiSgKvimCvGy0", "name": "DJ Triple XL", "type": "artist", "uri": "spotify:artist:4VyCiFrplEiSgKvimCvGy0" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2K3vXTZjcuWR8H8LgvJ8Yk" }, "href": "https://api.spotify.com/v1/albums/2K3vXTZjcuWR8H8LgvJ8Yk", "id": "2K3vXTZjcuWR8H8LgvJ8Yk", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2737e25dc727b5fda6731ea49d2", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e027e25dc727b5fda6731ea49d2", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048517e25dc727b5fda6731ea49d2", "height": 64, "width": 64 } ], "name": "Tamo Bien", "release_date": "2025-03-05", "release_date_precision": "day", "type": "album", "uri": "spotify:album:2K3vXTZjcuWR8H8LgvJ8Yk", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7qG3b048QCHVRO5Pv1T5lw" }, "href": "https://api.spotify.com/v1/artists/7qG3b048QCHVRO5Pv1T5lw", "id": "7qG3b048QCHVRO5Pv1T5lw", "name": "Enrique Iglesias", "type": "artist", "uri": "spotify:artist:7qG3b048QCHVRO5Pv1T5lw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0b2GL7Y02vu50qieoQmw1w" }, "href": "https://api.spotify.com/v1/artists/0b2GL7Y02vu50qieoQmw1w", "id": "0b2GL7Y02vu50qieoQmw1w", "name": "IAmChino", "type": "artist", "uri": "spotify:artist:0b2GL7Y02vu50qieoQmw1w" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/51dVwp68x0e1GZNOgE7hyK" }, "href": "https://api.spotify.com/v1/albums/51dVwp68x0e1GZNOgE7hyK", "id": "51dVwp68x0e1GZNOgE7hyK", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2732a8026edcb4e2e1d87418a73", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e022a8026edcb4e2e1d87418a73", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048512a8026edcb4e2e1d87418a73", "height": 64, "width": 64 } ], "name": "I'll Do It (feat. Pitbull)", "release_date": "2025-02-06", "release_date_precision": "day", "type": "album", "uri": "spotify:album:51dVwp68x0e1GZNOgE7hyK", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5XLBtYR2VrpkqXdlvNnFHG" }, "href": "https://api.spotify.com/v1/artists/5XLBtYR2VrpkqXdlvNnFHG", "id": "5XLBtYR2VrpkqXdlvNnFHG", "name": "Heidi Montag", "type": "artist", "uri": "spotify:artist:5XLBtYR2VrpkqXdlvNnFHG" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4ObwiIpULEzwOPrtLSd7xA" }, "href": "https://api.spotify.com/v1/albums/4ObwiIpULEzwOPrtLSd7xA", "id": "4ObwiIpULEzwOPrtLSd7xA", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27328f391d916a9abe7ddc8800e", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0228f391d916a9abe7ddc8800e", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485128f391d916a9abe7ddc8800e", "height": 64, "width": 64 } ], "name": "Now Or Never", "release_date": "2024-11-14", "release_date_precision": "day", "type": "album", "uri": "spotify:album:4ObwiIpULEzwOPrtLSd7xA", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/58lV9VcRSjABbAbfWS6skp" }, "href": "https://api.spotify.com/v1/artists/58lV9VcRSjABbAbfWS6skp", "id": "58lV9VcRSjABbAbfWS6skp", "name": "Bon Jovi", "type": "artist", "uri": "spotify:artist:58lV9VcRSjABbAbfWS6skp" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5s2pXXHew5LPbEU8DgOYHg" }, "href": "https://api.spotify.com/v1/albums/5s2pXXHew5LPbEU8DgOYHg", "id": "5s2pXXHew5LPbEU8DgOYHg", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2736b232c8a534909a023259dea", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e026b232c8a534909a023259dea", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048516b232c8a534909a023259dea", "height": 64, "width": 64 } ], "name": "MR. MOONDIAL", "release_date": "2024-11-13", "release_date_precision": "day", "type": "album", "uri": "spotify:album:5s2pXXHew5LPbEU8DgOYHg", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/52iwsT98xCoGgiGntTiR7K" }, "href": "https://api.spotify.com/v1/artists/52iwsT98xCoGgiGntTiR7K", "id": "52iwsT98xCoGgiGntTiR7K", "name": "Quevedo", "type": "artist", "uri": "spotify:artist:52iwsT98xCoGgiGntTiR7K" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/7A0AEPu9sqHZpSIDI1zLEM" }, "href": "https://api.spotify.com/v1/albums/7A0AEPu9sqHZpSIDI1zLEM", "id": "7A0AEPu9sqHZpSIDI1zLEM", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273b64f4ac4a25a5ce77ba13b04", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02b64f4ac4a25a5ce77ba13b04", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851b64f4ac4a25a5ce77ba13b04", "height": 64, "width": 64 } ], "name": "Bhool Bhulaiyaa 3 - Title Track (feat. Pitbull)", "release_date": "2024-10-16", "release_date_precision": "day", "type": "album", "uri": "spotify:album:7A0AEPu9sqHZpSIDI1zLEM", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2FKWNmZWDBZR4dE5KX4plR" }, "href": "https://api.spotify.com/v1/artists/2FKWNmZWDBZR4dE5KX4plR", "id": "2FKWNmZWDBZR4dE5KX4plR", "name": "Diljit Dosanjh", "type": "artist", "uri": "spotify:artist:2FKWNmZWDBZR4dE5KX4plR" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4f7KfxeHq9BiylGmyXepGt" }, "href": "https://api.spotify.com/v1/artists/4f7KfxeHq9BiylGmyXepGt", "id": "4f7KfxeHq9BiylGmyXepGt", "name": "Tanishk Bagchi", "type": "artist", "uri": "spotify:artist:4f7KfxeHq9BiylGmyXepGt" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2LLRQs8JFjFm9RkkT9Hmqf" }, "href": "https://api.spotify.com/v1/albums/2LLRQs8JFjFm9RkkT9Hmqf", "id": "2LLRQs8JFjFm9RkkT9Hmqf", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2730d2057719283f5bc9af31a31", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e020d2057719283f5bc9af31a31", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048510d2057719283f5bc9af31a31", "height": 64, "width": 64 } ], "name": "OMG (Remix)", "release_date": "2024-10-11", "release_date_precision": "day", "type": "album", "uri": "spotify:album:2LLRQs8JFjFm9RkkT9Hmqf", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4WzBqbc7fxl2y8XrznMSqf" }, "href": "https://api.spotify.com/v1/artists/4WzBqbc7fxl2y8XrznMSqf", "id": "4WzBqbc7fxl2y8XrznMSqf", "name": "Candelita", "type": "artist", "uri": "spotify:artist:4WzBqbc7fxl2y8XrznMSqf" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3OcvS8PzSGYMBvLdzY6g3e" }, "href": "https://api.spotify.com/v1/artists/3OcvS8PzSGYMBvLdzY6g3e", "id": "3OcvS8PzSGYMBvLdzY6g3e", "name": "Silvestre Dangond", "type": "artist", "uri": "spotify:artist:3OcvS8PzSGYMBvLdzY6g3e" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 5, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3ZzkxHr39xEJvbl7UWKcPZ" }, "href": "https://api.spotify.com/v1/albums/3ZzkxHr39xEJvbl7UWKcPZ", "id": "3ZzkxHr39xEJvbl7UWKcPZ", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273dd5004cdbb35c0903e1fcf0a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02dd5004cdbb35c0903e1fcf0a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851dd5004cdbb35c0903e1fcf0a", "height": 64, "width": 64 } ], "name": "2 The Moon (The Remixes)", "release_date": "2024-09-20", "release_date_precision": "day", "type": "album", "uri": "spotify:album:3ZzkxHr39xEJvbl7UWKcPZ", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/21E3waRsmPlU7jZsS13rcj" }, "href": "https://api.spotify.com/v1/artists/21E3waRsmPlU7jZsS13rcj", "id": "21E3waRsmPlU7jZsS13rcj", "name": "Ne-Yo", "type": "artist", "uri": "spotify:artist:21E3waRsmPlU7jZsS13rcj" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4D75GcNG95ebPtNvoNVXhz" }, "href": "https://api.spotify.com/v1/artists/4D75GcNG95ebPtNvoNVXhz", "id": "4D75GcNG95ebPtNvoNVXhz", "name": "AFROJACK", "type": "artist", "uri": "spotify:artist:4D75GcNG95ebPtNvoNVXhz" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 3, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0kwED9Hwu9K0d9NLBBsAWd" }, "href": "https://api.spotify.com/v1/albums/0kwED9Hwu9K0d9NLBBsAWd", "id": "0kwED9Hwu9K0d9NLBBsAWd", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273c97e191da13e43091c283880", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02c97e191da13e43091c283880", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851c97e191da13e43091c283880", "height": 64, "width": 64 } ], "name": "2 The Moon (The Remixes)", "release_date": "2024-09-20", "release_date_precision": "day", "type": "album", "uri": "spotify:album:0kwED9Hwu9K0d9NLBBsAWd", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/21E3waRsmPlU7jZsS13rcj" }, "href": "https://api.spotify.com/v1/artists/21E3waRsmPlU7jZsS13rcj", "id": "21E3waRsmPlU7jZsS13rcj", "name": "Ne-Yo", "type": "artist", "uri": "spotify:artist:21E3waRsmPlU7jZsS13rcj" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4D75GcNG95ebPtNvoNVXhz" }, "href": "https://api.spotify.com/v1/artists/4D75GcNG95ebPtNvoNVXhz", "id": "4D75GcNG95ebPtNvoNVXhz", "name": "AFROJACK", "type": "artist", "uri": "spotify:artist:4D75GcNG95ebPtNvoNVXhz" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 2, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0EIZb3DTMZlZt2FLndqpSY" }, "href": "https://api.spotify.com/v1/albums/0EIZb3DTMZlZt2FLndqpSY", "id": "0EIZb3DTMZlZt2FLndqpSY", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2734d0780b70648eace7cbba259", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e024d0780b70648eace7cbba259", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048514d0780b70648eace7cbba259", "height": 64, "width": 64 } ], "name": "Tonight (D.I.Y.A) [Pitbull Remix]", "release_date": "2024-08-16", "release_date_precision": "day", "type": "album", "uri": "spotify:album:0EIZb3DTMZlZt2FLndqpSY", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4Q6nIcaBED8qUel8bBx6Cr" }, "href": "https://api.spotify.com/v1/artists/4Q6nIcaBED8qUel8bBx6Cr", "id": "4Q6nIcaBED8qUel8bBx6Cr", "name": "Jax Jones", "type": "artist", "uri": "spotify:artist:4Q6nIcaBED8qUel8bBx6Cr" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/07YZf4WDAMNwqr4jfgOZ8y" }, "href": "https://api.spotify.com/v1/artists/07YZf4WDAMNwqr4jfgOZ8y", "id": "07YZf4WDAMNwqr4jfgOZ8y", "name": "Jason Derulo", "type": "artist", "uri": "spotify:artist:07YZf4WDAMNwqr4jfgOZ8y" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" } ], "album_group": "single" }, { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0Iauzjo1cjGE9cx4odkKHb" }, "href": "https://api.spotify.com/v1/albums/0Iauzjo1cjGE9cx4odkKHb", "id": "0Iauzjo1cjGE9cx4odkKHb", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273786fd1d7ac19c1aa5591522f", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02786fd1d7ac19c1aa5591522f", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851786fd1d7ac19c1aa5591522f", "height": 64, "width": 64 } ], "name": "Chi Chi Bon Bon (Remix)", "release_date": "2024-08-02", "release_date_precision": "day", "type": "album", "uri": "spotify:album:0Iauzjo1cjGE9cx4odkKHb", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/37G8DfNgO4mQ3PKh5droSo" }, "href": "https://api.spotify.com/v1/artists/37G8DfNgO4mQ3PKh5droSo", "id": "37G8DfNgO4mQ3PKh5droSo", "name": "Osmani Garcia \"La Voz\"", "type": "artist", "uri": "spotify:artist:37G8DfNgO4mQ3PKh5droSo" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg" }, "href": "https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "type": "artist", "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1yX62RHdYysNcIrO33WQxJ" }, "href": "https://api.spotify.com/v1/artists/1yX62RHdYysNcIrO33WQxJ", "id": "1yX62RHdYysNcIrO33WQxJ", "name": "Dani Flow", "type": "artist", "uri": "spotify:artist:1yX62RHdYysNcIrO33WQxJ" } ], "album_group": "single" } ] } python-spotify-2.0.2/tests/fixtures/audio_features.json000066400000000000000000000010551515206530700234410ustar00rootroot00000000000000{ "danceability": 0.696, "energy": 0.905, "key": 2, "loudness": -2.743, "mode": 1, "speechiness": 0.103, "acousticness": 0.011, "instrumentalness": 0.000905, "liveness": 0.302, "valence": 0.625, "tempo": 114.944, "type": "audio_features", "id": "11dFghVXANMlKmJXsNCbNl", "uri": "spotify:track:11dFghVXANMlKmJXsNCbNl", "track_href": "https://api.spotify.com/v1/tracks/11dFghVXANMlKmJXsNCbNl", "analysis_url": "https://api.spotify.com/v1/audio-analysis/11dFghVXANMlKmJXsNCbNl", "duration_ms": 207960, "time_signature": 4 } python-spotify-2.0.2/tests/fixtures/audiobook.json000066400000000000000000002636761515206530700224410ustar00rootroot00000000000000{ "authors": [ { "name": "J.K. Rowling" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "chapters": { "href": "https://api.spotify.com/v1/audiobooks/6SJQ8VzM5PlDy11wMtcD6v/chapters?offset=0&limit=50", "items": [ { "id": "0bnJ1qcNgHwwPWbDJAia57", "description": "", "chapter_number": 0, "duration_ms": 23000, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Opening Credits", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:0bnJ1qcNgHwwPWbDJAia57", "external_urls": { "spotify": "https://open.spotify.com/episode/0bnJ1qcNgHwwPWbDJAia57" }, "href": "https://api.spotify.com/v1/chapters/0bnJ1qcNgHwwPWbDJAia57" }, { "id": "3XcHJLv9NVV3lI4ECSNGcl", "description": "", "chapter_number": 1, "duration_ms": 1901683, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 1: The Boy Who Lived", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:3XcHJLv9NVV3lI4ECSNGcl", "external_urls": { "spotify": "https://open.spotify.com/episode/3XcHJLv9NVV3lI4ECSNGcl" }, "href": "https://api.spotify.com/v1/chapters/3XcHJLv9NVV3lI4ECSNGcl" }, { "id": "6yXRrpO4DYkPEphS1wApK6", "description": "", "chapter_number": 2, "duration_ms": 1329841, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 2: The Vanishing Glass", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:6yXRrpO4DYkPEphS1wApK6", "external_urls": { "spotify": "https://open.spotify.com/episode/6yXRrpO4DYkPEphS1wApK6" }, "href": "https://api.spotify.com/v1/chapters/6yXRrpO4DYkPEphS1wApK6" }, { "id": "10fQLdhdGVbBYXvlXRVIPa", "description": "", "chapter_number": 3, "duration_ms": 1517244, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 3: The Letters from No One", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:10fQLdhdGVbBYXvlXRVIPa", "external_urls": { "spotify": "https://open.spotify.com/episode/10fQLdhdGVbBYXvlXRVIPa" }, "href": "https://api.spotify.com/v1/chapters/10fQLdhdGVbBYXvlXRVIPa" }, { "id": "46BVQZ5N2HbrtvO7EesYUY", "description": "", "chapter_number": 4, "duration_ms": 1470066, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 4: The Keeper of the Keys", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:46BVQZ5N2HbrtvO7EesYUY", "external_urls": { "spotify": "https://open.spotify.com/episode/46BVQZ5N2HbrtvO7EesYUY" }, "href": "https://api.spotify.com/v1/chapters/46BVQZ5N2HbrtvO7EesYUY" }, { "id": "4G2TaqHalYmLiL7fvJC75u", "description": "", "chapter_number": 5, "duration_ms": 2643879, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 5: Diagon Alley", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:4G2TaqHalYmLiL7fvJC75u", "external_urls": { "spotify": "https://open.spotify.com/episode/4G2TaqHalYmLiL7fvJC75u" }, "href": "https://api.spotify.com/v1/chapters/4G2TaqHalYmLiL7fvJC75u" }, { "id": "2F4ricTDPdDT2h2m0mhUbt", "description": "", "chapter_number": 6, "duration_ms": 2286524, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 6: The Journey from Platform Nine and Three-quarters", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:2F4ricTDPdDT2h2m0mhUbt", "external_urls": { "spotify": "https://open.spotify.com/episode/2F4ricTDPdDT2h2m0mhUbt" }, "href": "https://api.spotify.com/v1/chapters/2F4ricTDPdDT2h2m0mhUbt" }, { "id": "2nCrEIRgNfQpR9BUryaiyr", "description": "", "chapter_number": 7, "duration_ms": 1773949, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 7: The Sorting Hat", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:2nCrEIRgNfQpR9BUryaiyr", "external_urls": { "spotify": "https://open.spotify.com/episode/2nCrEIRgNfQpR9BUryaiyr" }, "href": "https://api.spotify.com/v1/chapters/2nCrEIRgNfQpR9BUryaiyr" }, { "id": "4jVigNVaZVhuAOXlf8TDNX", "description": "", "chapter_number": 8, "duration_ms": 1125799, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 8: The Potions Master", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:4jVigNVaZVhuAOXlf8TDNX", "external_urls": { "spotify": "https://open.spotify.com/episode/4jVigNVaZVhuAOXlf8TDNX" }, "href": "https://api.spotify.com/v1/chapters/4jVigNVaZVhuAOXlf8TDNX" }, { "id": "0IHdKlFFno5yhCdmRSip9g", "description": "", "chapter_number": 9, "duration_ms": 1841528, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 9: The Midnight Duel", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:0IHdKlFFno5yhCdmRSip9g", "external_urls": { "spotify": "https://open.spotify.com/episode/0IHdKlFFno5yhCdmRSip9g" }, "href": "https://api.spotify.com/v1/chapters/0IHdKlFFno5yhCdmRSip9g" }, { "id": "20kk3OD8mjGkpucTvqYa9K", "description": "", "chapter_number": 10, "duration_ms": 1571735, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 10: Halloween", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:20kk3OD8mjGkpucTvqYa9K", "external_urls": { "spotify": "https://open.spotify.com/episode/20kk3OD8mjGkpucTvqYa9K" }, "href": "https://api.spotify.com/v1/chapters/20kk3OD8mjGkpucTvqYa9K" }, { "id": "7vG172nPGGr3ZXm4YdL1nx", "description": "", "chapter_number": 11, "duration_ms": 1209887, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 11: Quidditch", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:7vG172nPGGr3ZXm4YdL1nx", "external_urls": { "spotify": "https://open.spotify.com/episode/7vG172nPGGr3ZXm4YdL1nx" }, "href": "https://api.spotify.com/v1/chapters/7vG172nPGGr3ZXm4YdL1nx" }, { "id": "1yRfwSOp8Jy1GisI0JIhMK", "description": "", "chapter_number": 12, "duration_ms": 2066155, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 12: The Mirror of Erised", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:1yRfwSOp8Jy1GisI0JIhMK", "external_urls": { "spotify": "https://open.spotify.com/episode/1yRfwSOp8Jy1GisI0JIhMK" }, "href": "https://api.spotify.com/v1/chapters/1yRfwSOp8Jy1GisI0JIhMK" }, { "id": "3BKzXnwHwemuVsJC2bSIYA", "description": "", "chapter_number": 13, "duration_ms": 1219422, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 13: Nicolas Flamel", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:3BKzXnwHwemuVsJC2bSIYA", "external_urls": { "spotify": "https://open.spotify.com/episode/3BKzXnwHwemuVsJC2bSIYA" }, "href": "https://api.spotify.com/v1/chapters/3BKzXnwHwemuVsJC2bSIYA" }, { "id": "1wBkAOL29N9vkHTfvaACGv", "description": "", "chapter_number": 14, "duration_ms": 1280000, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 14: Norbert The Norwegian Ridgeback", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:1wBkAOL29N9vkHTfvaACGv", "external_urls": { "spotify": "https://open.spotify.com/episode/1wBkAOL29N9vkHTfvaACGv" }, "href": "https://api.spotify.com/v1/chapters/1wBkAOL29N9vkHTfvaACGv" }, { "id": "23cBJs22XGN3G7gA2EA0i1", "description": "", "chapter_number": 15, "duration_ms": 2063306, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 15: The Forbidden Forest", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:23cBJs22XGN3G7gA2EA0i1", "external_urls": { "spotify": "https://open.spotify.com/episode/23cBJs22XGN3G7gA2EA0i1" }, "href": "https://api.spotify.com/v1/chapters/23cBJs22XGN3G7gA2EA0i1" }, { "id": "3K5mu1lHmrHC3CNPWV9r2A", "description": "", "chapter_number": 16, "duration_ms": 2587167, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 16: Through the Trapdoor", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:3K5mu1lHmrHC3CNPWV9r2A", "external_urls": { "spotify": "https://open.spotify.com/episode/3K5mu1lHmrHC3CNPWV9r2A" }, "href": "https://api.spotify.com/v1/chapters/3K5mu1lHmrHC3CNPWV9r2A" }, { "id": "0V36QZwEj9VPrEiZF6AWoh", "description": "", "chapter_number": 17, "duration_ms": 2327308, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 17: The Man with Two Faces", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:0V36QZwEj9VPrEiZF6AWoh", "external_urls": { "spotify": "https://open.spotify.com/episode/0V36QZwEj9VPrEiZF6AWoh" }, "href": "https://api.spotify.com/v1/chapters/0V36QZwEj9VPrEiZF6AWoh" }, { "id": "04xYt1v4vGr7V9lJxl5xwL", "description": "", "chapter_number": 18, "duration_ms": 95770, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Ending Credits", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:04xYt1v4vGr7V9lJxl5xwL", "external_urls": { "spotify": "https://open.spotify.com/episode/04xYt1v4vGr7V9lJxl5xwL" }, "href": "https://api.spotify.com/v1/chapters/04xYt1v4vGr7V9lJxl5xwL" }, { "id": "5q5hnqCbUbgulqlsrnWL7h", "description": "", "chapter_number": 19, "duration_ms": 300000, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Harry Potter and the Philosopher's Stone", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "explicit": false, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:5q5hnqCbUbgulqlsrnWL7h", "external_urls": { "spotify": "https://open.spotify.com/episode/5q5hnqCbUbgulqlsrnWL7h" }, "href": "https://api.spotify.com/v1/chapters/5q5hnqCbUbgulqlsrnWL7h" } ], "limit": 50, "next": null, "offset": 0, "previous": null, "total": 20 }, "copyrights": [ { "text": "Pottermore Ltd. 1997", "type": "C" } ], "description": "Author(s): J.K. Rowling Narrator(s): Stephen Fry Stephen Fry brings the richness of these magical stories to life in the original British recordings.Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.Treat your ears to a performance so rich and captivating you'll imagine yourself in the halls of Hogwarts. Wherever you listen, the unmistakable voice of Stephen Fry is guaranteed to guide you ever more deeply into this magical story and transport you to the heart of the adventure.Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!Theme music composed by James HanniganHaving become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.", "edition": "Unabridged", "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/show/6SJQ8VzM5PlDy11wMtcD6v" }, "href": "https://api.spotify.com/v1/audiobooks/6SJQ8VzM5PlDy11wMtcD6v", "html_description": "Author(s): J.K. Rowling
Narrator(s): Stephen Fry
Stephen Fry brings the richness of these magical stories to life in the original British recordings.Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.Treat your ears to a performance so rich and captivating you'll imagine yourself in the halls of Hogwarts. Wherever you listen, the unmistakable voice of Stephen Fry is guaranteed to guide you ever more deeply into this magical story and transport you to the heart of the adventure.Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!Theme music composed by James HanniganHaving become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.", "id": "6SJQ8VzM5PlDy11wMtcD6v", "images": [ { "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6", "height": 64, "width": 64 } ], "languages": ["en"], "media_type": "audio", "name": "Harry Potter and the Philosopher's Stone", "narrators": [ { "name": "Stephen Fry" } ], "publisher": "J.K. Rowling", "total_chapters": 20, "type": "audiobook", "uri": "spotify:show:6SJQ8VzM5PlDy11wMtcD6v" } python-spotify-2.0.2/tests/fixtures/audiobook_chapters.json000066400000000000000000002255371515206530700243240ustar00rootroot00000000000000{ "href": "https://api.spotify.com/v1/audiobooks/6SJQ8VzM5PlDy11wMtcD6v/chapters?limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 20, "items": [ { "id": "0bnJ1qcNgHwwPWbDJAia57", "description": "", "chapter_number": 0, "duration_ms": 23000, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Opening Credits", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:0bnJ1qcNgHwwPWbDJAia57", "external_urls": { "spotify": "https://open.spotify.com/episode/0bnJ1qcNgHwwPWbDJAia57" }, "href": "https://api.spotify.com/v1/chapters/0bnJ1qcNgHwwPWbDJAia57" }, { "id": "3XcHJLv9NVV3lI4ECSNGcl", "description": "", "chapter_number": 1, "duration_ms": 1901683, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 1: The Boy Who Lived", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:3XcHJLv9NVV3lI4ECSNGcl", "external_urls": { "spotify": "https://open.spotify.com/episode/3XcHJLv9NVV3lI4ECSNGcl" }, "href": "https://api.spotify.com/v1/chapters/3XcHJLv9NVV3lI4ECSNGcl" }, { "id": "6yXRrpO4DYkPEphS1wApK6", "description": "", "chapter_number": 2, "duration_ms": 1329841, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 2: The Vanishing Glass", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:6yXRrpO4DYkPEphS1wApK6", "external_urls": { "spotify": "https://open.spotify.com/episode/6yXRrpO4DYkPEphS1wApK6" }, "href": "https://api.spotify.com/v1/chapters/6yXRrpO4DYkPEphS1wApK6" }, { "id": "10fQLdhdGVbBYXvlXRVIPa", "description": "", "chapter_number": 3, "duration_ms": 1517244, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 3: The Letters from No One", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:10fQLdhdGVbBYXvlXRVIPa", "external_urls": { "spotify": "https://open.spotify.com/episode/10fQLdhdGVbBYXvlXRVIPa" }, "href": "https://api.spotify.com/v1/chapters/10fQLdhdGVbBYXvlXRVIPa" }, { "id": "46BVQZ5N2HbrtvO7EesYUY", "description": "", "chapter_number": 4, "duration_ms": 1470066, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 4: The Keeper of the Keys", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:46BVQZ5N2HbrtvO7EesYUY", "external_urls": { "spotify": "https://open.spotify.com/episode/46BVQZ5N2HbrtvO7EesYUY" }, "href": "https://api.spotify.com/v1/chapters/46BVQZ5N2HbrtvO7EesYUY" }, { "id": "4G2TaqHalYmLiL7fvJC75u", "description": "", "chapter_number": 5, "duration_ms": 2643879, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 5: Diagon Alley", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:4G2TaqHalYmLiL7fvJC75u", "external_urls": { "spotify": "https://open.spotify.com/episode/4G2TaqHalYmLiL7fvJC75u" }, "href": "https://api.spotify.com/v1/chapters/4G2TaqHalYmLiL7fvJC75u" }, { "id": "2F4ricTDPdDT2h2m0mhUbt", "description": "", "chapter_number": 6, "duration_ms": 2286524, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 6: The Journey from Platform Nine and Three-quarters", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:2F4ricTDPdDT2h2m0mhUbt", "external_urls": { "spotify": "https://open.spotify.com/episode/2F4ricTDPdDT2h2m0mhUbt" }, "href": "https://api.spotify.com/v1/chapters/2F4ricTDPdDT2h2m0mhUbt" }, { "id": "2nCrEIRgNfQpR9BUryaiyr", "description": "", "chapter_number": 7, "duration_ms": 1773949, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 7: The Sorting Hat", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:2nCrEIRgNfQpR9BUryaiyr", "external_urls": { "spotify": "https://open.spotify.com/episode/2nCrEIRgNfQpR9BUryaiyr" }, "href": "https://api.spotify.com/v1/chapters/2nCrEIRgNfQpR9BUryaiyr" }, { "id": "4jVigNVaZVhuAOXlf8TDNX", "description": "", "chapter_number": 8, "duration_ms": 1125799, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 8: The Potions Master", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:4jVigNVaZVhuAOXlf8TDNX", "external_urls": { "spotify": "https://open.spotify.com/episode/4jVigNVaZVhuAOXlf8TDNX" }, "href": "https://api.spotify.com/v1/chapters/4jVigNVaZVhuAOXlf8TDNX" }, { "id": "0IHdKlFFno5yhCdmRSip9g", "description": "", "chapter_number": 9, "duration_ms": 1841528, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 9: The Midnight Duel", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:0IHdKlFFno5yhCdmRSip9g", "external_urls": { "spotify": "https://open.spotify.com/episode/0IHdKlFFno5yhCdmRSip9g" }, "href": "https://api.spotify.com/v1/chapters/0IHdKlFFno5yhCdmRSip9g" }, { "id": "20kk3OD8mjGkpucTvqYa9K", "description": "", "chapter_number": 10, "duration_ms": 1571735, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 10: Halloween", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:20kk3OD8mjGkpucTvqYa9K", "external_urls": { "spotify": "https://open.spotify.com/episode/20kk3OD8mjGkpucTvqYa9K" }, "href": "https://api.spotify.com/v1/chapters/20kk3OD8mjGkpucTvqYa9K" }, { "id": "7vG172nPGGr3ZXm4YdL1nx", "description": "", "chapter_number": 11, "duration_ms": 1209887, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 11: Quidditch", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:7vG172nPGGr3ZXm4YdL1nx", "external_urls": { "spotify": "https://open.spotify.com/episode/7vG172nPGGr3ZXm4YdL1nx" }, "href": "https://api.spotify.com/v1/chapters/7vG172nPGGr3ZXm4YdL1nx" }, { "id": "1yRfwSOp8Jy1GisI0JIhMK", "description": "", "chapter_number": 12, "duration_ms": 2066155, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 12: The Mirror of Erised", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:1yRfwSOp8Jy1GisI0JIhMK", "external_urls": { "spotify": "https://open.spotify.com/episode/1yRfwSOp8Jy1GisI0JIhMK" }, "href": "https://api.spotify.com/v1/chapters/1yRfwSOp8Jy1GisI0JIhMK" }, { "id": "3BKzXnwHwemuVsJC2bSIYA", "description": "", "chapter_number": 13, "duration_ms": 1219422, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 13: Nicolas Flamel", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:3BKzXnwHwemuVsJC2bSIYA", "external_urls": { "spotify": "https://open.spotify.com/episode/3BKzXnwHwemuVsJC2bSIYA" }, "href": "https://api.spotify.com/v1/chapters/3BKzXnwHwemuVsJC2bSIYA" }, { "id": "1wBkAOL29N9vkHTfvaACGv", "description": "", "chapter_number": 14, "duration_ms": 1280000, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 14: Norbert The Norwegian Ridgeback", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:1wBkAOL29N9vkHTfvaACGv", "external_urls": { "spotify": "https://open.spotify.com/episode/1wBkAOL29N9vkHTfvaACGv" }, "href": "https://api.spotify.com/v1/chapters/1wBkAOL29N9vkHTfvaACGv" }, { "id": "23cBJs22XGN3G7gA2EA0i1", "description": "", "chapter_number": 15, "duration_ms": 2063306, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 15: The Forbidden Forest", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:23cBJs22XGN3G7gA2EA0i1", "external_urls": { "spotify": "https://open.spotify.com/episode/23cBJs22XGN3G7gA2EA0i1" }, "href": "https://api.spotify.com/v1/chapters/23cBJs22XGN3G7gA2EA0i1" }, { "id": "3K5mu1lHmrHC3CNPWV9r2A", "description": "", "chapter_number": 16, "duration_ms": 2587167, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 16: Through the Trapdoor", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:3K5mu1lHmrHC3CNPWV9r2A", "external_urls": { "spotify": "https://open.spotify.com/episode/3K5mu1lHmrHC3CNPWV9r2A" }, "href": "https://api.spotify.com/v1/chapters/3K5mu1lHmrHC3CNPWV9r2A" }, { "id": "0V36QZwEj9VPrEiZF6AWoh", "description": "", "chapter_number": 17, "duration_ms": 2327308, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Chapter 17: The Man with Two Faces", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:0V36QZwEj9VPrEiZF6AWoh", "external_urls": { "spotify": "https://open.spotify.com/episode/0V36QZwEj9VPrEiZF6AWoh" }, "href": "https://api.spotify.com/v1/chapters/0V36QZwEj9VPrEiZF6AWoh" }, { "id": "04xYt1v4vGr7V9lJxl5xwL", "description": "", "chapter_number": 18, "duration_ms": 95770, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Ending Credits", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:04xYt1v4vGr7V9lJxl5xwL", "external_urls": { "spotify": "https://open.spotify.com/episode/04xYt1v4vGr7V9lJxl5xwL" }, "href": "https://api.spotify.com/v1/chapters/04xYt1v4vGr7V9lJxl5xwL" }, { "id": "5q5hnqCbUbgulqlsrnWL7h", "description": "", "chapter_number": 19, "duration_ms": 300000, "explicit": false, "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6" } ], "languages": [""], "name": "Harry Potter and the Philosopher's Stone", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "html_description": "", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "chapter", "uri": "spotify:episode:5q5hnqCbUbgulqlsrnWL7h", "external_urls": { "spotify": "https://open.spotify.com/episode/5q5hnqCbUbgulqlsrnWL7h" }, "href": "https://api.spotify.com/v1/chapters/5q5hnqCbUbgulqlsrnWL7h" } ] } python-spotify-2.0.2/tests/fixtures/chapter.json000066400000000000000000000250141515206530700220710ustar00rootroot00000000000000{ "id": "0bnJ1qcNgHwwPWbDJAia57", "description": "", "chapter_number": 0, "duration_ms": 23000, "explicit": false, "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6", "width": 64 } ], "languages": ["en"], "name": "Opening Credits", "audio_preview_url": null, "release_date": "2015-11-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "is_playable": true, "html_description": "Author(s): J.K. Rowling
Narrator(s): Stephen Fry
Stephen Fry brings the richness of these magical stories to life in the original British recordings.Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.Treat your ears to a performance so rich and captivating you'll imagine yourself in the halls of Hogwarts. Wherever you listen, the unmistakable voice of Stephen Fry is guaranteed to guide you ever more deeply into this magical story and transport you to the heart of the adventure.Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!Theme music composed by James HanniganHaving become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "audiobook": { "authors": [ { "name": "J.K. Rowling" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [ { "text": "Pottermore Ltd. 1997", "type": "C" } ], "description": "Author(s): J.K. Rowling Narrator(s): Stephen Fry Stephen Fry brings the richness of these magical stories to life in the original British recordings.Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.Treat your ears to a performance so rich and captivating you'll imagine yourself in the halls of Hogwarts. Wherever you listen, the unmistakable voice of Stephen Fry is guaranteed to guide you ever more deeply into this magical story and transport you to the heart of the adventure.Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!Theme music composed by James HanniganHaving become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.", "edition": "Unabridged", "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/show/6SJQ8VzM5PlDy11wMtcD6v" }, "href": "https://api.spotify.com/v1/audiobooks/6SJQ8VzM5PlDy11wMtcD6v", "html_description": "Author(s): J.K. Rowling
Narrator(s): Stephen Fry
Stephen Fry brings the richness of these magical stories to life in the original British recordings.Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.Treat your ears to a performance so rich and captivating you'll imagine yourself in the halls of Hogwarts. Wherever you listen, the unmistakable voice of Stephen Fry is guaranteed to guide you ever more deeply into this magical story and transport you to the heart of the adventure.Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!Theme music composed by James HanniganHaving become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.", "id": "6SJQ8VzM5PlDy11wMtcD6v", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab676663000022a86fe12c98e7f447c66626dcb6", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab6766630000db5b6fe12c98e7f447c66626dcb6", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6766630000703b6fe12c98e7f447c66626dcb6", "width": 64 } ], "languages": ["en"], "media_type": "audio", "name": "Harry Potter and the Philosopher's Stone", "narrators": [ { "name": "Stephen Fry" } ], "publisher": "J.K. Rowling", "total_chapters": 38, "type": "audiobook", "uri": "spotify:show:6SJQ8VzM5PlDy11wMtcD6v" }, "type": "chapter", "uri": "spotify:episode:0bnJ1qcNgHwwPWbDJAia57", "external_urls": { "spotify": "https://open.spotify.com/episode/0bnJ1qcNgHwwPWbDJAia57" }, "href": "https://api.spotify.com/v1/chapters/0bnJ1qcNgHwwPWbDJAia57" } python-spotify-2.0.2/tests/fixtures/current_playing_track.json000066400000000000000000000170551515206530700250420ustar00rootroot00000000000000{ "timestamp": 1702851692462, "context": { "external_urls": { "spotify": "https://open.spotify.com/artist/6mS5GeFyhea6w9OKo8PO3p" }, "href": "https://api.spotify.com/v1/artists/6mS5GeFyhea6w9OKo8PO3p", "type": "artist", "uri": "spotify:artist:6mS5GeFyhea6w9OKo8PO3p" }, "progress_ms": 134749, "item": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6mS5GeFyhea6w9OKo8PO3p" }, "href": "https://api.spotify.com/v1/artists/6mS5GeFyhea6w9OKo8PO3p", "id": "6mS5GeFyhea6w9OKo8PO3p", "name": "Goldband", "type": "artist", "uri": "spotify:artist:6mS5GeFyhea6w9OKo8PO3p" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1LorgdkFY2zgE6NbDdY19k" }, "href": "https://api.spotify.com/v1/albums/1LorgdkFY2zgE6NbDdY19k", "id": "1LorgdkFY2zgE6NbDdY19k", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2731de89c5340be36804e01fdf2", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e021de89c5340be36804e01fdf2", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048511de89c5340be36804e01fdf2", "width": 64 } ], "name": "Dun Smeren Geld Verdienen", "release_date": "2019-05-13", "release_date_precision": "day", "total_tracks": 6, "type": "album", "uri": "spotify:album:1LorgdkFY2zgE6NbDdY19k" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6mS5GeFyhea6w9OKo8PO3p" }, "href": "https://api.spotify.com/v1/artists/6mS5GeFyhea6w9OKo8PO3p", "id": "6mS5GeFyhea6w9OKo8PO3p", "name": "Goldband", "type": "artist", "uri": "spotify:artist:6mS5GeFyhea6w9OKo8PO3p" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 245581, "explicit": true, "external_ids": { "isrc": "GBMJG1909751" }, "external_urls": { "spotify": "https://open.spotify.com/track/4sIkwgf9bU7rQPvsA37rVQ" }, "href": "https://api.spotify.com/v1/tracks/4sIkwgf9bU7rQPvsA37rVQ", "id": "4sIkwgf9bU7rQPvsA37rVQ", "is_local": false, "name": "Witte Was", "popularity": 59, "preview_url": "https://p.scdn.co/mp3-preview/7e4836cab15ac1f1d03c78c84e411ffa71103a77?cid=c7c59b798aab4892ac040a25f7dd1575", "track_number": 6, "type": "track", "uri": "spotify:track:4sIkwgf9bU7rQPvsA37rVQ" }, "currently_playing_type": "track", "actions": { "disallows": { "resuming": true } }, "is_playing": true } python-spotify-2.0.2/tests/fixtures/current_user.json000066400000000000000000000012761515206530700231670ustar00rootroot00000000000000{ "country": "NL", "display_name": "Joost Lekkerkerker", "explicit_content": { "filter_enabled": false, "filter_locked": false }, "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "followers": { "href": null, "total": 21 }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "images": [ { "height": 300, "url": "https://i.scdn.co/image/ab6775700000ee8546569a64d252247acb1491bc", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67757000003b8246569a64d252247acb1491bc", "width": 64 } ], "product": "premium", "type": "user", "uri": "spotify:user:1112264649" } python-spotify-2.0.2/tests/fixtures/current_user_playlist_1.json000066400000000000000000002502501515206530700253260ustar00rootroot00000000000000{ "href": "https://api.spotify.com/v1/users/1112264649/playlists?offset=0&limit=48", "limit": 48, "next": "https://api.spotify.com/v1/users/1112264649/playlists?offset=48&limit=48", "offset": 0, "previous": null, "total": 94, "items": [ { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/1Cp6VQCKf2VL4sP09jN9oX" }, "href": "https://api.spotify.com/v1/playlists/1Cp6VQCKf2VL4sP09jN9oX", "id": "1Cp6VQCKf2VL4sP09jN9oX", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67616d00001e022f41071676f4f50842581fb4", "width": null } ], "name": "To find", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAAqEcxS92ddZ6R83Q8TWFhYshm18s", "tracks": { "href": "https://api.spotify.com/v1/playlists/1Cp6VQCKf2VL4sP09jN9oX/tracks", "total": 1 }, "items": { "href": "https://api.spotify.com/v1/playlists/1Cp6VQCKf2VL4sP09jN9oX/items", "total": 1 }, "type": "playlist", "uri": "spotify:playlist:1Cp6VQCKf2VL4sP09jN9oX" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/0Wsgrrb7PCORhHq5L7wF0d" }, "href": "https://api.spotify.com/v1/playlists/0Wsgrrb7PCORhHq5L7wF0d", "id": "0Wsgrrb7PCORhHq5L7wF0d", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67616d00001e0204290e7559226bf75ac34da8", "width": null } ], "name": "Repeat ones", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAA9Or/3CAEwspEWBNRjmXsGtIRpiq", "tracks": { "href": "https://api.spotify.com/v1/playlists/0Wsgrrb7PCORhHq5L7wF0d/tracks", "total": 1 }, "items": { "href": "https://api.spotify.com/v1/playlists/0Wsgrrb7PCORhHq5L7wF0d/items", "total": 1 }, "type": "playlist", "uri": "spotify:playlist:0Wsgrrb7PCORhHq5L7wF0d" }, { "collaborative": false, "description": "New playlist description", "external_urls": { "spotify": "https://open.spotify.com/playlist/2dGgoMPWpapXYA6rX7ZbbB" }, "href": "https://api.spotify.com/v1/playlists/2dGgoMPWpapXYA6rX7ZbbB", "id": "2dGgoMPWpapXYA6rX7ZbbB", "images": null, "name": "New Playlist", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAAfu2PYguJO6XYV1gFlnjUp0umkry", "tracks": { "href": "https://api.spotify.com/v1/playlists/2dGgoMPWpapXYA6rX7ZbbB/tracks", "total": 0 }, "items": { "href": "https://api.spotify.com/v1/playlists/2dGgoMPWpapXYA6rX7ZbbB/items", "total": 0 }, "type": "playlist", "uri": "spotify:playlist:2dGgoMPWpapXYA6rX7ZbbB" }, { "collaborative": true, "description": "Updated playlist description", "external_urls": { "spotify": "https://open.spotify.com/playlist/4hQFqB1AtOpzsAv01E8n6c" }, "href": "https://api.spotify.com/v1/playlists/4hQFqB1AtOpzsAv01E8n6c", "id": "4hQFqB1AtOpzsAv01E8n6c", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67616d00001e0206c0d7ebcabad0c39b566983", "width": null } ], "name": "Updated Playlist Name2", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAACG9jmE4O/USJ4XSA7mfhfXkaxawY", "tracks": { "href": "https://api.spotify.com/v1/playlists/4hQFqB1AtOpzsAv01E8n6c/tracks", "total": 1 }, "items": { "href": "https://api.spotify.com/v1/playlists/4hQFqB1AtOpzsAv01E8n6c/items", "total": 1 }, "type": "playlist", "uri": "spotify:playlist:4hQFqB1AtOpzsAv01E8n6c" }, { "collaborative": false, "description": "A musical time capsule from the past has been unsealed\u2026!", "external_urls": { "spotify": "https://open.spotify.com/playlist/2G2eo5DxAtxLu7aNGVvNpY" }, "href": "https://api.spotify.com/v1/playlists/2G2eo5DxAtxLu7aNGVvNpY", "id": "2G2eo5DxAtxLu7aNGVvNpY", "images": [ { "height": null, "url": "https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da8416264ef6071da49cbe93a951", "width": null } ], "name": "My 2024 Playlist in a Bottle", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAA49BO4ePrhQ9Y7ENMXmDik23Vv27", "tracks": { "href": "https://api.spotify.com/v1/playlists/2G2eo5DxAtxLu7aNGVvNpY/tracks", "total": 3 }, "items": { "href": "https://api.spotify.com/v1/playlists/2G2eo5DxAtxLu7aNGVvNpY/items", "total": 3 }, "type": "playlist", "uri": "spotify:playlist:2G2eo5DxAtxLu7aNGVvNpY" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/5t75uJ5vBvEdbbvs5uIqXJ" }, "href": "https://api.spotify.com/v1/playlists/5t75uJ5vBvEdbbvs5uIqXJ", "id": "5t75uJ5vBvEdbbvs5uIqXJ", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67616d00001e0205c6f48cceeb832778012b21", "width": null } ], "name": "Sweet", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAABOQvUVBN2G4BB0mGopx4KP5uBnu+", "tracks": { "href": "https://api.spotify.com/v1/playlists/5t75uJ5vBvEdbbvs5uIqXJ/tracks", "total": 3 }, "items": { "href": "https://api.spotify.com/v1/playlists/5t75uJ5vBvEdbbvs5uIqXJ/items", "total": 3 }, "type": "playlist", "uri": "spotify:playlist:5t75uJ5vBvEdbbvs5uIqXJ" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/0pM0KTMXM7K5qr3sL2DPw1" }, "href": "https://api.spotify.com/v1/playlists/0pM0KTMXM7K5qr3sL2DPw1", "id": "0pM0KTMXM7K5qr3sL2DPw1", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67616d00001e02991e1b6c088e2abc38f584c8", "width": null } ], "name": "Pain", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAACAnbhCSBgmOCZb+KmWOAhPdGgQDl", "tracks": { "href": "https://api.spotify.com/v1/playlists/0pM0KTMXM7K5qr3sL2DPw1/tracks", "total": 3 }, "items": { "href": "https://api.spotify.com/v1/playlists/0pM0KTMXM7K5qr3sL2DPw1/items", "total": 3 }, "type": "playlist", "uri": "spotify:playlist:0pM0KTMXM7K5qr3sL2DPw1" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/4WkWJ0EjHEFASDevhM8oPw" }, "href": "https://api.spotify.com/v1/playlists/4WkWJ0EjHEFASDevhM8oPw", "id": "4WkWJ0EjHEFASDevhM8oPw", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67616d00001e02d061f5bfae8d38558f3698c1", "width": null } ], "name": "Hyper", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAA2+SfV6gJVq8OgnZwG0ssjUTdfvu", "tracks": { "href": "https://api.spotify.com/v1/playlists/4WkWJ0EjHEFASDevhM8oPw/tracks", "total": 1 }, "items": { "href": "https://api.spotify.com/v1/playlists/4WkWJ0EjHEFASDevhM8oPw/items", "total": 1 }, "type": "playlist", "uri": "spotify:playlist:4WkWJ0EjHEFASDevhM8oPw" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/1RHirWgH1weMsBLi4KOK9d" }, "href": "https://api.spotify.com/v1/playlists/1RHirWgH1weMsBLi4KOK9d", "id": "1RHirWgH1weMsBLi4KOK9d", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e022f3e58dd611d177973cb3a8cab67616d00001e0245cab965cb4639a4e669564aab67616d00001e029e83c93811be6abfad8649d6ab67616d00001e02e4c03429788f0aff263a5fc6", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e022f3e58dd611d177973cb3a8cab67616d00001e0245cab965cb4639a4e669564aab67616d00001e029e83c93811be6abfad8649d6ab67616d00001e02e4c03429788f0aff263a5fc6", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e022f3e58dd611d177973cb3a8cab67616d00001e0245cab965cb4639a4e669564aab67616d00001e029e83c93811be6abfad8649d6ab67616d00001e02e4c03429788f0aff263a5fc6", "width": 60 } ], "name": "Ain\u2019t got shit on me", "owner": { "display_name": "Rensie", "external_urls": { "spotify": "https://open.spotify.com/user/317g2sbpe3ccycu45fes6lfr5lpe" }, "href": "https://api.spotify.com/v1/users/317g2sbpe3ccycu45fes6lfr5lpe", "id": "317g2sbpe3ccycu45fes6lfr5lpe", "type": "user", "uri": "spotify:user:317g2sbpe3ccycu45fes6lfr5lpe" }, "primary_color": null, "public": true, "snapshot_id": "AAAAIObZq+YDDwTjnpqp2AjyuHn8az3Z", "tracks": { "href": "https://api.spotify.com/v1/playlists/1RHirWgH1weMsBLi4KOK9d/tracks", "total": 30 }, "items": { "href": "https://api.spotify.com/v1/playlists/1RHirWgH1weMsBLi4KOK9d/items", "total": 30 }, "type": "playlist", "uri": "spotify:playlist:1RHirWgH1weMsBLi4KOK9d" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/2ZfissHhjQnhlmD54h6elH" }, "href": "https://api.spotify.com/v1/playlists/2ZfissHhjQnhlmD54h6elH", "id": "2ZfissHhjQnhlmD54h6elH", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0200295a5d7ed6dd3eccb60364ab67616d00001e02723d4df900fd02eff83579d9ab67616d00001e027f8859341a395010424f106bab67616d00001e02c506dbc3f05d3ce4daf355c4", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0200295a5d7ed6dd3eccb60364ab67616d00001e02723d4df900fd02eff83579d9ab67616d00001e027f8859341a395010424f106bab67616d00001e02c506dbc3f05d3ce4daf355c4", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0200295a5d7ed6dd3eccb60364ab67616d00001e02723d4df900fd02eff83579d9ab67616d00001e027f8859341a395010424f106bab67616d00001e02c506dbc3f05d3ce4daf355c4", "width": 60 } ], "name": "Billie (interlude)", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAClUPy5QailhNAJTG2FeUlNQlhCeC", "tracks": { "href": "https://api.spotify.com/v1/playlists/2ZfissHhjQnhlmD54h6elH/tracks", "total": 7 }, "items": { "href": "https://api.spotify.com/v1/playlists/2ZfissHhjQnhlmD54h6elH/items", "total": 7 }, "type": "playlist", "uri": "spotify:playlist:2ZfissHhjQnhlmD54h6elH" }, { "collaborative": false, "description": "Missing: Metrik - Techtonic; GAJATE - Baile Funk", "external_urls": { "spotify": "https://open.spotify.com/playlist/1vOHEgZ5UszkWycPjnG2Uo" }, "href": "https://api.spotify.com/v1/playlists/1vOHEgZ5UszkWycPjnG2Uo", "id": "1vOHEgZ5UszkWycPjnG2Uo", "images": [ { "height": null, "url": "https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da84dce297c9b2a3b46d3c0a41fb", "width": null } ], "name": "Forza Horizon 5 Bass Arena", "owner": { "display_name": "SylveonTribe", "external_urls": { "spotify": "https://open.spotify.com/user/rwilming" }, "href": "https://api.spotify.com/v1/users/rwilming", "id": "rwilming", "type": "user", "uri": "spotify:user:rwilming" }, "primary_color": null, "public": true, "snapshot_id": "AAAAGJBy9g8BoxcGY9PlK235g29V5iDv", "tracks": { "href": "https://api.spotify.com/v1/playlists/1vOHEgZ5UszkWycPjnG2Uo/tracks", "total": 17 }, "items": { "href": "https://api.spotify.com/v1/playlists/1vOHEgZ5UszkWycPjnG2Uo/items", "total": 17 }, "type": "playlist", "uri": "spotify:playlist:1vOHEgZ5UszkWycPjnG2Uo" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/0Jgs7FxHX86twpgCDehAHv" }, "href": "https://api.spotify.com/v1/playlists/0Jgs7FxHX86twpgCDehAHv", "id": "0Jgs7FxHX86twpgCDehAHv", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e026c9556ea020144591559e3e3ab67616d00001e02a056a29ccd190522d6e64114ab67616d00001e02d0e28d91b4de74babd1908a9ab67616d00001e02e729e0662930665af38db5ad", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e026c9556ea020144591559e3e3ab67616d00001e02a056a29ccd190522d6e64114ab67616d00001e02d0e28d91b4de74babd1908a9ab67616d00001e02e729e0662930665af38db5ad", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e026c9556ea020144591559e3e3ab67616d00001e02a056a29ccd190522d6e64114ab67616d00001e02d0e28d91b4de74babd1908a9ab67616d00001e02e729e0662930665af38db5ad", "width": 60 } ], "name": "Cr\u00e8me", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAB5JoBY6tdwVKDKeugz64oxGvXNX8", "tracks": { "href": "https://api.spotify.com/v1/playlists/0Jgs7FxHX86twpgCDehAHv/tracks", "total": 6 }, "items": { "href": "https://api.spotify.com/v1/playlists/0Jgs7FxHX86twpgCDehAHv/items", "total": 6 }, "type": "playlist", "uri": "spotify:playlist:0Jgs7FxHX86twpgCDehAHv" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/6fHmmdjd2Urd7DAhb4bqOB" }, "href": "https://api.spotify.com/v1/playlists/6fHmmdjd2Urd7DAhb4bqOB", "id": "6fHmmdjd2Urd7DAhb4bqOB", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e025958d5d767c63fcf27c20c9cab67616d00001e0288fed14b936c38007a302413ab67616d00001e02936563d574a962c9e59afda4ab67616d00001e02ab37ab7ce23fb1f13c6c5866", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e025958d5d767c63fcf27c20c9cab67616d00001e0288fed14b936c38007a302413ab67616d00001e02936563d574a962c9e59afda4ab67616d00001e02ab37ab7ce23fb1f13c6c5866", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e025958d5d767c63fcf27c20c9cab67616d00001e0288fed14b936c38007a302413ab67616d00001e02936563d574a962c9e59afda4ab67616d00001e02ab37ab7ce23fb1f13c6c5866", "width": 60 } ], "name": "My Shazam Tracks", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAABWHcOmMJhCMpNqc5zVozVx9Lbcnk4", "tracks": { "href": "https://api.spotify.com/v1/playlists/6fHmmdjd2Urd7DAhb4bqOB/tracks", "total": 532 }, "items": { "href": "https://api.spotify.com/v1/playlists/6fHmmdjd2Urd7DAhb4bqOB/items", "total": 532 }, "type": "playlist", "uri": "spotify:playlist:6fHmmdjd2Urd7DAhb4bqOB" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/5H2U7tZb9dMSHPwi20XcuD" }, "href": "https://api.spotify.com/v1/playlists/5H2U7tZb9dMSHPwi20XcuD", "id": "5H2U7tZb9dMSHPwi20XcuD", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e021c7f9645cc7b97312fe00fb9ab67616d00001e02be90598dc5b123eb550c6d51ab67616d00001e02f677c5754726a2eb54c807feab67616d00001e02fe8c4d2d61fa92202800947c", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e021c7f9645cc7b97312fe00fb9ab67616d00001e02be90598dc5b123eb550c6d51ab67616d00001e02f677c5754726a2eb54c807feab67616d00001e02fe8c4d2d61fa92202800947c", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e021c7f9645cc7b97312fe00fb9ab67616d00001e02be90598dc5b123eb550c6d51ab67616d00001e02f677c5754726a2eb54c807feab67616d00001e02fe8c4d2d61fa92202800947c", "width": 60 } ], "name": "Likes", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAJKzTbmZHqmOUqQe1xOWb4eZgf1n/", "tracks": { "href": "https://api.spotify.com/v1/playlists/5H2U7tZb9dMSHPwi20XcuD/tracks", "total": 4276 }, "items": { "href": "https://api.spotify.com/v1/playlists/5H2U7tZb9dMSHPwi20XcuD/items", "total": 4276 }, "type": "playlist", "uri": "spotify:playlist:5H2U7tZb9dMSHPwi20XcuD" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/709T4OzANnUi2lKQLlVkrE" }, "href": "https://api.spotify.com/v1/playlists/709T4OzANnUi2lKQLlVkrE", "id": "709T4OzANnUi2lKQLlVkrE", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0226168325581434cdbfcf0f2aab67616d00001e02336a313426983a122d8ed70cab67616d00001e029b90e4ccf55c0a23a13f4eaeab67616d00001e02d3a20da9371b8e8624fd047b", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0226168325581434cdbfcf0f2aab67616d00001e02336a313426983a122d8ed70cab67616d00001e029b90e4ccf55c0a23a13f4eaeab67616d00001e02d3a20da9371b8e8624fd047b", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0226168325581434cdbfcf0f2aab67616d00001e02336a313426983a122d8ed70cab67616d00001e029b90e4ccf55c0a23a13f4eaeab67616d00001e02d3a20da9371b8e8624fd047b", "width": 60 } ], "name": "March '22", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAABSHXFNYmStGaJrf8U+9GY1WQ0Smd", "tracks": { "href": "https://api.spotify.com/v1/playlists/709T4OzANnUi2lKQLlVkrE/tracks", "total": 4 }, "items": { "href": "https://api.spotify.com/v1/playlists/709T4OzANnUi2lKQLlVkrE/items", "total": 4 }, "type": "playlist", "uri": "spotify:playlist:709T4OzANnUi2lKQLlVkrE" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/57ZuuAVl0eAZvhisoFP3SC" }, "href": "https://api.spotify.com/v1/playlists/57ZuuAVl0eAZvhisoFP3SC", "id": "57ZuuAVl0eAZvhisoFP3SC", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e02490a887b85a95378ea66b41dab67616d00001e026bb188bb70c9561e60de61cbab67616d00001e027c693d6ed6dff0d48cf15c23ab67616d00001e02c70a41a26e020661d61c05be", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e02490a887b85a95378ea66b41dab67616d00001e026bb188bb70c9561e60de61cbab67616d00001e027c693d6ed6dff0d48cf15c23ab67616d00001e02c70a41a26e020661d61c05be", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e02490a887b85a95378ea66b41dab67616d00001e026bb188bb70c9561e60de61cbab67616d00001e027c693d6ed6dff0d48cf15c23ab67616d00001e02c70a41a26e020661d61c05be", "width": 60 } ], "name": "February '22", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAFRabb1cD3tb9R4fPIyRjfbLFQitm", "tracks": { "href": "https://api.spotify.com/v1/playlists/57ZuuAVl0eAZvhisoFP3SC/tracks", "total": 20 }, "items": { "href": "https://api.spotify.com/v1/playlists/57ZuuAVl0eAZvhisoFP3SC/items", "total": 20 }, "type": "playlist", "uri": "spotify:playlist:57ZuuAVl0eAZvhisoFP3SC" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/4OI1xDCLFlEcfgaeyowpEu" }, "href": "https://api.spotify.com/v1/playlists/4OI1xDCLFlEcfgaeyowpEu", "id": "4OI1xDCLFlEcfgaeyowpEu", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0215893afacb5d2604085a9d8eab67616d00001e02356a689446b81073e1071987ab67616d00001e027f86c9158ee0a14faa484d53ab67616d00001e0295da52884fb152645273020d", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0215893afacb5d2604085a9d8eab67616d00001e02356a689446b81073e1071987ab67616d00001e027f86c9158ee0a14faa484d53ab67616d00001e0295da52884fb152645273020d", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0215893afacb5d2604085a9d8eab67616d00001e02356a689446b81073e1071987ab67616d00001e027f86c9158ee0a14faa484d53ab67616d00001e0295da52884fb152645273020d", "width": 60 } ], "name": "January '22", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAABfwkH1uXlLrIxVPcZ4jdwbjUlYec", "tracks": { "href": "https://api.spotify.com/v1/playlists/4OI1xDCLFlEcfgaeyowpEu/tracks", "total": 4 }, "items": { "href": "https://api.spotify.com/v1/playlists/4OI1xDCLFlEcfgaeyowpEu/items", "total": 4 }, "type": "playlist", "uri": "spotify:playlist:4OI1xDCLFlEcfgaeyowpEu" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/4NsY2DKzQIjaajal5L25Kt" }, "href": "https://api.spotify.com/v1/playlists/4NsY2DKzQIjaajal5L25Kt", "id": "4NsY2DKzQIjaajal5L25Kt", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e021bfe2bbcc1f3e104459fef3cab67616d00001e025425fecb078325803cd33dc8ab67616d00001e0290eb2694488164403ad812e9ab67616d00001e02d2d57ba12d531fc8eaaf49cd", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e021bfe2bbcc1f3e104459fef3cab67616d00001e025425fecb078325803cd33dc8ab67616d00001e0290eb2694488164403ad812e9ab67616d00001e02d2d57ba12d531fc8eaaf49cd", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e021bfe2bbcc1f3e104459fef3cab67616d00001e025425fecb078325803cd33dc8ab67616d00001e0290eb2694488164403ad812e9ab67616d00001e02d2d57ba12d531fc8eaaf49cd", "width": 60 } ], "name": "December '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAACCA8BqKuDt6UH0mCm/3TnfPN9bpw", "tracks": { "href": "https://api.spotify.com/v1/playlists/4NsY2DKzQIjaajal5L25Kt/tracks", "total": 7 }, "items": { "href": "https://api.spotify.com/v1/playlists/4NsY2DKzQIjaajal5L25Kt/items", "total": 7 }, "type": "playlist", "uri": "spotify:playlist:4NsY2DKzQIjaajal5L25Kt" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/5dV0IeLCysOP6qEDGzhHw0" }, "href": "https://api.spotify.com/v1/playlists/5dV0IeLCysOP6qEDGzhHw0", "id": "5dV0IeLCysOP6qEDGzhHw0", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e02014392f7224d7765e698a904ab67616d00001e0217f6a7b8151062c09e7c8a8fab67616d00001e02ec8d2bf88ac5308f8b9b8dc8ab67616d00001e02f4a6ca892c6ed5a8e969e8a9", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e02014392f7224d7765e698a904ab67616d00001e0217f6a7b8151062c09e7c8a8fab67616d00001e02ec8d2bf88ac5308f8b9b8dc8ab67616d00001e02f4a6ca892c6ed5a8e969e8a9", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e02014392f7224d7765e698a904ab67616d00001e0217f6a7b8151062c09e7c8a8fab67616d00001e02ec8d2bf88ac5308f8b9b8dc8ab67616d00001e02f4a6ca892c6ed5a8e969e8a9", "width": 60 } ], "name": "November '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAADrN0arCi4wX8dU6Je1ZYFFG2K4jo", "tracks": { "href": "https://api.spotify.com/v1/playlists/5dV0IeLCysOP6qEDGzhHw0/tracks", "total": 13 }, "items": { "href": "https://api.spotify.com/v1/playlists/5dV0IeLCysOP6qEDGzhHw0/items", "total": 13 }, "type": "playlist", "uri": "spotify:playlist:5dV0IeLCysOP6qEDGzhHw0" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/40bvnxNQlivxZ02DmDzNxy" }, "href": "https://api.spotify.com/v1/playlists/40bvnxNQlivxZ02DmDzNxy", "id": "40bvnxNQlivxZ02DmDzNxy", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e021d47ca87b7476af61dd4e502ab67616d00001e023780c2d97ecbd5fc0a4cf107ab67616d00001e0276fe2ba0664a6f5cce2d0ac6ab67616d00001e02be6df8bb79d67c727d938f4a", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e021d47ca87b7476af61dd4e502ab67616d00001e023780c2d97ecbd5fc0a4cf107ab67616d00001e0276fe2ba0664a6f5cce2d0ac6ab67616d00001e02be6df8bb79d67c727d938f4a", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e021d47ca87b7476af61dd4e502ab67616d00001e023780c2d97ecbd5fc0a4cf107ab67616d00001e0276fe2ba0664a6f5cce2d0ac6ab67616d00001e02be6df8bb79d67c727d938f4a", "width": 60 } ], "name": "October '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAACpp8xX673vpf+VyajcYJdAHUhKQN", "tracks": { "href": "https://api.spotify.com/v1/playlists/40bvnxNQlivxZ02DmDzNxy/tracks", "total": 9 }, "items": { "href": "https://api.spotify.com/v1/playlists/40bvnxNQlivxZ02DmDzNxy/items", "total": 9 }, "type": "playlist", "uri": "spotify:playlist:40bvnxNQlivxZ02DmDzNxy" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/2ExZs1G4AOluuEwg3q5M1v" }, "href": "https://api.spotify.com/v1/playlists/2ExZs1G4AOluuEwg3q5M1v", "id": "2ExZs1G4AOluuEwg3q5M1v", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e022f3a0b652f199fc7b3ff0cabab67616d00001e023c041e53cb5c38b6de03e758ab67616d00001e02548f06ce82f36337bac46e21ab67616d00001e02913a6d7587d853e1dd4c1580", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e022f3a0b652f199fc7b3ff0cabab67616d00001e023c041e53cb5c38b6de03e758ab67616d00001e02548f06ce82f36337bac46e21ab67616d00001e02913a6d7587d853e1dd4c1580", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e022f3a0b652f199fc7b3ff0cabab67616d00001e023c041e53cb5c38b6de03e758ab67616d00001e02548f06ce82f36337bac46e21ab67616d00001e02913a6d7587d853e1dd4c1580", "width": 60 } ], "name": "September '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAFDnqOxyK2DMmmbFjt7I5ySII3OnD", "tracks": { "href": "https://api.spotify.com/v1/playlists/2ExZs1G4AOluuEwg3q5M1v/tracks", "total": 19 }, "items": { "href": "https://api.spotify.com/v1/playlists/2ExZs1G4AOluuEwg3q5M1v/items", "total": 19 }, "type": "playlist", "uri": "spotify:playlist:2ExZs1G4AOluuEwg3q5M1v" }, { "collaborative": false, "description": "de soms niet zo casual weird vibe playlist", "external_urls": { "spotify": "https://open.spotify.com/playlist/4jNUJLnkZJ32nuFE1PjkGu" }, "href": "https://api.spotify.com/v1/playlists/4jNUJLnkZJ32nuFE1PjkGu", "id": "4jNUJLnkZJ32nuFE1PjkGu", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e021308d479a61f2a3b088a5708ab67616d00001e022ffc2c580b6595a3e675a730ab67616d00001e02335092e5a1317f2ee9d701d7ab67616d00001e02395ee31df8ad9108f5775b1c", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e021308d479a61f2a3b088a5708ab67616d00001e022ffc2c580b6595a3e675a730ab67616d00001e02335092e5a1317f2ee9d701d7ab67616d00001e02395ee31df8ad9108f5775b1c", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e021308d479a61f2a3b088a5708ab67616d00001e022ffc2c580b6595a3e675a730ab67616d00001e02335092e5a1317f2ee9d701d7ab67616d00001e02395ee31df8ad9108f5775b1c", "width": 60 } ], "name": "Slumpm\u00e4ssiga", "owner": { "display_name": "leanne", "external_urls": { "spotify": "https://open.spotify.com/user/xleanne_" }, "href": "https://api.spotify.com/v1/users/xleanne_", "id": "xleanne_", "type": "user", "uri": "spotify:user:xleanne_" }, "primary_color": null, "public": true, "snapshot_id": "AAAASAaQ9ZR0Kk0a2GD+NUAP2DfgqTid", "tracks": { "href": "https://api.spotify.com/v1/playlists/4jNUJLnkZJ32nuFE1PjkGu/tracks", "total": 107 }, "items": { "href": "https://api.spotify.com/v1/playlists/4jNUJLnkZJ32nuFE1PjkGu/items", "total": 107 }, "type": "playlist", "uri": "spotify:playlist:4jNUJLnkZJ32nuFE1PjkGu" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/700dVjBihCDj2HwyhYDTRp" }, "href": "https://api.spotify.com/v1/playlists/700dVjBihCDj2HwyhYDTRp", "id": "700dVjBihCDj2HwyhYDTRp", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e021d8b02b7c886f34c408f4ca0ab67616d00001e027b85c73badee55bc69c6ce66ab67616d00001e02c0545aaaffd1560eec25b5a1ab67616d00001e02f7fb699c69d6529d4495766d", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e021d8b02b7c886f34c408f4ca0ab67616d00001e027b85c73badee55bc69c6ce66ab67616d00001e02c0545aaaffd1560eec25b5a1ab67616d00001e02f7fb699c69d6529d4495766d", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e021d8b02b7c886f34c408f4ca0ab67616d00001e027b85c73badee55bc69c6ce66ab67616d00001e02c0545aaaffd1560eec25b5a1ab67616d00001e02f7fb699c69d6529d4495766d", "width": 60 } ], "name": "August '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAIMxOgErYXRNVEEoQQh3RBcMlgpz2", "tracks": { "href": "https://api.spotify.com/v1/playlists/700dVjBihCDj2HwyhYDTRp/tracks", "total": 31 }, "items": { "href": "https://api.spotify.com/v1/playlists/700dVjBihCDj2HwyhYDTRp/items", "total": 31 }, "type": "playlist", "uri": "spotify:playlist:700dVjBihCDj2HwyhYDTRp" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/6B5dmWX7pK2LHHtS6ph265" }, "href": "https://api.spotify.com/v1/playlists/6B5dmWX7pK2LHHtS6ph265", "id": "6B5dmWX7pK2LHHtS6ph265", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0272a0322c6a1ff584ead1adc5ab67616d00001e02a91f9722dea90b3ac0d725daab67616d00001e02d03de263a7e4554713b9a77fab67616d00001e02ebea6d997f62d17e9c4eab6c", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0272a0322c6a1ff584ead1adc5ab67616d00001e02a91f9722dea90b3ac0d725daab67616d00001e02d03de263a7e4554713b9a77fab67616d00001e02ebea6d997f62d17e9c4eab6c", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0272a0322c6a1ff584ead1adc5ab67616d00001e02a91f9722dea90b3ac0d725daab67616d00001e02d03de263a7e4554713b9a77fab67616d00001e02ebea6d997f62d17e9c4eab6c", "width": 60 } ], "name": "Discover Weekly Archive", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAFmxwywmKeyw2ykACBaq/XgOpW7eUU", "tracks": { "href": "https://api.spotify.com/v1/playlists/6B5dmWX7pK2LHHtS6ph265/tracks", "total": 1434 }, "items": { "href": "https://api.spotify.com/v1/playlists/6B5dmWX7pK2LHHtS6ph265/items", "total": 1434 }, "type": "playlist", "uri": "spotify:playlist:6B5dmWX7pK2LHHtS6ph265" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/0ISThPpDv4JBNeHdptcK6i" }, "href": "https://api.spotify.com/v1/playlists/0ISThPpDv4JBNeHdptcK6i", "id": "0ISThPpDv4JBNeHdptcK6i", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0204983fd825ffccc2828f5f5bab67616d00001e02231b8bf75d17c6a4d6770015ab67616d00001e027a890e1103aa7e8304fc062bab67616d00001e02bffd2fc0fd4c3b09d3cd2616", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0204983fd825ffccc2828f5f5bab67616d00001e02231b8bf75d17c6a4d6770015ab67616d00001e027a890e1103aa7e8304fc062bab67616d00001e02bffd2fc0fd4c3b09d3cd2616", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0204983fd825ffccc2828f5f5bab67616d00001e02231b8bf75d17c6a4d6770015ab67616d00001e027a890e1103aa7e8304fc062bab67616d00001e02bffd2fc0fd4c3b09d3cd2616", "width": 60 } ], "name": "Dance vibes", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAF3xuuTFC2OrUZwYf7K4tnMfsaf0N", "tracks": { "href": "https://api.spotify.com/v1/playlists/0ISThPpDv4JBNeHdptcK6i/tracks", "total": 20 }, "items": { "href": "https://api.spotify.com/v1/playlists/0ISThPpDv4JBNeHdptcK6i/items", "total": 20 }, "type": "playlist", "uri": "spotify:playlist:0ISThPpDv4JBNeHdptcK6i" }, { "collaborative": true, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/2ElmM8s9Um1XSP07hADX9s" }, "href": "https://api.spotify.com/v1/playlists/2ElmM8s9Um1XSP07hADX9s", "id": "2ElmM8s9Um1XSP07hADX9s", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e020f5b85c5d4a8131d01aca941ab67616d00001e0268c13496a915eea4d4325681ab67616d00001e02a91c10fe9472d9bd89802e5aab67616d00001e02c691f9d8b09e963e7935faab", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e020f5b85c5d4a8131d01aca941ab67616d00001e0268c13496a915eea4d4325681ab67616d00001e02a91c10fe9472d9bd89802e5aab67616d00001e02c691f9d8b09e963e7935faab", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e020f5b85c5d4a8131d01aca941ab67616d00001e0268c13496a915eea4d4325681ab67616d00001e02a91c10fe9472d9bd89802e5aab67616d00001e02c691f9d8b09e963e7935faab", "width": 60 } ], "name": "goeien numertjs", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAQ1YIIUoOxc70iCjAaudAkDDb1p2J", "tracks": { "href": "https://api.spotify.com/v1/playlists/2ElmM8s9Um1XSP07hADX9s/tracks", "total": 62 }, "items": { "href": "https://api.spotify.com/v1/playlists/2ElmM8s9Um1XSP07hADX9s/items", "total": 62 }, "type": "playlist", "uri": "spotify:playlist:2ElmM8s9Um1XSP07hADX9s" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/0DRUBqBUSFJH1a7FvBIsGg" }, "href": "https://api.spotify.com/v1/playlists/0DRUBqBUSFJH1a7FvBIsGg", "id": "0DRUBqBUSFJH1a7FvBIsGg", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e025486d91bd83f2c4e0b1669f5ab67616d00001e0264ff626ae62af9867c4ee2e1ab67616d00001e02e6d896d0369324af77f47e9a", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e025486d91bd83f2c4e0b1669f5ab67616d00001e0264ff626ae62af9867c4ee2e1ab67616d00001e02e6d896d0369324af77f47e9a", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e025486d91bd83f2c4e0b1669f5ab67616d00001e0264ff626ae62af9867c4ee2e1ab67616d00001e02e6d896d0369324af77f47e9a", "width": 60 } ], "name": "Summer vibes", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAD9aKoW5FG3O6NM2mBhzMZzcZQhGh", "tracks": { "href": "https://api.spotify.com/v1/playlists/0DRUBqBUSFJH1a7FvBIsGg/tracks", "total": 13 }, "items": { "href": "https://api.spotify.com/v1/playlists/0DRUBqBUSFJH1a7FvBIsGg/items", "total": 13 }, "type": "playlist", "uri": "spotify:playlist:0DRUBqBUSFJH1a7FvBIsGg" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/4PSXSX9WhxdjAzSjU175od" }, "href": "https://api.spotify.com/v1/playlists/4PSXSX9WhxdjAzSjU175od", "id": "4PSXSX9WhxdjAzSjU175od", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e027c33cef24775c3780a9930f4ab67616d00001e029357f6851b075c6fb7b44f41ab67616d00001e02dc806722f6802a8ea9953c89ab67616d00001e02fa091c156c618ffd26ed2356", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e027c33cef24775c3780a9930f4ab67616d00001e029357f6851b075c6fb7b44f41ab67616d00001e02dc806722f6802a8ea9953c89ab67616d00001e02fa091c156c618ffd26ed2356", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e027c33cef24775c3780a9930f4ab67616d00001e029357f6851b075c6fb7b44f41ab67616d00001e02dc806722f6802a8ea9953c89ab67616d00001e02fa091c156c618ffd26ed2356", "width": 60 } ], "name": "July '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAIOwMEN9rLgafJ2ndIvaQejmBKzK3", "tracks": { "href": "https://api.spotify.com/v1/playlists/4PSXSX9WhxdjAzSjU175od/tracks", "total": 31 }, "items": { "href": "https://api.spotify.com/v1/playlists/4PSXSX9WhxdjAzSjU175od/items", "total": 31 }, "type": "playlist", "uri": "spotify:playlist:4PSXSX9WhxdjAzSjU175od" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/1XKSZRcsYP6VTkObunDIjQ" }, "href": "https://api.spotify.com/v1/playlists/1XKSZRcsYP6VTkObunDIjQ", "id": "1XKSZRcsYP6VTkObunDIjQ", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e020902cf9a0391c16a5fa4f969ab67616d00001e0234b23957c8bf15277804a2aeab67616d00001e02577dd278fa34655ace27f2c5ab67616d00001e028ff16aeca5722fcced965cb8", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e020902cf9a0391c16a5fa4f969ab67616d00001e0234b23957c8bf15277804a2aeab67616d00001e02577dd278fa34655ace27f2c5ab67616d00001e028ff16aeca5722fcced965cb8", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e020902cf9a0391c16a5fa4f969ab67616d00001e0234b23957c8bf15277804a2aeab67616d00001e02577dd278fa34655ace27f2c5ab67616d00001e028ff16aeca5722fcced965cb8", "width": 60 } ], "name": "June '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAMygu/hHO3ngMmH5s9SWLnjOPaYJZ", "tracks": { "href": "https://api.spotify.com/v1/playlists/1XKSZRcsYP6VTkObunDIjQ/tracks", "total": 50 }, "items": { "href": "https://api.spotify.com/v1/playlists/1XKSZRcsYP6VTkObunDIjQ/items", "total": 50 }, "type": "playlist", "uri": "spotify:playlist:1XKSZRcsYP6VTkObunDIjQ" }, { "collaborative": false, "description": "This is a playlist of some of the songs in the Keinemusik set during the beach party in the Cayo Perico mission in Grand Theft Auto 5 ", "external_urls": { "spotify": "https://open.spotify.com/playlist/3uCD1EyW3JRx8SV1QnA3Zm" }, "href": "https://api.spotify.com/v1/playlists/3uCD1EyW3JRx8SV1QnA3Zm", "id": "3uCD1EyW3JRx8SV1QnA3Zm", "images": [ { "height": null, "url": "https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da848e09c57d7b2ef2a17e853d4c", "width": null } ], "name": "GTA Cayo Perico Beach Party: Keinemusik Set", "owner": { "display_name": "Austin Martinez", "external_urls": { "spotify": "https://open.spotify.com/user/127651589" }, "href": "https://api.spotify.com/v1/users/127651589", "id": "127651589", "type": "user", "uri": "spotify:user:127651589" }, "primary_color": null, "public": true, "snapshot_id": "AAAAILgHyU8L6YfuRuNeifYpOSFjc6Ay", "tracks": { "href": "https://api.spotify.com/v1/playlists/3uCD1EyW3JRx8SV1QnA3Zm/tracks", "total": 26 }, "items": { "href": "https://api.spotify.com/v1/playlists/3uCD1EyW3JRx8SV1QnA3Zm/items", "total": 26 }, "type": "playlist", "uri": "spotify:playlist:3uCD1EyW3JRx8SV1QnA3Zm" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/3yPujxZ9OiB4By8COZaxaK" }, "href": "https://api.spotify.com/v1/playlists/3yPujxZ9OiB4By8COZaxaK", "id": "3yPujxZ9OiB4By8COZaxaK", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e022614c295a38ee782d093aa09ab67616d00001e0236e0535a12c22b83a6a59768ab67616d00001e024e587b1639b57a16e9161883ab67616d00001e02de26b55f9c67f6728d871406", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e022614c295a38ee782d093aa09ab67616d00001e0236e0535a12c22b83a6a59768ab67616d00001e024e587b1639b57a16e9161883ab67616d00001e02de26b55f9c67f6728d871406", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e022614c295a38ee782d093aa09ab67616d00001e0236e0535a12c22b83a6a59768ab67616d00001e024e587b1639b57a16e9161883ab67616d00001e02de26b55f9c67f6728d871406", "width": 60 } ], "name": "May '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAQQLd3S53NXqTS8ApC2f5BmZX88Ub", "tracks": { "href": "https://api.spotify.com/v1/playlists/3yPujxZ9OiB4By8COZaxaK/tracks", "total": 64 }, "items": { "href": "https://api.spotify.com/v1/playlists/3yPujxZ9OiB4By8COZaxaK/items", "total": 64 }, "type": "playlist", "uri": "spotify:playlist:3yPujxZ9OiB4By8COZaxaK" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/4A31OO75jaLCV2r7bvbQUa" }, "href": "https://api.spotify.com/v1/playlists/4A31OO75jaLCV2r7bvbQUa", "id": "4A31OO75jaLCV2r7bvbQUa", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0204ef796699518264973fee48ab67616d00001e021e2057f92f53ad311ac934ddab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e02ea427780debfc4faf793df19", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0204ef796699518264973fee48ab67616d00001e021e2057f92f53ad311ac934ddab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e02ea427780debfc4faf793df19", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0204ef796699518264973fee48ab67616d00001e021e2057f92f53ad311ac934ddab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e02ea427780debfc4faf793df19", "width": 60 } ], "name": "April '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAMkpQmpasdKd7sxVBjwbFfPtlQuCH", "tracks": { "href": "https://api.spotify.com/v1/playlists/4A31OO75jaLCV2r7bvbQUa/tracks", "total": 49 }, "items": { "href": "https://api.spotify.com/v1/playlists/4A31OO75jaLCV2r7bvbQUa/items", "total": 49 }, "type": "playlist", "uri": "spotify:playlist:4A31OO75jaLCV2r7bvbQUa" }, { "collaborative": false, "description": "HYPERTECHNO | TECHNO | SLAP HOUSE | BRAZILIAN BASS | BASS HOUSE | EDM | BASS BOOSTED CAR MUSIC | FUTURE HOUSE | FUTURE BOUNCE | GYM MOTIVATION", "external_urls": { "spotify": "https://open.spotify.com/playlist/6JbGAAe70bKTA3yfddjWTK" }, "href": "https://api.spotify.com/v1/playlists/6JbGAAe70bKTA3yfddjWTK", "id": "6JbGAAe70bKTA3yfddjWTK", "images": [ { "height": null, "url": "https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da849fa7c9ddef714003c524c89c", "width": null } ], "name": "BASS BOOSTED CAR MUSIC 2023", "owner": { "display_name": "LIZOT", "external_urls": { "spotify": "https://open.spotify.com/user/max.kleinschmidt" }, "href": "https://api.spotify.com/v1/users/max.kleinschmidt", "id": "max.kleinschmidt", "type": "user", "uri": "spotify:user:max.kleinschmidt" }, "primary_color": null, "public": true, "snapshot_id": "AAAEVKAeUtjFyV4KaDQCfKyokSERMrsh", "tracks": { "href": "https://api.spotify.com/v1/playlists/6JbGAAe70bKTA3yfddjWTK/tracks", "total": 47 }, "items": { "href": "https://api.spotify.com/v1/playlists/6JbGAAe70bKTA3yfddjWTK/items", "total": 47 }, "type": "playlist", "uri": "spotify:playlist:6JbGAAe70bKTA3yfddjWTK" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/6lVbphMrnxl1vIlfPhdA8i" }, "href": "https://api.spotify.com/v1/playlists/6lVbphMrnxl1vIlfPhdA8i", "id": "6lVbphMrnxl1vIlfPhdA8i", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e020678208f00e4111c88958bb9ab67616d00001e02979ee06e9685aff6ff000417ab67616d00001e02a8316bd5ce0a8cf6bead17f2ab67616d00001e02cf6a74cdef3c4e0d828c4057", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e020678208f00e4111c88958bb9ab67616d00001e02979ee06e9685aff6ff000417ab67616d00001e02a8316bd5ce0a8cf6bead17f2ab67616d00001e02cf6a74cdef3c4e0d828c4057", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e020678208f00e4111c88958bb9ab67616d00001e02979ee06e9685aff6ff000417ab67616d00001e02a8316bd5ce0a8cf6bead17f2ab67616d00001e02cf6a74cdef3c4e0d828c4057", "width": 60 } ], "name": "March '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAJZmeXYJPuucIlnmPwNBfWXWUO4dG", "tracks": { "href": "https://api.spotify.com/v1/playlists/6lVbphMrnxl1vIlfPhdA8i/tracks", "total": 36 }, "items": { "href": "https://api.spotify.com/v1/playlists/6lVbphMrnxl1vIlfPhdA8i/items", "total": 36 }, "type": "playlist", "uri": "spotify:playlist:6lVbphMrnxl1vIlfPhdA8i" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/3l0iA85qv43y9aMWztVIHu" }, "href": "https://api.spotify.com/v1/playlists/3l0iA85qv43y9aMWztVIHu", "id": "3l0iA85qv43y9aMWztVIHu", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0245951a69fe39a6e163122eabab67616d00001e02460771a72003ffccb35a568fab67616d00001e02927a9b11b73b0d238983065cab67616d00001e02fbe46d92ba0d5ca39d419f07", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0245951a69fe39a6e163122eabab67616d00001e02460771a72003ffccb35a568fab67616d00001e02927a9b11b73b0d238983065cab67616d00001e02fbe46d92ba0d5ca39d419f07", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0245951a69fe39a6e163122eabab67616d00001e02460771a72003ffccb35a568fab67616d00001e02927a9b11b73b0d238983065cab67616d00001e02fbe46d92ba0d5ca39d419f07", "width": 60 } ], "name": "February '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAHEpGSRJ2tk9XKma5yfU+X0JHBbay", "tracks": { "href": "https://api.spotify.com/v1/playlists/3l0iA85qv43y9aMWztVIHu/tracks", "total": 27 }, "items": { "href": "https://api.spotify.com/v1/playlists/3l0iA85qv43y9aMWztVIHu/items", "total": 27 }, "type": "playlist", "uri": "spotify:playlist:3l0iA85qv43y9aMWztVIHu" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/2jp4GK1k1l7I1X67f2EbmD" }, "href": "https://api.spotify.com/v1/playlists/2jp4GK1k1l7I1X67f2EbmD", "id": "2jp4GK1k1l7I1X67f2EbmD", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e02136d46f65c783bd9742dfc6dab67616d00001e0221b704f8cfa87252352a50cbab67616d00001e027506c963b821d3b508fb2261ab67616d00001e02808bcc3151a05dbd4805f340", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e02136d46f65c783bd9742dfc6dab67616d00001e0221b704f8cfa87252352a50cbab67616d00001e027506c963b821d3b508fb2261ab67616d00001e02808bcc3151a05dbd4805f340", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e02136d46f65c783bd9742dfc6dab67616d00001e0221b704f8cfa87252352a50cbab67616d00001e027506c963b821d3b508fb2261ab67616d00001e02808bcc3151a05dbd4805f340", "width": 60 } ], "name": "January '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAI2CYzXdTK19s58FVBG+8+tlAqSJ8", "tracks": { "href": "https://api.spotify.com/v1/playlists/2jp4GK1k1l7I1X67f2EbmD/tracks", "total": 34 }, "items": { "href": "https://api.spotify.com/v1/playlists/2jp4GK1k1l7I1X67f2EbmD/items", "total": 34 }, "type": "playlist", "uri": "spotify:playlist:2jp4GK1k1l7I1X67f2EbmD" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/027kb6scBKg9y9dE5nPPTv" }, "href": "https://api.spotify.com/v1/playlists/027kb6scBKg9y9dE5nPPTv", "id": "027kb6scBKg9y9dE5nPPTv", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0217cc3111c640c8e15efee21fab67616d00001e021c8cb0a0bc1490aaa287db71ab67616d00001e02e2a6468a88f17315e33274b7ab67616d00001e02f49c98f285a7cebc07fe581c", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0217cc3111c640c8e15efee21fab67616d00001e021c8cb0a0bc1490aaa287db71ab67616d00001e02e2a6468a88f17315e33274b7ab67616d00001e02f49c98f285a7cebc07fe581c", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0217cc3111c640c8e15efee21fab67616d00001e021c8cb0a0bc1490aaa287db71ab67616d00001e02e2a6468a88f17315e33274b7ab67616d00001e02f49c98f285a7cebc07fe581c", "width": 60 } ], "name": "December '20", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAHf73XkyYH3mkS+z4ljCb1UDR/guI", "tracks": { "href": "https://api.spotify.com/v1/playlists/027kb6scBKg9y9dE5nPPTv/tracks", "total": 28 }, "items": { "href": "https://api.spotify.com/v1/playlists/027kb6scBKg9y9dE5nPPTv/items", "total": 28 }, "type": "playlist", "uri": "spotify:playlist:027kb6scBKg9y9dE5nPPTv" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/1lX3M3MvpNmQGzuh7tVi15" }, "href": "https://api.spotify.com/v1/playlists/1lX3M3MvpNmQGzuh7tVi15", "id": "1lX3M3MvpNmQGzuh7tVi15", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0229fd157c5178bd374375e34dab67616d00001e024e667c4d363b244d8ec17a9dab67616d00001e02adb6e18f5d394f7e5fc1b01dab67616d00001e02d632291b4714c9b1a7ef2d02", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0229fd157c5178bd374375e34dab67616d00001e024e667c4d363b244d8ec17a9dab67616d00001e02adb6e18f5d394f7e5fc1b01dab67616d00001e02d632291b4714c9b1a7ef2d02", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0229fd157c5178bd374375e34dab67616d00001e024e667c4d363b244d8ec17a9dab67616d00001e02adb6e18f5d394f7e5fc1b01dab67616d00001e02d632291b4714c9b1a7ef2d02", "width": 60 } ], "name": "November '20", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAIY+yPId2tYordTc1Tly3Db405vMW", "tracks": { "href": "https://api.spotify.com/v1/playlists/1lX3M3MvpNmQGzuh7tVi15/tracks", "total": 32 }, "items": { "href": "https://api.spotify.com/v1/playlists/1lX3M3MvpNmQGzuh7tVi15/items", "total": 32 }, "type": "playlist", "uri": "spotify:playlist:1lX3M3MvpNmQGzuh7tVi15" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/6qGlky0reWcIeMAz70W8fd" }, "href": "https://api.spotify.com/v1/playlists/6qGlky0reWcIeMAz70W8fd", "id": "6qGlky0reWcIeMAz70W8fd", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0205ad046dd5d98362704d5f0dab67616d00001e029e3ffbc9245852e20a4d0c83ab67616d00001e02bb3c162ddba09bfba12199eaab67616d00001e02bcd0dda21a3a319df932d203", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0205ad046dd5d98362704d5f0dab67616d00001e029e3ffbc9245852e20a4d0c83ab67616d00001e02bb3c162ddba09bfba12199eaab67616d00001e02bcd0dda21a3a319df932d203", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0205ad046dd5d98362704d5f0dab67616d00001e029e3ffbc9245852e20a4d0c83ab67616d00001e02bb3c162ddba09bfba12199eaab67616d00001e02bcd0dda21a3a319df932d203", "width": 60 } ], "name": "October '20", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAJJ6I6Itv30mFoGlx1ZWKc0I40cME", "tracks": { "href": "https://api.spotify.com/v1/playlists/6qGlky0reWcIeMAz70W8fd/tracks", "total": 35 }, "items": { "href": "https://api.spotify.com/v1/playlists/6qGlky0reWcIeMAz70W8fd/items", "total": 35 }, "type": "playlist", "uri": "spotify:playlist:6qGlky0reWcIeMAz70W8fd" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/0RyuPsj7lVf8NTQlLnH3j0" }, "href": "https://api.spotify.com/v1/playlists/0RyuPsj7lVf8NTQlLnH3j0", "id": "0RyuPsj7lVf8NTQlLnH3j0", "images": [ { "height": null, "url": "https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da8412a6b60909be15810cf163c8", "width": null } ], "name": "Tones and I and I", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAA4LicILuoxQI0vQ3sHt3FqsRHU5+", "tracks": { "href": "https://api.spotify.com/v1/playlists/0RyuPsj7lVf8NTQlLnH3j0/tracks", "total": 25 }, "items": { "href": "https://api.spotify.com/v1/playlists/0RyuPsj7lVf8NTQlLnH3j0/items", "total": 25 }, "type": "playlist", "uri": "spotify:playlist:0RyuPsj7lVf8NTQlLnH3j0" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/7nXa5Ki4rYpTdkymKP9FaX" }, "href": "https://api.spotify.com/v1/playlists/7nXa5Ki4rYpTdkymKP9FaX", "id": "7nXa5Ki4rYpTdkymKP9FaX", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e02093275e675037dda1a37f73aab67616d00001e0245ec1340ea4b91a1f00a40abab67616d00001e025929b628a2e83996c4591519ab67616d00001e02ed4b6d22cb8de1aef4dc1927", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e02093275e675037dda1a37f73aab67616d00001e0245ec1340ea4b91a1f00a40abab67616d00001e025929b628a2e83996c4591519ab67616d00001e02ed4b6d22cb8de1aef4dc1927", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e02093275e675037dda1a37f73aab67616d00001e0245ec1340ea4b91a1f00a40abab67616d00001e025929b628a2e83996c4591519ab67616d00001e02ed4b6d22cb8de1aef4dc1927", "width": 60 } ], "name": "September '20", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAH8Ic4YdKV/m3GHQ6NR1rA1MmupYc", "tracks": { "href": "https://api.spotify.com/v1/playlists/7nXa5Ki4rYpTdkymKP9FaX/tracks", "total": 30 }, "items": { "href": "https://api.spotify.com/v1/playlists/7nXa5Ki4rYpTdkymKP9FaX/items", "total": 30 }, "type": "playlist", "uri": "spotify:playlist:7nXa5Ki4rYpTdkymKP9FaX" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/0cr5tOok6jV1LbxRW3Q1N7" }, "href": "https://api.spotify.com/v1/playlists/0cr5tOok6jV1LbxRW3Q1N7", "id": "0cr5tOok6jV1LbxRW3Q1N7", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0225180571abce9472f61bd722ab67616d00001e022fdadd6e64e069ee6c13a373ab67616d00001e023e0d8f5017fe3e6d6fb0f776ab67616d00001e02ab6e4b74b1ab1ce2dc6e7ca6", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0225180571abce9472f61bd722ab67616d00001e022fdadd6e64e069ee6c13a373ab67616d00001e023e0d8f5017fe3e6d6fb0f776ab67616d00001e02ab6e4b74b1ab1ce2dc6e7ca6", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0225180571abce9472f61bd722ab67616d00001e022fdadd6e64e069ee6c13a373ab67616d00001e023e0d8f5017fe3e6d6fb0f776ab67616d00001e02ab6e4b74b1ab1ce2dc6e7ca6", "width": 60 } ], "name": "August '20", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAINvOu3RTd6/L2JNcOmvga6vYW+N6", "tracks": { "href": "https://api.spotify.com/v1/playlists/0cr5tOok6jV1LbxRW3Q1N7/tracks", "total": 31 }, "items": { "href": "https://api.spotify.com/v1/playlists/0cr5tOok6jV1LbxRW3Q1N7/items", "total": 31 }, "type": "playlist", "uri": "spotify:playlist:0cr5tOok6jV1LbxRW3Q1N7" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/2OCmZ2TQS3I1t03liWGkKS" }, "href": "https://api.spotify.com/v1/playlists/2OCmZ2TQS3I1t03liWGkKS", "id": "2OCmZ2TQS3I1t03liWGkKS", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0211b32bddec78cb96bcd8154bab67616d00001e0252e99b3edb5e6eee37bb246fab67616d00001e02cf562e0e90b0a28cb571775fab67616d00001e02ec3d15eab5bd77027abc4b23", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0211b32bddec78cb96bcd8154bab67616d00001e0252e99b3edb5e6eee37bb246fab67616d00001e02cf562e0e90b0a28cb571775fab67616d00001e02ec3d15eab5bd77027abc4b23", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0211b32bddec78cb96bcd8154bab67616d00001e0252e99b3edb5e6eee37bb246fab67616d00001e02cf562e0e90b0a28cb571775fab67616d00001e02ec3d15eab5bd77027abc4b23", "width": 60 } ], "name": "July '20", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAPbe/75GjdiboQ8NQHoSjBc6HWWSy", "tracks": { "href": "https://api.spotify.com/v1/playlists/2OCmZ2TQS3I1t03liWGkKS/tracks", "total": 60 }, "items": { "href": "https://api.spotify.com/v1/playlists/2OCmZ2TQS3I1t03liWGkKS/items", "total": 60 }, "type": "playlist", "uri": "spotify:playlist:2OCmZ2TQS3I1t03liWGkKS" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/5O4UBQXD3A6FrZ9crDNfiC" }, "href": "https://api.spotify.com/v1/playlists/5O4UBQXD3A6FrZ9crDNfiC", "id": "5O4UBQXD3A6FrZ9crDNfiC", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67616d00001e02722206ae6845cdbbb4ed5e44", "width": null } ], "name": "Juni '20", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAAn6jyYPE1Rydis2Aw912enTZzyzT", "tracks": { "href": "https://api.spotify.com/v1/playlists/5O4UBQXD3A6FrZ9crDNfiC/tracks", "total": 1 }, "items": { "href": "https://api.spotify.com/v1/playlists/5O4UBQXD3A6FrZ9crDNfiC/items", "total": 1 }, "type": "playlist", "uri": "spotify:playlist:5O4UBQXD3A6FrZ9crDNfiC" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/4ncsy40OjpUIDhbXzi7BR4" }, "href": "https://api.spotify.com/v1/playlists/4ncsy40OjpUIDhbXzi7BR4", "id": "4ncsy40OjpUIDhbXzi7BR4", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0210c7ffb39d047bb532ba4dacab67616d00001e021a4c1c9b3113ee5dedf009c5ab67616d00001e0259d1b5794cefd3e7e86a775dab67616d00001e025cd88ee55eaa0c94f0f5e7c2", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0210c7ffb39d047bb532ba4dacab67616d00001e021a4c1c9b3113ee5dedf009c5ab67616d00001e0259d1b5794cefd3e7e86a775dab67616d00001e025cd88ee55eaa0c94f0f5e7c2", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0210c7ffb39d047bb532ba4dacab67616d00001e021a4c1c9b3113ee5dedf009c5ab67616d00001e0259d1b5794cefd3e7e86a775dab67616d00001e025cd88ee55eaa0c94f0f5e7c2", "width": 60 } ], "name": "June '20", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAALjpQDG7JUhg4XF64j36IVHVh6DmK", "tracks": { "href": "https://api.spotify.com/v1/playlists/4ncsy40OjpUIDhbXzi7BR4/tracks", "total": 45 }, "items": { "href": "https://api.spotify.com/v1/playlists/4ncsy40OjpUIDhbXzi7BR4/items", "total": 45 }, "type": "playlist", "uri": "spotify:playlist:4ncsy40OjpUIDhbXzi7BR4" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/6DSDjystyVtnkfdsoANXu0" }, "href": "https://api.spotify.com/v1/playlists/6DSDjystyVtnkfdsoANXu0", "id": "6DSDjystyVtnkfdsoANXu0", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e022282cf1bf4b5eb5a6ee67f6eab67616d00001e0264ff626ae62af9867c4ee2e1ab67616d00001e0288baa83a6c7bc59e18b74e79ab67616d00001e02dd03ba4ad12beff6aed2d13c", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e022282cf1bf4b5eb5a6ee67f6eab67616d00001e0264ff626ae62af9867c4ee2e1ab67616d00001e0288baa83a6c7bc59e18b74e79ab67616d00001e02dd03ba4ad12beff6aed2d13c", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e022282cf1bf4b5eb5a6ee67f6eab67616d00001e0264ff626ae62af9867c4ee2e1ab67616d00001e0288baa83a6c7bc59e18b74e79ab67616d00001e02dd03ba4ad12beff6aed2d13c", "width": 60 } ], "name": "Disco Vibes", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAACNeSMD6hLdkSArDZihVm9W9X94kw", "tracks": { "href": "https://api.spotify.com/v1/playlists/6DSDjystyVtnkfdsoANXu0/tracks", "total": 6 }, "items": { "href": "https://api.spotify.com/v1/playlists/6DSDjystyVtnkfdsoANXu0/items", "total": 6 }, "type": "playlist", "uri": "spotify:playlist:6DSDjystyVtnkfdsoANXu0" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/2jvlY5A7LXMtJjQFAZpkER" }, "href": "https://api.spotify.com/v1/playlists/2jvlY5A7LXMtJjQFAZpkER", "id": "2jvlY5A7LXMtJjQFAZpkER", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0203bf634fe9526dfcc79f8526ab67616d00001e027058c5d53a78507ff4a666fbab67616d00001e02d766fd9e96ce4be7776759a4ab67616d00001e02db6219fb4ee7ceceaf41e769", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0203bf634fe9526dfcc79f8526ab67616d00001e027058c5d53a78507ff4a666fbab67616d00001e02d766fd9e96ce4be7776759a4ab67616d00001e02db6219fb4ee7ceceaf41e769", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0203bf634fe9526dfcc79f8526ab67616d00001e027058c5d53a78507ff4a666fbab67616d00001e02d766fd9e96ce4be7776759a4ab67616d00001e02db6219fb4ee7ceceaf41e769", "width": 60 } ], "name": "May '20", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAALOTM51RP7q2tcb0KZvUn5wBJYing", "tracks": { "href": "https://api.spotify.com/v1/playlists/2jvlY5A7LXMtJjQFAZpkER/tracks", "total": 43 }, "items": { "href": "https://api.spotify.com/v1/playlists/2jvlY5A7LXMtJjQFAZpkER/items", "total": 43 }, "type": "playlist", "uri": "spotify:playlist:2jvlY5A7LXMtJjQFAZpkER" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/7j2y0Baus5KEznyrb9P7Hh" }, "href": "https://api.spotify.com/v1/playlists/7j2y0Baus5KEznyrb9P7Hh", "id": "7j2y0Baus5KEznyrb9P7Hh", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e02175c577a61aa13d4fb4b6534ab67616d00001e0219842db9fce84f370835265cab67616d00001e022e92f776279eaf45d14a33fdab67616d00001e02ee1ae7d44f10961722736148", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e02175c577a61aa13d4fb4b6534ab67616d00001e0219842db9fce84f370835265cab67616d00001e022e92f776279eaf45d14a33fdab67616d00001e02ee1ae7d44f10961722736148", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e02175c577a61aa13d4fb4b6534ab67616d00001e0219842db9fce84f370835265cab67616d00001e022e92f776279eaf45d14a33fdab67616d00001e02ee1ae7d44f10961722736148", "width": 60 } ], "name": "funk wav bounces vol 2", "owner": { "display_name": "angelarbarnes", "external_urls": { "spotify": "https://open.spotify.com/user/angelarbarnes" }, "href": "https://api.spotify.com/v1/users/angelarbarnes", "id": "angelarbarnes", "type": "user", "uri": "spotify:user:angelarbarnes" }, "primary_color": null, "public": true, "snapshot_id": "AAAAwnmqbrq34IfUqN5UdZBCYOxnJW9i", "tracks": { "href": "https://api.spotify.com/v1/playlists/7j2y0Baus5KEznyrb9P7Hh/tracks", "total": 161 }, "items": { "href": "https://api.spotify.com/v1/playlists/7j2y0Baus5KEznyrb9P7Hh/items", "total": 161 }, "type": "playlist", "uri": "spotify:playlist:7j2y0Baus5KEznyrb9P7Hh" } ] } python-spotify-2.0.2/tests/fixtures/current_user_playlist_2.json000066400000000000000000002221321515206530700253250ustar00rootroot00000000000000{ "href": "https://api.spotify.com/v1/users/1112264649/playlists?offset=0&limit=48&locale=en-US,en;q%3D0.5", "limit": 48, "next": "https://api.spotify.com/v1/users/1112264649/playlists?offset=48&limit=48&locale=en-US,en;q%3D0.5", "offset": 0, "previous": null, "total": 111, "items": [ { "collaborative": false, "description": "You listened to freedom and vibing on Mondays in the morning. Here's some: melodic techno, house, fraternity, 130 bpm, doof doof and electric", "external_urls": { "spotify": "https://open.spotify.com/playlist/37i9dQZF1EP6YuccBxUcC1" }, "href": "https://api.spotify.com/v1/playlists/37i9dQZF1EP6YuccBxUcC1", "id": "37i9dQZF1EP6YuccBxUcC1", "images": [ { "height": null, "url": "https://daylist.spotifycdn.com/playlist-covers-mix/en/morning_default.jpg", "width": null } ], "name": "daylist โ€ข melodic techno house monday morning", "owner": { "display_name": "Spotify", "external_urls": { "spotify": "https://open.spotify.com/user/spotify" }, "href": "https://api.spotify.com/v1/users/spotify", "id": "spotify", "type": "user", "uri": "spotify:user:spotify" }, "primary_color": "#ffffff", "public": true, "snapshot_id": "AAAAAAAAAABk2EIIGQqKLD1fzg4cJNPW", "tracks": { "href": "https://api.spotify.com/v1/playlists/37i9dQZF1EP6YuccBxUcC1/tracks", "total": 50 }, "type": "playlist", "uri": "spotify:playlist:37i9dQZF1EP6YuccBxUcC1" }, { "collaborative": false, "description": "A Blend of music for Joost and Cheyenne. Updates daily.", "external_urls": { "spotify": "https://open.spotify.com/playlist/37i9dQZF1EJvpyGjPopYtd" }, "href": "https://api.spotify.com/v1/playlists/37i9dQZF1EJvpyGjPopYtd", "id": "37i9dQZF1EJvpyGjPopYtd", "images": [ { "height": null, "url": "https://blend-playlist-covers.spotifycdn.com/v2/blend_DEFAULT-azure-pink-en.jpg", "width": null } ], "name": "Cheyenne + Joost", "owner": { "display_name": "Spotify", "external_urls": { "spotify": "https://open.spotify.com/user/spotify" }, "href": "https://api.spotify.com/v1/users/spotify", "id": "spotify", "type": "user", "uri": "spotify:user:spotify" }, "primary_color": null, "public": true, "snapshot_id": "AAAAAAAAAAB5VxMH9+Uucj60cxwQ1hP/", "tracks": { "href": "https://api.spotify.com/v1/playlists/37i9dQZF1EJvpyGjPopYtd/tracks", "total": 50 }, "type": "playlist", "uri": "spotify:playlist:37i9dQZF1EJvpyGjPopYtd" }, { "collaborative": false, "description": "100% good vibes.", "external_urls": { "spotify": "https://open.spotify.com/playlist/37i9dQZF1DWYMroOc5KTTh" }, "href": "https://api.spotify.com/v1/playlists/37i9dQZF1DWYMroOc5KTTh", "id": "37i9dQZF1DWYMroOc5KTTh", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67706f0000000253a4d12c459c3cd2d265dfa2", "width": null } ], "name": "Serotonin", "owner": { "display_name": "Spotify", "external_urls": { "spotify": "https://open.spotify.com/user/spotify" }, "href": "https://api.spotify.com/v1/users/spotify", "id": "spotify", "type": "user", "uri": "spotify:user:spotify" }, "primary_color": "#ffffff", "public": true, "snapshot_id": "Zv8h8AAAAADjkIR1uih+iXplHwVe3RH7", "tracks": { "href": "https://api.spotify.com/v1/playlists/37i9dQZF1DWYMroOc5KTTh/tracks", "total": 50 }, "type": "playlist", "uri": "spotify:playlist:37i9dQZF1DWYMroOc5KTTh" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/5t75uJ5vBvEdbbvs5uIqXJ" }, "href": "https://api.spotify.com/v1/playlists/5t75uJ5vBvEdbbvs5uIqXJ", "id": "5t75uJ5vBvEdbbvs5uIqXJ", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67616d00001e0205c6f48cceeb832778012b21", "width": null } ], "name": "Sweet", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAABOQvUVBN2G4BB0mGopx4KP5uBnu+", "tracks": { "href": "https://api.spotify.com/v1/playlists/5t75uJ5vBvEdbbvs5uIqXJ/tracks", "total": 3 }, "type": "playlist", "uri": "spotify:playlist:5t75uJ5vBvEdbbvs5uIqXJ" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/0pM0KTMXM7K5qr3sL2DPw1" }, "href": "https://api.spotify.com/v1/playlists/0pM0KTMXM7K5qr3sL2DPw1", "id": "0pM0KTMXM7K5qr3sL2DPw1", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67616d00001e02991e1b6c088e2abc38f584c8", "width": null } ], "name": "Pain", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAA1EpnaBVKgA8U/N/DhWkHB9jsoA1", "tracks": { "href": "https://api.spotify.com/v1/playlists/0pM0KTMXM7K5qr3sL2DPw1/tracks", "total": 2 }, "type": "playlist", "uri": "spotify:playlist:0pM0KTMXM7K5qr3sL2DPw1" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/4WkWJ0EjHEFASDevhM8oPw" }, "href": "https://api.spotify.com/v1/playlists/4WkWJ0EjHEFASDevhM8oPw", "id": "4WkWJ0EjHEFASDevhM8oPw", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67616d00001e02d061f5bfae8d38558f3698c1", "width": null } ], "name": "Hyper", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAA2+SfV6gJVq8OgnZwG0ssjUTdfvu", "tracks": { "href": "https://api.spotify.com/v1/playlists/4WkWJ0EjHEFASDevhM8oPw/tracks", "total": 1 }, "type": "playlist", "uri": "spotify:playlist:4WkWJ0EjHEFASDevhM8oPw" }, { "collaborative": false, "description": "A Blend of music for Joost and Christel. Updates daily.", "external_urls": { "spotify": "https://open.spotify.com/playlist/37i9dQZF1EJwDEkXAeJkCv" }, "href": "https://api.spotify.com/v1/playlists/37i9dQZF1EJwDEkXAeJkCv", "id": "37i9dQZF1EJwDEkXAeJkCv", "images": [ { "height": null, "url": "https://blend-playlist-covers.spotifycdn.com/v2/blend_DEFAULT-forest-pink-en.jpg", "width": null } ], "name": "Christel + Joost", "owner": { "display_name": "Spotify", "external_urls": { "spotify": "https://open.spotify.com/user/spotify" }, "href": "https://api.spotify.com/v1/users/spotify", "id": "spotify", "type": "user", "uri": "spotify:user:spotify" }, "primary_color": null, "public": true, "snapshot_id": "AAAAAAAAAAAN3BwiC8g/3dZKnFCGe4eA", "tracks": { "href": "https://api.spotify.com/v1/playlists/37i9dQZF1EJwDEkXAeJkCv/tracks", "total": 50 }, "type": "playlist", "uri": "spotify:playlist:37i9dQZF1EJwDEkXAeJkCv" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/1RHirWgH1weMsBLi4KOK9d" }, "href": "https://api.spotify.com/v1/playlists/1RHirWgH1weMsBLi4KOK9d", "id": "1RHirWgH1weMsBLi4KOK9d", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e022f3e58dd611d177973cb3a8cab67616d00001e0245cab965cb4639a4e669564aab67616d00001e029e83c93811be6abfad8649d6ab67616d00001e02e4c03429788f0aff263a5fc6", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e022f3e58dd611d177973cb3a8cab67616d00001e0245cab965cb4639a4e669564aab67616d00001e029e83c93811be6abfad8649d6ab67616d00001e02e4c03429788f0aff263a5fc6", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e022f3e58dd611d177973cb3a8cab67616d00001e0245cab965cb4639a4e669564aab67616d00001e029e83c93811be6abfad8649d6ab67616d00001e02e4c03429788f0aff263a5fc6", "width": 60 } ], "name": "Ainโ€™t got shit on me", "owner": { "display_name": "Rensie", "external_urls": { "spotify": "https://open.spotify.com/user/317g2sbpe3ccycu45fes6lfr5lpe" }, "href": "https://api.spotify.com/v1/users/317g2sbpe3ccycu45fes6lfr5lpe", "id": "317g2sbpe3ccycu45fes6lfr5lpe", "type": "user", "uri": "spotify:user:317g2sbpe3ccycu45fes6lfr5lpe" }, "primary_color": null, "public": true, "snapshot_id": "AAAAIObZq+YDDwTjnpqp2AjyuHn8az3Z", "tracks": { "href": "https://api.spotify.com/v1/playlists/1RHirWgH1weMsBLi4KOK9d/tracks", "total": 30 }, "type": "playlist", "uri": "spotify:playlist:1RHirWgH1weMsBLi4KOK9d" }, { "collaborative": false, "description": "A Blend of music for Joost and kosmik. Updates daily.", "external_urls": { "spotify": "https://open.spotify.com/playlist/37i9dQZF1EJDyIuS82b8FD" }, "href": "https://api.spotify.com/v1/playlists/37i9dQZF1EJDyIuS82b8FD", "id": "37i9dQZF1EJDyIuS82b8FD", "images": [ { "height": null, "url": "https://blend-playlist-covers.spotifycdn.com/v2/blend_DEFAULT-maroon-red-en.jpg", "width": null } ], "name": "kosmik + Joost", "owner": { "display_name": "Spotify", "external_urls": { "spotify": "https://open.spotify.com/user/spotify" }, "href": "https://api.spotify.com/v1/users/spotify", "id": "spotify", "type": "user", "uri": "spotify:user:spotify" }, "primary_color": null, "public": true, "snapshot_id": "AAAAAAAAAADQO7myvn0ystLH2NNZd1rt", "tracks": { "href": "https://api.spotify.com/v1/playlists/37i9dQZF1EJDyIuS82b8FD/tracks", "total": 50 }, "type": "playlist", "uri": "spotify:playlist:37i9dQZF1EJDyIuS82b8FD" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/2ZfissHhjQnhlmD54h6elH" }, "href": "https://api.spotify.com/v1/playlists/2ZfissHhjQnhlmD54h6elH", "id": "2ZfissHhjQnhlmD54h6elH", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e020f0e63e38a0ea92314ab9d7fab67616d00001e027622b889949b07f15c6b57e2ab67616d00001e02a871bc3a84418ad1240a5d4eab67616d00001e02f56d363d03630bf3ee50b705", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e020f0e63e38a0ea92314ab9d7fab67616d00001e027622b889949b07f15c6b57e2ab67616d00001e02a871bc3a84418ad1240a5d4eab67616d00001e02f56d363d03630bf3ee50b705", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e020f0e63e38a0ea92314ab9d7fab67616d00001e027622b889949b07f15c6b57e2ab67616d00001e02a871bc3a84418ad1240a5d4eab67616d00001e02f56d363d03630bf3ee50b705", "width": 60 } ], "name": "Billie (interlude)", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAClUPy5QailhNAJTG2FeUlNQlhCeC", "tracks": { "href": "https://api.spotify.com/v1/playlists/2ZfissHhjQnhlmD54h6elH/tracks", "total": 7 }, "type": "playlist", "uri": "spotify:playlist:2ZfissHhjQnhlmD54h6elH" }, { "collaborative": false, "description": "Missing: Metrik - Techtonic; GAJATE - Baile Funk", "external_urls": { "spotify": "https://open.spotify.com/playlist/1vOHEgZ5UszkWycPjnG2Uo" }, "href": "https://api.spotify.com/v1/playlists/1vOHEgZ5UszkWycPjnG2Uo", "id": "1vOHEgZ5UszkWycPjnG2Uo", "images": [ { "height": null, "url": "https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da84dce297c9b2a3b46d3c0a41fb", "width": null } ], "name": "Forza Horizon 5 Bass Arena", "owner": { "display_name": "SylveonTribe", "external_urls": { "spotify": "https://open.spotify.com/user/rwilming" }, "href": "https://api.spotify.com/v1/users/rwilming", "id": "rwilming", "type": "user", "uri": "spotify:user:rwilming" }, "primary_color": null, "public": true, "snapshot_id": "AAAAGJBy9g8BoxcGY9PlK235g29V5iDv", "tracks": { "href": "https://api.spotify.com/v1/playlists/1vOHEgZ5UszkWycPjnG2Uo/tracks", "total": 17 }, "type": "playlist", "uri": "spotify:playlist:1vOHEgZ5UszkWycPjnG2Uo" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/4hQFqB1AtOpzsAv01E8n6c" }, "href": "https://api.spotify.com/v1/playlists/4hQFqB1AtOpzsAv01E8n6c", "id": "4hQFqB1AtOpzsAv01E8n6c", "images": null, "name": "My Playlist #63", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAAYPwcoknIxygt/qqqQmffBC6xjxY", "tracks": { "href": "https://api.spotify.com/v1/playlists/4hQFqB1AtOpzsAv01E8n6c/tracks", "total": 0 }, "type": "playlist", "uri": "spotify:playlist:4hQFqB1AtOpzsAv01E8n6c" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/0Jgs7FxHX86twpgCDehAHv" }, "href": "https://api.spotify.com/v1/playlists/0Jgs7FxHX86twpgCDehAHv", "id": "0Jgs7FxHX86twpgCDehAHv", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e026c9556ea020144591559e3e3ab67616d00001e0285d230a79a0f0081bff1f102ab67616d00001e02e014060de62f2809a3d16ac7ab67616d00001e02eb9d3cba22cfa81c14fb8f0b", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e026c9556ea020144591559e3e3ab67616d00001e0285d230a79a0f0081bff1f102ab67616d00001e02e014060de62f2809a3d16ac7ab67616d00001e02eb9d3cba22cfa81c14fb8f0b", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e026c9556ea020144591559e3e3ab67616d00001e0285d230a79a0f0081bff1f102ab67616d00001e02e014060de62f2809a3d16ac7ab67616d00001e02eb9d3cba22cfa81c14fb8f0b", "width": 60 } ], "name": "Crรจme", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAB5JoBY6tdwVKDKeugz64oxGvXNX8", "tracks": { "href": "https://api.spotify.com/v1/playlists/0Jgs7FxHX86twpgCDehAHv/tracks", "total": 6 }, "type": "playlist", "uri": "spotify:playlist:0Jgs7FxHX86twpgCDehAHv" }, { "collaborative": false, "description": "Spotify Wrapped presents the songs that you loved most this year.", "external_urls": { "spotify": "https://open.spotify.com/playlist/37i9dQZF1F0sijgNaJdgit" }, "href": "https://api.spotify.com/v1/playlists/37i9dQZF1F0sijgNaJdgit", "id": "37i9dQZF1F0sijgNaJdgit", "images": [ { "height": null, "url": "https://wrapped-images.spotifycdn.com/image/yts-2022/default/your-top-songs-2022_default_en.jpg", "width": null } ], "name": "Your Top Songs 2022", "owner": { "display_name": "Spotify", "external_urls": { "spotify": "https://open.spotify.com/user/spotify" }, "href": "https://api.spotify.com/v1/users/spotify", "id": "spotify", "type": "user", "uri": "spotify:user:spotify" }, "primary_color": null, "public": true, "snapshot_id": "Y4jJ4gAAAACwtlsyYn1Mcj+djyNdzcd5", "tracks": { "href": "https://api.spotify.com/v1/playlists/37i9dQZF1F0sijgNaJdgit/tracks", "total": 98 }, "type": "playlist", "uri": "spotify:playlist:37i9dQZF1F0sijgNaJdgit" }, { "collaborative": false, "description": "The UK's biggest rock playlist. Cover: Circa Waves", "external_urls": { "spotify": "https://open.spotify.com/playlist/37i9dQZF1DX4DZAVUAwHMT" }, "href": "https://api.spotify.com/v1/playlists/37i9dQZF1DX4DZAVUAwHMT", "id": "37i9dQZF1DX4DZAVUAwHMT", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67706f00000002460587c8418f9e99ddfa0464", "width": null } ], "name": "The Rock List", "owner": { "display_name": "Spotify", "external_urls": { "spotify": "https://open.spotify.com/user/spotify" }, "href": "https://api.spotify.com/v1/users/spotify", "id": "spotify", "type": "user", "uri": "spotify:user:spotify" }, "primary_color": "#ffffff", "public": true, "snapshot_id": "ZwALKQAAAADv+NljetLGFE9m+gYkVvpz", "tracks": { "href": "https://api.spotify.com/v1/playlists/37i9dQZF1DX4DZAVUAwHMT/tracks", "total": 80 }, "type": "playlist", "uri": "spotify:playlist:37i9dQZF1DX4DZAVUAwHMT" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/6fHmmdjd2Urd7DAhb4bqOB" }, "href": "https://api.spotify.com/v1/playlists/6fHmmdjd2Urd7DAhb4bqOB", "id": "6fHmmdjd2Urd7DAhb4bqOB", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e020389027010b78a5e7dce426bab67616d00001e022b8ac52203215122968d4d6aab67616d00001e029eec33b045d88f87b9b06e67ab67616d00001e02ce70170f863e670be6a3874c", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e020389027010b78a5e7dce426bab67616d00001e022b8ac52203215122968d4d6aab67616d00001e029eec33b045d88f87b9b06e67ab67616d00001e02ce70170f863e670be6a3874c", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e020389027010b78a5e7dce426bab67616d00001e022b8ac52203215122968d4d6aab67616d00001e029eec33b045d88f87b9b06e67ab67616d00001e02ce70170f863e670be6a3874c", "width": 60 } ], "name": "My Shazam Tracks", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAABFo0uvxASD5waHn+QvHuUxhTc3N5U", "tracks": { "href": "https://api.spotify.com/v1/playlists/6fHmmdjd2Urd7DAhb4bqOB/tracks", "total": 466 }, "type": "playlist", "uri": "spotify:playlist:6fHmmdjd2Urd7DAhb4bqOB" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/5H2U7tZb9dMSHPwi20XcuD" }, "href": "https://api.spotify.com/v1/playlists/5H2U7tZb9dMSHPwi20XcuD", "id": "5H2U7tZb9dMSHPwi20XcuD", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e020aa31b3fb95f3e6bc48312d9ab67616d00001e027adbe35f4bcb61b4e9aa910cab67616d00001e02be90598dc5b123eb550c6d51ab67616d00001e02fe8c4d2d61fa92202800947c", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e020aa31b3fb95f3e6bc48312d9ab67616d00001e027adbe35f4bcb61b4e9aa910cab67616d00001e02be90598dc5b123eb550c6d51ab67616d00001e02fe8c4d2d61fa92202800947c", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e020aa31b3fb95f3e6bc48312d9ab67616d00001e027adbe35f4bcb61b4e9aa910cab67616d00001e02be90598dc5b123eb550c6d51ab67616d00001e02fe8c4d2d61fa92202800947c", "width": 60 } ], "name": "Likes", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAI60v6rt9ZTeTtVYYj2bqOxeL7C//", "tracks": { "href": "https://api.spotify.com/v1/playlists/5H2U7tZb9dMSHPwi20XcuD/tracks", "total": 4275 }, "type": "playlist", "uri": "spotify:playlist:5H2U7tZb9dMSHPwi20XcuD" }, { "collaborative": false, "description": "Your weekly mixtape of fresh music. Enjoy new music and deep cuts picked for you. Updates every Monday.", "external_urls": { "spotify": "https://open.spotify.com/playlist/37i9dQZEVXcGYKTerf9omc" }, "href": "https://api.spotify.com/v1/playlists/37i9dQZEVXcGYKTerf9omc", "id": "37i9dQZEVXcGYKTerf9omc", "images": [ { "height": null, "url": "https://newjams-images.scdn.co/image/ab676477000033ad/dt/v3/discover-weekly/MJeySCHFAx31LmEuBGrG55letD5TLIXTCpfiZIWMsjHdcjZvNf1UcE4luVIM0bpDom7FKHJoeHt974AcHaBpQ48B7uzwdGQSm9Owdb0FtNk=/MjA6NjQ6ODBUNTEtMDEtNA==", "width": null } ], "name": "Discover Weekly", "owner": { "display_name": "Spotify", "external_urls": { "spotify": "https://open.spotify.com/user/spotify" }, "href": "https://api.spotify.com/v1/users/spotify", "id": "spotify", "type": "user", "uri": "spotify:user:spotify" }, "primary_color": null, "public": true, "snapshot_id": "AAAAAAAAAAAkVTlDM0zEvttx7VRAm5um", "tracks": { "href": "https://api.spotify.com/v1/playlists/37i9dQZEVXcGYKTerf9omc/tracks", "total": 30 }, "type": "playlist", "uri": "spotify:playlist:37i9dQZEVXcGYKTerf9omc" }, { "collaborative": false, "description": "Catch all the latest music from artists you follow, plus new singles picked for you. Updates every Friday.", "external_urls": { "spotify": "https://open.spotify.com/playlist/37i9dQZEVXbsfxNSCNXcqe" }, "href": "https://api.spotify.com/v1/playlists/37i9dQZEVXbsfxNSCNXcqe", "id": "37i9dQZEVXbsfxNSCNXcqe", "images": [ { "height": null, "url": "https://newjams-images.scdn.co/image/ab67647800003f8a/dt/v3/release-radar/ab6761610000e5eb9e528993a2820267b97f6aae/en", "width": null } ], "name": "Release Radar", "owner": { "display_name": "Spotify", "external_urls": { "spotify": "https://open.spotify.com/user/spotify" }, "href": "https://api.spotify.com/v1/users/spotify", "id": "spotify", "type": "user", "uri": "spotify:user:spotify" }, "primary_color": null, "public": true, "snapshot_id": "AAAAAAAAAACoAk1nSBcNqaIU4MZ2K0QY", "tracks": { "href": "https://api.spotify.com/v1/playlists/37i9dQZEVXbsfxNSCNXcqe/tracks", "total": 30 }, "type": "playlist", "uri": "spotify:playlist:37i9dQZEVXbsfxNSCNXcqe" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/709T4OzANnUi2lKQLlVkrE" }, "href": "https://api.spotify.com/v1/playlists/709T4OzANnUi2lKQLlVkrE", "id": "709T4OzANnUi2lKQLlVkrE", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0212b78e0955d7be6bd6e9084aab67616d00001e02336a313426983a122d8ed70cab67616d00001e028fae0b49fa2872779be1e77cab67616d00001e029b90e4ccf55c0a23a13f4eae", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0212b78e0955d7be6bd6e9084aab67616d00001e02336a313426983a122d8ed70cab67616d00001e028fae0b49fa2872779be1e77cab67616d00001e029b90e4ccf55c0a23a13f4eae", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0212b78e0955d7be6bd6e9084aab67616d00001e02336a313426983a122d8ed70cab67616d00001e028fae0b49fa2872779be1e77cab67616d00001e029b90e4ccf55c0a23a13f4eae", "width": 60 } ], "name": "March '22", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAABSHXFNYmStGaJrf8U+9GY1WQ0Smd", "tracks": { "href": "https://api.spotify.com/v1/playlists/709T4OzANnUi2lKQLlVkrE/tracks", "total": 4 }, "type": "playlist", "uri": "spotify:playlist:709T4OzANnUi2lKQLlVkrE" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/57ZuuAVl0eAZvhisoFP3SC" }, "href": "https://api.spotify.com/v1/playlists/57ZuuAVl0eAZvhisoFP3SC", "id": "57ZuuAVl0eAZvhisoFP3SC", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e02490a887b85a95378ea66b41dab67616d00001e026bb188bb70c9561e60de61cbab67616d00001e027f500193535d8fe6d4cb398fab67616d00001e02ca964f2c3c069b3fb9ec11be", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e02490a887b85a95378ea66b41dab67616d00001e026bb188bb70c9561e60de61cbab67616d00001e027f500193535d8fe6d4cb398fab67616d00001e02ca964f2c3c069b3fb9ec11be", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e02490a887b85a95378ea66b41dab67616d00001e026bb188bb70c9561e60de61cbab67616d00001e027f500193535d8fe6d4cb398fab67616d00001e02ca964f2c3c069b3fb9ec11be", "width": 60 } ], "name": "February '22", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAFRabb1cD3tb9R4fPIyRjfbLFQitm", "tracks": { "href": "https://api.spotify.com/v1/playlists/57ZuuAVl0eAZvhisoFP3SC/tracks", "total": 20 }, "type": "playlist", "uri": "spotify:playlist:57ZuuAVl0eAZvhisoFP3SC" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/4OI1xDCLFlEcfgaeyowpEu" }, "href": "https://api.spotify.com/v1/playlists/4OI1xDCLFlEcfgaeyowpEu", "id": "4OI1xDCLFlEcfgaeyowpEu", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0215893afacb5d2604085a9d8eab67616d00001e02356a689446b81073e1071987ab67616d00001e027f86c9158ee0a14faa484d53ab67616d00001e0295da52884fb152645273020d", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0215893afacb5d2604085a9d8eab67616d00001e02356a689446b81073e1071987ab67616d00001e027f86c9158ee0a14faa484d53ab67616d00001e0295da52884fb152645273020d", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0215893afacb5d2604085a9d8eab67616d00001e02356a689446b81073e1071987ab67616d00001e027f86c9158ee0a14faa484d53ab67616d00001e0295da52884fb152645273020d", "width": 60 } ], "name": "January '22", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAABfwkH1uXlLrIxVPcZ4jdwbjUlYec", "tracks": { "href": "https://api.spotify.com/v1/playlists/4OI1xDCLFlEcfgaeyowpEu/tracks", "total": 4 }, "type": "playlist", "uri": "spotify:playlist:4OI1xDCLFlEcfgaeyowpEu" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/4NsY2DKzQIjaajal5L25Kt" }, "href": "https://api.spotify.com/v1/playlists/4NsY2DKzQIjaajal5L25Kt", "id": "4NsY2DKzQIjaajal5L25Kt", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e021bfe2bbcc1f3e104459fef3cab67616d00001e025425fecb078325803cd33dc8ab67616d00001e02a0a1e3d999ccb049ab3af5eaab67616d00001e02d7d88c479133a202690899d6", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e021bfe2bbcc1f3e104459fef3cab67616d00001e025425fecb078325803cd33dc8ab67616d00001e02a0a1e3d999ccb049ab3af5eaab67616d00001e02d7d88c479133a202690899d6", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e021bfe2bbcc1f3e104459fef3cab67616d00001e025425fecb078325803cd33dc8ab67616d00001e02a0a1e3d999ccb049ab3af5eaab67616d00001e02d7d88c479133a202690899d6", "width": 60 } ], "name": "December '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAACCA8BqKuDt6UH0mCm/3TnfPN9bpw", "tracks": { "href": "https://api.spotify.com/v1/playlists/4NsY2DKzQIjaajal5L25Kt/tracks", "total": 7 }, "type": "playlist", "uri": "spotify:playlist:4NsY2DKzQIjaajal5L25Kt" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/5dV0IeLCysOP6qEDGzhHw0" }, "href": "https://api.spotify.com/v1/playlists/5dV0IeLCysOP6qEDGzhHw0", "id": "5dV0IeLCysOP6qEDGzhHw0", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e02014392f7224d7765e698a904ab67616d00001e0217f6a7b8151062c09e7c8a8fab67616d00001e02ec8d2bf88ac5308f8b9b8dc8ab67616d00001e02f4a6ca892c6ed5a8e969e8a9", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e02014392f7224d7765e698a904ab67616d00001e0217f6a7b8151062c09e7c8a8fab67616d00001e02ec8d2bf88ac5308f8b9b8dc8ab67616d00001e02f4a6ca892c6ed5a8e969e8a9", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e02014392f7224d7765e698a904ab67616d00001e0217f6a7b8151062c09e7c8a8fab67616d00001e02ec8d2bf88ac5308f8b9b8dc8ab67616d00001e02f4a6ca892c6ed5a8e969e8a9", "width": 60 } ], "name": "November '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAADrN0arCi4wX8dU6Je1ZYFFG2K4jo", "tracks": { "href": "https://api.spotify.com/v1/playlists/5dV0IeLCysOP6qEDGzhHw0/tracks", "total": 13 }, "type": "playlist", "uri": "spotify:playlist:5dV0IeLCysOP6qEDGzhHw0" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/40bvnxNQlivxZ02DmDzNxy" }, "href": "https://api.spotify.com/v1/playlists/40bvnxNQlivxZ02DmDzNxy", "id": "40bvnxNQlivxZ02DmDzNxy", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e021d47ca87b7476af61dd4e502ab67616d00001e023780c2d97ecbd5fc0a4cf107ab67616d00001e02fa244f6c5c40c2052d4c5408ab67616d00001e02feeecb5afca011822a371efe", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e021d47ca87b7476af61dd4e502ab67616d00001e023780c2d97ecbd5fc0a4cf107ab67616d00001e02fa244f6c5c40c2052d4c5408ab67616d00001e02feeecb5afca011822a371efe", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e021d47ca87b7476af61dd4e502ab67616d00001e023780c2d97ecbd5fc0a4cf107ab67616d00001e02fa244f6c5c40c2052d4c5408ab67616d00001e02feeecb5afca011822a371efe", "width": 60 } ], "name": "October '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAACpp8xX673vpf+VyajcYJdAHUhKQN", "tracks": { "href": "https://api.spotify.com/v1/playlists/40bvnxNQlivxZ02DmDzNxy/tracks", "total": 9 }, "type": "playlist", "uri": "spotify:playlist:40bvnxNQlivxZ02DmDzNxy" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/2ExZs1G4AOluuEwg3q5M1v" }, "href": "https://api.spotify.com/v1/playlists/2ExZs1G4AOluuEwg3q5M1v", "id": "2ExZs1G4AOluuEwg3q5M1v", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e020a097bf1204c74abd760e3aeab67616d00001e022f3a0b652f199fc7b3ff0cabab67616d00001e023c041e53cb5c38b6de03e758ab67616d00001e02913a6d7587d853e1dd4c1580", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e020a097bf1204c74abd760e3aeab67616d00001e022f3a0b652f199fc7b3ff0cabab67616d00001e023c041e53cb5c38b6de03e758ab67616d00001e02913a6d7587d853e1dd4c1580", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e020a097bf1204c74abd760e3aeab67616d00001e022f3a0b652f199fc7b3ff0cabab67616d00001e023c041e53cb5c38b6de03e758ab67616d00001e02913a6d7587d853e1dd4c1580", "width": 60 } ], "name": "September '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAFDnqOxyK2DMmmbFjt7I5ySII3OnD", "tracks": { "href": "https://api.spotify.com/v1/playlists/2ExZs1G4AOluuEwg3q5M1v/tracks", "total": 19 }, "type": "playlist", "uri": "spotify:playlist:2ExZs1G4AOluuEwg3q5M1v" }, { "collaborative": false, "description": "de soms niet zo casual weird vibe playlist", "external_urls": { "spotify": "https://open.spotify.com/playlist/4jNUJLnkZJ32nuFE1PjkGu" }, "href": "https://api.spotify.com/v1/playlists/4jNUJLnkZJ32nuFE1PjkGu", "id": "4jNUJLnkZJ32nuFE1PjkGu", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e02395ee31df8ad9108f5775b1cab67616d00001e0269a6e28f64890d2ed52d5094ab67616d00001e029433432ccc03bf5e6b7837d2ab67616d00001e02f2486b438645e97b523e4f90", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e02395ee31df8ad9108f5775b1cab67616d00001e0269a6e28f64890d2ed52d5094ab67616d00001e029433432ccc03bf5e6b7837d2ab67616d00001e02f2486b438645e97b523e4f90", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e02395ee31df8ad9108f5775b1cab67616d00001e0269a6e28f64890d2ed52d5094ab67616d00001e029433432ccc03bf5e6b7837d2ab67616d00001e02f2486b438645e97b523e4f90", "width": 60 } ], "name": "Slumpmรคssiga", "owner": { "display_name": "xleanne_", "external_urls": { "spotify": "https://open.spotify.com/user/xleanne_" }, "href": "https://api.spotify.com/v1/users/xleanne_", "id": "xleanne_", "type": "user", "uri": "spotify:user:xleanne_" }, "primary_color": null, "public": true, "snapshot_id": "AAAASAaQ9ZR0Kk0a2GD+NUAP2DfgqTid", "tracks": { "href": "https://api.spotify.com/v1/playlists/4jNUJLnkZJ32nuFE1PjkGu/tracks", "total": 107 }, "type": "playlist", "uri": "spotify:playlist:4jNUJLnkZJ32nuFE1PjkGu" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/700dVjBihCDj2HwyhYDTRp" }, "href": "https://api.spotify.com/v1/playlists/700dVjBihCDj2HwyhYDTRp", "id": "700dVjBihCDj2HwyhYDTRp", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e021d8b02b7c886f34c408f4ca0ab67616d00001e027b85c73badee55bc69c6ce66ab67616d00001e029071131306eee200e8de2783ab67616d00001e02f7fb699c69d6529d4495766d", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e021d8b02b7c886f34c408f4ca0ab67616d00001e027b85c73badee55bc69c6ce66ab67616d00001e029071131306eee200e8de2783ab67616d00001e02f7fb699c69d6529d4495766d", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e021d8b02b7c886f34c408f4ca0ab67616d00001e027b85c73badee55bc69c6ce66ab67616d00001e029071131306eee200e8de2783ab67616d00001e02f7fb699c69d6529d4495766d", "width": 60 } ], "name": "August '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAIMxOgErYXRNVEEoQQh3RBcMlgpz2", "tracks": { "href": "https://api.spotify.com/v1/playlists/700dVjBihCDj2HwyhYDTRp/tracks", "total": 31 }, "type": "playlist", "uri": "spotify:playlist:700dVjBihCDj2HwyhYDTRp" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/6B5dmWX7pK2LHHtS6ph265" }, "href": "https://api.spotify.com/v1/playlists/6B5dmWX7pK2LHHtS6ph265", "id": "6B5dmWX7pK2LHHtS6ph265", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0272a0322c6a1ff584ead1adc5ab67616d00001e02a91f9722dea90b3ac0d725daab67616d00001e02b98892f41cd5ab918c34daa9ab67616d00001e02ebea6d997f62d17e9c4eab6c", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0272a0322c6a1ff584ead1adc5ab67616d00001e02a91f9722dea90b3ac0d725daab67616d00001e02b98892f41cd5ab918c34daa9ab67616d00001e02ebea6d997f62d17e9c4eab6c", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0272a0322c6a1ff584ead1adc5ab67616d00001e02a91f9722dea90b3ac0d725daab67616d00001e02b98892f41cd5ab918c34daa9ab67616d00001e02ebea6d997f62d17e9c4eab6c", "width": 60 } ], "name": "Discover Weekly Archive", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAFmxwywmKeyw2ykACBaq/XgOpW7eUU", "tracks": { "href": "https://api.spotify.com/v1/playlists/6B5dmWX7pK2LHHtS6ph265/tracks", "total": 1434 }, "type": "playlist", "uri": "spotify:playlist:6B5dmWX7pK2LHHtS6ph265" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/0ISThPpDv4JBNeHdptcK6i" }, "href": "https://api.spotify.com/v1/playlists/0ISThPpDv4JBNeHdptcK6i", "id": "0ISThPpDv4JBNeHdptcK6i", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0293aa4d55db0e53466971c07fab67616d00001e02bffd2fc0fd4c3b09d3cd2616ab67616d00001e02c3647b02a2dba464fa7a739bab67616d00001e02f4956c3ceefc6fa1cffc6da6", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0293aa4d55db0e53466971c07fab67616d00001e02bffd2fc0fd4c3b09d3cd2616ab67616d00001e02c3647b02a2dba464fa7a739bab67616d00001e02f4956c3ceefc6fa1cffc6da6", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0293aa4d55db0e53466971c07fab67616d00001e02bffd2fc0fd4c3b09d3cd2616ab67616d00001e02c3647b02a2dba464fa7a739bab67616d00001e02f4956c3ceefc6fa1cffc6da6", "width": 60 } ], "name": "Dance vibes", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAF3xuuTFC2OrUZwYf7K4tnMfsaf0N", "tracks": { "href": "https://api.spotify.com/v1/playlists/0ISThPpDv4JBNeHdptcK6i/tracks", "total": 20 }, "type": "playlist", "uri": "spotify:playlist:0ISThPpDv4JBNeHdptcK6i" }, { "collaborative": true, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/2ElmM8s9Um1XSP07hADX9s" }, "href": "https://api.spotify.com/v1/playlists/2ElmM8s9Um1XSP07hADX9s", "id": "2ElmM8s9Um1XSP07hADX9s", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e020f5b85c5d4a8131d01aca941ab67616d00001e0268c13496a915eea4d4325681ab67616d00001e02a91c10fe9472d9bd89802e5aab67616d00001e02c691f9d8b09e963e7935faab", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e020f5b85c5d4a8131d01aca941ab67616d00001e0268c13496a915eea4d4325681ab67616d00001e02a91c10fe9472d9bd89802e5aab67616d00001e02c691f9d8b09e963e7935faab", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e020f5b85c5d4a8131d01aca941ab67616d00001e0268c13496a915eea4d4325681ab67616d00001e02a91c10fe9472d9bd89802e5aab67616d00001e02c691f9d8b09e963e7935faab", "width": 60 } ], "name": "goeien numertjs", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAQ1YIIUoOxc70iCjAaudAkDDb1p2J", "tracks": { "href": "https://api.spotify.com/v1/playlists/2ElmM8s9Um1XSP07hADX9s/tracks", "total": 62 }, "type": "playlist", "uri": "spotify:playlist:2ElmM8s9Um1XSP07hADX9s" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/0DRUBqBUSFJH1a7FvBIsGg" }, "href": "https://api.spotify.com/v1/playlists/0DRUBqBUSFJH1a7FvBIsGg", "id": "0DRUBqBUSFJH1a7FvBIsGg", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e023d197fe39ea86e8b4ac05f28ab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e025486d91bd83f2c4e0b1669f5ab67616d00001e02e6d896d0369324af77f47e9a", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e023d197fe39ea86e8b4ac05f28ab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e025486d91bd83f2c4e0b1669f5ab67616d00001e02e6d896d0369324af77f47e9a", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e023d197fe39ea86e8b4ac05f28ab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e025486d91bd83f2c4e0b1669f5ab67616d00001e02e6d896d0369324af77f47e9a", "width": 60 } ], "name": "Summer vibes", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAD9aKoW5FG3O6NM2mBhzMZzcZQhGh", "tracks": { "href": "https://api.spotify.com/v1/playlists/0DRUBqBUSFJH1a7FvBIsGg/tracks", "total": 13 }, "type": "playlist", "uri": "spotify:playlist:0DRUBqBUSFJH1a7FvBIsGg" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/4PSXSX9WhxdjAzSjU175od" }, "href": "https://api.spotify.com/v1/playlists/4PSXSX9WhxdjAzSjU175od", "id": "4PSXSX9WhxdjAzSjU175od", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e027c33cef24775c3780a9930f4ab67616d00001e029357f6851b075c6fb7b44f41ab67616d00001e02ef24c3fdbf856340d55cfeb2ab67616d00001e02fa091c156c618ffd26ed2356", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e027c33cef24775c3780a9930f4ab67616d00001e029357f6851b075c6fb7b44f41ab67616d00001e02ef24c3fdbf856340d55cfeb2ab67616d00001e02fa091c156c618ffd26ed2356", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e027c33cef24775c3780a9930f4ab67616d00001e029357f6851b075c6fb7b44f41ab67616d00001e02ef24c3fdbf856340d55cfeb2ab67616d00001e02fa091c156c618ffd26ed2356", "width": 60 } ], "name": "July '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAIOwMEN9rLgafJ2ndIvaQejmBKzK3", "tracks": { "href": "https://api.spotify.com/v1/playlists/4PSXSX9WhxdjAzSjU175od/tracks", "total": 31 }, "type": "playlist", "uri": "spotify:playlist:4PSXSX9WhxdjAzSjU175od" }, { "collaborative": false, "description": "A Blend of music for Joost and xleanne_. Updates daily.", "external_urls": { "spotify": "https://open.spotify.com/playlist/37i9dQZF1EJADo3CBlOCly" }, "href": "https://api.spotify.com/v1/playlists/37i9dQZF1EJADo3CBlOCly", "id": "37i9dQZF1EJADo3CBlOCly", "images": [ { "height": null, "url": "https://blend-playlist-covers.spotifycdn.com/v2/blend_DEFAULT-royal-azure-en.jpg", "width": null } ], "name": "xleanne_ + Joost", "owner": { "display_name": "Spotify", "external_urls": { "spotify": "https://open.spotify.com/user/spotify" }, "href": "https://api.spotify.com/v1/users/spotify", "id": "spotify", "type": "user", "uri": "spotify:user:spotify" }, "primary_color": null, "public": true, "snapshot_id": "AAAAAAAAAACzZrF5pD+dIx3K5ku7m+sL", "tracks": { "href": "https://api.spotify.com/v1/playlists/37i9dQZF1EJADo3CBlOCly/tracks", "total": 50 }, "type": "playlist", "uri": "spotify:playlist:37i9dQZF1EJADo3CBlOCly" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/1XKSZRcsYP6VTkObunDIjQ" }, "href": "https://api.spotify.com/v1/playlists/1XKSZRcsYP6VTkObunDIjQ", "id": "1XKSZRcsYP6VTkObunDIjQ", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e020902cf9a0391c16a5fa4f969ab67616d00001e0234b23957c8bf15277804a2aeab67616d00001e02577dd278fa34655ace27f2c5ab67616d00001e028ff16aeca5722fcced965cb8", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e020902cf9a0391c16a5fa4f969ab67616d00001e0234b23957c8bf15277804a2aeab67616d00001e02577dd278fa34655ace27f2c5ab67616d00001e028ff16aeca5722fcced965cb8", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e020902cf9a0391c16a5fa4f969ab67616d00001e0234b23957c8bf15277804a2aeab67616d00001e02577dd278fa34655ace27f2c5ab67616d00001e028ff16aeca5722fcced965cb8", "width": 60 } ], "name": "June '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAMygu/hHO3ngMmH5s9SWLnjOPaYJZ", "tracks": { "href": "https://api.spotify.com/v1/playlists/1XKSZRcsYP6VTkObunDIjQ/tracks", "total": 50 }, "type": "playlist", "uri": "spotify:playlist:1XKSZRcsYP6VTkObunDIjQ" }, { "collaborative": false, "description": "This is a playlist of some of the songs in the Keinemusik set during the beach party in the Cayo Perico mission in Grand Theft Auto 5 ", "external_urls": { "spotify": "https://open.spotify.com/playlist/3uCD1EyW3JRx8SV1QnA3Zm" }, "href": "https://api.spotify.com/v1/playlists/3uCD1EyW3JRx8SV1QnA3Zm", "id": "3uCD1EyW3JRx8SV1QnA3Zm", "images": [ { "height": null, "url": "https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da848e09c57d7b2ef2a17e853d4c", "width": null } ], "name": "GTA Cayo Perico Beach Party: Keinemusik Set", "owner": { "display_name": "Austin Martinez", "external_urls": { "spotify": "https://open.spotify.com/user/127651589" }, "href": "https://api.spotify.com/v1/users/127651589", "id": "127651589", "type": "user", "uri": "spotify:user:127651589" }, "primary_color": null, "public": true, "snapshot_id": "AAAAILgHyU8L6YfuRuNeifYpOSFjc6Ay", "tracks": { "href": "https://api.spotify.com/v1/playlists/3uCD1EyW3JRx8SV1QnA3Zm/tracks", "total": 26 }, "type": "playlist", "uri": "spotify:playlist:3uCD1EyW3JRx8SV1QnA3Zm" }, { "collaborative": false, "description": "A Blend of music for Joost and Marc. Updates daily.", "external_urls": { "spotify": "https://open.spotify.com/playlist/37i9dQZF1EJBr22FUQwTGS" }, "href": "https://api.spotify.com/v1/playlists/37i9dQZF1EJBr22FUQwTGS", "id": "37i9dQZF1EJBr22FUQwTGS", "images": [ { "height": null, "url": "https://blend-playlist-covers.spotifycdn.com/v2/blend_DEFAULT-azure-yellow-en.jpg", "width": null } ], "name": "Marc + Joost", "owner": { "display_name": "Spotify", "external_urls": { "spotify": "https://open.spotify.com/user/spotify" }, "href": "https://api.spotify.com/v1/users/spotify", "id": "spotify", "type": "user", "uri": "spotify:user:spotify" }, "primary_color": null, "public": true, "snapshot_id": "AAAAAAAAAADC04p942tJK4EpnONJnwVe", "tracks": { "href": "https://api.spotify.com/v1/playlists/37i9dQZF1EJBr22FUQwTGS/tracks", "total": 50 }, "type": "playlist", "uri": "spotify:playlist:37i9dQZF1EJBr22FUQwTGS" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/3yPujxZ9OiB4By8COZaxaK" }, "href": "https://api.spotify.com/v1/playlists/3yPujxZ9OiB4By8COZaxaK", "id": "3yPujxZ9OiB4By8COZaxaK", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e022614c295a38ee782d093aa09ab67616d00001e0236e0535a12c22b83a6a59768ab67616d00001e024e587b1639b57a16e9161883ab67616d00001e02a1035156496a35002a9deeb5", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e022614c295a38ee782d093aa09ab67616d00001e0236e0535a12c22b83a6a59768ab67616d00001e024e587b1639b57a16e9161883ab67616d00001e02a1035156496a35002a9deeb5", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e022614c295a38ee782d093aa09ab67616d00001e0236e0535a12c22b83a6a59768ab67616d00001e024e587b1639b57a16e9161883ab67616d00001e02a1035156496a35002a9deeb5", "width": 60 } ], "name": "May '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAQQLd3S53NXqTS8ApC2f5BmZX88Ub", "tracks": { "href": "https://api.spotify.com/v1/playlists/3yPujxZ9OiB4By8COZaxaK/tracks", "total": 64 }, "type": "playlist", "uri": "spotify:playlist:3yPujxZ9OiB4By8COZaxaK" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/4A31OO75jaLCV2r7bvbQUa" }, "href": "https://api.spotify.com/v1/playlists/4A31OO75jaLCV2r7bvbQUa", "id": "4A31OO75jaLCV2r7bvbQUa", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0204ef796699518264973fee48ab67616d00001e021e2057f92f53ad311ac934ddab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e02ea427780debfc4faf793df19", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0204ef796699518264973fee48ab67616d00001e021e2057f92f53ad311ac934ddab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e02ea427780debfc4faf793df19", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0204ef796699518264973fee48ab67616d00001e021e2057f92f53ad311ac934ddab67616d00001e0243b45e6fad695fb69d771075ab67616d00001e02ea427780debfc4faf793df19", "width": 60 } ], "name": "April '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAMkpQmpasdKd7sxVBjwbFfPtlQuCH", "tracks": { "href": "https://api.spotify.com/v1/playlists/4A31OO75jaLCV2r7bvbQUa/tracks", "total": 49 }, "type": "playlist", "uri": "spotify:playlist:4A31OO75jaLCV2r7bvbQUa" }, { "collaborative": false, "description": "HYPERTECHNO | TECHNO | SLAP HOUSE | BRAZILIAN BASS | BASS HOUSE | EDM | BASS BOOSTED CAR MUSIC | FUTURE HOUSE | FUTURE BOUNCE | GYM MOTIVATION", "external_urls": { "spotify": "https://open.spotify.com/playlist/6JbGAAe70bKTA3yfddjWTK" }, "href": "https://api.spotify.com/v1/playlists/6JbGAAe70bKTA3yfddjWTK", "id": "6JbGAAe70bKTA3yfddjWTK", "images": [ { "height": null, "url": "https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da849fa7c9ddef714003c524c89c", "width": null } ], "name": "BASS BOOSTED CAR MUSIC 2023", "owner": { "display_name": "LIZOT", "external_urls": { "spotify": "https://open.spotify.com/user/max.kleinschmidt" }, "href": "https://api.spotify.com/v1/users/max.kleinschmidt", "id": "max.kleinschmidt", "type": "user", "uri": "spotify:user:max.kleinschmidt" }, "primary_color": null, "public": true, "snapshot_id": "AAAEVKAeUtjFyV4KaDQCfKyokSERMrsh", "tracks": { "href": "https://api.spotify.com/v1/playlists/6JbGAAe70bKTA3yfddjWTK/tracks", "total": 47 }, "type": "playlist", "uri": "spotify:playlist:6JbGAAe70bKTA3yfddjWTK" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/6lVbphMrnxl1vIlfPhdA8i" }, "href": "https://api.spotify.com/v1/playlists/6lVbphMrnxl1vIlfPhdA8i", "id": "6lVbphMrnxl1vIlfPhdA8i", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e020678208f00e4111c88958bb9ab67616d00001e0216faab065323874331824083ab67616d00001e02979ee06e9685aff6ff000417ab67616d00001e02cf6a74cdef3c4e0d828c4057", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e020678208f00e4111c88958bb9ab67616d00001e0216faab065323874331824083ab67616d00001e02979ee06e9685aff6ff000417ab67616d00001e02cf6a74cdef3c4e0d828c4057", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e020678208f00e4111c88958bb9ab67616d00001e0216faab065323874331824083ab67616d00001e02979ee06e9685aff6ff000417ab67616d00001e02cf6a74cdef3c4e0d828c4057", "width": 60 } ], "name": "March '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAJZmeXYJPuucIlnmPwNBfWXWUO4dG", "tracks": { "href": "https://api.spotify.com/v1/playlists/6lVbphMrnxl1vIlfPhdA8i/tracks", "total": 36 }, "type": "playlist", "uri": "spotify:playlist:6lVbphMrnxl1vIlfPhdA8i" }, { "collaborative": false, "description": "Unlock the Beats of ADE 2024! Prepare for an unforgettable experience as we spotlight the electrifying tracks from 2,500+ artists who will define this year's 1,000+ ADE events. This is your exclusive sneak peek into this yearsโ€™ line-up! ", "external_urls": { "spotify": "https://open.spotify.com/playlist/37i9dQZF1DX3FNkD0kDpDV" }, "href": "https://api.spotify.com/v1/playlists/37i9dQZF1DX3FNkD0kDpDV", "id": "37i9dQZF1DX3FNkD0kDpDV", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67706f00000002f9923c344f94fc95547da337", "width": null } ], "name": "ADE Guest List", "owner": { "display_name": "Spotify", "external_urls": { "spotify": "https://open.spotify.com/user/spotify" }, "href": "https://api.spotify.com/v1/users/spotify", "id": "spotify", "type": "user", "uri": "spotify:user:spotify" }, "primary_color": "#2d46b9", "public": true, "snapshot_id": "Zv9oQAAAAACxcnsp4MHz+vGui3hjvR6C", "tracks": { "href": "https://api.spotify.com/v1/playlists/37i9dQZF1DX3FNkD0kDpDV/tracks", "total": 45 }, "type": "playlist", "uri": "spotify:playlist:37i9dQZF1DX3FNkD0kDpDV" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/3l0iA85qv43y9aMWztVIHu" }, "href": "https://api.spotify.com/v1/playlists/3l0iA85qv43y9aMWztVIHu", "id": "3l0iA85qv43y9aMWztVIHu", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0245951a69fe39a6e163122eabab67616d00001e02460771a72003ffccb35a568fab67616d00001e02927a9b11b73b0d238983065cab67616d00001e02fbe46d92ba0d5ca39d419f07", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0245951a69fe39a6e163122eabab67616d00001e02460771a72003ffccb35a568fab67616d00001e02927a9b11b73b0d238983065cab67616d00001e02fbe46d92ba0d5ca39d419f07", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0245951a69fe39a6e163122eabab67616d00001e02460771a72003ffccb35a568fab67616d00001e02927a9b11b73b0d238983065cab67616d00001e02fbe46d92ba0d5ca39d419f07", "width": 60 } ], "name": "February '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAHEpGSRJ2tk9XKma5yfU+X0JHBbay", "tracks": { "href": "https://api.spotify.com/v1/playlists/3l0iA85qv43y9aMWztVIHu/tracks", "total": 27 }, "type": "playlist", "uri": "spotify:playlist:3l0iA85qv43y9aMWztVIHu" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/2jp4GK1k1l7I1X67f2EbmD" }, "href": "https://api.spotify.com/v1/playlists/2jp4GK1k1l7I1X67f2EbmD", "id": "2jp4GK1k1l7I1X67f2EbmD", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0236c95d8631f465e6898bccc8ab67616d00001e02808bcc3151a05dbd4805f340ab67616d00001e028cffb7c6c40759eaf8a5a142ab67616d00001e02a11119d93d213de96081c6e7", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0236c95d8631f465e6898bccc8ab67616d00001e02808bcc3151a05dbd4805f340ab67616d00001e028cffb7c6c40759eaf8a5a142ab67616d00001e02a11119d93d213de96081c6e7", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0236c95d8631f465e6898bccc8ab67616d00001e02808bcc3151a05dbd4805f340ab67616d00001e028cffb7c6c40759eaf8a5a142ab67616d00001e02a11119d93d213de96081c6e7", "width": 60 } ], "name": "January '21", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAI2CYzXdTK19s58FVBG+8+tlAqSJ8", "tracks": { "href": "https://api.spotify.com/v1/playlists/2jp4GK1k1l7I1X67f2EbmD/tracks", "total": 34 }, "type": "playlist", "uri": "spotify:playlist:2jp4GK1k1l7I1X67f2EbmD" }, { "collaborative": false, "description": "The songs you loved most this year, all wrapped up.", "external_urls": { "spotify": "https://open.spotify.com/playlist/37i9dQZF1EM9phQOPnbiB6" }, "href": "https://api.spotify.com/v1/playlists/37i9dQZF1EM9phQOPnbiB6", "id": "37i9dQZF1EM9phQOPnbiB6", "images": [ { "height": null, "url": "https://lineup-images.scdn.co/wrapped-2020-top100_DEFAULT-en.jpg", "width": null } ], "name": "Your Top Songs 2020", "owner": { "display_name": "Spotify", "external_urls": { "spotify": "https://open.spotify.com/user/spotify" }, "href": "https://api.spotify.com/v1/users/spotify", "id": "spotify", "type": "user", "uri": "spotify:user:spotify" }, "primary_color": null, "public": true, "snapshot_id": "AZiMSAAAAAC0sxW0bTTwGQC5/H0U1ZHz", "tracks": { "href": "https://api.spotify.com/v1/playlists/37i9dQZF1EM9phQOPnbiB6/tracks", "total": 100 }, "type": "playlist", "uri": "spotify:playlist:37i9dQZF1EM9phQOPnbiB6" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/027kb6scBKg9y9dE5nPPTv" }, "href": "https://api.spotify.com/v1/playlists/027kb6scBKg9y9dE5nPPTv", "id": "027kb6scBKg9y9dE5nPPTv", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0217cc3111c640c8e15efee21fab67616d00001e021c8cb0a0bc1490aaa287db71ab67616d00001e02e2a6468a88f17315e33274b7ab67616d00001e02f49c98f285a7cebc07fe581c", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0217cc3111c640c8e15efee21fab67616d00001e021c8cb0a0bc1490aaa287db71ab67616d00001e02e2a6468a88f17315e33274b7ab67616d00001e02f49c98f285a7cebc07fe581c", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0217cc3111c640c8e15efee21fab67616d00001e021c8cb0a0bc1490aaa287db71ab67616d00001e02e2a6468a88f17315e33274b7ab67616d00001e02f49c98f285a7cebc07fe581c", "width": 60 } ], "name": "December '20", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAHf73XkyYH3mkS+z4ljCb1UDR/guI", "tracks": { "href": "https://api.spotify.com/v1/playlists/027kb6scBKg9y9dE5nPPTv/tracks", "total": 28 }, "type": "playlist", "uri": "spotify:playlist:027kb6scBKg9y9dE5nPPTv" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/1lX3M3MvpNmQGzuh7tVi15" }, "href": "https://api.spotify.com/v1/playlists/1lX3M3MvpNmQGzuh7tVi15", "id": "1lX3M3MvpNmQGzuh7tVi15", "images": [ { "height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e020f8c3812f2ce29f1feadcf94ab67616d00001e0229fd157c5178bd374375e34dab67616d00001e024e667c4d363b244d8ec17a9dab67616d00001e02d632291b4714c9b1a7ef2d02", "width": 640 }, { "height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e020f8c3812f2ce29f1feadcf94ab67616d00001e0229fd157c5178bd374375e34dab67616d00001e024e667c4d363b244d8ec17a9dab67616d00001e02d632291b4714c9b1a7ef2d02", "width": 300 }, { "height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e020f8c3812f2ce29f1feadcf94ab67616d00001e0229fd157c5178bd374375e34dab67616d00001e024e667c4d363b244d8ec17a9dab67616d00001e02d632291b4714c9b1a7ef2d02", "width": 60 } ], "name": "November '20", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAIY+yPId2tYordTc1Tly3Db405vMW", "tracks": { "href": "https://api.spotify.com/v1/playlists/1lX3M3MvpNmQGzuh7tVi15/tracks", "total": 32 }, "type": "playlist", "uri": "spotify:playlist:1lX3M3MvpNmQGzuh7tVi15" } ] } python-spotify-2.0.2/tests/fixtures/devices.json000066400000000000000000000004531515206530700220650ustar00rootroot00000000000000{ "devices": [ { "id": "21dac6b0e0a1f181870fdc9749b2656466557687", "is_active": false, "is_private_session": false, "is_restricted": false, "name": "DESKTOP-BKC5SIK", "supports_volume": true, "type": "Computer", "volume_percent": 69 } ] } python-spotify-2.0.2/tests/fixtures/episode.json000066400000000000000000000127501515206530700220760ustar00rootroot00000000000000{ "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/06lRxUmh8UNVTByuyxLYqh/clip_132296_192296.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 3690161, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3o0RYoo5iOMKSmEbunsbvW" }, "href": "https://api.spotify.com/v1/episodes/3o0RYoo5iOMKSmEbunsbvW", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "3o0RYoo5iOMKSmEbunsbvW", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "My Squirrel Has Brain Damage - Safety Third 119", "release_date": "2024-07-26", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 90000 }, "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan, and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.", "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD" }, "href": "https://api.spotify.com/v1/shows/1Y9ExMgMxoBVrgrfU7u0nD", "html_description": "

Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan, and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.

", "id": "1Y9ExMgMxoBVrgrfU7u0nD", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "width": 64 } ], "is_externally_hosted": false, "languages": ["en-US"], "media_type": "audio", "name": "Safety Third", "publisher": "Safety Third ", "total_episodes": 159, "type": "show", "uri": "spotify:show:1Y9ExMgMxoBVrgrfU7u0nD" }, "type": "episode", "uri": "spotify:episode:3o0RYoo5iOMKSmEbunsbvW" } python-spotify-2.0.2/tests/fixtures/followed_artists.json000066400000000000000000001367551515206530700240460ustar00rootroot00000000000000{ "artists": { "href": "https://api.spotify.com/v1/me/following?type=artist&limit=48", "limit": 48, "next": "https://api.spotify.com/v1/me/following?type=artist&limit=48&after=7CajNmpbOovFoOoasH2HaY", "cursors": { "after": "7CajNmpbOovFoOoasH2HaY" }, "total": 83, "items": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/49RPyTk0BluLrg3scWFCOw" }, "followers": { "href": null, "total": 9445 }, "genres": [], "href": "https://api.spotify.com/v1/artists/49RPyTk0BluLrg3scWFCOw", "id": "49RPyTk0BluLrg3scWFCOw", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb6c0e10129c7d490c1b2f43a1", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab676161000051746c0e10129c7d490c1b2f43a1", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f1786c0e10129c7d490c1b2f43a1", "height": 160, "width": 160 } ], "name": "The Excellent Man from Minneapolis", "popularity": 22, "type": "artist", "uri": "spotify:artist:49RPyTk0BluLrg3scWFCOw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0r6IrOHMBaKiiZPV1zeIu2" }, "followers": { "href": null, "total": 57004 }, "genres": ["power metal", "symphonic metal"], "href": "https://api.spotify.com/v1/artists/0r6IrOHMBaKiiZPV1zeIu2", "id": "0r6IrOHMBaKiiZPV1zeIu2", "images": [ { "url": "https://i.scdn.co/image/b1cf96c8cca5f174dbe58b8f150672f2582ed204", "height": 1000, "width": 1000 }, { "url": "https://i.scdn.co/image/9a397c48779c6739b878a66bf15fcfb7416cb783", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/9e4383625df14ed99fba104d5731e4a8738b51e9", "height": 200, "width": 200 }, { "url": "https://i.scdn.co/image/8c8571ddd48c725da78754043c127093f66dd1d4", "height": 64, "width": 64 } ], "name": "Follow The Cipher", "popularity": 42, "type": "artist", "uri": "spotify:artist:0r6IrOHMBaKiiZPV1zeIu2" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0RwXnFrEoI8tltFvYpJgP6" }, "followers": { "href": null, "total": 153014 }, "genres": [], "href": "https://api.spotify.com/v1/artists/0RwXnFrEoI8tltFvYpJgP6", "id": "0RwXnFrEoI8tltFvYpJgP6", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb8cb8fe9483451962ad649d16", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab676161000051748cb8fe9483451962ad649d16", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f1788cb8fe9483451962ad649d16", "height": 160, "width": 160 } ], "name": "Confidence Man", "popularity": 52, "type": "artist", "uri": "spotify:artist:0RwXnFrEoI8tltFvYpJgP6" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "followers": { "href": null, "total": 1734133 }, "genres": ["chillwave", "chillstep"], "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb9f4a0cbfcc9b274344681ccb", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab676161000051749f4a0cbfcc9b274344681ccb", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f1789f4a0cbfcc9b274344681ccb", "height": 160, "width": 160 } ], "name": "ODESZA", "popularity": 65, "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7A0awCXkE1FtSU8B0qwOJQ" }, "followers": { "href": null, "total": 961706 }, "genres": [], "href": "https://api.spotify.com/v1/artists/7A0awCXkE1FtSU8B0qwOJQ", "id": "7A0awCXkE1FtSU8B0qwOJQ", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb5b2ba819fa89b17d6ae81567", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab676161000051745b2ba819fa89b17d6ae81567", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f1785b2ba819fa89b17d6ae81567", "height": 160, "width": 160 } ], "name": "Jamie xx", "popularity": 58, "type": "artist", "uri": "spotify:artist:7A0awCXkE1FtSU8B0qwOJQ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/25sJFKMqDENdsTF7zRXoif" }, "followers": { "href": null, "total": 146164 }, "genres": ["slap house"], "href": "https://api.spotify.com/v1/artists/25sJFKMqDENdsTF7zRXoif", "id": "25sJFKMqDENdsTF7zRXoif", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5ebed9ed4f6ed4b2fe64a67efa7", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174ed9ed4f6ed4b2fe64a67efa7", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178ed9ed4f6ed4b2fe64a67efa7", "height": 160, "width": 160 } ], "name": "Klaas", "popularity": 63, "type": "artist", "uri": "spotify:artist:25sJFKMqDENdsTF7zRXoif" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "followers": { "href": null, "total": 82823 }, "genres": [], "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb7525b42a023687841595bbd3", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab676161000051747525b42a023687841595bbd3", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f1787525b42a023687841595bbd3", "height": 160, "width": 160 } ], "name": "Abor & Tynna", "popularity": 48, "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5UlJRJmlRLhQJX8lJuerVq" }, "followers": { "href": null, "total": 29781 }, "genres": [], "href": "https://api.spotify.com/v1/artists/5UlJRJmlRLhQJX8lJuerVq", "id": "5UlJRJmlRLhQJX8lJuerVq", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5ebe8dba2f5aadd542097eefba4", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174e8dba2f5aadd542097eefba4", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178e8dba2f5aadd542097eefba4", "height": 160, "width": 160 } ], "name": "Telenova", "popularity": 39, "type": "artist", "uri": "spotify:artist:5UlJRJmlRLhQJX8lJuerVq" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7gP3bB2nilZXLfPHJhMdvc" }, "followers": { "href": null, "total": 4101737 }, "genres": [], "href": "https://api.spotify.com/v1/artists/7gP3bB2nilZXLfPHJhMdvc", "id": "7gP3bB2nilZXLfPHJhMdvc", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb22b8e662f0cfdddac8ab22bb", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab6761610000517422b8e662f0cfdddac8ab22bb", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f17822b8e662f0cfdddac8ab22bb", "height": 160, "width": 160 } ], "name": "Foster The People", "popularity": 69, "type": "artist", "uri": "spotify:artist:7gP3bB2nilZXLfPHJhMdvc" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/74Yus6IHfa3tWZzXXAYtS2" }, "followers": { "href": null, "total": 621 }, "genres": ["nederpop"], "href": "https://api.spotify.com/v1/artists/74Yus6IHfa3tWZzXXAYtS2", "id": "74Yus6IHfa3tWZzXXAYtS2", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eba38b7b74df480f484747aa5e", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174a38b7b74df480f484747aa5e", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178a38b7b74df480f484747aa5e", "height": 160, "width": 160 } ], "name": "Onkruid", "popularity": 7, "type": "artist", "uri": "spotify:artist:74Yus6IHfa3tWZzXXAYtS2" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/66FZq0wsY6770bc4O9Dlig" }, "followers": { "href": null, "total": 217533 }, "genres": [ "hard techno", "techno", "tekno", "gabber", "hardcore techno", "hardcore" ], "href": "https://api.spotify.com/v1/artists/66FZq0wsY6770bc4O9Dlig", "id": "66FZq0wsY6770bc4O9Dlig", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb86c24ac383ac8bac2abf3490", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab6761610000517486c24ac383ac8bac2abf3490", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f17886c24ac383ac8bac2abf3490", "height": 160, "width": 160 } ], "name": "Vieze Asbak", "popularity": 61, "type": "artist", "uri": "spotify:artist:66FZq0wsY6770bc4O9Dlig" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5nPOO9iTcrs9k6yFffPxjH" }, "followers": { "href": null, "total": 1011655 }, "genres": ["downtempo", "electronica", "trip hop"], "href": "https://api.spotify.com/v1/artists/5nPOO9iTcrs9k6yFffPxjH", "id": "5nPOO9iTcrs9k6yFffPxjH", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb6bc3053447db6b61f3fe444c", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab676161000051746bc3053447db6b61f3fe444c", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f1786bc3053447db6b61f3fe444c", "height": 160, "width": 160 } ], "name": "R\u00f6yksopp", "popularity": 59, "type": "artist", "uri": "spotify:artist:5nPOO9iTcrs9k6yFffPxjH" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2vhrwzjf9H3icunkVFi9tq" }, "followers": { "href": null, "total": 361828 }, "genres": [], "href": "https://api.spotify.com/v1/artists/2vhrwzjf9H3icunkVFi9tq", "id": "2vhrwzjf9H3icunkVFi9tq", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5ebe3bfc7d382ee69ad39301bf3", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174e3bfc7d382ee69ad39301bf3", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178e3bfc7d382ee69ad39301bf3", "height": 160, "width": 160 } ], "name": "Smash Into Pieces", "popularity": 57, "type": "artist", "uri": "spotify:artist:2vhrwzjf9H3icunkVFi9tq" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/17IDrizGUiveZm4P77Kkio" }, "followers": { "href": null, "total": 6368 }, "genres": ["synthwave", "synthpop", "indie dance"], "href": "https://api.spotify.com/v1/artists/17IDrizGUiveZm4P77Kkio", "id": "17IDrizGUiveZm4P77Kkio", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb865270a866f29852ee53fa3f", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174865270a866f29852ee53fa3f", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178865270a866f29852ee53fa3f", "height": 160, "width": 160 } ], "name": "Icarus", "popularity": 28, "type": "artist", "uri": "spotify:artist:17IDrizGUiveZm4P77Kkio" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6s5ubAp65wXoTZefE01RNR" }, "followers": { "href": null, "total": 981067 }, "genres": ["gabber", "europop"], "href": "https://api.spotify.com/v1/artists/6s5ubAp65wXoTZefE01RNR", "id": "6s5ubAp65wXoTZefE01RNR", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eba317ca98cdf346619c07c3cd", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174a317ca98cdf346619c07c3cd", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178a317ca98cdf346619c07c3cd", "height": 160, "width": 160 } ], "name": "Joost", "popularity": 65, "type": "artist", "uri": "spotify:artist:6s5ubAp65wXoTZefE01RNR" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7FdBcGYvnLdBA3thdl1jpO" }, "followers": { "href": null, "total": 679 }, "genres": [], "href": "https://api.spotify.com/v1/artists/7FdBcGYvnLdBA3thdl1jpO", "id": "7FdBcGYvnLdBA3thdl1jpO", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb08d114a81d91a2a9c9fe54c4", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab6761610000517408d114a81d91a2a9c9fe54c4", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f17808d114a81d91a2a9c9fe54c4", "height": 160, "width": 160 } ], "name": "Scarjen", "popularity": 0, "type": "artist", "uri": "spotify:artist:7FdBcGYvnLdBA3thdl1jpO" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1QOHbhVRpDoNtRkz79si6b" }, "followers": { "href": null, "total": 65031 }, "genres": [], "href": "https://api.spotify.com/v1/artists/1QOHbhVRpDoNtRkz79si6b", "id": "1QOHbhVRpDoNtRkz79si6b", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb17117582d67a9817d018ba55", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab6761610000517417117582d67a9817d018ba55", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f17817117582d67a9817d018ba55", "height": 160, "width": 160 } ], "name": "Karen Harding", "popularity": 53, "type": "artist", "uri": "spotify:artist:1QOHbhVRpDoNtRkz79si6b" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "followers": { "href": null, "total": 2464287 }, "genres": ["stutter house", "house", "edm"], "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb381c41adc678e4ce864eb274", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174381c41adc678e4ce864eb274", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178381c41adc678e4ce864eb274", "height": 160, "width": 160 } ], "name": "Fred again..", "popularity": 78, "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1DbXVMdQqNejIYLU2xsIMi" }, "followers": { "href": null, "total": 1033 }, "genres": [], "href": "https://api.spotify.com/v1/artists/1DbXVMdQqNejIYLU2xsIMi", "id": "1DbXVMdQqNejIYLU2xsIMi", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb9b0c0d5e5e4f43a21b19f7e8", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab676161000051749b0c0d5e5e4f43a21b19f7e8", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f1789b0c0d5e5e4f43a21b19f7e8", "height": 160, "width": 160 } ], "name": "Ryan Ritual", "popularity": 6, "type": "artist", "uri": "spotify:artist:1DbXVMdQqNejIYLU2xsIMi" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3oKRxpszQKUjjaHz388fVA" }, "followers": { "href": null, "total": 1144334 }, "genres": ["indie soul"], "href": "https://api.spotify.com/v1/artists/3oKRxpszQKUjjaHz388fVA", "id": "3oKRxpszQKUjjaHz388fVA", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb3f64ee564d3617f6a764f933", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab676161000051743f64ee564d3617f6a764f933", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f1783f64ee564d3617f6a764f933", "height": 160, "width": 160 } ], "name": "Parcels", "popularity": 68, "type": "artist", "uri": "spotify:artist:3oKRxpszQKUjjaHz388fVA" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6QzMY3tnu0m56eKUnr4uCF" }, "followers": { "href": null, "total": 172224 }, "genres": [], "href": "https://api.spotify.com/v1/artists/6QzMY3tnu0m56eKUnr4uCF", "id": "6QzMY3tnu0m56eKUnr4uCF", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb1c878723fffd5445c38e5778", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab676161000051741c878723fffd5445c38e5778", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f1781c878723fffd5445c38e5778", "height": 160, "width": 160 } ], "name": "Alfie Templeman", "popularity": 46, "type": "artist", "uri": "spotify:artist:6QzMY3tnu0m56eKUnr4uCF" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5wF7Cde0abKtrbCj1Gcow7" }, "followers": { "href": null, "total": 1848 }, "genres": [], "href": "https://api.spotify.com/v1/artists/5wF7Cde0abKtrbCj1Gcow7", "id": "5wF7Cde0abKtrbCj1Gcow7", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb30aaa02dea97e4836793acfa", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab6761610000517430aaa02dea97e4836793acfa", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f17830aaa02dea97e4836793acfa", "height": 160, "width": 160 } ], "name": "Only Seven Left", "popularity": 9, "type": "artist", "uri": "spotify:artist:5wF7Cde0abKtrbCj1Gcow7" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/56X1AGaHZthmkHfMZTcvnY" }, "followers": { "href": null, "total": 838 }, "genres": [], "href": "https://api.spotify.com/v1/artists/56X1AGaHZthmkHfMZTcvnY", "id": "56X1AGaHZthmkHfMZTcvnY", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb6e47926f9b3da6014495b505", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab676161000051746e47926f9b3da6014495b505", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f1786e47926f9b3da6014495b505", "height": 160, "width": 160 } ], "name": "Lustrum Albertus Magnus", "popularity": 20, "type": "artist", "uri": "spotify:artist:56X1AGaHZthmkHfMZTcvnY" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2pH3wEn4eYlMMIIQyKPbVR" }, "followers": { "href": null, "total": 1282232 }, "genres": ["power metal", "speed metal", "metal", "symphonic metal"], "href": "https://api.spotify.com/v1/artists/2pH3wEn4eYlMMIIQyKPbVR", "id": "2pH3wEn4eYlMMIIQyKPbVR", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb2c0d92dae9b4af4c8a565c3b", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab676161000051742c0d92dae9b4af4c8a565c3b", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f1782c0d92dae9b4af4c8a565c3b", "height": 160, "width": 160 } ], "name": "DragonForce", "popularity": 56, "type": "artist", "uri": "spotify:artist:2pH3wEn4eYlMMIIQyKPbVR" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6mS5GeFyhea6w9OKo8PO3p" }, "followers": { "href": null, "total": 154064 }, "genres": ["nederpop", "hollands"], "href": "https://api.spotify.com/v1/artists/6mS5GeFyhea6w9OKo8PO3p", "id": "6mS5GeFyhea6w9OKo8PO3p", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb6b0979bff02a5a668cd2f457", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab676161000051746b0979bff02a5a668cd2f457", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f1786b0979bff02a5a668cd2f457", "height": 160, "width": 160 } ], "name": "Goldband", "popularity": 50, "type": "artist", "uri": "spotify:artist:6mS5GeFyhea6w9OKo8PO3p" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4IF11U0nzFhAaLDGZH3vSx" }, "followers": { "href": null, "total": 175524 }, "genres": [], "href": "https://api.spotify.com/v1/artists/4IF11U0nzFhAaLDGZH3vSx", "id": "4IF11U0nzFhAaLDGZH3vSx", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb2fd30c40ef0995f9e884121c", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab676161000051742fd30c40ef0995f9e884121c", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f1782fd30c40ef0995f9e884121c", "height": 160, "width": 160 } ], "name": "RichaadEB", "popularity": 54, "type": "artist", "uri": "spotify:artist:4IF11U0nzFhAaLDGZH3vSx" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/10GT4yz8c6xjjnPGtGPI1l" }, "followers": { "href": null, "total": 189669 }, "genres": ["nu disco"], "href": "https://api.spotify.com/v1/artists/10GT4yz8c6xjjnPGtGPI1l", "id": "10GT4yz8c6xjjnPGtGPI1l", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb96a091a0f6f5b83e6c0ce41e", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab6761610000517496a091a0f6f5b83e6c0ce41e", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f17896a091a0f6f5b83e6c0ce41e", "height": 160, "width": 160 } ], "name": "Franc Moody", "popularity": 54, "type": "artist", "uri": "spotify:artist:10GT4yz8c6xjjnPGtGPI1l" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1kDGbuxWknIKx4FlgWxiSp" }, "followers": { "href": null, "total": 1356513 }, "genres": [], "href": "https://api.spotify.com/v1/artists/1kDGbuxWknIKx4FlgWxiSp", "id": "1kDGbuxWknIKx4FlgWxiSp", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb065faf07b0343e97bf3fba57", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174065faf07b0343e97bf3fba57", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178065faf07b0343e97bf3fba57", "height": 160, "width": 160 } ], "name": "Nothing But Thieves", "popularity": 62, "type": "artist", "uri": "spotify:artist:1kDGbuxWknIKx4FlgWxiSp" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0uBVyPbLZRDNEBiA4fZUlp" }, "followers": { "href": null, "total": 120715 }, "genres": ["nederpop"], "href": "https://api.spotify.com/v1/artists/0uBVyPbLZRDNEBiA4fZUlp", "id": "0uBVyPbLZRDNEBiA4fZUlp", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb88e1735fe7e1b00d7203e13a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab6761610000517488e1735fe7e1b00d7203e13a", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f17888e1735fe7e1b00d7203e13a", "height": 160, "width": 160 } ], "name": "Froukje", "popularity": 54, "type": "artist", "uri": "spotify:artist:0uBVyPbLZRDNEBiA4fZUlp" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "followers": { "href": null, "total": 740284 }, "genres": ["norwegian pop"], "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5ebe264eb6c9a66b212bb108f85", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174e264eb6c9a66b212bb108f85", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178e264eb6c9a66b212bb108f85", "height": 160, "width": 160 } ], "name": "Sigrid", "popularity": 55, "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2z6JjrrJKNLilqlx8mlxcc" }, "followers": { "href": null, "total": 85930 }, "genres": [], "href": "https://api.spotify.com/v1/artists/2z6JjrrJKNLilqlx8mlxcc", "id": "2z6JjrrJKNLilqlx8mlxcc", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb988f5c8a44e2ecf58ee7b282", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174988f5c8a44e2ecf58ee7b282", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178988f5c8a44e2ecf58ee7b282", "height": 160, "width": 160 } ], "name": "Litany", "popularity": 42, "type": "artist", "uri": "spotify:artist:2z6JjrrJKNLilqlx8mlxcc" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7EuzcvdfScUqksgKfyN7J0" }, "followers": { "href": null, "total": 12394 }, "genres": ["dansk pop", "dansktop"], "href": "https://api.spotify.com/v1/artists/7EuzcvdfScUqksgKfyN7J0", "id": "7EuzcvdfScUqksgKfyN7J0", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5ebc9fd64f340405adebbabbbb1", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174c9fd64f340405adebbabbbb1", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178c9fd64f340405adebbabbbb1", "height": 160, "width": 160 } ], "name": "Fyr Og Flamme", "popularity": 29, "type": "artist", "uri": "spotify:artist:7EuzcvdfScUqksgKfyN7J0" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/37yradccJvSdTTA2Ol112q" }, "followers": { "href": null, "total": 7904 }, "genres": [], "href": "https://api.spotify.com/v1/artists/37yradccJvSdTTA2Ol112q", "id": "37yradccJvSdTTA2Ol112q", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb02705fb156e30c3e086a9a17", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab6761610000517402705fb156e30c3e086a9a17", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f17802705fb156e30c3e086a9a17", "height": 160, "width": 160 } ], "name": "Brett Domino", "popularity": 17, "type": "artist", "uri": "spotify:artist:37yradccJvSdTTA2Ol112q" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0rEuaTPLMhlViNCJrg3NEH" }, "followers": { "href": null, "total": 399626 }, "genres": ["power metal", "symphonic metal", "metal"], "href": "https://api.spotify.com/v1/artists/0rEuaTPLMhlViNCJrg3NEH", "id": "0rEuaTPLMhlViNCJrg3NEH", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5ebc3eeafedc823cf781661e4bb", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174c3eeafedc823cf781661e4bb", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178c3eeafedc823cf781661e4bb", "height": 160, "width": 160 } ], "name": "Beast In Black", "popularity": 58, "type": "artist", "uri": "spotify:artist:0rEuaTPLMhlViNCJrg3NEH" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "followers": { "href": null, "total": 2506437 }, "genres": [ "power metal", "metal", "heavy metal", "symphonic metal", "folk metal" ], "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5ebfc0524cca1171fac8678f4bf", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174fc0524cca1171fac8678f4bf", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178fc0524cca1171fac8678f4bf", "height": 160, "width": 160 } ], "name": "Sabaton", "popularity": 70, "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2WBJQGf1bT1kxuoqziH5g4" }, "followers": { "href": null, "total": 874156 }, "genres": ["disco house", "nu disco", "funky house", "house"], "href": "https://api.spotify.com/v1/artists/2WBJQGf1bT1kxuoqziH5g4", "id": "2WBJQGf1bT1kxuoqziH5g4", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5ebbd1cb147996bda17ecc97dd7", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174bd1cb147996bda17ecc97dd7", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178bd1cb147996bda17ecc97dd7", "height": 160, "width": 160 } ], "name": "Purple Disco Machine", "popularity": 68, "type": "artist", "uri": "spotify:artist:2WBJQGf1bT1kxuoqziH5g4" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6Dd3NScHWwnW6obMFbl1BH" }, "followers": { "href": null, "total": 1918680 }, "genres": [], "href": "https://api.spotify.com/v1/artists/6Dd3NScHWwnW6obMFbl1BH", "id": "6Dd3NScHWwnW6obMFbl1BH", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5ebe79374211456f3edbb005e2c", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174e79374211456f3edbb005e2c", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178e79374211456f3edbb005e2c", "height": 160, "width": 160 } ], "name": "Daya", "popularity": 70, "type": "artist", "uri": "spotify:artist:6Dd3NScHWwnW6obMFbl1BH" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7s666LjS611IPQ63Clon0r" }, "followers": { "href": null, "total": 884 }, "genres": [], "href": "https://api.spotify.com/v1/artists/7s666LjS611IPQ63Clon0r", "id": "7s666LjS611IPQ63Clon0r", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb40afab9ab091f76e7948ea16", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab6761610000517440afab9ab091f76e7948ea16", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f17840afab9ab091f76e7948ea16", "height": 160, "width": 160 } ], "name": "Sunday Avenue", "popularity": 5, "type": "artist", "uri": "spotify:artist:7s666LjS611IPQ63Clon0r" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/760CXsrIDEEqLxeF2x4tRO" }, "followers": { "href": null, "total": 21371 }, "genres": [], "href": "https://api.spotify.com/v1/artists/760CXsrIDEEqLxeF2x4tRO", "id": "760CXsrIDEEqLxeF2x4tRO", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb102dde38e9c72ced7033d34d", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174102dde38e9c72ced7033d34d", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178102dde38e9c72ced7033d34d", "height": 160, "width": 160 } ], "name": "Maestro Ziikos", "popularity": 25, "type": "artist", "uri": "spotify:artist:760CXsrIDEEqLxeF2x4tRO" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7Egoy0UuRKksBWzmGYzd68" }, "followers": { "href": null, "total": 77 }, "genres": [], "href": "https://api.spotify.com/v1/artists/7Egoy0UuRKksBWzmGYzd68", "id": "7Egoy0UuRKksBWzmGYzd68", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb83b9ffb1f6cd3975392af7f7", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab6761610000517483b9ffb1f6cd3975392af7f7", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f17883b9ffb1f6cd3975392af7f7", "height": 160, "width": 160 } ], "name": "YENO", "popularity": 0, "type": "artist", "uri": "spotify:artist:7Egoy0UuRKksBWzmGYzd68" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/751YCAfHx8dQSUbAN8Q9dl" }, "followers": { "href": null, "total": 545 }, "genres": [], "href": "https://api.spotify.com/v1/artists/751YCAfHx8dQSUbAN8Q9dl", "id": "751YCAfHx8dQSUbAN8Q9dl", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb253147018c2d40ef1c0cdacd", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174253147018c2d40ef1c0cdacd", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178253147018c2d40ef1c0cdacd", "height": 160, "width": 160 } ], "name": "Nicolas Kanza", "popularity": 2, "type": "artist", "uri": "spotify:artist:751YCAfHx8dQSUbAN8Q9dl" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1BAdSa5cdtCNLbvT7gWmtJ" }, "followers": { "href": null, "total": 59839 }, "genres": ["future bass"], "href": "https://api.spotify.com/v1/artists/1BAdSa5cdtCNLbvT7gWmtJ", "id": "1BAdSa5cdtCNLbvT7gWmtJ", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb73c480b64dd16ef5d6396265", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab6761610000517473c480b64dd16ef5d6396265", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f17873c480b64dd16ef5d6396265", "height": 160, "width": 160 } ], "name": "Conro", "popularity": 42, "type": "artist", "uri": "spotify:artist:1BAdSa5cdtCNLbvT7gWmtJ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4AQrqVz6BYwy29iMxcGtx7" }, "followers": { "href": null, "total": 310628 }, "genres": ["nu disco"], "href": "https://api.spotify.com/v1/artists/4AQrqVz6BYwy29iMxcGtx7", "id": "4AQrqVz6BYwy29iMxcGtx7", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb05858f274692344c6f5ee13a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab6761610000517405858f274692344c6f5ee13a", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f17805858f274692344c6f5ee13a", "height": 160, "width": 160 } ], "name": "Roosevelt", "popularity": 54, "type": "artist", "uri": "spotify:artist:4AQrqVz6BYwy29iMxcGtx7" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6jDwZUFYUH1dC4xWzOd8QU" }, "followers": { "href": null, "total": 318962 }, "genres": [], "href": "https://api.spotify.com/v1/artists/6jDwZUFYUH1dC4xWzOd8QU", "id": "6jDwZUFYUH1dC4xWzOd8QU", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5ebfc761f5e2d8f6db4dfaaa5ca", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174fc761f5e2d8f6db4dfaaa5ca", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178fc761f5e2d8f6db4dfaaa5ca", "height": 160, "width": 160 } ], "name": "Caleb Hyles", "popularity": 55, "type": "artist", "uri": "spotify:artist:6jDwZUFYUH1dC4xWzOd8QU" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1yqxFtPHKcGcv6SXZNdyT9" }, "followers": { "href": null, "total": 372904 }, "genres": ["house"], "href": "https://api.spotify.com/v1/artists/1yqxFtPHKcGcv6SXZNdyT9", "id": "1yqxFtPHKcGcv6SXZNdyT9", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5ebe85ae0ce3fe84474211ef54b", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174e85ae0ce3fe84474211ef54b", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178e85ae0ce3fe84474211ef54b", "height": 160, "width": 160 } ], "name": "MK", "popularity": 67, "type": "artist", "uri": "spotify:artist:1yqxFtPHKcGcv6SXZNdyT9" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6Gk5hoM7eW8NSCYhICMDHw" }, "followers": { "href": null, "total": 179757 }, "genres": [], "href": "https://api.spotify.com/v1/artists/6Gk5hoM7eW8NSCYhICMDHw", "id": "6Gk5hoM7eW8NSCYhICMDHw", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5ebf30f0f0e7f93877befa196af", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174f30f0f0e7f93877befa196af", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178f30f0f0e7f93877befa196af", "height": 160, "width": 160 } ], "name": "Zak Abel", "popularity": 57, "type": "artist", "uri": "spotify:artist:6Gk5hoM7eW8NSCYhICMDHw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "followers": { "href": null, "total": 946656 }, "genres": [], "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5ebd6f6bf343b8bf12f12dc1a25", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616100005174d6f6bf343b8bf12f12dc1a25", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f178d6f6bf343b8bf12f12dc1a25", "height": 160, "width": 160 } ], "name": "Becky Hill", "popularity": 67, "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7CajNmpbOovFoOoasH2HaY" }, "followers": { "href": null, "total": 23296885 }, "genres": ["edm"], "href": "https://api.spotify.com/v1/artists/7CajNmpbOovFoOoasH2HaY", "id": "7CajNmpbOovFoOoasH2HaY", "images": [ { "url": "https://i.scdn.co/image/ab6761610000e5eb8ebba5e60113b48de8c11f6b", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab676161000051748ebba5e60113b48de8c11f6b", "height": 320, "width": 320 }, { "url": "https://i.scdn.co/image/ab6761610000f1788ebba5e60113b48de8c11f6b", "height": 160, "width": 160 } ], "name": "Calvin Harris", "popularity": 84, "type": "artist", "uri": "spotify:artist:7CajNmpbOovFoOoasH2HaY" } ] } } python-spotify-2.0.2/tests/fixtures/get_album.json000066400000000000000000001337471515206530700224170ustar00rootroot00000000000000{ "album_type": "album", "total_tracks": 11, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3IqzqH6ShrRtie9Yd2ODyG" }, "href": "https://api.spotify.com/v1/albums/3IqzqH6ShrRtie9Yd2ODyG", "id": "3IqzqH6ShrRtie9Yd2ODyG", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273a61a28c2f084761f8833bce6", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02a61a28c2f084761f8833bce6", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851a61a28c2f084761f8833bce6", "height": 64, "width": 64 } ], "name": "SINGLARITY", "release_date": "2020-12-18", "release_date_precision": "day", "type": "album", "uri": "spotify:album:3IqzqH6ShrRtie9Yd2ODyG", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/3IqzqH6ShrRtie9Yd2ODyG/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 11, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 260372, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6akJGriy4njdP8fZTPGjwz" }, "href": "https://api.spotify.com/v1/tracks/6akJGriy4njdP8fZTPGjwz", "id": "6akJGriy4njdP8fZTPGjwz", "name": "All Your Friends", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:6akJGriy4njdP8fZTPGjwz", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 206613, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/7N02bJK1amhplZ8yAapRS5" }, "href": "https://api.spotify.com/v1/tracks/7N02bJK1amhplZ8yAapRS5", "id": "7N02bJK1amhplZ8yAapRS5", "name": "New Magiks", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:7N02bJK1amhplZ8yAapRS5", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 237266, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/6wcBBzmaXHTfg6xNWtjhal" }, "href": "https://api.spotify.com/v1/tracks/6wcBBzmaXHTfg6xNWtjhal", "id": "6wcBBzmaXHTfg6xNWtjhal", "name": "Everybody Gets a Piece", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:6wcBBzmaXHTfg6xNWtjhal", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 244813, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6S1fviwvPfMGD7kk6oAZQN" }, "href": "https://api.spotify.com/v1/tracks/6S1fviwvPfMGD7kk6oAZQN", "id": "6S1fviwvPfMGD7kk6oAZQN", "name": "Curtain Fall", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:6S1fviwvPfMGD7kk6oAZQN", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 227517, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0HeSCiPSm1d6V7b4CMHPo3" }, "href": "https://api.spotify.com/v1/tracks/0HeSCiPSm1d6V7b4CMHPo3", "id": "0HeSCiPSm1d6V7b4CMHPo3", "name": "Tear Up", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:0HeSCiPSm1d6V7b4CMHPo3", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 231891, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/72Q66d8akZekf6AQH414nc" }, "href": "https://api.spotify.com/v1/tracks/72Q66d8akZekf6AQH414nc", "id": "72Q66d8akZekf6AQH414nc", "name": "\u00d8CULIST", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:72Q66d8akZekf6AQH414nc", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 235540, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/2X34r3wmh9KhM1LrohGotI" }, "href": "https://api.spotify.com/v1/tracks/2X34r3wmh9KhM1LrohGotI", "id": "2X34r3wmh9KhM1LrohGotI", "name": "Kaleidoscope", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:2X34r3wmh9KhM1LrohGotI", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 264000, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/4QGWwmBFhq38PpGj0jRBZg" }, "href": "https://api.spotify.com/v1/tracks/4QGWwmBFhq38PpGj0jRBZg", "id": "4QGWwmBFhq38PpGj0jRBZg", "name": "Desaturate", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:4QGWwmBFhq38PpGj0jRBZg", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 234493, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1DPGkXCZA2j9Eu98rrNcoj" }, "href": "https://api.spotify.com/v1/tracks/1DPGkXCZA2j9Eu98rrNcoj", "id": "1DPGkXCZA2j9Eu98rrNcoj", "name": "(Break) In Case Of...", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:1DPGkXCZA2j9Eu98rrNcoj", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 267080, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6FcIiMd7sJSCNweLf6ZRsk" }, "href": "https://api.spotify.com/v1/tracks/6FcIiMd7sJSCNweLf6ZRsk", "id": "6FcIiMd7sJSCNweLf6ZRsk", "name": "Dancing on the Head of a Pin", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:6FcIiMd7sJSCNweLf6ZRsk", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 288493, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/49i0yyGEPxP19NpGhNhsTv" }, "href": "https://api.spotify.com/v1/tracks/49i0yyGEPxP19NpGhNhsTv", "id": "49i0yyGEPxP19NpGhNhsTv", "name": "Singularity", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:49i0yyGEPxP19NpGhNhsTv", "is_local": false } ] }, "copyrights": [ { "text": "2020 Smihilism Records", "type": "C" }, { "text": "2020 Smihilism Records", "type": "P" } ], "external_ids": { "upc": "195916707034" }, "genres": [], "label": "Smihilism Records", "popularity": 20 } python-spotify-2.0.2/tests/fixtures/library_contains.json000066400000000000000000000000171515206530700240010ustar00rootroot00000000000000[false, false] python-spotify-2.0.2/tests/fixtures/new_playlist.json000066400000000000000000000020071515206530700231520ustar00rootroot00000000000000{ "collaborative": false, "description": "New playlist description", "external_urls": { "spotify": "https://open.spotify.com/playlist/2dGgoMPWpapXYA6rX7ZbbB" }, "followers": { "href": null, "total": 0 }, "href": "https://api.spotify.com/v1/playlists/2dGgoMPWpapXYA6rX7ZbbB", "id": "2dGgoMPWpapXYA6rX7ZbbB", "images": [], "primary_color": null, "name": "New Playlist", "type": "playlist", "uri": "spotify:playlist:2dGgoMPWpapXYA6rX7ZbbB", "owner": { "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649", "display_name": null, "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" } }, "public": false, "snapshot_id": "AAABRUSqXDRHND7RgBQhEmksjQG8o/A+", "tracks": { "limit": 100, "next": null, "offset": 0, "previous": null, "href": "https://api.spotify.com/v1/playlists/2dGgoMPWpapXYA6rX7ZbbB/tracks", "total": 0, "items": [] } } python-spotify-2.0.2/tests/fixtures/playback_1.json000066400000000000000000000175671515206530700224670ustar00rootroot00000000000000{ "device": { "id": "21dac6b0e0a1f181870fdc9749b2656466557687", "is_active": true, "is_private_session": false, "is_restricted": false, "name": "DESKTOP-BKC5SIK", "supports_volume": true, "type": "Computer", "volume_percent": 69 }, "shuffle_state": false, "repeat_state": "off", "timestamp": 1701284951675, "context": { "external_urls": { "spotify": "https://open.spotify.com/collection/tracks" }, "href": "https://api.spotify.com/v1/me/tracks", "type": "collection", "uri": "spotify:user:1112264649:collection" }, "progress_ms": 225564, "item": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1iasbpTobDPa5BmsK0Rz1f" }, "href": "https://api.spotify.com/v1/albums/1iasbpTobDPa5BmsK0Rz1f", "id": "1iasbpTobDPa5BmsK0Rz1f", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273326db007f167499d23171722", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02326db007f167499d23171722", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851326db007f167499d23171722", "width": 64 } ], "name": "WARRIORS, Pt. 1 (Final Stage)", "release_date": "2023-10-20", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:1iasbpTobDPa5BmsK0Rz1f" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 268525, "explicit": false, "external_ids": { "isrc": "QZTB52388870" }, "external_urls": { "spotify": "https://open.spotify.com/track/1FyXbzOlq3dkxaB6iRsETv" }, "href": "https://api.spotify.com/v1/tracks/1FyXbzOlq3dkxaB6iRsETv", "id": "1FyXbzOlq3dkxaB6iRsETv", "is_local": false, "name": "WARRIORS, Pt. 1 (Final Stage)", "popularity": 38, "preview_url": "https://p.scdn.co/mp3-preview/f96aa9e00d2579b9e94aa3f0e73fceecfa825382?cid=c7c59b798aab4892ac040a25f7dd1575", "track_number": 1, "type": "track", "uri": "spotify:track:1FyXbzOlq3dkxaB6iRsETv" }, "currently_playing_type": "track", "actions": { "disallows": { "resuming": true } }, "is_playing": true } python-spotify-2.0.2/tests/fixtures/playback_2.json000066400000000000000000000173001515206530700224510ustar00rootroot00000000000000{ "device": { "id": "a19f7a03a25aff3e43f457a328a8ba67a8c44789", "is_active": true, "is_private_session": false, "is_restricted": false, "name": "Master Bathroom Speaker", "type": "Speaker", "volume_percent": 25 }, "shuffle_state": false, "repeat_state": "off", "timestamp": 1689639030791, "context": { "external_urls": { "spotify": "https://open.spotify.com/playlist/2r35vbe6hHl6yDSMfjKgmm" }, "href": "https://api.spotify.com/v1/playlists/2r35vbe6hHl6yDSMfjKgmm", "type": "playlist", "uri": "spotify:user:rushofficial:playlist:2r35vbe6hHl6yDSMfjKgmm" }, "progress_ms": 249367, "item": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2Hkut4rAAyrQxRdof7FVJq" }, "href": "https://api.spotify.com/v1/artists/2Hkut4rAAyrQxRdof7FVJq", "id": "2Hkut4rAAyrQxRdof7FVJq", "name": "Rush", "type": "artist", "uri": "spotify:artist:2Hkut4rAAyrQxRdof7FVJq" } ], "available_markets": [ "AD", "AE", "AG", "AL", "AM", "AO", "AR", "AT", "AU", "AZ", "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", "BJ", "BN", "BO", "BR", "BS", "BT", "BW", "BY", "BZ", "CD", "CG", "CH", "CI", "CL", "CM", "CO", "CR", "CV", "CW", "CY", "CZ", "DE", "DJ", "DK", "DM", "DO", "DZ", "EC", "EE", "EG", "ES", "FI", "FJ", "FM", "FR", "GA", "GB", "GD", "GH", "GM", "GN", "GQ", "GR", "GT", "GW", "GY", "HK", "HN", "HR", "HT", "HU", "ID", "IE", "IL", "IN", "IQ", "IS", "IT", "JM", "JO", "KE", "KG", "KH", "KI", "KM", "KN", "KR", "KW", "KZ", "LA", "LB", "LC", "LI", "LK", "LR", "LS", "LT", "LU", "LV", "MC", "MD", "ME", "MG", "MH", "MK", "ML", "MN", "MO", "MR", "MT", "MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NE", "NG", "NI", "NL", "NO", "NP", "NR", "NZ", "OM", "PA", "PE", "PG", "PH", "PK", "PL", "PS", "PT", "PW", "PY", "QA", "RO", "RS", "RW", "SA", "SB", "SC", "SE", "SG", "SI", "SK", "SL", "SN", "SR", "ST", "SV", "SZ", "TD", "TG", "TH", "TJ", "TL", "TN", "TO", "TR", "TT", "TV", "TW", "TZ", "UA", "UG", "US", "UY", "UZ", "VC", "VE", "VN", "WS", "XK", "ZA", "ZM", "ZW" ], "external_urls": { "spotify": "https://open.spotify.com/album/3nUNxSh2szhmN7iifAKv5i" }, "href": "https://api.spotify.com/v1/albums/3nUNxSh2szhmN7iifAKv5i", "id": "3nUNxSh2szhmN7iifAKv5i", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27306c0d7ebcabad0c39b566983", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0206c0d7ebcabad0c39b566983", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485106c0d7ebcabad0c39b566983", "width": 64 } ], "name": "Permanent Waves", "release_date": "1980-01-01", "release_date_precision": "day", "total_tracks": 6, "type": "album", "uri": "spotify:album:3nUNxSh2szhmN7iifAKv5i" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2Hkut4rAAyrQxRdof7FVJq" }, "href": "https://api.spotify.com/v1/artists/2Hkut4rAAyrQxRdof7FVJq", "id": "2Hkut4rAAyrQxRdof7FVJq", "name": "Rush", "type": "artist", "uri": "spotify:artist:2Hkut4rAAyrQxRdof7FVJq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "TJ", "VE", "XK" ], "disc_number": 1, "duration_ms": 296466, "explicit": false, "external_ids": { "isrc": "USMR18070028" }, "external_urls": { "spotify": "https://open.spotify.com/track/4e9hUiLsN4mx61ARosFi7p" }, "href": "https://api.spotify.com/v1/tracks/4e9hUiLsN4mx61ARosFi7p", "id": "4e9hUiLsN4mx61ARosFi7p", "is_local": false, "name": "The Spirit Of Radio", "popularity": 68, "preview_url": "https://p.scdn.co/mp3-preview/75cc52f458b2416f33f15c499783c51119ba9a93?cid=20bbc62823a3412ba5267ea5398e52d0", "track_number": 1, "type": "track", "uri": "spotify:track:4e9hUiLsN4mx61ARosFi7p" }, "currently_playing_type": "track", "actions": { "disallows": { "skipping_prev": true, "toggling_repeat_track": true } }, "is_playing": true } python-spotify-2.0.2/tests/fixtures/playback_3.json000066400000000000000000000174121515206530700224560ustar00rootroot00000000000000{ "device": { "id": null, "is_active": true, "is_private_session": false, "is_restricted": true, "name": "Sonos Roam SL", "supports_volume": true, "type": "Speaker", "volume_percent": 34 }, "shuffle_state": false, "repeat_state": "off", "timestamp": 1701294541372, "context": { "external_urls": { "spotify": "https://open.spotify.com/collection/tracks" }, "href": "https://api.spotify.com/v1/me/tracks", "type": "collection", "uri": "spotify:user:1112264649:collection" }, "progress_ms": 7919, "item": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6s5ubAp65wXoTZefE01RNR" }, "href": "https://api.spotify.com/v1/artists/6s5ubAp65wXoTZefE01RNR", "id": "6s5ubAp65wXoTZefE01RNR", "name": "Joost", "type": "artist", "uri": "spotify:artist:6s5ubAp65wXoTZefE01RNR" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3qCsGHHWG6t9izvmsE47jr" }, "href": "https://api.spotify.com/v1/albums/3qCsGHHWG6t9izvmsE47jr", "id": "3qCsGHHWG6t9izvmsE47jr", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273ae0956d669aca836c4fb5a0c", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02ae0956d669aca836c4fb5a0c", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851ae0956d669aca836c4fb5a0c", "width": 64 } ], "name": "Ome Robert", "release_date": "2018-04-26", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:3qCsGHHWG6t9izvmsE47jr" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6s5ubAp65wXoTZefE01RNR" }, "href": "https://api.spotify.com/v1/artists/6s5ubAp65wXoTZefE01RNR", "id": "6s5ubAp65wXoTZefE01RNR", "name": "Joost", "type": "artist", "uri": "spotify:artist:6s5ubAp65wXoTZefE01RNR" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 152500, "explicit": true, "external_ids": { "isrc": "NLG661800442" }, "external_urls": { "spotify": "https://open.spotify.com/track/3TE49HXyoNczZk2IBhP87z" }, "href": "https://api.spotify.com/v1/tracks/3TE49HXyoNczZk2IBhP87z", "id": "3TE49HXyoNczZk2IBhP87z", "is_local": false, "name": "Ome Robert", "popularity": 50, "preview_url": "https://p.scdn.co/mp3-preview/5921a992d9086f054c28ee15ebd4912c09b13378?cid=c7c59b798aab4892ac040a25f7dd1575", "track_number": 1, "type": "track", "uri": "spotify:track:3TE49HXyoNczZk2IBhP87z" }, "currently_playing_type": "track", "actions": { "disallows": { "resuming": true } }, "is_playing": true } python-spotify-2.0.2/tests/fixtures/playback_4.json000066400000000000000000000027711515206530700224610ustar00rootroot00000000000000{ "device": { "id": "aee274e4bbe6b44cf3b22ad3b68eca3a6954a701", "is_active": true, "is_private_session": false, "is_restricted": false, "name": "Joostโ€™s MacBook Pro", "supports_volume": true, "type": "Computer", "volume_percent": 67 }, "shuffle_state": false, "smart_shuffle": false, "repeat_state": "off", "timestamp": 1731336494187, "context": null, "progress_ms": 22215, "item": { "album": { "album_type": null, "artists": [], "available_markets": [], "external_urls": {}, "href": null, "id": null, "images": [], "name": "", "release_date": null, "release_date_precision": null, "type": "album", "uri": null }, "artists": [ { "external_urls": {}, "href": null, "id": null, "name": "Four Tet x Fred again.. x Skrillex", "type": "artist", "uri": null } ], "available_markets": [], "disc_number": 0, "duration_ms": 5432000, "explicit": false, "external_ids": {}, "external_urls": {}, "href": null, "id": null, "is_local": true, "name": "Coachella 2023", "popularity": 0, "preview_url": null, "track_number": 0, "type": "track", "uri": "spotify:local:Four+Tet+x+Fred+again..+x+Skrillex::Coachella+2023:5432" }, "currently_playing_type": "track", "actions": { "disallows": { "resuming": true, "skipping_prev": true } }, "is_playing": true } python-spotify-2.0.2/tests/fixtures/playback_audiobook_1.json000066400000000000000000000202061515206530700245030ustar00rootroot00000000000000{ "device": { "id": "9e3c475ee7d51dbebb4547dbc5b57e35ee6707f8", "is_active": true, "is_private_session": false, "is_restricted": false, "name": "Nothing phone (1)", "supports_volume": false, "type": "Smartphone", "volume_percent": 100 }, "shuffle_state": false, "smart_shuffle": false, "repeat_state": "off", "timestamp": 1729276241451, "context": { "external_urls": { "spotify": "https://open.spotify.com/show/58cFIY8IT7yGqR3kHnKqzV" }, "href": "https://api.spotify.com/v1/shows/58cFIY8IT7yGqR3kHnKqzV", "type": "show", "uri": "spotify:show:58cFIY8IT7yGqR3kHnKqzV" }, "progress_ms": 15611, "item": { "audio_preview_url": null, "description": "", "duration_ms": 249652, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3NW4BmIOG0qzQZgtLgsydR" }, "href": "https://api.spotify.com/v1/episodes/3NW4BmIOG0qzQZgtLgsydR", "html_description": "", "id": "3NW4BmIOG0qzQZgtLgsydR", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab676663000022a8ecf13d909d494c02ba057feb", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab6766630000db5becf13d909d494c02ba057feb", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6766630000703becf13d909d494c02ba057feb", "width": 64 } ], "is_externally_hosted": false, "language": "", "languages": [""], "name": "Track 1", "release_date": "0000", "release_date_precision": "year", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "Author(s): Anya Niewierra Narrator(s): Nienke Brinkhuis, Cees van Ede, Mattijn Hartemink

Na het succes van de bestsellers Het bloemenmeisje en De Camino komt Anya Niewierra met De nomade. Een aangrijpende thriller over vaderliefde en een verborgen verleden.

De 37-jarige documentairemaker Olga Liebke woont met haar zonderlinge vader in het Harz-gebergte. Olga heeft een innige band met de inmiddels dementerende man. Haar moeder stierf in het kraambed en ze heeft verder geen familie. Tenminste, zo is het verhaal.

Maar dan vertelt haar vader herinneringen die niet rijmen met de geschiedenis zoals zij die kent. Ze gaat twijfelen over haar achtergrond en ontdekt documenten uit de voormalige Sovjet-Unie.

Olga reist naar de driehoek Polen, Litouwen en Belarus en stuit op een huiveringwekkend geheim.


โ€˜Anya Niewierra heeft met De nomade weer een magnifiek boek afgeleverd, dat mogelijk nog indrukwekkender is dan De Camino.โ€™
Heleen Spanjaard, Margriet

โ€˜Verrassend, meeslepend en bloedstollend. De nomade is een waardige opvolger van De Camino.โ€™
Rob Cobben, cultuurverslaggever Dagblad De Limburger

", "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/show/58cFIY8IT7yGqR3kHnKqzV" }, "href": "https://api.spotify.com/v1/shows/58cFIY8IT7yGqR3kHnKqzV", "html_description": "Author(s): Anya NiewierraNarrator(s): Nienke Brinkhuis, Cees van Ede, Mattijn Hartemink<p>Na het succes van de bestsellers <i>Het bloemenmeisje</i> en <i>De Camino</i> komt Anya Niewierra met <i>De nomade</i>. Een aangrijpende thriller over vaderliefde en een verborgen verleden.</p><p>De 37-jarige documentairemaker Olga Liebke woont met haar zonderlinge vader in het Harz-gebergte. Olga heeft een innige band met de inmiddels dementerende man. Haar moeder stierf in het kraambed en ze heeft verder geen familie. Tenminste, zo is het verhaal.</p><p>Maar dan vertelt haar vader herinneringen die niet rijmen met de geschiedenis zoals zij die kent. Ze gaat twijfelen over haar achtergrond en ontdekt documenten uit de voormalige Sovjet-Unie.</p><p>Olga reist naar de driehoek Polen, Litouwen en Belarus en stuit op een huiveringwekkend geheim.</p><br><p>โ€˜Anya Niewierra heeft met <i>De nomade</i> weer een magnifiek boek afgeleverd, dat mogelijk nog indrukwekkender is dan <i>De Camino</i>.โ€™<br>Heleen Spanjaard, <i>Margriet</i></p><p>โ€˜Verrassend, meeslepend en bloedstollend. <i>De nomade</i> is een waardige opvolger van <i>De Camino</i>.โ€™<br>Rob Cobben, cultuurverslaggever <i>Dagblad De Limburger</i></p>", "id": "58cFIY8IT7yGqR3kHnKqzV", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab676663000022a8ecf13d909d494c02ba057feb", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab6766630000db5becf13d909d494c02ba057feb", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6766630000703becf13d909d494c02ba057feb", "width": 64 } ], "is_externally_hosted": null, "languages": ["nl"], "media_type": "audio", "name": "De nomade", "publisher": "Anya Niewierra", "total_episodes": null, "type": "show", "uri": "spotify:show:58cFIY8IT7yGqR3kHnKqzV" }, "type": "episode", "uri": "spotify:episode:3NW4BmIOG0qzQZgtLgsydR" }, "currently_playing_type": "episode", "actions": { "disallows": { "resuming": true, "skipping_prev": true } }, "is_playing": true } python-spotify-2.0.2/tests/fixtures/playback_episode_1.json000066400000000000000000000153651515206530700241710ustar00rootroot00000000000000{ "device": { "id": null, "is_active": true, "is_private_session": false, "is_restricted": true, "name": "Sonos Roam SL", "supports_volume": true, "type": "Speaker", "volume_percent": 46 }, "shuffle_state": false, "smart_shuffle": false, "repeat_state": "off", "timestamp": 1728219605131, "context": { "external_urls": { "spotify": "https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD" }, "href": "https://api.spotify.com/v1/shows/1Y9ExMgMxoBVrgrfU7u0nD", "type": "show", "uri": "spotify:show:1Y9ExMgMxoBVrgrfU7u0nD" }, "progress_ms": 5410, "item": { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/06lRxUmh8UNVTByuyxLYqh/clip_132296_192296.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 3690161, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3o0RYoo5iOMKSmEbunsbvW" }, "href": "https://api.spotify.com/v1/episodes/3o0RYoo5iOMKSmEbunsbvW", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "3o0RYoo5iOMKSmEbunsbvW", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "My Squirrel Has Brain Damage - Safety Third 119", "release_date": "2024-07-26", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan, and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.", "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD" }, "href": "https://api.spotify.com/v1/shows/1Y9ExMgMxoBVrgrfU7u0nD", "html_description": "

Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan, and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.

", "id": "1Y9ExMgMxoBVrgrfU7u0nD", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "width": 64 } ], "is_externally_hosted": false, "languages": ["en-US"], "media_type": "audio", "name": "Safety Third", "publisher": "Safety Third ", "total_episodes": 120, "type": "show", "uri": "spotify:show:1Y9ExMgMxoBVrgrfU7u0nD" }, "type": "episode", "uri": "spotify:episode:3o0RYoo5iOMKSmEbunsbvW" }, "currently_playing_type": "episode", "actions": { "disallows": { "resuming": true } }, "is_playing": true } python-spotify-2.0.2/tests/fixtures/playlist_1.json000066400000000000000000001307361515206530700225340ustar00rootroot00000000000000{ "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/1Cp6VQCKf2VL4sP09jN9oX" }, "followers": { "href": null, "total": 0 }, "href": "https://api.spotify.com/v1/playlists/1Cp6VQCKf2VL4sP09jN9oX?additional_types=track", "id": "1Cp6VQCKf2VL4sP09jN9oX", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67616d00001e022f41071676f4f50842581fb4", "width": null } ], "name": "To find", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAAAqEcxS92ddZ6R83Q8TWFhYshm18s", "tracks": { "href": "https://api.spotify.com/v1/playlists/1Cp6VQCKf2VL4sP09jN9oX/tracks?offset=0&limit=100&additional_types=track", "items": [ { "added_at": "2025-07-29T21:11:55Z", "added_by": { "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "is_local": false, "primary_color": null, "track": { "preview_url": null, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "explicit": false, "type": "track", "episode": false, "track": true, "album": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "album", "album_type": "single", "href": "https://api.spotify.com/v1/albums/7cynQpUNbqg7ZqYQu11Yng", "id": "7cynQpUNbqg7ZqYQu11Yng", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2732f41071676f4f50842581fb4", "width": 640, "height": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e022f41071676f4f50842581fb4", "width": 300, "height": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048512f41071676f4f50842581fb4", "width": 64, "height": 64 } ], "name": "All I Need", "release_date": "2025-01-13", "release_date_precision": "day", "uri": "spotify:album:7cynQpUNbqg7ZqYQu11Yng", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7zrkALJ9ayRjzysp4QYoEg" }, "href": "https://api.spotify.com/v1/artists/7zrkALJ9ayRjzysp4QYoEg", "id": "7zrkALJ9ayRjzysp4QYoEg", "name": "Maribou State", "type": "artist", "uri": "spotify:artist:7zrkALJ9ayRjzysp4QYoEg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6SKEuFZYhaTytrhtJjgnO2" }, "href": "https://api.spotify.com/v1/artists/6SKEuFZYhaTytrhtJjgnO2", "id": "6SKEuFZYhaTytrhtJjgnO2", "name": "Andreya Triana", "type": "artist", "uri": "spotify:artist:6SKEuFZYhaTytrhtJjgnO2" } ], "external_urls": { "spotify": "https://open.spotify.com/album/7cynQpUNbqg7ZqYQu11Yng" }, "total_tracks": 5 }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7zrkALJ9ayRjzysp4QYoEg" }, "href": "https://api.spotify.com/v1/artists/7zrkALJ9ayRjzysp4QYoEg", "id": "7zrkALJ9ayRjzysp4QYoEg", "name": "Maribou State", "type": "artist", "uri": "spotify:artist:7zrkALJ9ayRjzysp4QYoEg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6SKEuFZYhaTytrhtJjgnO2" }, "href": "https://api.spotify.com/v1/artists/6SKEuFZYhaTytrhtJjgnO2", "id": "6SKEuFZYhaTytrhtJjgnO2", "name": "Andreya Triana", "type": "artist", "uri": "spotify:artist:6SKEuFZYhaTytrhtJjgnO2" } ], "disc_number": 1, "track_number": 1, "duration_ms": 227934, "external_ids": { "isrc": "GBCFB2300770" }, "external_urls": { "spotify": "https://open.spotify.com/track/3ZL9gPzeCnKG9l5SB1SlcZ" }, "href": "https://api.spotify.com/v1/tracks/3ZL9gPzeCnKG9l5SB1SlcZ", "id": "3ZL9gPzeCnKG9l5SB1SlcZ", "name": "All I Need", "popularity": 46, "uri": "spotify:track:3ZL9gPzeCnKG9l5SB1SlcZ", "is_local": false }, "item": { "preview_url": null, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "explicit": false, "type": "track", "episode": false, "track": true, "album": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "album", "album_type": "single", "href": "https://api.spotify.com/v1/albums/7cynQpUNbqg7ZqYQu11Yng", "id": "7cynQpUNbqg7ZqYQu11Yng", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2732f41071676f4f50842581fb4", "width": 640, "height": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e022f41071676f4f50842581fb4", "width": 300, "height": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048512f41071676f4f50842581fb4", "width": 64, "height": 64 } ], "name": "All I Need", "release_date": "2025-01-13", "release_date_precision": "day", "uri": "spotify:album:7cynQpUNbqg7ZqYQu11Yng", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7zrkALJ9ayRjzysp4QYoEg" }, "href": "https://api.spotify.com/v1/artists/7zrkALJ9ayRjzysp4QYoEg", "id": "7zrkALJ9ayRjzysp4QYoEg", "name": "Maribou State", "type": "artist", "uri": "spotify:artist:7zrkALJ9ayRjzysp4QYoEg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6SKEuFZYhaTytrhtJjgnO2" }, "href": "https://api.spotify.com/v1/artists/6SKEuFZYhaTytrhtJjgnO2", "id": "6SKEuFZYhaTytrhtJjgnO2", "name": "Andreya Triana", "type": "artist", "uri": "spotify:artist:6SKEuFZYhaTytrhtJjgnO2" } ], "external_urls": { "spotify": "https://open.spotify.com/album/7cynQpUNbqg7ZqYQu11Yng" }, "total_tracks": 5 }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7zrkALJ9ayRjzysp4QYoEg" }, "href": "https://api.spotify.com/v1/artists/7zrkALJ9ayRjzysp4QYoEg", "id": "7zrkALJ9ayRjzysp4QYoEg", "name": "Maribou State", "type": "artist", "uri": "spotify:artist:7zrkALJ9ayRjzysp4QYoEg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6SKEuFZYhaTytrhtJjgnO2" }, "href": "https://api.spotify.com/v1/artists/6SKEuFZYhaTytrhtJjgnO2", "id": "6SKEuFZYhaTytrhtJjgnO2", "name": "Andreya Triana", "type": "artist", "uri": "spotify:artist:6SKEuFZYhaTytrhtJjgnO2" } ], "disc_number": 1, "track_number": 1, "duration_ms": 227934, "external_ids": { "isrc": "GBCFB2300770" }, "external_urls": { "spotify": "https://open.spotify.com/track/3ZL9gPzeCnKG9l5SB1SlcZ" }, "href": "https://api.spotify.com/v1/tracks/3ZL9gPzeCnKG9l5SB1SlcZ", "id": "3ZL9gPzeCnKG9l5SB1SlcZ", "name": "All I Need", "popularity": 46, "uri": "spotify:track:3ZL9gPzeCnKG9l5SB1SlcZ", "is_local": false }, "video_thumbnail": { "url": null } } ], "limit": 100, "next": null, "offset": 0, "previous": null, "total": 1 }, "items": { "href": "https://api.spotify.com/v1/playlists/1Cp6VQCKf2VL4sP09jN9oX/items?offset=0&limit=100&additional_types=track", "items": [ { "added_at": "2025-07-29T21:11:55Z", "added_by": { "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "is_local": false, "primary_color": null, "track": { "preview_url": null, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "explicit": false, "type": "track", "episode": false, "track": true, "album": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "album", "album_type": "single", "href": "https://api.spotify.com/v1/albums/7cynQpUNbqg7ZqYQu11Yng", "id": "7cynQpUNbqg7ZqYQu11Yng", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2732f41071676f4f50842581fb4", "width": 640, "height": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e022f41071676f4f50842581fb4", "width": 300, "height": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048512f41071676f4f50842581fb4", "width": 64, "height": 64 } ], "name": "All I Need", "release_date": "2025-01-13", "release_date_precision": "day", "uri": "spotify:album:7cynQpUNbqg7ZqYQu11Yng", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7zrkALJ9ayRjzysp4QYoEg" }, "href": "https://api.spotify.com/v1/artists/7zrkALJ9ayRjzysp4QYoEg", "id": "7zrkALJ9ayRjzysp4QYoEg", "name": "Maribou State", "type": "artist", "uri": "spotify:artist:7zrkALJ9ayRjzysp4QYoEg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6SKEuFZYhaTytrhtJjgnO2" }, "href": "https://api.spotify.com/v1/artists/6SKEuFZYhaTytrhtJjgnO2", "id": "6SKEuFZYhaTytrhtJjgnO2", "name": "Andreya Triana", "type": "artist", "uri": "spotify:artist:6SKEuFZYhaTytrhtJjgnO2" } ], "external_urls": { "spotify": "https://open.spotify.com/album/7cynQpUNbqg7ZqYQu11Yng" }, "total_tracks": 5 }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7zrkALJ9ayRjzysp4QYoEg" }, "href": "https://api.spotify.com/v1/artists/7zrkALJ9ayRjzysp4QYoEg", "id": "7zrkALJ9ayRjzysp4QYoEg", "name": "Maribou State", "type": "artist", "uri": "spotify:artist:7zrkALJ9ayRjzysp4QYoEg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6SKEuFZYhaTytrhtJjgnO2" }, "href": "https://api.spotify.com/v1/artists/6SKEuFZYhaTytrhtJjgnO2", "id": "6SKEuFZYhaTytrhtJjgnO2", "name": "Andreya Triana", "type": "artist", "uri": "spotify:artist:6SKEuFZYhaTytrhtJjgnO2" } ], "disc_number": 1, "track_number": 1, "duration_ms": 227934, "external_ids": { "isrc": "GBCFB2300770" }, "external_urls": { "spotify": "https://open.spotify.com/track/3ZL9gPzeCnKG9l5SB1SlcZ" }, "href": "https://api.spotify.com/v1/tracks/3ZL9gPzeCnKG9l5SB1SlcZ", "id": "3ZL9gPzeCnKG9l5SB1SlcZ", "name": "All I Need", "popularity": 46, "uri": "spotify:track:3ZL9gPzeCnKG9l5SB1SlcZ", "is_local": false }, "item": { "preview_url": null, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "explicit": false, "type": "track", "episode": false, "track": true, "album": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "album", "album_type": "single", "href": "https://api.spotify.com/v1/albums/7cynQpUNbqg7ZqYQu11Yng", "id": "7cynQpUNbqg7ZqYQu11Yng", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2732f41071676f4f50842581fb4", "width": 640, "height": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e022f41071676f4f50842581fb4", "width": 300, "height": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048512f41071676f4f50842581fb4", "width": 64, "height": 64 } ], "name": "All I Need", "release_date": "2025-01-13", "release_date_precision": "day", "uri": "spotify:album:7cynQpUNbqg7ZqYQu11Yng", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7zrkALJ9ayRjzysp4QYoEg" }, "href": "https://api.spotify.com/v1/artists/7zrkALJ9ayRjzysp4QYoEg", "id": "7zrkALJ9ayRjzysp4QYoEg", "name": "Maribou State", "type": "artist", "uri": "spotify:artist:7zrkALJ9ayRjzysp4QYoEg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6SKEuFZYhaTytrhtJjgnO2" }, "href": "https://api.spotify.com/v1/artists/6SKEuFZYhaTytrhtJjgnO2", "id": "6SKEuFZYhaTytrhtJjgnO2", "name": "Andreya Triana", "type": "artist", "uri": "spotify:artist:6SKEuFZYhaTytrhtJjgnO2" } ], "external_urls": { "spotify": "https://open.spotify.com/album/7cynQpUNbqg7ZqYQu11Yng" }, "total_tracks": 5 }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7zrkALJ9ayRjzysp4QYoEg" }, "href": "https://api.spotify.com/v1/artists/7zrkALJ9ayRjzysp4QYoEg", "id": "7zrkALJ9ayRjzysp4QYoEg", "name": "Maribou State", "type": "artist", "uri": "spotify:artist:7zrkALJ9ayRjzysp4QYoEg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6SKEuFZYhaTytrhtJjgnO2" }, "href": "https://api.spotify.com/v1/artists/6SKEuFZYhaTytrhtJjgnO2", "id": "6SKEuFZYhaTytrhtJjgnO2", "name": "Andreya Triana", "type": "artist", "uri": "spotify:artist:6SKEuFZYhaTytrhtJjgnO2" } ], "disc_number": 1, "track_number": 1, "duration_ms": 227934, "external_ids": { "isrc": "GBCFB2300770" }, "external_urls": { "spotify": "https://open.spotify.com/track/3ZL9gPzeCnKG9l5SB1SlcZ" }, "href": "https://api.spotify.com/v1/tracks/3ZL9gPzeCnKG9l5SB1SlcZ", "id": "3ZL9gPzeCnKG9l5SB1SlcZ", "name": "All I Need", "popularity": 46, "uri": "spotify:track:3ZL9gPzeCnKG9l5SB1SlcZ", "is_local": false }, "video_thumbnail": { "url": null } } ], "limit": 100, "next": null, "offset": 0, "previous": null, "total": 1 }, "type": "playlist", "uri": "spotify:playlist:1Cp6VQCKf2VL4sP09jN9oX" } python-spotify-2.0.2/tests/fixtures/playlist_2.json000066400000000000000000000144031515206530700225250ustar00rootroot00000000000000{ "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/3toMXYM91T55pKzuysH5Ph" }, "followers": { "href": null, "total": 0 }, "href": "https://api.spotify.com/v1/playlists/3toMXYM91T55pKzuysH5Ph?locale=en-US%2Cen%3Bq%3D0.5", "id": "3toMXYM91T55pKzuysH5Ph", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67616d00001e022f9b47bdc2b1c7cae7b014af", "width": null } ], "name": "Starred", "owner": { "display_name": "chadandcaren", "external_urls": { "spotify": "https://open.spotify.com/user/chadandcaren" }, "href": "https://api.spotify.com/v1/users/chadandcaren", "id": "chadandcaren", "type": "user", "uri": "spotify:user:chadandcaren" }, "primary_color": null, "public": true, "snapshot_id": "AAAAAoRTkoeSGwZYJQxBuBVJ4+cWjJZf", "tracks": { "href": "https://api.spotify.com/v1/playlists/3toMXYM91T55pKzuysH5Ph/tracks?offset=0&limit=100&locale=en-US,en;q%3D0.5", "items": [ { "added_at": "2013-01-19T21:31:09Z", "added_by": { "external_urls": { "spotify": "https://open.spotify.com/user/chadandcaren" }, "href": "https://api.spotify.com/v1/users/chadandcaren", "id": "chadandcaren", "type": "user", "uri": "spotify:user:chadandcaren" }, "is_local": true, "primary_color": null, "track": { "album": { "album_type": null, "available_markets": [], "external_urls": {}, "href": null, "id": null, "images": [], "name": "The Score", "release_date": null, "release_date_precision": null, "type": "album", "uri": null, "artists": [] }, "artists": [ { "external_urls": {}, "href": null, "id": null, "name": "Fugees (Refugee Camp)", "type": "artist", "uri": null } ], "available_markets": [], "explicit": false, "preview_url": null, "type": "track", "disc_number": 0, "external_ids": {}, "external_urls": {}, "href": null, "id": null, "duration_ms": 273000, "name": "No Woman, No Cry", "uri": "spotify:local:Fugees+%28Refugee+Camp%29:The+Score:No+Woman%2C+No+Cry:273", "popularity": 0, "track_number": 0, "is_local": true }, "video_thumbnail": { "url": null } }, { "added_at": "2013-01-19T22:16:08Z", "added_by": { "external_urls": { "spotify": "https://open.spotify.com/user/chadandcaren" }, "href": "https://api.spotify.com/v1/users/chadandcaren", "id": "chadandcaren", "type": "user", "uri": "spotify:user:chadandcaren" }, "is_local": false, "primary_color": null, "track": { "preview_url": "https://p.scdn.co/mp3-preview/5327d47d3f8c601cc8e783aaed138669c6331e31?cid=cfe923b2d660439caf2b557b21f31221", "available_markets": [], "explicit": false, "type": "track", "episode": false, "track": true, "album": { "available_markets": [], "type": "album", "album_type": "album", "href": "https://api.spotify.com/v1/albums/3KVfMVtOmoVCgihLE4HoBr", "id": "3KVfMVtOmoVCgihLE4HoBr", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273866dc0fd5fbfd51fd4c50919", "width": 640, "height": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02866dc0fd5fbfd51fd4c50919", "width": 300, "height": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851866dc0fd5fbfd51fd4c50919", "width": 64, "height": 64 } ], "name": "Be OK", "release_date": "2008-01-01", "release_date_precision": "day", "uri": "spotify:album:3KVfMVtOmoVCgihLE4HoBr", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2vm8GdHyrJh2O2MfbQFYG0" }, "href": "https://api.spotify.com/v1/artists/2vm8GdHyrJh2O2MfbQFYG0", "id": "2vm8GdHyrJh2O2MfbQFYG0", "name": "Ingrid Michaelson", "type": "artist", "uri": "spotify:artist:2vm8GdHyrJh2O2MfbQFYG0" } ], "external_urls": { "spotify": "https://open.spotify.com/album/3KVfMVtOmoVCgihLE4HoBr" }, "total_tracks": 11 }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2vm8GdHyrJh2O2MfbQFYG0" }, "href": "https://api.spotify.com/v1/artists/2vm8GdHyrJh2O2MfbQFYG0", "id": "2vm8GdHyrJh2O2MfbQFYG0", "name": "Ingrid Michaelson", "type": "artist", "uri": "spotify:artist:2vm8GdHyrJh2O2MfbQFYG0" } ], "disc_number": 1, "track_number": 10, "duration_ms": 148706, "external_ids": { "isrc": "ushm80865849" }, "external_urls": { "spotify": "https://open.spotify.com/track/4oeRfmp9XpKWym6YD1WvBP" }, "href": "https://api.spotify.com/v1/tracks/4oeRfmp9XpKWym6YD1WvBP", "id": "4oeRfmp9XpKWym6YD1WvBP", "name": "You and I", "popularity": 0, "uri": "spotify:track:4oeRfmp9XpKWym6YD1WvBP", "is_local": false }, "video_thumbnail": { "url": null } } ], "limit": 100, "next": null, "offset": 0, "previous": null, "total": 2 }, "type": "playlist", "uri": "spotify:playlist:3toMXYM91T55pKzuysH5Ph" } python-spotify-2.0.2/tests/fixtures/playlist_3.json000066400000000000000000000646761515206530700225470ustar00rootroot00000000000000{ "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/0pM0KTMXM7K5qr3sL2DPw1" }, "followers": { "href": null, "total": 0 }, "href": "https://api.spotify.com/v1/playlists/0pM0KTMXM7K5qr3sL2DPw1?additional_types=track&locale=en-US%2Cen%3Bq%3D0.5", "id": "0pM0KTMXM7K5qr3sL2DPw1", "images": [ { "height": null, "url": "https://i.scdn.co/image/ab67616d00001e02991e1b6c088e2abc38f584c8", "width": null } ], "name": "Pain", "owner": { "display_name": "Joost Lekkerkerker", "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "primary_color": null, "public": true, "snapshot_id": "AAAABAH0cNr4wijSj1w6aGGVK+7f85Ex", "tracks": { "href": "https://api.spotify.com/v1/playlists/0pM0KTMXM7K5qr3sL2DPw1/tracks?offset=0&limit=100&additional_types=track&locale=en-US,en;q%3D0.5", "items": [ { "added_at": "2024-05-16T20:46:24Z", "added_by": { "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "is_local": false, "primary_color": null, "track": { "preview_url": null, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "explicit": false, "type": "track", "episode": false, "track": true, "album": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "album", "album_type": "single", "href": "https://api.spotify.com/v1/albums/5iuJo58XqIENkyviBJ4dil", "id": "5iuJo58XqIENkyviBJ4dil", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273991e1b6c088e2abc38f584c8", "width": 640, "height": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02991e1b6c088e2abc38f584c8", "width": 300, "height": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851991e1b6c088e2abc38f584c8", "width": 64, "height": 64 } ], "name": "Nothing To Lose", "release_date": "2020-05-01", "release_date_precision": "day", "uri": "spotify:album:5iuJo58XqIENkyviBJ4dil", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6DDZJCwSnNF361mUwPEm4G" }, "href": "https://api.spotify.com/v1/artists/6DDZJCwSnNF361mUwPEm4G", "id": "6DDZJCwSnNF361mUwPEm4G", "name": "Saint Nomad", "type": "artist", "uri": "spotify:artist:6DDZJCwSnNF361mUwPEm4G" } ], "external_urls": { "spotify": "https://open.spotify.com/album/5iuJo58XqIENkyviBJ4dil" }, "total_tracks": 1 }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6DDZJCwSnNF361mUwPEm4G" }, "href": "https://api.spotify.com/v1/artists/6DDZJCwSnNF361mUwPEm4G", "id": "6DDZJCwSnNF361mUwPEm4G", "name": "Saint Nomad", "type": "artist", "uri": "spotify:artist:6DDZJCwSnNF361mUwPEm4G" } ], "disc_number": 1, "track_number": 1, "duration_ms": 164453, "external_ids": { "isrc": "USM1C2000002" }, "external_urls": { "spotify": "https://open.spotify.com/track/4bEdcyI0l4zX2Ut5m5Xrhw" }, "href": "https://api.spotify.com/v1/tracks/4bEdcyI0l4zX2Ut5m5Xrhw", "id": "4bEdcyI0l4zX2Ut5m5Xrhw", "name": "Nothing To Lose", "popularity": 19, "uri": "spotify:track:4bEdcyI0l4zX2Ut5m5Xrhw", "is_local": false }, "video_thumbnail": { "url": null } }, { "added_at": "2024-05-16T20:53:44Z", "added_by": { "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "is_local": false, "primary_color": null, "track": { "preview_url": null, "available_markets": [], "explicit": false, "type": "track", "episode": false, "track": true, "album": { "available_markets": [], "type": "album", "album_type": "single", "href": "https://api.spotify.com/v1/albums/4stVgm9xx3cSNYddv8oTcL", "id": "4stVgm9xx3cSNYddv8oTcL", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273a8f196ac6565b31a5b6689de", "width": 640, "height": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02a8f196ac6565b31a5b6689de", "width": 300, "height": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851a8f196ac6565b31a5b6689de", "width": 64, "height": 64 } ], "name": "Borrowed Time", "release_date": "2019-06-28", "release_date_precision": "day", "uri": "spotify:album:4stVgm9xx3cSNYddv8oTcL", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6GFq3n0UYhpfzYPprpmD4K" }, "href": "https://api.spotify.com/v1/artists/6GFq3n0UYhpfzYPprpmD4K", "id": "6GFq3n0UYhpfzYPprpmD4K", "name": "Doko", "type": "artist", "uri": "spotify:artist:6GFq3n0UYhpfzYPprpmD4K" } ], "external_urls": { "spotify": "https://open.spotify.com/album/4stVgm9xx3cSNYddv8oTcL" }, "total_tracks": 1 }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6GFq3n0UYhpfzYPprpmD4K" }, "href": "https://api.spotify.com/v1/artists/6GFq3n0UYhpfzYPprpmD4K", "id": "6GFq3n0UYhpfzYPprpmD4K", "name": "Doko", "type": "artist", "uri": "spotify:artist:6GFq3n0UYhpfzYPprpmD4K" } ], "disc_number": 1, "track_number": 1, "duration_ms": 198022, "external_ids": { "isrc": "AUYAK1800008" }, "external_urls": { "spotify": "https://open.spotify.com/track/2kmZop34md5KWP4gn7Zuj8" }, "href": "https://api.spotify.com/v1/tracks/2kmZop34md5KWP4gn7Zuj8", "id": "2kmZop34md5KWP4gn7Zuj8", "name": "Borrowed Time", "popularity": 0, "uri": "spotify:track:2kmZop34md5KWP4gn7Zuj8", "is_local": false }, "video_thumbnail": { "url": null } }, { "added_at": "2024-11-28T10:18:44Z", "added_by": { "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "is_local": false, "primary_color": null, "track": { "explicit": true, "audio_preview_url": null, "description": "HAPPYYYYY SEMEN DAY!!!!!! Love you xoxoxCheck out our Patreon at patreon.com/ToniandRyan, and make sure you join our Facebook Group!ย Find #ToniAndRyan on Instagram @tonilodge and @ryan.jon OR on TikTok @toniandryanpodcast Hosted on Acast. See acast.com/privacy for more information.", "duration_ms": 2071013, "episode": true, "external_urls": { "spotify": "https://open.spotify.com/episode/5ytYkag3JZJ3GP2uuFAEBe" }, "href": "https://api.spotify.com/v1/episodes/5ytYkag3JZJ3GP2uuFAEBe", "html_description": "

HAPPYYYYY SEMEN DAY!!!!!! Love you xoxox

Check out our Patreon at patreon.com/ToniandRyan, and make sure you join our Facebook Group!ย 

Find #ToniAndRyan on Instagram @tonilodge and @ryan.jon OR on TikTok @toniandryanpodcast


Hosted on Acast. See acast.com/privacy for more information.

", "id": "5ytYkag3JZJ3GP2uuFAEBe", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ab5f65a943ef4f707bf79949b", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fb5f65a943ef4f707bf79949b", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68db5f65a943ef4f707bf79949b", "width": 64 } ], "is_externally_hosted": false, "language": "en", "languages": ["en"], "name": "Toni Delivers Semen", "release_date": "2024-11-27", "release_date_precision": "day", "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "Weโ€™ll all giggle along at naughty jokes, your dating horror stories and give questionable recommendations on movies, food and relationships. This podcast is hot, fun garbage and we (Toni Lodge and Ryan Jon here in Melbourne, Australia) would love you to climb aboard and be our friends. Hosted on Acast. See acast.com/privacy for more information.", "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/show/5OzkclFjD6iAjtAuo7aIYt" }, "href": "https://api.spotify.com/v1/shows/5OzkclFjD6iAjtAuo7aIYt", "html_description": "Weโ€™ll all giggle along at naughty jokes, your dating horror stories and give questionable recommendations on movies, food and relationships. This podcast is hot, fun garbage and we (Toni Lodge and Ryan Jon here in Melbourne, Australia) would love you to climb aboard and be our friends.

Hosted on Acast. See acast.com/privacy for more information.

", "id": "5OzkclFjD6iAjtAuo7aIYt", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ab5f65a943ef4f707bf79949b", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fb5f65a943ef4f707bf79949b", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68db5f65a943ef4f707bf79949b", "width": 64 } ], "is_externally_hosted": false, "languages": ["en"], "media_type": "audio", "name": "Toni and Ryan", "publisher": "Toni Lodge and Ryan Jon", "total_episodes": 780, "type": "show", "uri": "spotify:show:5OzkclFjD6iAjtAuo7aIYt" }, "track": false, "type": "episode", "uri": "spotify:episode:5ytYkag3JZJ3GP2uuFAEBe" }, "video_thumbnail": { "url": null } } ], "limit": 100, "next": null, "offset": 0, "previous": null, "total": 3 }, "type": "playlist", "uri": "spotify:playlist:0pM0KTMXM7K5qr3sL2DPw1" } python-spotify-2.0.2/tests/fixtures/playlist_cover_image.json000066400000000000000000000002231515206530700246370ustar00rootroot00000000000000[ { "height": null, "url": "https://image-cdn-fa.spotifycdn.com/image/ab67706c0000bebb8d0ce13d55f634e290f744ba", "width": null } ] python-spotify-2.0.2/tests/fixtures/playlist_items.json000066400000000000000000000475451515206530700235220ustar00rootroot00000000000000{ "href": "https://api.spotify.com/v1/playlists/1Cp6VQCKf2VL4sP09jN9oX/items?offset=0&limit=48", "items": [ { "added_at": "2025-07-29T21:11:55Z", "added_by": { "external_urls": { "spotify": "https://open.spotify.com/user/1112264649" }, "href": "https://api.spotify.com/v1/users/1112264649", "id": "1112264649", "type": "user", "uri": "spotify:user:1112264649" }, "is_local": false, "primary_color": null, "track": { "preview_url": null, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "explicit": false, "type": "track", "episode": false, "track": true, "album": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "album", "album_type": "single", "href": "https://api.spotify.com/v1/albums/7cynQpUNbqg7ZqYQu11Yng", "id": "7cynQpUNbqg7ZqYQu11Yng", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732f41071676f4f50842581fb4", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022f41071676f4f50842581fb4", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512f41071676f4f50842581fb4", "width": 64 } ], "name": "All I Need", "release_date": "2025-01-13", "release_date_precision": "day", "uri": "spotify:album:7cynQpUNbqg7ZqYQu11Yng", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7zrkALJ9ayRjzysp4QYoEg" }, "href": "https://api.spotify.com/v1/artists/7zrkALJ9ayRjzysp4QYoEg", "id": "7zrkALJ9ayRjzysp4QYoEg", "name": "Maribou State", "type": "artist", "uri": "spotify:artist:7zrkALJ9ayRjzysp4QYoEg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6SKEuFZYhaTytrhtJjgnO2" }, "href": "https://api.spotify.com/v1/artists/6SKEuFZYhaTytrhtJjgnO2", "id": "6SKEuFZYhaTytrhtJjgnO2", "name": "Andreya Triana", "type": "artist", "uri": "spotify:artist:6SKEuFZYhaTytrhtJjgnO2" } ], "external_urls": { "spotify": "https://open.spotify.com/album/7cynQpUNbqg7ZqYQu11Yng" }, "total_tracks": 5 }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7zrkALJ9ayRjzysp4QYoEg" }, "href": "https://api.spotify.com/v1/artists/7zrkALJ9ayRjzysp4QYoEg", "id": "7zrkALJ9ayRjzysp4QYoEg", "name": "Maribou State", "type": "artist", "uri": "spotify:artist:7zrkALJ9ayRjzysp4QYoEg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6SKEuFZYhaTytrhtJjgnO2" }, "href": "https://api.spotify.com/v1/artists/6SKEuFZYhaTytrhtJjgnO2", "id": "6SKEuFZYhaTytrhtJjgnO2", "name": "Andreya Triana", "type": "artist", "uri": "spotify:artist:6SKEuFZYhaTytrhtJjgnO2" } ], "disc_number": 1, "track_number": 1, "duration_ms": 227934, "external_ids": { "isrc": "GBCFB2300770" }, "external_urls": { "spotify": "https://open.spotify.com/track/3ZL9gPzeCnKG9l5SB1SlcZ" }, "href": "https://api.spotify.com/v1/tracks/3ZL9gPzeCnKG9l5SB1SlcZ", "id": "3ZL9gPzeCnKG9l5SB1SlcZ", "name": "All I Need", "popularity": 46, "uri": "spotify:track:3ZL9gPzeCnKG9l5SB1SlcZ", "is_local": false }, "item": { "preview_url": null, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "explicit": false, "type": "track", "episode": false, "track": true, "album": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "type": "album", "album_type": "single", "href": "https://api.spotify.com/v1/albums/7cynQpUNbqg7ZqYQu11Yng", "id": "7cynQpUNbqg7ZqYQu11Yng", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732f41071676f4f50842581fb4", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022f41071676f4f50842581fb4", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512f41071676f4f50842581fb4", "width": 64 } ], "name": "All I Need", "release_date": "2025-01-13", "release_date_precision": "day", "uri": "spotify:album:7cynQpUNbqg7ZqYQu11Yng", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7zrkALJ9ayRjzysp4QYoEg" }, "href": "https://api.spotify.com/v1/artists/7zrkALJ9ayRjzysp4QYoEg", "id": "7zrkALJ9ayRjzysp4QYoEg", "name": "Maribou State", "type": "artist", "uri": "spotify:artist:7zrkALJ9ayRjzysp4QYoEg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6SKEuFZYhaTytrhtJjgnO2" }, "href": "https://api.spotify.com/v1/artists/6SKEuFZYhaTytrhtJjgnO2", "id": "6SKEuFZYhaTytrhtJjgnO2", "name": "Andreya Triana", "type": "artist", "uri": "spotify:artist:6SKEuFZYhaTytrhtJjgnO2" } ], "external_urls": { "spotify": "https://open.spotify.com/album/7cynQpUNbqg7ZqYQu11Yng" }, "total_tracks": 5 }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7zrkALJ9ayRjzysp4QYoEg" }, "href": "https://api.spotify.com/v1/artists/7zrkALJ9ayRjzysp4QYoEg", "id": "7zrkALJ9ayRjzysp4QYoEg", "name": "Maribou State", "type": "artist", "uri": "spotify:artist:7zrkALJ9ayRjzysp4QYoEg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6SKEuFZYhaTytrhtJjgnO2" }, "href": "https://api.spotify.com/v1/artists/6SKEuFZYhaTytrhtJjgnO2", "id": "6SKEuFZYhaTytrhtJjgnO2", "name": "Andreya Triana", "type": "artist", "uri": "spotify:artist:6SKEuFZYhaTytrhtJjgnO2" } ], "disc_number": 1, "track_number": 1, "duration_ms": 227934, "external_ids": { "isrc": "GBCFB2300770" }, "external_urls": { "spotify": "https://open.spotify.com/track/3ZL9gPzeCnKG9l5SB1SlcZ" }, "href": "https://api.spotify.com/v1/tracks/3ZL9gPzeCnKG9l5SB1SlcZ", "id": "3ZL9gPzeCnKG9l5SB1SlcZ", "name": "All I Need", "popularity": 46, "uri": "spotify:track:3ZL9gPzeCnKG9l5SB1SlcZ", "is_local": false }, "video_thumbnail": { "url": null } } ], "limit": 48, "next": null, "offset": 0, "previous": null, "total": 1 } python-spotify-2.0.2/tests/fixtures/playlist_not_found.json000066400000000000000000000001141515206530700243510ustar00rootroot00000000000000{ "error": { "status": 404, "message": "Resource not found" } } python-spotify-2.0.2/tests/fixtures/playlist_update_items.json000066400000000000000000000000701515206530700250420ustar00rootroot00000000000000{ "snapshot_id": "AAAACG9jmE4O/USJ4XSA7mfhfXkaxawY" } python-spotify-2.0.2/tests/fixtures/rate_limit.json000066400000000000000000000001211515206530700225640ustar00rootroot00000000000000{ "error": { "status": 429, "message": "API rate limit exceeded" } } python-spotify-2.0.2/tests/fixtures/recently_played_tracks.json000066400000000000000000015551211515206530700252050ustar00rootroot00000000000000{ "items": [ { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5NzDpcAuGAxvsyqqaUEFw1" }, "href": "https://api.spotify.com/v1/artists/5NzDpcAuGAxvsyqqaUEFw1", "id": "5NzDpcAuGAxvsyqqaUEFw1", "name": "Enchanted Steel", "type": "artist", "uri": "spotify:artist:5NzDpcAuGAxvsyqqaUEFw1" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4Jb37p32ZFIhRO3bKUnUZ9" }, "href": "https://api.spotify.com/v1/albums/4Jb37p32ZFIhRO3bKUnUZ9", "id": "4Jb37p32ZFIhRO3bKUnUZ9", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273e784490e65cc1f1465653e52", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02e784490e65cc1f1465653e52", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851e784490e65cc1f1465653e52", "width": 64 } ], "name": "Might and Magic", "release_date": "2025-01-02", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:4Jb37p32ZFIhRO3bKUnUZ9" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5NzDpcAuGAxvsyqqaUEFw1" }, "href": "https://api.spotify.com/v1/artists/5NzDpcAuGAxvsyqqaUEFw1", "id": "5NzDpcAuGAxvsyqqaUEFw1", "name": "Enchanted Steel", "type": "artist", "uri": "spotify:artist:5NzDpcAuGAxvsyqqaUEFw1" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 211333, "explicit": false, "external_ids": { "isrc": "GXF972482646" }, "external_urls": { "spotify": "https://open.spotify.com/track/3HRuSJ7VheXVBmjlAXaREd" }, "href": "https://api.spotify.com/v1/tracks/3HRuSJ7VheXVBmjlAXaREd", "id": "3HRuSJ7VheXVBmjlAXaREd", "is_local": false, "name": "We'll Fight! - Re-recorded", "popularity": 12, "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:3HRuSJ7VheXVBmjlAXaREd" }, "played_at": "2026-02-25T20:15:20.497Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/44UN8gFHRwBnPWYaxEsNRV" }, "href": "https://api.spotify.com/v1/artists/44UN8gFHRwBnPWYaxEsNRV", "id": "44UN8gFHRwBnPWYaxEsNRV", "name": "AEON GODS", "type": "artist", "uri": "spotify:artist:44UN8gFHRwBnPWYaxEsNRV" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3yPZUsYXU6dW8IfsDfFxUc" }, "href": "https://api.spotify.com/v1/albums/3yPZUsYXU6dW8IfsDfFxUc", "id": "3yPZUsYXU6dW8IfsDfFxUc", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273f2f74e75931bb28802f4c220", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02f2f74e75931bb28802f4c220", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851f2f74e75931bb28802f4c220", "width": 64 } ], "name": "Reborn To Light", "release_date": "2026-02-20", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:3yPZUsYXU6dW8IfsDfFxUc" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/44UN8gFHRwBnPWYaxEsNRV" }, "href": "https://api.spotify.com/v1/artists/44UN8gFHRwBnPWYaxEsNRV", "id": "44UN8gFHRwBnPWYaxEsNRV", "name": "AEON GODS", "type": "artist", "uri": "spotify:artist:44UN8gFHRwBnPWYaxEsNRV" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 273661, "explicit": false, "external_ids": { "isrc": "ITD292603081" }, "external_urls": { "spotify": "https://open.spotify.com/track/0Py136Z4oe4FmUFru0115a" }, "href": "https://api.spotify.com/v1/tracks/0Py136Z4oe4FmUFru0115a", "id": "0Py136Z4oe4FmUFru0115a", "is_local": false, "name": "The Sacred Union (Amduat), Pt.2", "popularity": 18, "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:0Py136Z4oe4FmUFru0115a" }, "played_at": "2026-02-25T20:10:38.537Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/52lkxAYfC9ypaPJ2EB22ki" }, "href": "https://api.spotify.com/v1/artists/52lkxAYfC9ypaPJ2EB22ki", "id": "52lkxAYfC9ypaPJ2EB22ki", "name": "Majestica", "type": "artist", "uri": "spotify:artist:52lkxAYfC9ypaPJ2EB22ki" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/31cUZAVZ1R6pwgpFXjZ3Vo" }, "href": "https://api.spotify.com/v1/albums/31cUZAVZ1R6pwgpFXjZ3Vo", "id": "31cUZAVZ1R6pwgpFXjZ3Vo", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27378753b4020220ed7fb389413", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0278753b4020220ed7fb389413", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485178753b4020220ed7fb389413", "width": 64 } ], "name": "Power Train", "release_date": "2025-02-07", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:31cUZAVZ1R6pwgpFXjZ3Vo" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/52lkxAYfC9ypaPJ2EB22ki" }, "href": "https://api.spotify.com/v1/artists/52lkxAYfC9ypaPJ2EB22ki", "id": "52lkxAYfC9ypaPJ2EB22ki", "name": "Majestica", "type": "artist", "uri": "spotify:artist:52lkxAYfC9ypaPJ2EB22ki" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 186000, "explicit": false, "external_ids": { "isrc": "DED832400442" }, "external_urls": { "spotify": "https://open.spotify.com/track/3tfDO5eV8kZ4yAk9sUCffp" }, "href": "https://api.spotify.com/v1/tracks/3tfDO5eV8kZ4yAk9sUCffp", "id": "3tfDO5eV8kZ4yAk9sUCffp", "is_local": false, "name": "Thunder Power", "popularity": 37, "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:3tfDO5eV8kZ4yAk9sUCffp" }, "played_at": "2026-02-25T20:06:04.321Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6swnqiL41Bd4gO2fnAXXrf" }, "href": "https://api.spotify.com/v1/artists/6swnqiL41Bd4gO2fnAXXrf", "id": "6swnqiL41Bd4gO2fnAXXrf", "name": "Beyond The Black", "type": "artist", "uri": "spotify:artist:6swnqiL41Bd4gO2fnAXXrf" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5UPcpe5RMaDUcXjTvh5LEg" }, "href": "https://api.spotify.com/v1/albums/5UPcpe5RMaDUcXjTvh5LEg", "id": "5UPcpe5RMaDUcXjTvh5LEg", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273299753eb636e37f2199af7e3", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02299753eb636e37f2199af7e3", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851299753eb636e37f2199af7e3", "width": 64 } ], "name": "Break The Silence", "release_date": "2026-01-09", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:5UPcpe5RMaDUcXjTvh5LEg" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6swnqiL41Bd4gO2fnAXXrf" }, "href": "https://api.spotify.com/v1/artists/6swnqiL41Bd4gO2fnAXXrf", "id": "6swnqiL41Bd4gO2fnAXXrf", "name": "Beyond The Black", "type": "artist", "uri": "spotify:artist:6swnqiL41Bd4gO2fnAXXrf" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 226164, "explicit": false, "external_ids": { "isrc": "DED832500195" }, "external_urls": { "spotify": "https://open.spotify.com/track/4EL8MX1m73qecwy3ECBOSp" }, "href": "https://api.spotify.com/v1/tracks/4EL8MX1m73qecwy3ECBOSp", "id": "4EL8MX1m73qecwy3ECBOSp", "is_local": false, "name": "Let There Be Rain", "popularity": 48, "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:4EL8MX1m73qecwy3ECBOSp" }, "played_at": "2026-02-25T20:02:58.094Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1yfiDL3YUEJlQCgb5Pun6g" }, "href": "https://api.spotify.com/v1/artists/1yfiDL3YUEJlQCgb5Pun6g", "id": "1yfiDL3YUEJlQCgb5Pun6g", "name": "Primal Fear", "type": "artist", "uri": "spotify:artist:1yfiDL3YUEJlQCgb5Pun6g" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/42IHJll6dkoZg9lcat1Gb8" }, "href": "https://api.spotify.com/v1/albums/42IHJll6dkoZg9lcat1Gb8", "id": "42IHJll6dkoZg9lcat1Gb8", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2734386ea824c923eeaa6d13fc1", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e024386ea824c923eeaa6d13fc1", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048514386ea824c923eeaa6d13fc1", "width": 64 } ], "name": "One", "release_date": "2026-02-20", "release_date_precision": "day", "total_tracks": 3, "type": "album", "uri": "spotify:album:42IHJll6dkoZg9lcat1Gb8" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1yfiDL3YUEJlQCgb5Pun6g" }, "href": "https://api.spotify.com/v1/artists/1yfiDL3YUEJlQCgb5Pun6g", "id": "1yfiDL3YUEJlQCgb5Pun6g", "name": "Primal Fear", "type": "artist", "uri": "spotify:artist:1yfiDL3YUEJlQCgb5Pun6g" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 268360, "explicit": false, "external_ids": { "isrc": "DE1KY2507223" }, "external_urls": { "spotify": "https://open.spotify.com/track/4kr0TJoXUl2FHU8WSBcB8T" }, "href": "https://api.spotify.com/v1/tracks/4kr0TJoXUl2FHU8WSBcB8T", "id": "4kr0TJoXUl2FHU8WSBcB8T", "is_local": false, "name": "One", "popularity": 39, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4kr0TJoXUl2FHU8WSBcB8T" }, "played_at": "2026-02-25T19:59:11.278Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2mKV7sPvlBvzyPLeZhzT6q" }, "href": "https://api.spotify.com/v1/artists/2mKV7sPvlBvzyPLeZhzT6q", "id": "2mKV7sPvlBvzyPLeZhzT6q", "name": "Skyebrows", "type": "artist", "uri": "spotify:artist:2mKV7sPvlBvzyPLeZhzT6q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5qsTZqfEj8tQ7IPAMw5z52" }, "href": "https://api.spotify.com/v1/albums/5qsTZqfEj8tQ7IPAMw5z52", "id": "5qsTZqfEj8tQ7IPAMw5z52", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273ece955bc716f71029071d725", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02ece955bc716f71029071d725", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851ece955bc716f71029071d725", "width": 64 } ], "name": "Nvidia, Fuck Yeah!", "release_date": "2026-02-04", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:5qsTZqfEj8tQ7IPAMw5z52" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2mKV7sPvlBvzyPLeZhzT6q" }, "href": "https://api.spotify.com/v1/artists/2mKV7sPvlBvzyPLeZhzT6q", "id": "2mKV7sPvlBvzyPLeZhzT6q", "name": "Skyebrows", "type": "artist", "uri": "spotify:artist:2mKV7sPvlBvzyPLeZhzT6q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 191328, "explicit": true, "external_ids": { "isrc": "QZK6Q2692816" }, "external_urls": { "spotify": "https://open.spotify.com/track/4lPgN2pFIg6J0jnVdoursc" }, "href": "https://api.spotify.com/v1/tracks/4lPgN2pFIg6J0jnVdoursc", "id": "4lPgN2pFIg6J0jnVdoursc", "is_local": false, "name": "Nvidia, Fuck Yeah!", "popularity": 30, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4lPgN2pFIg6J0jnVdoursc" }, "played_at": "2026-02-25T19:54:42.223Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/41XrkRQLSBThNGddZTKxiN" }, "href": "https://api.spotify.com/v1/albums/41XrkRQLSBThNGddZTKxiN", "id": "41XrkRQLSBThNGddZTKxiN", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273130fddfb4e4da4e5e83dd829", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02130fddfb4e4da4e5e83dd829", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851130fddfb4e4da4e5e83dd829", "width": 64 } ], "name": "Wake Up The Wicked (Deluxe Version)", "release_date": "2024-07-26", "release_date_precision": "day", "total_tracks": 33, "type": "album", "uri": "spotify:album:41XrkRQLSBThNGddZTKxiN" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 200931, "explicit": false, "external_ids": { "isrc": "ATN262417608" }, "external_urls": { "spotify": "https://open.spotify.com/track/7D2UpWgfgxzGNzmcIoWd9l" }, "href": "https://api.spotify.com/v1/tracks/7D2UpWgfgxzGNzmcIoWd9l", "id": "7D2UpWgfgxzGNzmcIoWd9l", "is_local": false, "name": "Joan of Arc", "popularity": 44, "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:7D2UpWgfgxzGNzmcIoWd9l" }, "played_at": "2026-02-25T17:53:53.471Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6MfUFhthUp7MKoqNEfdwN5" }, "href": "https://api.spotify.com/v1/artists/6MfUFhthUp7MKoqNEfdwN5", "id": "6MfUFhthUp7MKoqNEfdwN5", "name": "Krilloan", "type": "artist", "uri": "spotify:artist:6MfUFhthUp7MKoqNEfdwN5" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/7mOeU7C1am6Ww10bYuOxe7" }, "href": "https://api.spotify.com/v1/albums/7mOeU7C1am6Ww10bYuOxe7", "id": "7mOeU7C1am6Ww10bYuOxe7", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2735e06e09e22062957ae4d010f", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e025e06e09e22062957ae4d010f", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048515e06e09e22062957ae4d010f", "width": 64 } ], "name": "Return Of The Heralds", "release_date": "2024-09-20", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:7mOeU7C1am6Ww10bYuOxe7" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6MfUFhthUp7MKoqNEfdwN5" }, "href": "https://api.spotify.com/v1/artists/6MfUFhthUp7MKoqNEfdwN5", "id": "6MfUFhthUp7MKoqNEfdwN5", "name": "Krilloan", "type": "artist", "uri": "spotify:artist:6MfUFhthUp7MKoqNEfdwN5" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 219666, "explicit": false, "external_ids": { "isrc": "ITD292402796" }, "external_urls": { "spotify": "https://open.spotify.com/track/097iQWiJYG0DTSgslNuVGZ" }, "href": "https://api.spotify.com/v1/tracks/097iQWiJYG0DTSgslNuVGZ", "id": "097iQWiJYG0DTSgslNuVGZ", "is_local": false, "name": "Atlantean Sword", "popularity": 16, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:097iQWiJYG0DTSgslNuVGZ" }, "played_at": "2026-02-25T17:50:32.269Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6COmyouHXwCeIGS1IFd1PA" }, "href": "https://api.spotify.com/v1/artists/6COmyouHXwCeIGS1IFd1PA", "id": "6COmyouHXwCeIGS1IFd1PA", "name": "Iron Savior", "type": "artist", "uri": "spotify:artist:6COmyouHXwCeIGS1IFd1PA" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2b5sxuklqsGdTBgFSidkVR" }, "href": "https://api.spotify.com/v1/albums/2b5sxuklqsGdTBgFSidkVR", "id": "2b5sxuklqsGdTBgFSidkVR", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273de10a7f0de53283089dd3021", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02de10a7f0de53283089dd3021", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851de10a7f0de53283089dd3021", "width": 64 } ], "name": "Take On Me", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 4, "type": "album", "uri": "spotify:album:2b5sxuklqsGdTBgFSidkVR" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6COmyouHXwCeIGS1IFd1PA" }, "href": "https://api.spotify.com/v1/artists/6COmyouHXwCeIGS1IFd1PA", "id": "6COmyouHXwCeIGS1IFd1PA", "name": "Iron Savior", "type": "artist", "uri": "spotify:artist:6COmyouHXwCeIGS1IFd1PA" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 232493, "explicit": false, "external_ids": { "isrc": "DE1KY2506962" }, "external_urls": { "spotify": "https://open.spotify.com/track/4McyElZJ5DHu8VOMQ8psiR" }, "href": "https://api.spotify.com/v1/tracks/4McyElZJ5DHu8VOMQ8psiR", "id": "4McyElZJ5DHu8VOMQ8psiR", "is_local": false, "name": "Take On Me", "popularity": 34, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4McyElZJ5DHu8VOMQ8psiR" }, "played_at": "2026-02-25T17:47:15.919Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/44UN8gFHRwBnPWYaxEsNRV" }, "href": "https://api.spotify.com/v1/artists/44UN8gFHRwBnPWYaxEsNRV", "id": "44UN8gFHRwBnPWYaxEsNRV", "name": "AEON GODS", "type": "artist", "uri": "spotify:artist:44UN8gFHRwBnPWYaxEsNRV" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3yPZUsYXU6dW8IfsDfFxUc" }, "href": "https://api.spotify.com/v1/albums/3yPZUsYXU6dW8IfsDfFxUc", "id": "3yPZUsYXU6dW8IfsDfFxUc", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273f2f74e75931bb28802f4c220", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02f2f74e75931bb28802f4c220", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851f2f74e75931bb28802f4c220", "width": 64 } ], "name": "Reborn To Light", "release_date": "2026-02-20", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:3yPZUsYXU6dW8IfsDfFxUc" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/44UN8gFHRwBnPWYaxEsNRV" }, "href": "https://api.spotify.com/v1/artists/44UN8gFHRwBnPWYaxEsNRV", "id": "44UN8gFHRwBnPWYaxEsNRV", "name": "AEON GODS", "type": "artist", "uri": "spotify:artist:44UN8gFHRwBnPWYaxEsNRV" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 273661, "explicit": false, "external_ids": { "isrc": "ITD292603081" }, "external_urls": { "spotify": "https://open.spotify.com/track/0Py136Z4oe4FmUFru0115a" }, "href": "https://api.spotify.com/v1/tracks/0Py136Z4oe4FmUFru0115a", "id": "0Py136Z4oe4FmUFru0115a", "is_local": false, "name": "The Sacred Union (Amduat), Pt.2", "popularity": 18, "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:0Py136Z4oe4FmUFru0115a" }, "played_at": "2026-02-25T17:42:58.582Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/52lkxAYfC9ypaPJ2EB22ki" }, "href": "https://api.spotify.com/v1/artists/52lkxAYfC9ypaPJ2EB22ki", "id": "52lkxAYfC9ypaPJ2EB22ki", "name": "Majestica", "type": "artist", "uri": "spotify:artist:52lkxAYfC9ypaPJ2EB22ki" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/31cUZAVZ1R6pwgpFXjZ3Vo" }, "href": "https://api.spotify.com/v1/albums/31cUZAVZ1R6pwgpFXjZ3Vo", "id": "31cUZAVZ1R6pwgpFXjZ3Vo", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27378753b4020220ed7fb389413", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0278753b4020220ed7fb389413", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485178753b4020220ed7fb389413", "width": 64 } ], "name": "Power Train", "release_date": "2025-02-07", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:31cUZAVZ1R6pwgpFXjZ3Vo" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/52lkxAYfC9ypaPJ2EB22ki" }, "href": "https://api.spotify.com/v1/artists/52lkxAYfC9ypaPJ2EB22ki", "id": "52lkxAYfC9ypaPJ2EB22ki", "name": "Majestica", "type": "artist", "uri": "spotify:artist:52lkxAYfC9ypaPJ2EB22ki" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 186000, "explicit": false, "external_ids": { "isrc": "DED832400442" }, "external_urls": { "spotify": "https://open.spotify.com/track/3tfDO5eV8kZ4yAk9sUCffp" }, "href": "https://api.spotify.com/v1/tracks/3tfDO5eV8kZ4yAk9sUCffp", "id": "3tfDO5eV8kZ4yAk9sUCffp", "is_local": false, "name": "Thunder Power", "popularity": 37, "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:3tfDO5eV8kZ4yAk9sUCffp" }, "played_at": "2026-02-25T17:38:25.792Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6swnqiL41Bd4gO2fnAXXrf" }, "href": "https://api.spotify.com/v1/artists/6swnqiL41Bd4gO2fnAXXrf", "id": "6swnqiL41Bd4gO2fnAXXrf", "name": "Beyond The Black", "type": "artist", "uri": "spotify:artist:6swnqiL41Bd4gO2fnAXXrf" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5UPcpe5RMaDUcXjTvh5LEg" }, "href": "https://api.spotify.com/v1/albums/5UPcpe5RMaDUcXjTvh5LEg", "id": "5UPcpe5RMaDUcXjTvh5LEg", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273299753eb636e37f2199af7e3", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02299753eb636e37f2199af7e3", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851299753eb636e37f2199af7e3", "width": 64 } ], "name": "Break The Silence", "release_date": "2026-01-09", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:5UPcpe5RMaDUcXjTvh5LEg" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6swnqiL41Bd4gO2fnAXXrf" }, "href": "https://api.spotify.com/v1/artists/6swnqiL41Bd4gO2fnAXXrf", "id": "6swnqiL41Bd4gO2fnAXXrf", "name": "Beyond The Black", "type": "artist", "uri": "spotify:artist:6swnqiL41Bd4gO2fnAXXrf" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 226164, "explicit": false, "external_ids": { "isrc": "DED832500195" }, "external_urls": { "spotify": "https://open.spotify.com/track/4EL8MX1m73qecwy3ECBOSp" }, "href": "https://api.spotify.com/v1/tracks/4EL8MX1m73qecwy3ECBOSp", "id": "4EL8MX1m73qecwy3ECBOSp", "is_local": false, "name": "Let There Be Rain", "popularity": 48, "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:4EL8MX1m73qecwy3ECBOSp" }, "played_at": "2026-02-25T17:35:18.461Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1yfiDL3YUEJlQCgb5Pun6g" }, "href": "https://api.spotify.com/v1/artists/1yfiDL3YUEJlQCgb5Pun6g", "id": "1yfiDL3YUEJlQCgb5Pun6g", "name": "Primal Fear", "type": "artist", "uri": "spotify:artist:1yfiDL3YUEJlQCgb5Pun6g" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/42IHJll6dkoZg9lcat1Gb8" }, "href": "https://api.spotify.com/v1/albums/42IHJll6dkoZg9lcat1Gb8", "id": "42IHJll6dkoZg9lcat1Gb8", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2734386ea824c923eeaa6d13fc1", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e024386ea824c923eeaa6d13fc1", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048514386ea824c923eeaa6d13fc1", "width": 64 } ], "name": "One", "release_date": "2026-02-20", "release_date_precision": "day", "total_tracks": 3, "type": "album", "uri": "spotify:album:42IHJll6dkoZg9lcat1Gb8" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1yfiDL3YUEJlQCgb5Pun6g" }, "href": "https://api.spotify.com/v1/artists/1yfiDL3YUEJlQCgb5Pun6g", "id": "1yfiDL3YUEJlQCgb5Pun6g", "name": "Primal Fear", "type": "artist", "uri": "spotify:artist:1yfiDL3YUEJlQCgb5Pun6g" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 268360, "explicit": false, "external_ids": { "isrc": "DE1KY2507223" }, "external_urls": { "spotify": "https://open.spotify.com/track/4kr0TJoXUl2FHU8WSBcB8T" }, "href": "https://api.spotify.com/v1/tracks/4kr0TJoXUl2FHU8WSBcB8T", "id": "4kr0TJoXUl2FHU8WSBcB8T", "is_local": false, "name": "One", "popularity": 39, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4kr0TJoXUl2FHU8WSBcB8T" }, "played_at": "2026-02-25T17:31:31.660Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2mKV7sPvlBvzyPLeZhzT6q" }, "href": "https://api.spotify.com/v1/artists/2mKV7sPvlBvzyPLeZhzT6q", "id": "2mKV7sPvlBvzyPLeZhzT6q", "name": "Skyebrows", "type": "artist", "uri": "spotify:artist:2mKV7sPvlBvzyPLeZhzT6q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5qsTZqfEj8tQ7IPAMw5z52" }, "href": "https://api.spotify.com/v1/albums/5qsTZqfEj8tQ7IPAMw5z52", "id": "5qsTZqfEj8tQ7IPAMw5z52", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273ece955bc716f71029071d725", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02ece955bc716f71029071d725", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851ece955bc716f71029071d725", "width": 64 } ], "name": "Nvidia, Fuck Yeah!", "release_date": "2026-02-04", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:5qsTZqfEj8tQ7IPAMw5z52" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2mKV7sPvlBvzyPLeZhzT6q" }, "href": "https://api.spotify.com/v1/artists/2mKV7sPvlBvzyPLeZhzT6q", "id": "2mKV7sPvlBvzyPLeZhzT6q", "name": "Skyebrows", "type": "artist", "uri": "spotify:artist:2mKV7sPvlBvzyPLeZhzT6q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 191328, "explicit": true, "external_ids": { "isrc": "QZK6Q2692816" }, "external_urls": { "spotify": "https://open.spotify.com/track/4lPgN2pFIg6J0jnVdoursc" }, "href": "https://api.spotify.com/v1/tracks/4lPgN2pFIg6J0jnVdoursc", "id": "4lPgN2pFIg6J0jnVdoursc", "is_local": false, "name": "Nvidia, Fuck Yeah!", "popularity": 30, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4lPgN2pFIg6J0jnVdoursc" }, "played_at": "2026-02-25T17:27:04.528Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/44UN8gFHRwBnPWYaxEsNRV" }, "href": "https://api.spotify.com/v1/artists/44UN8gFHRwBnPWYaxEsNRV", "id": "44UN8gFHRwBnPWYaxEsNRV", "name": "AEON GODS", "type": "artist", "uri": "spotify:artist:44UN8gFHRwBnPWYaxEsNRV" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3yPZUsYXU6dW8IfsDfFxUc" }, "href": "https://api.spotify.com/v1/albums/3yPZUsYXU6dW8IfsDfFxUc", "id": "3yPZUsYXU6dW8IfsDfFxUc", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273f2f74e75931bb28802f4c220", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02f2f74e75931bb28802f4c220", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851f2f74e75931bb28802f4c220", "width": 64 } ], "name": "Reborn To Light", "release_date": "2026-02-20", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:3yPZUsYXU6dW8IfsDfFxUc" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/44UN8gFHRwBnPWYaxEsNRV" }, "href": "https://api.spotify.com/v1/artists/44UN8gFHRwBnPWYaxEsNRV", "id": "44UN8gFHRwBnPWYaxEsNRV", "name": "AEON GODS", "type": "artist", "uri": "spotify:artist:44UN8gFHRwBnPWYaxEsNRV" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 273661, "explicit": false, "external_ids": { "isrc": "ITD292603081" }, "external_urls": { "spotify": "https://open.spotify.com/track/0Py136Z4oe4FmUFru0115a" }, "href": "https://api.spotify.com/v1/tracks/0Py136Z4oe4FmUFru0115a", "id": "0Py136Z4oe4FmUFru0115a", "is_local": false, "name": "The Sacred Union (Amduat), Pt.2", "popularity": 18, "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:0Py136Z4oe4FmUFru0115a" }, "played_at": "2026-02-25T17:21:21.695Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/52lkxAYfC9ypaPJ2EB22ki" }, "href": "https://api.spotify.com/v1/artists/52lkxAYfC9ypaPJ2EB22ki", "id": "52lkxAYfC9ypaPJ2EB22ki", "name": "Majestica", "type": "artist", "uri": "spotify:artist:52lkxAYfC9ypaPJ2EB22ki" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/31cUZAVZ1R6pwgpFXjZ3Vo" }, "href": "https://api.spotify.com/v1/albums/31cUZAVZ1R6pwgpFXjZ3Vo", "id": "31cUZAVZ1R6pwgpFXjZ3Vo", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27378753b4020220ed7fb389413", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0278753b4020220ed7fb389413", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485178753b4020220ed7fb389413", "width": 64 } ], "name": "Power Train", "release_date": "2025-02-07", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:31cUZAVZ1R6pwgpFXjZ3Vo" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/52lkxAYfC9ypaPJ2EB22ki" }, "href": "https://api.spotify.com/v1/artists/52lkxAYfC9ypaPJ2EB22ki", "id": "52lkxAYfC9ypaPJ2EB22ki", "name": "Majestica", "type": "artist", "uri": "spotify:artist:52lkxAYfC9ypaPJ2EB22ki" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 186000, "explicit": false, "external_ids": { "isrc": "DED832400442" }, "external_urls": { "spotify": "https://open.spotify.com/track/3tfDO5eV8kZ4yAk9sUCffp" }, "href": "https://api.spotify.com/v1/tracks/3tfDO5eV8kZ4yAk9sUCffp", "id": "3tfDO5eV8kZ4yAk9sUCffp", "is_local": false, "name": "Thunder Power", "popularity": 37, "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:3tfDO5eV8kZ4yAk9sUCffp" }, "played_at": "2026-02-25T17:17:03.863Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6swnqiL41Bd4gO2fnAXXrf" }, "href": "https://api.spotify.com/v1/artists/6swnqiL41Bd4gO2fnAXXrf", "id": "6swnqiL41Bd4gO2fnAXXrf", "name": "Beyond The Black", "type": "artist", "uri": "spotify:artist:6swnqiL41Bd4gO2fnAXXrf" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5UPcpe5RMaDUcXjTvh5LEg" }, "href": "https://api.spotify.com/v1/albums/5UPcpe5RMaDUcXjTvh5LEg", "id": "5UPcpe5RMaDUcXjTvh5LEg", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273299753eb636e37f2199af7e3", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02299753eb636e37f2199af7e3", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851299753eb636e37f2199af7e3", "width": 64 } ], "name": "Break The Silence", "release_date": "2026-01-09", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:5UPcpe5RMaDUcXjTvh5LEg" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6swnqiL41Bd4gO2fnAXXrf" }, "href": "https://api.spotify.com/v1/artists/6swnqiL41Bd4gO2fnAXXrf", "id": "6swnqiL41Bd4gO2fnAXXrf", "name": "Beyond The Black", "type": "artist", "uri": "spotify:artist:6swnqiL41Bd4gO2fnAXXrf" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 226164, "explicit": false, "external_ids": { "isrc": "DED832500195" }, "external_urls": { "spotify": "https://open.spotify.com/track/4EL8MX1m73qecwy3ECBOSp" }, "href": "https://api.spotify.com/v1/tracks/4EL8MX1m73qecwy3ECBOSp", "id": "4EL8MX1m73qecwy3ECBOSp", "is_local": false, "name": "Let There Be Rain", "popularity": 48, "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:4EL8MX1m73qecwy3ECBOSp" }, "played_at": "2026-02-25T17:13:47.215Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1yfiDL3YUEJlQCgb5Pun6g" }, "href": "https://api.spotify.com/v1/artists/1yfiDL3YUEJlQCgb5Pun6g", "id": "1yfiDL3YUEJlQCgb5Pun6g", "name": "Primal Fear", "type": "artist", "uri": "spotify:artist:1yfiDL3YUEJlQCgb5Pun6g" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/42IHJll6dkoZg9lcat1Gb8" }, "href": "https://api.spotify.com/v1/albums/42IHJll6dkoZg9lcat1Gb8", "id": "42IHJll6dkoZg9lcat1Gb8", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2734386ea824c923eeaa6d13fc1", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e024386ea824c923eeaa6d13fc1", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048514386ea824c923eeaa6d13fc1", "width": 64 } ], "name": "One", "release_date": "2026-02-20", "release_date_precision": "day", "total_tracks": 3, "type": "album", "uri": "spotify:album:42IHJll6dkoZg9lcat1Gb8" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1yfiDL3YUEJlQCgb5Pun6g" }, "href": "https://api.spotify.com/v1/artists/1yfiDL3YUEJlQCgb5Pun6g", "id": "1yfiDL3YUEJlQCgb5Pun6g", "name": "Primal Fear", "type": "artist", "uri": "spotify:artist:1yfiDL3YUEJlQCgb5Pun6g" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 268360, "explicit": false, "external_ids": { "isrc": "DE1KY2507223" }, "external_urls": { "spotify": "https://open.spotify.com/track/4kr0TJoXUl2FHU8WSBcB8T" }, "href": "https://api.spotify.com/v1/tracks/4kr0TJoXUl2FHU8WSBcB8T", "id": "4kr0TJoXUl2FHU8WSBcB8T", "is_local": false, "name": "One", "popularity": 39, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4kr0TJoXUl2FHU8WSBcB8T" }, "played_at": "2026-02-25T17:09:55.804Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2mKV7sPvlBvzyPLeZhzT6q" }, "href": "https://api.spotify.com/v1/artists/2mKV7sPvlBvzyPLeZhzT6q", "id": "2mKV7sPvlBvzyPLeZhzT6q", "name": "Skyebrows", "type": "artist", "uri": "spotify:artist:2mKV7sPvlBvzyPLeZhzT6q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5qsTZqfEj8tQ7IPAMw5z52" }, "href": "https://api.spotify.com/v1/albums/5qsTZqfEj8tQ7IPAMw5z52", "id": "5qsTZqfEj8tQ7IPAMw5z52", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273ece955bc716f71029071d725", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02ece955bc716f71029071d725", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851ece955bc716f71029071d725", "width": 64 } ], "name": "Nvidia, Fuck Yeah!", "release_date": "2026-02-04", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:5qsTZqfEj8tQ7IPAMw5z52" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2mKV7sPvlBvzyPLeZhzT6q" }, "href": "https://api.spotify.com/v1/artists/2mKV7sPvlBvzyPLeZhzT6q", "id": "2mKV7sPvlBvzyPLeZhzT6q", "name": "Skyebrows", "type": "artist", "uri": "spotify:artist:2mKV7sPvlBvzyPLeZhzT6q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 191328, "explicit": true, "external_ids": { "isrc": "QZK6Q2692816" }, "external_urls": { "spotify": "https://open.spotify.com/track/4lPgN2pFIg6J0jnVdoursc" }, "href": "https://api.spotify.com/v1/tracks/4lPgN2pFIg6J0jnVdoursc", "id": "4lPgN2pFIg6J0jnVdoursc", "is_local": false, "name": "Nvidia, Fuck Yeah!", "popularity": 30, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4lPgN2pFIg6J0jnVdoursc" }, "played_at": "2026-02-25T17:05:25.871Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2mKV7sPvlBvzyPLeZhzT6q" }, "href": "https://api.spotify.com/v1/artists/2mKV7sPvlBvzyPLeZhzT6q", "id": "2mKV7sPvlBvzyPLeZhzT6q", "name": "Skyebrows", "type": "artist", "uri": "spotify:artist:2mKV7sPvlBvzyPLeZhzT6q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5qsTZqfEj8tQ7IPAMw5z52" }, "href": "https://api.spotify.com/v1/albums/5qsTZqfEj8tQ7IPAMw5z52", "id": "5qsTZqfEj8tQ7IPAMw5z52", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273ece955bc716f71029071d725", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02ece955bc716f71029071d725", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851ece955bc716f71029071d725", "width": 64 } ], "name": "Nvidia, Fuck Yeah!", "release_date": "2026-02-04", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:5qsTZqfEj8tQ7IPAMw5z52" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2mKV7sPvlBvzyPLeZhzT6q" }, "href": "https://api.spotify.com/v1/artists/2mKV7sPvlBvzyPLeZhzT6q", "id": "2mKV7sPvlBvzyPLeZhzT6q", "name": "Skyebrows", "type": "artist", "uri": "spotify:artist:2mKV7sPvlBvzyPLeZhzT6q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 191328, "explicit": true, "external_ids": { "isrc": "QZK6Q2692816" }, "external_urls": { "spotify": "https://open.spotify.com/track/4lPgN2pFIg6J0jnVdoursc" }, "href": "https://api.spotify.com/v1/tracks/4lPgN2pFIg6J0jnVdoursc", "id": "4lPgN2pFIg6J0jnVdoursc", "is_local": false, "name": "Nvidia, Fuck Yeah!", "popularity": 30, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4lPgN2pFIg6J0jnVdoursc" }, "played_at": "2026-02-25T17:02:06.802Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2mKV7sPvlBvzyPLeZhzT6q" }, "href": "https://api.spotify.com/v1/artists/2mKV7sPvlBvzyPLeZhzT6q", "id": "2mKV7sPvlBvzyPLeZhzT6q", "name": "Skyebrows", "type": "artist", "uri": "spotify:artist:2mKV7sPvlBvzyPLeZhzT6q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5qsTZqfEj8tQ7IPAMw5z52" }, "href": "https://api.spotify.com/v1/albums/5qsTZqfEj8tQ7IPAMw5z52", "id": "5qsTZqfEj8tQ7IPAMw5z52", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273ece955bc716f71029071d725", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02ece955bc716f71029071d725", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851ece955bc716f71029071d725", "width": 64 } ], "name": "Nvidia, Fuck Yeah!", "release_date": "2026-02-04", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:5qsTZqfEj8tQ7IPAMw5z52" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2mKV7sPvlBvzyPLeZhzT6q" }, "href": "https://api.spotify.com/v1/artists/2mKV7sPvlBvzyPLeZhzT6q", "id": "2mKV7sPvlBvzyPLeZhzT6q", "name": "Skyebrows", "type": "artist", "uri": "spotify:artist:2mKV7sPvlBvzyPLeZhzT6q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 191328, "explicit": true, "external_ids": { "isrc": "QZK6Q2692816" }, "external_urls": { "spotify": "https://open.spotify.com/track/4lPgN2pFIg6J0jnVdoursc" }, "href": "https://api.spotify.com/v1/tracks/4lPgN2pFIg6J0jnVdoursc", "id": "4lPgN2pFIg6J0jnVdoursc", "is_local": false, "name": "Nvidia, Fuck Yeah!", "popularity": 30, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4lPgN2pFIg6J0jnVdoursc" }, "played_at": "2026-02-25T16:58:45.239Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2mKV7sPvlBvzyPLeZhzT6q" }, "href": "https://api.spotify.com/v1/artists/2mKV7sPvlBvzyPLeZhzT6q", "id": "2mKV7sPvlBvzyPLeZhzT6q", "name": "Skyebrows", "type": "artist", "uri": "spotify:artist:2mKV7sPvlBvzyPLeZhzT6q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5qsTZqfEj8tQ7IPAMw5z52" }, "href": "https://api.spotify.com/v1/albums/5qsTZqfEj8tQ7IPAMw5z52", "id": "5qsTZqfEj8tQ7IPAMw5z52", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273ece955bc716f71029071d725", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02ece955bc716f71029071d725", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851ece955bc716f71029071d725", "width": 64 } ], "name": "Nvidia, Fuck Yeah!", "release_date": "2026-02-04", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:5qsTZqfEj8tQ7IPAMw5z52" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2mKV7sPvlBvzyPLeZhzT6q" }, "href": "https://api.spotify.com/v1/artists/2mKV7sPvlBvzyPLeZhzT6q", "id": "2mKV7sPvlBvzyPLeZhzT6q", "name": "Skyebrows", "type": "artist", "uri": "spotify:artist:2mKV7sPvlBvzyPLeZhzT6q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 191328, "explicit": true, "external_ids": { "isrc": "QZK6Q2692816" }, "external_urls": { "spotify": "https://open.spotify.com/track/4lPgN2pFIg6J0jnVdoursc" }, "href": "https://api.spotify.com/v1/tracks/4lPgN2pFIg6J0jnVdoursc", "id": "4lPgN2pFIg6J0jnVdoursc", "is_local": false, "name": "Nvidia, Fuck Yeah!", "popularity": 30, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4lPgN2pFIg6J0jnVdoursc" }, "played_at": "2026-02-25T16:52:08.748Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2mKV7sPvlBvzyPLeZhzT6q" }, "href": "https://api.spotify.com/v1/artists/2mKV7sPvlBvzyPLeZhzT6q", "id": "2mKV7sPvlBvzyPLeZhzT6q", "name": "Skyebrows", "type": "artist", "uri": "spotify:artist:2mKV7sPvlBvzyPLeZhzT6q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5qsTZqfEj8tQ7IPAMw5z52" }, "href": "https://api.spotify.com/v1/albums/5qsTZqfEj8tQ7IPAMw5z52", "id": "5qsTZqfEj8tQ7IPAMw5z52", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273ece955bc716f71029071d725", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02ece955bc716f71029071d725", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851ece955bc716f71029071d725", "width": 64 } ], "name": "Nvidia, Fuck Yeah!", "release_date": "2026-02-04", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:5qsTZqfEj8tQ7IPAMw5z52" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2mKV7sPvlBvzyPLeZhzT6q" }, "href": "https://api.spotify.com/v1/artists/2mKV7sPvlBvzyPLeZhzT6q", "id": "2mKV7sPvlBvzyPLeZhzT6q", "name": "Skyebrows", "type": "artist", "uri": "spotify:artist:2mKV7sPvlBvzyPLeZhzT6q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 191328, "explicit": true, "external_ids": { "isrc": "QZK6Q2692816" }, "external_urls": { "spotify": "https://open.spotify.com/track/4lPgN2pFIg6J0jnVdoursc" }, "href": "https://api.spotify.com/v1/tracks/4lPgN2pFIg6J0jnVdoursc", "id": "4lPgN2pFIg6J0jnVdoursc", "is_local": false, "name": "Nvidia, Fuck Yeah!", "popularity": 30, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4lPgN2pFIg6J0jnVdoursc" }, "played_at": "2026-02-25T16:46:27.097Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6rVZNRKhwhm7DYuJrMARb4" }, "href": "https://api.spotify.com/v1/artists/6rVZNRKhwhm7DYuJrMARb4", "id": "6rVZNRKhwhm7DYuJrMARb4", "name": "Venus 5", "type": "artist", "uri": "spotify:artist:6rVZNRKhwhm7DYuJrMARb4" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1LivdNtkmpzAK3BH4gMVd8" }, "href": "https://api.spotify.com/v1/albums/1LivdNtkmpzAK3BH4gMVd8", "id": "1LivdNtkmpzAK3BH4gMVd8", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273944e58629e9afa57f03375c0", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02944e58629e9afa57f03375c0", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851944e58629e9afa57f03375c0", "width": 64 } ], "name": "March Of The Venus 5", "release_date": "2026-02-16", "release_date_precision": "day", "total_tracks": 3, "type": "album", "uri": "spotify:album:1LivdNtkmpzAK3BH4gMVd8" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6rVZNRKhwhm7DYuJrMARb4" }, "href": "https://api.spotify.com/v1/artists/6rVZNRKhwhm7DYuJrMARb4", "id": "6rVZNRKhwhm7DYuJrMARb4", "name": "Venus 5", "type": "artist", "uri": "spotify:artist:6rVZNRKhwhm7DYuJrMARb4" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 236363, "explicit": false, "external_ids": { "isrc": "ITG272600035" }, "external_urls": { "spotify": "https://open.spotify.com/track/0rcdT26GpaUiuvlubml3UC" }, "href": "https://api.spotify.com/v1/tracks/0rcdT26GpaUiuvlubml3UC", "id": "0rcdT26GpaUiuvlubml3UC", "is_local": false, "name": "March Of The Venus 5", "popularity": 25, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:0rcdT26GpaUiuvlubml3UC" }, "played_at": "2026-02-25T16:42:59.879Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/44UN8gFHRwBnPWYaxEsNRV" }, "href": "https://api.spotify.com/v1/artists/44UN8gFHRwBnPWYaxEsNRV", "id": "44UN8gFHRwBnPWYaxEsNRV", "name": "AEON GODS", "type": "artist", "uri": "spotify:artist:44UN8gFHRwBnPWYaxEsNRV" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3yPZUsYXU6dW8IfsDfFxUc" }, "href": "https://api.spotify.com/v1/albums/3yPZUsYXU6dW8IfsDfFxUc", "id": "3yPZUsYXU6dW8IfsDfFxUc", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273f2f74e75931bb28802f4c220", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02f2f74e75931bb28802f4c220", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851f2f74e75931bb28802f4c220", "width": 64 } ], "name": "Reborn To Light", "release_date": "2026-02-20", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:3yPZUsYXU6dW8IfsDfFxUc" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/44UN8gFHRwBnPWYaxEsNRV" }, "href": "https://api.spotify.com/v1/artists/44UN8gFHRwBnPWYaxEsNRV", "id": "44UN8gFHRwBnPWYaxEsNRV", "name": "AEON GODS", "type": "artist", "uri": "spotify:artist:44UN8gFHRwBnPWYaxEsNRV" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 225164, "explicit": false, "external_ids": { "isrc": "ITD292603084" }, "external_urls": { "spotify": "https://open.spotify.com/track/4PiYMb2KSVj6l0aj2t3ldI" }, "href": "https://api.spotify.com/v1/tracks/4PiYMb2KSVj6l0aj2t3ldI", "id": "4PiYMb2KSVj6l0aj2t3ldI", "is_local": false, "name": "Feather Or Heart", "popularity": 18, "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:4PiYMb2KSVj6l0aj2t3ldI" }, "played_at": "2026-02-25T16:39:03.152Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/52lkxAYfC9ypaPJ2EB22ki" }, "href": "https://api.spotify.com/v1/artists/52lkxAYfC9ypaPJ2EB22ki", "id": "52lkxAYfC9ypaPJ2EB22ki", "name": "Majestica", "type": "artist", "uri": "spotify:artist:52lkxAYfC9ypaPJ2EB22ki" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/31cUZAVZ1R6pwgpFXjZ3Vo" }, "href": "https://api.spotify.com/v1/albums/31cUZAVZ1R6pwgpFXjZ3Vo", "id": "31cUZAVZ1R6pwgpFXjZ3Vo", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27378753b4020220ed7fb389413", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0278753b4020220ed7fb389413", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485178753b4020220ed7fb389413", "width": 64 } ], "name": "Power Train", "release_date": "2025-02-07", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:31cUZAVZ1R6pwgpFXjZ3Vo" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/52lkxAYfC9ypaPJ2EB22ki" }, "href": "https://api.spotify.com/v1/artists/52lkxAYfC9ypaPJ2EB22ki", "id": "52lkxAYfC9ypaPJ2EB22ki", "name": "Majestica", "type": "artist", "uri": "spotify:artist:52lkxAYfC9ypaPJ2EB22ki" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 247333, "explicit": false, "external_ids": { "isrc": "DED832400445" }, "external_urls": { "spotify": "https://open.spotify.com/track/17P6zEF92HDfAjRa4MHJgT" }, "href": "https://api.spotify.com/v1/tracks/17P6zEF92HDfAjRa4MHJgT", "id": "17P6zEF92HDfAjRa4MHJgT", "is_local": false, "name": "Victorious", "popularity": 37, "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:17P6zEF92HDfAjRa4MHJgT" }, "played_at": "2026-02-25T16:35:17.225Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 341982, "explicit": false, "external_ids": { "isrc": "ATN262636539" }, "external_urls": { "spotify": "https://open.spotify.com/track/5xrdC0inGkRHrNCBuqBshC" }, "href": "https://api.spotify.com/v1/tracks/5xrdC0inGkRHrNCBuqBshC", "id": "5xrdC0inGkRHrNCBuqBshC", "is_local": false, "name": "Werewolves Of Armenia - Live in Oberhausen", "popularity": 23, "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:5xrdC0inGkRHrNCBuqBshC" }, "played_at": "2026-02-25T16:28:34.631Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 254541, "explicit": false, "external_ids": { "isrc": "ATN262636538" }, "external_urls": { "spotify": "https://open.spotify.com/track/05TkrrnzKlPYjNLDHXNDEa" }, "href": "https://api.spotify.com/v1/tracks/05TkrrnzKlPYjNLDHXNDEa", "id": "05TkrrnzKlPYjNLDHXNDEa", "is_local": false, "name": "We Drink Your Blood - Live in Oberhausen", "popularity": 23, "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:05TkrrnzKlPYjNLDHXNDEa" }, "played_at": "2026-02-25T16:23:10.705Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 320861, "explicit": false, "external_ids": { "isrc": "ATN262636537" }, "external_urls": { "spotify": "https://open.spotify.com/track/3LjlgiECjVO4nHr8PB4jcN" }, "href": "https://api.spotify.com/v1/tracks/3LjlgiECjVO4nHr8PB4jcN", "id": "3LjlgiECjVO4nHr8PB4jcN", "is_local": false, "name": "Sanctified With Dynamite - Live in Oberhausen", "popularity": 23, "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:3LjlgiECjVO4nHr8PB4jcN" }, "played_at": "2026-02-25T16:18:38.297Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 321678, "explicit": false, "external_ids": { "isrc": "ATN262636536" }, "external_urls": { "spotify": "https://open.spotify.com/track/3S4JWuySEykWr90GmYlJCm" }, "href": "https://api.spotify.com/v1/tracks/3S4JWuySEykWr90GmYlJCm", "id": "3S4JWuySEykWr90GmYlJCm", "is_local": false, "name": "Let There Be Night - Live in Oberhausen", "popularity": 24, "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:3S4JWuySEykWr90GmYlJCm" }, "played_at": "2026-02-25T16:13:17.513Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 210306, "explicit": false, "external_ids": { "isrc": "ATN262636535" }, "external_urls": { "spotify": "https://open.spotify.com/track/6CaQoHtJ8wEWakucGeXvPb" }, "href": "https://api.spotify.com/v1/tracks/6CaQoHtJ8wEWakucGeXvPb", "id": "6CaQoHtJ8wEWakucGeXvPb", "is_local": false, "name": "Blood For Blood - Live in Oberhausen", "popularity": 24, "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:6CaQoHtJ8wEWakucGeXvPb" }, "played_at": "2026-02-25T16:07:56.148Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 207505, "explicit": false, "external_ids": { "isrc": "ATN262636534" }, "external_urls": { "spotify": "https://open.spotify.com/track/5PbsjG7nIPqZyB5BXzAfp8" }, "href": "https://api.spotify.com/v1/tracks/5PbsjG7nIPqZyB5BXzAfp8", "id": "5PbsjG7nIPqZyB5BXzAfp8", "is_local": false, "name": "Army Of The Night - Live in Oberhausen", "popularity": 24, "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:5PbsjG7nIPqZyB5BXzAfp8" }, "played_at": "2026-02-25T16:04:25.328Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 225089, "explicit": false, "external_ids": { "isrc": "ATN262636533" }, "external_urls": { "spotify": "https://open.spotify.com/track/2zEJBb3w3M9iwOUbZBnqi6" }, "href": "https://api.spotify.com/v1/tracks/2zEJBb3w3M9iwOUbZBnqi6", "id": "2zEJBb3w3M9iwOUbZBnqi6", "is_local": false, "name": "Sainted By The Storm - Live in Oberhausen", "popularity": 24, "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:2zEJBb3w3M9iwOUbZBnqi6" }, "played_at": "2026-02-25T16:00:57.660Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 262502, "explicit": false, "external_ids": { "isrc": "ATN262636532" }, "external_urls": { "spotify": "https://open.spotify.com/track/680LAwbwucfKwdFD0ckH6Z" }, "href": "https://api.spotify.com/v1/tracks/680LAwbwucfKwdFD0ckH6Z", "id": "680LAwbwucfKwdFD0ckH6Z", "is_local": false, "name": "Where The Wild Wolves Have Gone - Live in Oberhausen", "popularity": 24, "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:680LAwbwucfKwdFD0ckH6Z" }, "played_at": "2026-02-25T15:57:12.848Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 278426, "explicit": false, "external_ids": { "isrc": "ATN262636531" }, "external_urls": { "spotify": "https://open.spotify.com/track/2fpG2Ljj8uOfUkWeMq6bCM" }, "href": "https://api.spotify.com/v1/tracks/2fpG2Ljj8uOfUkWeMq6bCM", "id": "2fpG2Ljj8uOfUkWeMq6bCM", "is_local": false, "name": "Fire & Forgive - Live in Oberhausen", "popularity": 24, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:2fpG2Ljj8uOfUkWeMq6bCM" }, "played_at": "2026-02-25T15:01:41.061Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 238926, "explicit": false, "external_ids": { "isrc": "ATN262636530" }, "external_urls": { "spotify": "https://open.spotify.com/track/6XIslQQvDKW05iHpvKNeN5" }, "href": "https://api.spotify.com/v1/tracks/6XIslQQvDKW05iHpvKNeN5", "id": "6XIslQQvDKW05iHpvKNeN5", "is_local": false, "name": "Demons Are A Girl's Best Friend - Live in Oberhausen", "popularity": 25, "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:6XIslQQvDKW05iHpvKNeN5" }, "played_at": "2026-02-25T14:57:04.121Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 257618, "explicit": false, "external_ids": { "isrc": "ATN262636529" }, "external_urls": { "spotify": "https://open.spotify.com/track/1T0Q02fjBgWF5unjyLdvCl" }, "href": "https://api.spotify.com/v1/tracks/1T0Q02fjBgWF5unjyLdvCl", "id": "1T0Q02fjBgWF5unjyLdvCl", "is_local": false, "name": "Stossgebet - Live in Oberhausen", "popularity": 25, "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:1T0Q02fjBgWF5unjyLdvCl" }, "played_at": "2026-02-25T14:53:04.085Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 215831, "explicit": false, "external_ids": { "isrc": "ATN262636528" }, "external_urls": { "spotify": "https://open.spotify.com/track/1UeAy4qXjU2F1Te3LLi093" }, "href": "https://api.spotify.com/v1/tracks/1UeAy4qXjU2F1Te3LLi093", "id": "1UeAy4qXjU2F1Te3LLi093", "is_local": false, "name": "Beast Of Gevaudan - Live in Oberhausen", "popularity": 27, "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:1UeAy4qXjU2F1Te3LLi093" }, "played_at": "2026-02-25T14:48:45.497Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 341037, "explicit": false, "external_ids": { "isrc": "ATN262636527" }, "external_urls": { "spotify": "https://open.spotify.com/track/4nXgDCakmY9iyrhc9HBSMk" }, "href": "https://api.spotify.com/v1/tracks/4nXgDCakmY9iyrhc9HBSMk", "id": "4nXgDCakmY9iyrhc9HBSMk", "is_local": false, "name": "Armata Strigoi - Live in Oberhausen", "popularity": 26, "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:4nXgDCakmY9iyrhc9HBSMk" }, "played_at": "2026-02-25T14:45:10.692Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 258749, "explicit": false, "external_ids": { "isrc": "ATN262636526" }, "external_urls": { "spotify": "https://open.spotify.com/track/4KoPXvj6k4AK4vXh5Q5g7v" }, "href": "https://api.spotify.com/v1/tracks/4KoPXvj6k4AK4vXh5Q5g7v", "id": "4KoPXvj6k4AK4vXh5Q5g7v", "is_local": false, "name": "Dancing With The Dead - Live in Oberhausen", "popularity": 26, "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:4KoPXvj6k4AK4vXh5Q5g7v" }, "played_at": "2026-02-25T14:39:28.572Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 253902, "explicit": false, "external_ids": { "isrc": "ATN262636525" }, "external_urls": { "spotify": "https://open.spotify.com/track/0ec5OZMe4ScfAD72s8mVM1" }, "href": "https://api.spotify.com/v1/tracks/0ec5OZMe4ScfAD72s8mVM1", "id": "0ec5OZMe4ScfAD72s8mVM1", "is_local": false, "name": "Amen & Attack - Live in Oberhausen", "popularity": 26, "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:0ec5OZMe4ScfAD72s8mVM1" }, "played_at": "2026-02-25T14:35:10.021Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 248570, "explicit": false, "external_ids": { "isrc": "ATN262636524" }, "external_urls": { "spotify": "https://open.spotify.com/track/51Y1Kt48noq3XNkeI5dFxf" }, "href": "https://api.spotify.com/v1/tracks/51Y1Kt48noq3XNkeI5dFxf", "id": "51Y1Kt48noq3XNkeI5dFxf", "is_local": false, "name": "Cardinal Sin - Live in Oberhausen", "popularity": 27, "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:51Y1Kt48noq3XNkeI5dFxf" }, "played_at": "2026-02-25T14:30:55.846Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 243397, "explicit": false, "external_ids": { "isrc": "ATN262636523" }, "external_urls": { "spotify": "https://open.spotify.com/track/5psVbswivNzLwqGgUeWP4Q" }, "href": "https://api.spotify.com/v1/tracks/5psVbswivNzLwqGgUeWP4Q", "id": "5psVbswivNzLwqGgUeWP4Q", "is_local": false, "name": "Incense & Iron - Live in Oberhausen", "popularity": 27, "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:5psVbswivNzLwqGgUeWP4Q" }, "played_at": "2026-02-25T14:26:47.473Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 220808, "explicit": false, "external_ids": { "isrc": "ATN262636522" }, "external_urls": { "spotify": "https://open.spotify.com/track/71AgXarsHEpHOARRho6A6N" }, "href": "https://api.spotify.com/v1/tracks/71AgXarsHEpHOARRho6A6N", "id": "71AgXarsHEpHOARRho6A6N", "is_local": false, "name": "Faster Than the Flame - Live in Oberhausen", "popularity": 28, "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:71AgXarsHEpHOARRho6A6N" }, "played_at": "2026-02-25T14:22:43.956Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 102166, "explicit": false, "external_ids": { "isrc": "ATN262636521" }, "external_urls": { "spotify": "https://open.spotify.com/track/4L1GfsUwq1xswmKAEZgVLJ" }, "href": "https://api.spotify.com/v1/tracks/4L1GfsUwq1xswmKAEZgVLJ", "id": "4L1GfsUwq1xswmKAEZgVLJ", "is_local": false, "name": "Intro - Monumental Mass Theme - Live in Oberhausen", "popularity": 26, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4L1GfsUwq1xswmKAEZgVLJ" }, "played_at": "2026-02-25T14:19:02.936Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 2, "duration_ms": 413253, "explicit": false, "external_ids": { "isrc": "ATN262636520" }, "external_urls": { "spotify": "https://open.spotify.com/track/07tRsrNFa3LpSUVcHDTBmS" }, "href": "https://api.spotify.com/v1/tracks/07tRsrNFa3LpSUVcHDTBmS", "id": "07tRsrNFa3LpSUVcHDTBmS", "is_local": false, "name": "Werewolves of Armenia - Live At Olympiahalle", "popularity": 30, "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:07tRsrNFa3LpSUVcHDTBmS" }, "played_at": "2026-02-25T14:17:20.608Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 2, "duration_ms": 256980, "explicit": false, "external_ids": { "isrc": "ATN262636519" }, "external_urls": { "spotify": "https://open.spotify.com/track/2x4iJOct9B6ylf6urCbgyx" }, "href": "https://api.spotify.com/v1/tracks/2x4iJOct9B6ylf6urCbgyx", "id": "2x4iJOct9B6ylf6urCbgyx", "is_local": false, "name": "We Drink Your Blood - Live At Olympiahalle", "popularity": 30, "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:2x4iJOct9B6ylf6urCbgyx" }, "played_at": "2026-02-25T14:10:29.349Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } }, { "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 39, "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 2, "duration_ms": 407493, "explicit": false, "external_ids": { "isrc": "ATN262636518" }, "external_urls": { "spotify": "https://open.spotify.com/track/18ps73idU6ezwEzvAHNRea" }, "href": "https://api.spotify.com/v1/tracks/18ps73idU6ezwEzvAHNRea", "id": "18ps73idU6ezwEzvAHNRea", "is_local": false, "name": "Sanctified With Dynamite - Live At Olympiahalle", "popularity": 30, "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:18ps73idU6ezwEzvAHNRea" }, "played_at": "2026-02-25T14:06:10.058Z", "context": { "type": "album", "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm" } } ], "next": "https://api.spotify.com/v1/me/player/recently-played?before=1772028370058&limit=48", "cursors": { "after": "1772050520497", "before": "1772028370058" }, "limit": 48, "href": "https://api.spotify.com/v1/me/player/recently-played?limit=48" } python-spotify-2.0.2/tests/fixtures/saved_albums.json000066400000000000000000075546121515206530700231320ustar00rootroot00000000000000{ "href": "https://api.spotify.com/v1/me/albums?offset=0&limit=48", "items": [ { "added_at": "2026-02-12T23:00:00Z", "album": { "album_type": "album", "total_tracks": 39, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0sYsti82VA37zLESxDYVsm" }, "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm", "id": "0sYsti82VA37zLESxDYVsm", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2732444553f20aada2cf7206d77", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e022444553f20aada2cf7206d77", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048512444553f20aada2cf7206d77", "height": 64, "width": 64 } ], "name": "Wildlive (Live at Olympiahalle) [Deluxe Version]", "release_date": "2026-02-13", "release_date_precision": "day", "type": "album", "uri": "spotify:album:0sYsti82VA37zLESxDYVsm", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/0sYsti82VA37zLESxDYVsm/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 39, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 83427, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3VzB3NVfTrFrXUvB2Gc4KO" }, "href": "https://api.spotify.com/v1/tracks/3VzB3NVfTrFrXUvB2Gc4KO", "id": "3VzB3NVfTrFrXUvB2Gc4KO", "name": "Intro - Monumental Mass Theme - Live At Olympiahalle", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:3VzB3NVfTrFrXUvB2Gc4KO", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 208422, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2imCw1cnnx5SJhHnfxl0IR" }, "href": "https://api.spotify.com/v1/tracks/2imCw1cnnx5SJhHnfxl0IR", "id": "2imCw1cnnx5SJhHnfxl0IR", "name": "Bless\u00b4em With the Blade - Live At Olympiahalle", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:2imCw1cnnx5SJhHnfxl0IR", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 246097, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2ybxvxOs3bc6w97Hb1su25" }, "href": "https://api.spotify.com/v1/tracks/2ybxvxOs3bc6w97Hb1su25", "id": "2ybxvxOs3bc6w97Hb1su25", "name": "Incense & Iron - Live At Olympiahalle", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:2ybxvxOs3bc6w97Hb1su25", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 219129, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5SUrST3ZvTiOqbqsmbLxWz" }, "href": "https://api.spotify.com/v1/tracks/5SUrST3ZvTiOqbqsmbLxWz", "id": "5SUrST3ZvTiOqbqsmbLxWz", "name": "Army of the Night - Live At Olympiahalle", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:5SUrST3ZvTiOqbqsmbLxWz", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 200888, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6OFTaJVq3DwCOrbJ9vltPa" }, "href": "https://api.spotify.com/v1/tracks/6OFTaJVq3DwCOrbJ9vltPa", "id": "6OFTaJVq3DwCOrbJ9vltPa", "name": "Sinners of the Seven Seas - Live At Olympiahalle", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:6OFTaJVq3DwCOrbJ9vltPa", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 250496, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1X2s7jaBKer3rh5skUDVqi" }, "href": "https://api.spotify.com/v1/tracks/1X2s7jaBKer3rh5skUDVqi", "id": "1X2s7jaBKer3rh5skUDVqi", "name": "Amen & Attack - Live At Olympiahalle", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:1X2s7jaBKer3rh5skUDVqi", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 250959, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/211d8QaBJ3ptMIQ9NDjs43" }, "href": "https://api.spotify.com/v1/tracks/211d8QaBJ3ptMIQ9NDjs43", "id": "211d8QaBJ3ptMIQ9NDjs43", "name": "Dancing With the Dead - Live At Olympiahalle", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:211d8QaBJ3ptMIQ9NDjs43", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 395090, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6gW1rK5HmWtTf1wU3dqmAs" }, "href": "https://api.spotify.com/v1/tracks/6gW1rK5HmWtTf1wU3dqmAs", "id": "6gW1rK5HmWtTf1wU3dqmAs", "name": "Armata Strigoi - Live At Olympiahalle", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:6gW1rK5HmWtTf1wU3dqmAs", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 386157, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2OdhUgpqkuj5vAo7gbs07r" }, "href": "https://api.spotify.com/v1/tracks/2OdhUgpqkuj5vAo7gbs07r", "id": "2OdhUgpqkuj5vAo7gbs07r", "name": "1589 - Live At Olympiahalle", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:2OdhUgpqkuj5vAo7gbs07r", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 328431, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5RpfDfyTZK8qt3Z6nKw5Sn" }, "href": "https://api.spotify.com/v1/tracks/5RpfDfyTZK8qt3Z6nKw5Sn", "id": "5RpfDfyTZK8qt3Z6nKw5Sn", "name": "Demons Are A Girl's Best Friend - Live At Olympiahalle", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:5RpfDfyTZK8qt3Z6nKw5Sn", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 2, "duration_ms": 245176, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/06xAvw7RiY2QIMdha4MXZs" }, "href": "https://api.spotify.com/v1/tracks/06xAvw7RiY2QIMdha4MXZs", "id": "06xAvw7RiY2QIMdha4MXZs", "name": "Stossgebet - Live At Olympiahalle", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:06xAvw7RiY2QIMdha4MXZs", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 2, "duration_ms": 320081, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/78684m1lvJmX0fGtKVBz5t" }, "href": "https://api.spotify.com/v1/tracks/78684m1lvJmX0fGtKVBz5t", "id": "78684m1lvJmX0fGtKVBz5t", "name": "Fire & Forgive - Live At Olympiahalle", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:78684m1lvJmX0fGtKVBz5t", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 2, "duration_ms": 202024, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3jC6F9Q2cZptUxiw7OKqlU" }, "href": "https://api.spotify.com/v1/tracks/3jC6F9Q2cZptUxiw7OKqlU", "id": "3jC6F9Q2cZptUxiw7OKqlU", "name": "We Don't Wanna Be No Saints - Live At Olympiahalle", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:3jC6F9Q2cZptUxiw7OKqlU", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 2, "duration_ms": 278407, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2CGBOwADdYdmrCf5RyMDm7" }, "href": "https://api.spotify.com/v1/tracks/2CGBOwADdYdmrCf5RyMDm7", "id": "2CGBOwADdYdmrCf5RyMDm7", "name": "Alive or Undead - Live At Olympiahalle", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:2CGBOwADdYdmrCf5RyMDm7", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 2, "duration_ms": 217362, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/00iwTfqhPIwB1UD0BsYTTr" }, "href": "https://api.spotify.com/v1/tracks/00iwTfqhPIwB1UD0BsYTTr", "id": "00iwTfqhPIwB1UD0BsYTTr", "name": "Heretic Hunters - Live At Olympiahalle", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:00iwTfqhPIwB1UD0BsYTTr", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 2, "duration_ms": 234453, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7uQDoCpxcQ2j8ZoQDfhySL" }, "href": "https://api.spotify.com/v1/tracks/7uQDoCpxcQ2j8ZoQDfhySL", "id": "7uQDoCpxcQ2j8ZoQDfhySL", "name": "Sainted by the Storm - Live At Olympiahalle", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:7uQDoCpxcQ2j8ZoQDfhySL", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 2, "duration_ms": 240948, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5tW5uVk6WrGkfbojR4CthL" }, "href": "https://api.spotify.com/v1/tracks/5tW5uVk6WrGkfbojR4CthL", "id": "5tW5uVk6WrGkfbojR4CthL", "name": "Blood for Blood (Faoladh) - Live At Olympiahalle", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:5tW5uVk6WrGkfbojR4CthL", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 2, "duration_ms": 407493, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/18ps73idU6ezwEzvAHNRea" }, "href": "https://api.spotify.com/v1/tracks/18ps73idU6ezwEzvAHNRea", "id": "18ps73idU6ezwEzvAHNRea", "name": "Sanctified With Dynamite - Live At Olympiahalle", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:18ps73idU6ezwEzvAHNRea", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 2, "duration_ms": 256980, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2x4iJOct9B6ylf6urCbgyx" }, "href": "https://api.spotify.com/v1/tracks/2x4iJOct9B6ylf6urCbgyx", "id": "2x4iJOct9B6ylf6urCbgyx", "name": "We Drink Your Blood - Live At Olympiahalle", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:2x4iJOct9B6ylf6urCbgyx", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 2, "duration_ms": 413253, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/07tRsrNFa3LpSUVcHDTBmS" }, "href": "https://api.spotify.com/v1/tracks/07tRsrNFa3LpSUVcHDTBmS", "id": "07tRsrNFa3LpSUVcHDTBmS", "name": "Werewolves of Armenia - Live At Olympiahalle", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:07tRsrNFa3LpSUVcHDTBmS", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 102166, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4L1GfsUwq1xswmKAEZgVLJ" }, "href": "https://api.spotify.com/v1/tracks/4L1GfsUwq1xswmKAEZgVLJ", "id": "4L1GfsUwq1xswmKAEZgVLJ", "name": "Intro - Monumental Mass Theme - Live in Oberhausen", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4L1GfsUwq1xswmKAEZgVLJ", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 220808, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/71AgXarsHEpHOARRho6A6N" }, "href": "https://api.spotify.com/v1/tracks/71AgXarsHEpHOARRho6A6N", "id": "71AgXarsHEpHOARRho6A6N", "name": "Faster Than the Flame - Live in Oberhausen", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:71AgXarsHEpHOARRho6A6N", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 243397, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5psVbswivNzLwqGgUeWP4Q" }, "href": "https://api.spotify.com/v1/tracks/5psVbswivNzLwqGgUeWP4Q", "id": "5psVbswivNzLwqGgUeWP4Q", "name": "Incense & Iron - Live in Oberhausen", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:5psVbswivNzLwqGgUeWP4Q", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 248570, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/51Y1Kt48noq3XNkeI5dFxf" }, "href": "https://api.spotify.com/v1/tracks/51Y1Kt48noq3XNkeI5dFxf", "id": "51Y1Kt48noq3XNkeI5dFxf", "name": "Cardinal Sin - Live in Oberhausen", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:51Y1Kt48noq3XNkeI5dFxf", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 253902, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0ec5OZMe4ScfAD72s8mVM1" }, "href": "https://api.spotify.com/v1/tracks/0ec5OZMe4ScfAD72s8mVM1", "id": "0ec5OZMe4ScfAD72s8mVM1", "name": "Amen & Attack - Live in Oberhausen", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:0ec5OZMe4ScfAD72s8mVM1", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 258749, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4KoPXvj6k4AK4vXh5Q5g7v" }, "href": "https://api.spotify.com/v1/tracks/4KoPXvj6k4AK4vXh5Q5g7v", "id": "4KoPXvj6k4AK4vXh5Q5g7v", "name": "Dancing With The Dead - Live in Oberhausen", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:4KoPXvj6k4AK4vXh5Q5g7v", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 341037, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4nXgDCakmY9iyrhc9HBSMk" }, "href": "https://api.spotify.com/v1/tracks/4nXgDCakmY9iyrhc9HBSMk", "id": "4nXgDCakmY9iyrhc9HBSMk", "name": "Armata Strigoi - Live in Oberhausen", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:4nXgDCakmY9iyrhc9HBSMk", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 215831, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1UeAy4qXjU2F1Te3LLi093" }, "href": "https://api.spotify.com/v1/tracks/1UeAy4qXjU2F1Te3LLi093", "id": "1UeAy4qXjU2F1Te3LLi093", "name": "Beast Of Gevaudan - Live in Oberhausen", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:1UeAy4qXjU2F1Te3LLi093", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 257618, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1T0Q02fjBgWF5unjyLdvCl" }, "href": "https://api.spotify.com/v1/tracks/1T0Q02fjBgWF5unjyLdvCl", "id": "1T0Q02fjBgWF5unjyLdvCl", "name": "Stossgebet - Live in Oberhausen", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:1T0Q02fjBgWF5unjyLdvCl", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 3, "duration_ms": 238926, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6XIslQQvDKW05iHpvKNeN5" }, "href": "https://api.spotify.com/v1/tracks/6XIslQQvDKW05iHpvKNeN5", "id": "6XIslQQvDKW05iHpvKNeN5", "name": "Demons Are A Girl's Best Friend - Live in Oberhausen", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:6XIslQQvDKW05iHpvKNeN5", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 278426, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2fpG2Ljj8uOfUkWeMq6bCM" }, "href": "https://api.spotify.com/v1/tracks/2fpG2Ljj8uOfUkWeMq6bCM", "id": "2fpG2Ljj8uOfUkWeMq6bCM", "name": "Fire & Forgive - Live in Oberhausen", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:2fpG2Ljj8uOfUkWeMq6bCM", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 262502, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/680LAwbwucfKwdFD0ckH6Z" }, "href": "https://api.spotify.com/v1/tracks/680LAwbwucfKwdFD0ckH6Z", "id": "680LAwbwucfKwdFD0ckH6Z", "name": "Where The Wild Wolves Have Gone - Live in Oberhausen", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:680LAwbwucfKwdFD0ckH6Z", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 225089, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2zEJBb3w3M9iwOUbZBnqi6" }, "href": "https://api.spotify.com/v1/tracks/2zEJBb3w3M9iwOUbZBnqi6", "id": "2zEJBb3w3M9iwOUbZBnqi6", "name": "Sainted By The Storm - Live in Oberhausen", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:2zEJBb3w3M9iwOUbZBnqi6", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 207505, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5PbsjG7nIPqZyB5BXzAfp8" }, "href": "https://api.spotify.com/v1/tracks/5PbsjG7nIPqZyB5BXzAfp8", "id": "5PbsjG7nIPqZyB5BXzAfp8", "name": "Army Of The Night - Live in Oberhausen", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:5PbsjG7nIPqZyB5BXzAfp8", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 210306, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6CaQoHtJ8wEWakucGeXvPb" }, "href": "https://api.spotify.com/v1/tracks/6CaQoHtJ8wEWakucGeXvPb", "id": "6CaQoHtJ8wEWakucGeXvPb", "name": "Blood For Blood - Live in Oberhausen", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:6CaQoHtJ8wEWakucGeXvPb", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 321678, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3S4JWuySEykWr90GmYlJCm" }, "href": "https://api.spotify.com/v1/tracks/3S4JWuySEykWr90GmYlJCm", "id": "3S4JWuySEykWr90GmYlJCm", "name": "Let There Be Night - Live in Oberhausen", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:3S4JWuySEykWr90GmYlJCm", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 320861, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3LjlgiECjVO4nHr8PB4jcN" }, "href": "https://api.spotify.com/v1/tracks/3LjlgiECjVO4nHr8PB4jcN", "id": "3LjlgiECjVO4nHr8PB4jcN", "name": "Sanctified With Dynamite - Live in Oberhausen", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:3LjlgiECjVO4nHr8PB4jcN", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 254541, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/05TkrrnzKlPYjNLDHXNDEa" }, "href": "https://api.spotify.com/v1/tracks/05TkrrnzKlPYjNLDHXNDEa", "id": "05TkrrnzKlPYjNLDHXNDEa", "name": "We Drink Your Blood - Live in Oberhausen", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:05TkrrnzKlPYjNLDHXNDEa", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "name": "Powerwolf", "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 4, "duration_ms": 341982, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5xrdC0inGkRHrNCBuqBshC" }, "href": "https://api.spotify.com/v1/tracks/5xrdC0inGkRHrNCBuqBshC", "id": "5xrdC0inGkRHrNCBuqBshC", "name": "Werewolves Of Armenia - Live in Oberhausen", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:5xrdC0inGkRHrNCBuqBshC", "is_local": false } ] }, "copyrights": [ { "text": "(C) 2026 Napalm Records Handels GmbH", "type": "C" }, { "text": "(P) 2026 Napalm Records Handels GmbH", "type": "P" } ], "external_ids": { "upc": "810185197408" }, "genres": [], "label": "Napalm Records Handels GmbH", "popularity": 44 } }, { "added_at": "2024-09-19T22:00:00Z", "album": { "album_type": "album", "total_tracks": 12, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/57MSBg5pBQZH5bfLVDmeuP" }, "href": "https://api.spotify.com/v1/albums/57MSBg5pBQZH5bfLVDmeuP", "id": "57MSBg5pBQZH5bfLVDmeuP", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27314b5583615b195556a3882ac", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0214b5583615b195556a3882ac", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485114b5583615b195556a3882ac", "height": 64, "width": 64 } ], "name": "In Waves", "release_date": "2024-09-20", "release_date_precision": "day", "type": "album", "uri": "spotify:album:57MSBg5pBQZH5bfLVDmeuP", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7A0awCXkE1FtSU8B0qwOJQ" }, "href": "https://api.spotify.com/v1/artists/7A0awCXkE1FtSU8B0qwOJQ", "id": "7A0awCXkE1FtSU8B0qwOJQ", "name": "Jamie xx", "type": "artist", "uri": "spotify:artist:7A0awCXkE1FtSU8B0qwOJQ" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/57MSBg5pBQZH5bfLVDmeuP/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 12, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7A0awCXkE1FtSU8B0qwOJQ" }, "href": "https://api.spotify.com/v1/artists/7A0awCXkE1FtSU8B0qwOJQ", "id": "7A0awCXkE1FtSU8B0qwOJQ", "name": "Jamie xx", "type": "artist", "uri": "spotify:artist:7A0awCXkE1FtSU8B0qwOJQ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 135835, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7uLBdV19ad7kAjU2oB1l6p" }, "href": "https://api.spotify.com/v1/tracks/7uLBdV19ad7kAjU2oB1l6p", "id": "7uLBdV19ad7kAjU2oB1l6p", "name": "Wanna", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:7uLBdV19ad7kAjU2oB1l6p", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7A0awCXkE1FtSU8B0qwOJQ" }, "href": "https://api.spotify.com/v1/artists/7A0awCXkE1FtSU8B0qwOJQ", "id": "7A0awCXkE1FtSU8B0qwOJQ", "name": "Jamie xx", "type": "artist", "uri": "spotify:artist:7A0awCXkE1FtSU8B0qwOJQ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 240580, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3pjX4hC8adabkXGu3X9GTC" }, "href": "https://api.spotify.com/v1/tracks/3pjX4hC8adabkXGu3X9GTC", "id": "3pjX4hC8adabkXGu3X9GTC", "name": "Treat Each Other Right", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:3pjX4hC8adabkXGu3X9GTC", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7A0awCXkE1FtSU8B0qwOJQ" }, "href": "https://api.spotify.com/v1/artists/7A0awCXkE1FtSU8B0qwOJQ", "id": "7A0awCXkE1FtSU8B0qwOJQ", "name": "Jamie xx", "type": "artist", "uri": "spotify:artist:7A0awCXkE1FtSU8B0qwOJQ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3X2DdnmoANw8Rg8luHyZQb" }, "href": "https://api.spotify.com/v1/artists/3X2DdnmoANw8Rg8luHyZQb", "id": "3X2DdnmoANw8Rg8luHyZQb", "name": "Romy", "type": "artist", "uri": "spotify:artist:3X2DdnmoANw8Rg8luHyZQb" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4KDu9uqzqseVCpQXMa8Pvm" }, "href": "https://api.spotify.com/v1/artists/4KDu9uqzqseVCpQXMa8Pvm", "id": "4KDu9uqzqseVCpQXMa8Pvm", "name": "Oliver Sim", "type": "artist", "uri": "spotify:artist:4KDu9uqzqseVCpQXMa8Pvm" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3iOvXCl6edW5Um0fXEBRXy" }, "href": "https://api.spotify.com/v1/artists/3iOvXCl6edW5Um0fXEBRXy", "id": "3iOvXCl6edW5Um0fXEBRXy", "name": "The xx", "type": "artist", "uri": "spotify:artist:3iOvXCl6edW5Um0fXEBRXy" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 208334, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4gBniy3TwR9o2JDBx48TlD" }, "href": "https://api.spotify.com/v1/tracks/4gBniy3TwR9o2JDBx48TlD", "id": "4gBniy3TwR9o2JDBx48TlD", "name": "Waited All Night", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:4gBniy3TwR9o2JDBx48TlD", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7A0awCXkE1FtSU8B0qwOJQ" }, "href": "https://api.spotify.com/v1/artists/7A0awCXkE1FtSU8B0qwOJQ", "id": "7A0awCXkE1FtSU8B0qwOJQ", "name": "Jamie xx", "type": "artist", "uri": "spotify:artist:7A0awCXkE1FtSU8B0qwOJQ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0XfQBWgzisaS9ltDV9bXAS" }, "href": "https://api.spotify.com/v1/artists/0XfQBWgzisaS9ltDV9bXAS", "id": "0XfQBWgzisaS9ltDV9bXAS", "name": "Honey Dijon", "type": "artist", "uri": "spotify:artist:0XfQBWgzisaS9ltDV9bXAS" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 222315, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/79gWc6dZ1dXH7rC67DTunz" }, "href": "https://api.spotify.com/v1/tracks/79gWc6dZ1dXH7rC67DTunz", "id": "79gWc6dZ1dXH7rC67DTunz", "name": "Baddy On The Floor", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:79gWc6dZ1dXH7rC67DTunz", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7A0awCXkE1FtSU8B0qwOJQ" }, "href": "https://api.spotify.com/v1/artists/7A0awCXkE1FtSU8B0qwOJQ", "id": "7A0awCXkE1FtSU8B0qwOJQ", "name": "Jamie xx", "type": "artist", "uri": "spotify:artist:7A0awCXkE1FtSU8B0qwOJQ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0fEfMW5bypHZ0A8eLnhwj5" }, "href": "https://api.spotify.com/v1/artists/0fEfMW5bypHZ0A8eLnhwj5", "id": "0fEfMW5bypHZ0A8eLnhwj5", "name": "Kelsey Lu", "type": "artist", "uri": "spotify:artist:0fEfMW5bypHZ0A8eLnhwj5" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0FNfiTQCR5o3ounOlWzm1d" }, "href": "https://api.spotify.com/v1/artists/0FNfiTQCR5o3ounOlWzm1d", "id": "0FNfiTQCR5o3ounOlWzm1d", "name": "John Glacier", "type": "artist", "uri": "spotify:artist:0FNfiTQCR5o3ounOlWzm1d" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1R84VlXnFFULOsWWV8IrCQ" }, "href": "https://api.spotify.com/v1/artists/1R84VlXnFFULOsWWV8IrCQ", "id": "1R84VlXnFFULOsWWV8IrCQ", "name": "Panda Bear", "type": "artist", "uri": "spotify:artist:1R84VlXnFFULOsWWV8IrCQ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 212339, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1gRMKwvMvp6LcQVMpMXQg2" }, "href": "https://api.spotify.com/v1/tracks/1gRMKwvMvp6LcQVMpMXQg2", "id": "1gRMKwvMvp6LcQVMpMXQg2", "name": "Dafodil", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:1gRMKwvMvp6LcQVMpMXQg2", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7A0awCXkE1FtSU8B0qwOJQ" }, "href": "https://api.spotify.com/v1/artists/7A0awCXkE1FtSU8B0qwOJQ", "id": "7A0awCXkE1FtSU8B0qwOJQ", "name": "Jamie xx", "type": "artist", "uri": "spotify:artist:7A0awCXkE1FtSU8B0qwOJQ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 205638, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/27D9YN3uHPD3PTXvzNtbto" }, "href": "https://api.spotify.com/v1/tracks/27D9YN3uHPD3PTXvzNtbto", "id": "27D9YN3uHPD3PTXvzNtbto", "name": "Still Summer", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:27D9YN3uHPD3PTXvzNtbto", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7A0awCXkE1FtSU8B0qwOJQ" }, "href": "https://api.spotify.com/v1/artists/7A0awCXkE1FtSU8B0qwOJQ", "id": "7A0awCXkE1FtSU8B0qwOJQ", "name": "Jamie xx", "type": "artist", "uri": "spotify:artist:7A0awCXkE1FtSU8B0qwOJQ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6UE7nl9mha6s8z0wFQFIZ2" }, "href": "https://api.spotify.com/v1/artists/6UE7nl9mha6s8z0wFQFIZ2", "id": "6UE7nl9mha6s8z0wFQFIZ2", "name": "Robyn", "type": "artist", "uri": "spotify:artist:6UE7nl9mha6s8z0wFQFIZ2" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 202648, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/0pMj03SiaZ9bkFlXQWNhtZ" }, "href": "https://api.spotify.com/v1/tracks/0pMj03SiaZ9bkFlXQWNhtZ", "id": "0pMj03SiaZ9bkFlXQWNhtZ", "name": "Life", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:0pMj03SiaZ9bkFlXQWNhtZ", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7A0awCXkE1FtSU8B0qwOJQ" }, "href": "https://api.spotify.com/v1/artists/7A0awCXkE1FtSU8B0qwOJQ", "id": "7A0awCXkE1FtSU8B0qwOJQ", "name": "Jamie xx", "type": "artist", "uri": "spotify:artist:7A0awCXkE1FtSU8B0qwOJQ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 222365, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7gb0pekqHQYTGo6NWLBvT5" }, "href": "https://api.spotify.com/v1/tracks/7gb0pekqHQYTGo6NWLBvT5", "id": "7gb0pekqHQYTGo6NWLBvT5", "name": "The Feeling I Get From You", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:7gb0pekqHQYTGo6NWLBvT5", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7A0awCXkE1FtSU8B0qwOJQ" }, "href": "https://api.spotify.com/v1/artists/7A0awCXkE1FtSU8B0qwOJQ", "id": "7A0awCXkE1FtSU8B0qwOJQ", "name": "Jamie xx", "type": "artist", "uri": "spotify:artist:7A0awCXkE1FtSU8B0qwOJQ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 376918, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6pOzbdJKEr4hvXkX7VkfY6" }, "href": "https://api.spotify.com/v1/tracks/6pOzbdJKEr4hvXkX7VkfY6", "id": "6pOzbdJKEr4hvXkX7VkfY6", "name": "Breather", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:6pOzbdJKEr4hvXkX7VkfY6", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7A0awCXkE1FtSU8B0qwOJQ" }, "href": "https://api.spotify.com/v1/artists/7A0awCXkE1FtSU8B0qwOJQ", "id": "7A0awCXkE1FtSU8B0qwOJQ", "name": "Jamie xx", "type": "artist", "uri": "spotify:artist:7A0awCXkE1FtSU8B0qwOJQ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3C8RpaI3Go0yFF9whvKoED" }, "href": "https://api.spotify.com/v1/artists/3C8RpaI3Go0yFF9whvKoED", "id": "3C8RpaI3Go0yFF9whvKoED", "name": "The Avalanches", "type": "artist", "uri": "spotify:artist:3C8RpaI3Go0yFF9whvKoED" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 254142, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3cfgisz6DhZmooQk08P4Eu" }, "href": "https://api.spotify.com/v1/tracks/3cfgisz6DhZmooQk08P4Eu", "id": "3cfgisz6DhZmooQk08P4Eu", "name": "All You Children", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:3cfgisz6DhZmooQk08P4Eu", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7A0awCXkE1FtSU8B0qwOJQ" }, "href": "https://api.spotify.com/v1/artists/7A0awCXkE1FtSU8B0qwOJQ", "id": "7A0awCXkE1FtSU8B0qwOJQ", "name": "Jamie xx", "type": "artist", "uri": "spotify:artist:7A0awCXkE1FtSU8B0qwOJQ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 71680, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1wpcJ6TCrKpH6KdBmrp9yN" }, "href": "https://api.spotify.com/v1/tracks/1wpcJ6TCrKpH6KdBmrp9yN", "id": "1wpcJ6TCrKpH6KdBmrp9yN", "name": "Every Single Weekend - Interlude", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:1wpcJ6TCrKpH6KdBmrp9yN", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7A0awCXkE1FtSU8B0qwOJQ" }, "href": "https://api.spotify.com/v1/artists/7A0awCXkE1FtSU8B0qwOJQ", "id": "7A0awCXkE1FtSU8B0qwOJQ", "name": "Jamie xx", "type": "artist", "uri": "spotify:artist:7A0awCXkE1FtSU8B0qwOJQ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2Q4FR4Ss0mh6EvbiQBHEOU" }, "href": "https://api.spotify.com/v1/artists/2Q4FR4Ss0mh6EvbiQBHEOU", "id": "2Q4FR4Ss0mh6EvbiQBHEOU", "name": "Oona Doherty", "type": "artist", "uri": "spotify:artist:2Q4FR4Ss0mh6EvbiQBHEOU" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 337414, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/08Jhu8OZ6gCIGWQn6vP3uI" }, "href": "https://api.spotify.com/v1/tracks/08Jhu8OZ6gCIGWQn6vP3uI", "id": "08Jhu8OZ6gCIGWQn6vP3uI", "name": "Falling Together", "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:08Jhu8OZ6gCIGWQn6vP3uI", "is_local": false } ] }, "copyrights": [ { "text": "2024 Young", "type": "C" }, { "text": "2024 Young", "type": "P" } ], "external_ids": { "upc": "889030035653" }, "genres": [], "label": "Young", "popularity": 53 } }, { "added_at": "2025-10-16T22:00:00Z", "album": { "album_type": "album", "total_tracks": 11, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1jjx7U3tayhJTytJVBj0WY" }, "href": "https://api.spotify.com/v1/albums/1jjx7U3tayhJTytJVBj0WY", "id": "1jjx7U3tayhJTytJVBj0WY", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2732015d006804756df2e271b74", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e022015d006804756df2e271b74", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048512015d006804756df2e271b74", "height": 64, "width": 64 } ], "name": "Legends", "release_date": "2025-10-17", "release_date_precision": "day", "type": "album", "uri": "spotify:album:1jjx7U3tayhJTytJVBj0WY", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "name": "Sabaton", "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/1jjx7U3tayhJTytJVBj0WY/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 11, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "name": "Sabaton", "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 294000, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0MxqiUhIbMwIEOYTgdNbxb" }, "href": "https://api.spotify.com/v1/tracks/0MxqiUhIbMwIEOYTgdNbxb", "id": "0MxqiUhIbMwIEOYTgdNbxb", "name": "Templars", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:0MxqiUhIbMwIEOYTgdNbxb", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "name": "Sabaton", "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 223000, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/275EXSVi2oyj4S5SPMo9qx" }, "href": "https://api.spotify.com/v1/tracks/275EXSVi2oyj4S5SPMo9qx", "id": "275EXSVi2oyj4S5SPMo9qx", "name": "Hordes of Khan", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:275EXSVi2oyj4S5SPMo9qx", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "name": "Sabaton", "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 246000, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/34EZIGTN4CqPd2CqAfEIzz" }, "href": "https://api.spotify.com/v1/tracks/34EZIGTN4CqPd2CqAfEIzz", "id": "34EZIGTN4CqPd2CqAfEIzz", "name": "A Tiger Among Dragons", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:34EZIGTN4CqPd2CqAfEIzz", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "name": "Sabaton", "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 209000, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6WyfybAgLz1EceoumvVSun" }, "href": "https://api.spotify.com/v1/tracks/6WyfybAgLz1EceoumvVSun", "id": "6WyfybAgLz1EceoumvVSun", "name": "Crossing the Rubicon", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:6WyfybAgLz1EceoumvVSun", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "name": "Sabaton", "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 255973, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3CZDkpmq245kzvCe44P2hM" }, "href": "https://api.spotify.com/v1/tracks/3CZDkpmq245kzvCe44P2hM", "id": "3CZDkpmq245kzvCe44P2hM", "name": "I, Emperor", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:3CZDkpmq245kzvCe44P2hM", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "name": "Sabaton", "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 197000, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1t1g8mx2GQLX2UUk5azWAu" }, "href": "https://api.spotify.com/v1/tracks/1t1g8mx2GQLX2UUk5azWAu", "id": "1t1g8mx2GQLX2UUk5azWAu", "name": "Maid of Steel", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:1t1g8mx2GQLX2UUk5azWAu", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "name": "Sabaton", "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 284413, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/170Q9dEUIPy8imNb9p5DYu" }, "href": "https://api.spotify.com/v1/tracks/170Q9dEUIPy8imNb9p5DYu", "id": "170Q9dEUIPy8imNb9p5DYu", "name": "Impaler", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:170Q9dEUIPy8imNb9p5DYu", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "name": "Sabaton", "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 252000, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4upSkMUkdiXaSz3sQKy34W" }, "href": "https://api.spotify.com/v1/tracks/4upSkMUkdiXaSz3sQKy34W", "id": "4upSkMUkdiXaSz3sQKy34W", "name": "Lightning at the Gates", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:4upSkMUkdiXaSz3sQKy34W", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "name": "Sabaton", "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 235000, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2mz3lcK6rYGTlNUtkgZm4f" }, "href": "https://api.spotify.com/v1/tracks/2mz3lcK6rYGTlNUtkgZm4f", "id": "2mz3lcK6rYGTlNUtkgZm4f", "name": "The Duelist", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:2mz3lcK6rYGTlNUtkgZm4f", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "name": "Sabaton", "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 339213, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2BCSABdmxlLx0hJwuvcRBj" }, "href": "https://api.spotify.com/v1/tracks/2BCSABdmxlLx0hJwuvcRBj", "id": "2BCSABdmxlLx0hJwuvcRBj", "name": "The Cycle of Songs", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:2BCSABdmxlLx0hJwuvcRBj", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "name": "Sabaton", "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 207733, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7xrNu3NxSQ0zAnB8ZSqUgq" }, "href": "https://api.spotify.com/v1/tracks/7xrNu3NxSQ0zAnB8ZSqUgq", "id": "7xrNu3NxSQ0zAnB8ZSqUgq", "name": "Till Seger", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:7xrNu3NxSQ0zAnB8ZSqUgq", "is_local": false } ] }, "copyrights": [ { "text": "2025 Sabaton, under exclusive license to Better Noise Music", "type": "C" }, { "text": "2025 Sabaton, under exclusive license to Better Noise Music", "type": "P" } ], "external_ids": { "upc": "846070098604" }, "genres": [], "label": "Better Noise Music", "popularity": 62 } }, { "added_at": "2016-12-19T07:45:50Z", "album": { "album_type": "album", "total_tracks": 10, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/6TaTItT907XHlVx7axCGeS" }, "href": "https://api.spotify.com/v1/albums/6TaTItT907XHlVx7axCGeS", "id": "6TaTItT907XHlVx7axCGeS", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273c880c3fce14935c405c7503e", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02c880c3fce14935c405c7503e", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851c880c3fce14935c405c7503e", "height": 64, "width": 64 } ], "name": "Into the Night World", "release_date": "2016-12-16", "release_date_precision": "day", "type": "album", "uri": "spotify:album:6TaTItT907XHlVx7axCGeS", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/6TaTItT907XHlVx7axCGeS/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 10, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 226855, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3R18Ec39yVNJxD410sxlq3" }, "href": "https://api.spotify.com/v1/tracks/6z0imbQJzYJyJFbvrHszJk", "id": "6z0imbQJzYJyJFbvrHszJk", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/3R18Ec39yVNJxD410sxlq3" }, "href": "https://api.spotify.com/v1/tracks/3R18Ec39yVNJxD410sxlq3", "id": "3R18Ec39yVNJxD410sxlq3", "type": "track", "uri": "spotify:track:3R18Ec39yVNJxD410sxlq3" }, "name": "My Dragons Will Decimate", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:6z0imbQJzYJyJFbvrHszJk", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 201248, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2HlsjQRZmg8RLagqhWunnJ" }, "href": "https://api.spotify.com/v1/tracks/3x1kSnCnLbF2fWZHsZivO5", "id": "3x1kSnCnLbF2fWZHsZivO5", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2HlsjQRZmg8RLagqhWunnJ" }, "href": "https://api.spotify.com/v1/tracks/2HlsjQRZmg8RLagqhWunnJ", "id": "2HlsjQRZmg8RLagqhWunnJ", "type": "track", "uri": "spotify:track:2HlsjQRZmg8RLagqhWunnJ" }, "name": "Into the Night World", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:3x1kSnCnLbF2fWZHsZivO5", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 256806, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2ZIR7ECno9Cv3BQq7fk7D8" }, "href": "https://api.spotify.com/v1/tracks/5GLkchRnw7kp0yqL7kTti2", "id": "5GLkchRnw7kp0yqL7kTti2", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2ZIR7ECno9Cv3BQq7fk7D8" }, "href": "https://api.spotify.com/v1/tracks/2ZIR7ECno9Cv3BQq7fk7D8", "id": "2ZIR7ECno9Cv3BQq7fk7D8", "type": "track", "uri": "spotify:track:2ZIR7ECno9Cv3BQq7fk7D8" }, "name": "Twe27ySeven", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:5GLkchRnw7kp0yqL7kTti2", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 340771, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/29fh1gXRvsGuwvsaIk8xRZ" }, "href": "https://api.spotify.com/v1/tracks/7LHDs3o9bHYjTJa7srPNUC", "id": "7LHDs3o9bHYjTJa7srPNUC", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/29fh1gXRvsGuwvsaIk8xRZ" }, "href": "https://api.spotify.com/v1/tracks/29fh1gXRvsGuwvsaIk8xRZ", "id": "29fh1gXRvsGuwvsaIk8xRZ", "type": "track", "uri": "spotify:track:29fh1gXRvsGuwvsaIk8xRZ" }, "name": "Remember Me", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:7LHDs3o9bHYjTJa7srPNUC", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 212191, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/4HwdUJ6EDyDK8Z0bj9bLfe" }, "href": "https://api.spotify.com/v1/tracks/7LTkzzkE3ddGgyOQI8ukkq", "id": "7LTkzzkE3ddGgyOQI8ukkq", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/4HwdUJ6EDyDK8Z0bj9bLfe" }, "href": "https://api.spotify.com/v1/tracks/4HwdUJ6EDyDK8Z0bj9bLfe", "id": "4HwdUJ6EDyDK8Z0bj9bLfe", "type": "track", "uri": "spotify:track:4HwdUJ6EDyDK8Z0bj9bLfe" }, "name": "Space Boat", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:7LTkzzkE3ddGgyOQI8ukkq", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 212892, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1daFtGcKhHSi9Utzl0qgtQ" }, "href": "https://api.spotify.com/v1/tracks/2ZTbF8kWYHilM7GnZ4sgKt", "id": "2ZTbF8kWYHilM7GnZ4sgKt", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1daFtGcKhHSi9Utzl0qgtQ" }, "href": "https://api.spotify.com/v1/tracks/1daFtGcKhHSi9Utzl0qgtQ", "id": "1daFtGcKhHSi9Utzl0qgtQ", "type": "track", "uri": "spotify:track:1daFtGcKhHSi9Utzl0qgtQ" }, "name": "Stars Had to Die so That You Could Live", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:2ZTbF8kWYHilM7GnZ4sgKt", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 290405, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2oi0tis1xxFafCkJoIEVoO" }, "href": "https://api.spotify.com/v1/tracks/33Ms7ZnkfyTXzP38gK9FO3", "id": "33Ms7ZnkfyTXzP38gK9FO3", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2oi0tis1xxFafCkJoIEVoO" }, "href": "https://api.spotify.com/v1/tracks/2oi0tis1xxFafCkJoIEVoO", "id": "2oi0tis1xxFafCkJoIEVoO", "type": "track", "uri": "spotify:track:2oi0tis1xxFafCkJoIEVoO" }, "name": "Beast Engine", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:33Ms7ZnkfyTXzP38gK9FO3", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 206633, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1bTyfuHjsBfhMjqVfFcRE2" }, "href": "https://api.spotify.com/v1/tracks/7xmfFvYqN4QyoFmtLZN6Nc", "id": "7xmfFvYqN4QyoFmtLZN6Nc", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1bTyfuHjsBfhMjqVfFcRE2" }, "href": "https://api.spotify.com/v1/tracks/1bTyfuHjsBfhMjqVfFcRE2", "id": "1bTyfuHjsBfhMjqVfFcRE2", "type": "track", "uri": "spotify:track:1bTyfuHjsBfhMjqVfFcRE2" }, "name": "Dream Sequence", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:7xmfFvYqN4QyoFmtLZN6Nc", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 158200, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2QfXd8NrGbO0XeFoqZEwHu" }, "href": "https://api.spotify.com/v1/tracks/1zlbUrfRzrdEt6eSO2DKug", "id": "1zlbUrfRzrdEt6eSO2DKug", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2QfXd8NrGbO0XeFoqZEwHu" }, "href": "https://api.spotify.com/v1/tracks/2QfXd8NrGbO0XeFoqZEwHu", "id": "2QfXd8NrGbO0XeFoqZEwHu", "type": "track", "uri": "spotify:track:2QfXd8NrGbO0XeFoqZEwHu" }, "name": "Sid Metal Legacy", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:1zlbUrfRzrdEt6eSO2DKug", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 288591, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2MDtkZJVRWiVXwK4t2ASyJ" }, "href": "https://api.spotify.com/v1/tracks/1i8m8MJa894P53JRTlgtom", "id": "1i8m8MJa894P53JRTlgtom", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2MDtkZJVRWiVXwK4t2ASyJ" }, "href": "https://api.spotify.com/v1/tracks/2MDtkZJVRWiVXwK4t2ASyJ", "id": "2MDtkZJVRWiVXwK4t2ASyJ", "type": "track", "uri": "spotify:track:2MDtkZJVRWiVXwK4t2ASyJ" }, "name": "The Last March of the Undead", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:1i8m8MJa894P53JRTlgtom", "is_local": false } ] }, "copyrights": [ { "text": "2016 Machinae Supremacy", "type": "C" }, { "text": "2016 Machinae Supremacy", "type": "P" } ], "external_ids": { "upc": "3614972534646" }, "genres": [], "label": "Hubnester Records", "popularity": 23 } }, { "added_at": "2025-12-11T23:00:00Z", "album": { "album_type": "album", "total_tracks": 34, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/1Lhv9Fe2KRk0NW3I14HsVY" }, "href": "https://api.spotify.com/v1/albums/1Lhv9Fe2KRk0NW3I14HsVY", "id": "1Lhv9Fe2KRk0NW3I14HsVY", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273e4808df0cc63188f7a1dc2d2", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02e4808df0cc63188f7a1dc2d2", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851e4808df0cc63188f7a1dc2d2", "height": 64, "width": 64 } ], "name": "USB", "release_date": "2025-12-12", "release_date_precision": "day", "type": "album", "uri": "spotify:album:1Lhv9Fe2KRk0NW3I14HsVY", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/1Lhv9Fe2KRk0NW3I14HsVY/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 34, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7whpXJXNCFQ1iJeL4f3Fam" }, "href": "https://api.spotify.com/v1/artists/7whpXJXNCFQ1iJeL4f3Fam", "id": "7whpXJXNCFQ1iJeL4f3Fam", "name": "Wallfacer", "type": "artist", "uri": "spotify:artist:7whpXJXNCFQ1iJeL4f3Fam" } ], "available_markets": [], "disc_number": 1, "duration_ms": 197999, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4CwyZAJWFBxV5E7YS9A8Es" }, "href": "https://api.spotify.com/v1/tracks/3rTF0gzMSYSmeRkSzTpO7B", "id": "3rTF0gzMSYSmeRkSzTpO7B", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/4CwyZAJWFBxV5E7YS9A8Es" }, "href": "https://api.spotify.com/v1/tracks/4CwyZAJWFBxV5E7YS9A8Es", "id": "4CwyZAJWFBxV5E7YS9A8Es", "type": "track", "uri": "spotify:track:4CwyZAJWFBxV5E7YS9A8Es" }, "name": "I Luv U", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:3rTF0gzMSYSmeRkSzTpO7B", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5FxsPS1K61fHEVB3FNZw6Y" }, "href": "https://api.spotify.com/v1/artists/5FxsPS1K61fHEVB3FNZw6Y", "id": "5FxsPS1K61fHEVB3FNZw6Y", "name": "Blanco", "type": "artist", "uri": "spotify:artist:5FxsPS1K61fHEVB3FNZw6Y" } ], "available_markets": [], "disc_number": 1, "duration_ms": 292071, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/39sGDx9LdItlrMKBNl1JkL" }, "href": "https://api.spotify.com/v1/tracks/1jZ08JOmqiwOuZ1Hr54oQm", "id": "1jZ08JOmqiwOuZ1Hr54oQm", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/39sGDx9LdItlrMKBNl1JkL" }, "href": "https://api.spotify.com/v1/tracks/39sGDx9LdItlrMKBNl1JkL", "id": "39sGDx9LdItlrMKBNl1JkL", "type": "track", "uri": "spotify:track:39sGDx9LdItlrMKBNl1JkL" }, "name": "solo", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:1jZ08JOmqiwOuZ1Hr54oQm", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6veh5zbFpm31XsPdjBgPER" }, "href": "https://api.spotify.com/v1/artists/6veh5zbFpm31XsPdjBgPER", "id": "6veh5zbFpm31XsPdjBgPER", "name": "BIA", "type": "artist", "uri": "spotify:artist:6veh5zbFpm31XsPdjBgPER" } ], "available_markets": [], "disc_number": 1, "duration_ms": 232727, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6CI1NtFfoijWJZBkVoUrwN" }, "href": "https://api.spotify.com/v1/tracks/0dxcj2yS97TlvnNvEHL8cl", "id": "0dxcj2yS97TlvnNvEHL8cl", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6CI1NtFfoijWJZBkVoUrwN" }, "href": "https://api.spotify.com/v1/tracks/6CI1NtFfoijWJZBkVoUrwN", "id": "6CI1NtFfoijWJZBkVoUrwN", "type": "track", "uri": "spotify:track:6CI1NtFfoijWJZBkVoUrwN" }, "name": "ICEY..", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:0dxcj2yS97TlvnNvEHL8cl", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6veh5zbFpm31XsPdjBgPER" }, "href": "https://api.spotify.com/v1/artists/6veh5zbFpm31XsPdjBgPER", "id": "6veh5zbFpm31XsPdjBgPER", "name": "BIA", "type": "artist", "uri": "spotify:artist:6veh5zbFpm31XsPdjBgPER" } ], "available_markets": [], "disc_number": 1, "duration_ms": 171764, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0aXembK4QS3tJl5qv5sIrA" }, "href": "https://api.spotify.com/v1/tracks/7wfz2GOmuDxKztNfTfXQvu", "id": "7wfz2GOmuDxKztNfTfXQvu", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0aXembK4QS3tJl5qv5sIrA" }, "href": "https://api.spotify.com/v1/tracks/0aXembK4QS3tJl5qv5sIrA", "id": "0aXembK4QS3tJl5qv5sIrA", "type": "track", "uri": "spotify:track:0aXembK4QS3tJl5qv5sIrA" }, "name": "..FEISTY", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:7wfz2GOmuDxKztNfTfXQvu", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1GuqTQbuixFHD6eBkFwVcb" }, "href": "https://api.spotify.com/v1/artists/1GuqTQbuixFHD6eBkFwVcb", "id": "1GuqTQbuixFHD6eBkFwVcb", "name": "Sammy Virji", "type": "artist", "uri": "spotify:artist:1GuqTQbuixFHD6eBkFwVcb" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6QjsZEGqDMbzKvCdfFN5nz" }, "href": "https://api.spotify.com/v1/artists/6QjsZEGqDMbzKvCdfFN5nz", "id": "6QjsZEGqDMbzKvCdfFN5nz", "name": "Winny", "type": "artist", "uri": "spotify:artist:6QjsZEGqDMbzKvCdfFN5nz" } ], "available_markets": [], "disc_number": 1, "duration_ms": 264666, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1UO1PYJ5sltAPNroys7ArW" }, "href": "https://api.spotify.com/v1/tracks/3Kr8iTBk81R5Y2p0tzHzp9", "id": "3Kr8iTBk81R5Y2p0tzHzp9", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1UO1PYJ5sltAPNroys7ArW" }, "href": "https://api.spotify.com/v1/tracks/1UO1PYJ5sltAPNroys7ArW", "id": "1UO1PYJ5sltAPNroys7ArW", "type": "track", "uri": "spotify:track:1UO1PYJ5sltAPNroys7ArW" }, "name": "Winny", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:3Kr8iTBk81R5Y2p0tzHzp9", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6I8TDGeUmmLom8auKPzMdX" }, "href": "https://api.spotify.com/v1/artists/6I8TDGeUmmLom8auKPzMdX", "id": "6I8TDGeUmmLom8auKPzMdX", "name": "CA7RIEL & Paco Amoroso", "type": "artist", "uri": "spotify:artist:6I8TDGeUmmLom8auKPzMdX" } ], "available_markets": [], "disc_number": 1, "duration_ms": 226222, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2IwMlR0X3LlF8P4yRdDdiL" }, "href": "https://api.spotify.com/v1/tracks/08BPZBE9E82KpRBBsYFfTQ", "id": "08BPZBE9E82KpRBBsYFfTQ", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2IwMlR0X3LlF8P4yRdDdiL" }, "href": "https://api.spotify.com/v1/tracks/2IwMlR0X3LlF8P4yRdDdiL", "id": "2IwMlR0X3LlF8P4yRdDdiL", "type": "track", "uri": "spotify:track:2IwMlR0X3LlF8P4yRdDdiL" }, "name": "Beto\u2019s Horns - fred remix", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:08BPZBE9E82KpRBBsYFfTQ", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1GuqTQbuixFHD6eBkFwVcb" }, "href": "https://api.spotify.com/v1/artists/1GuqTQbuixFHD6eBkFwVcb", "id": "1GuqTQbuixFHD6eBkFwVcb", "name": "Sammy Virji", "type": "artist", "uri": "spotify:artist:1GuqTQbuixFHD6eBkFwVcb" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0kJOr4qkmePXKFVm9OBK0X" }, "href": "https://api.spotify.com/v1/artists/0kJOr4qkmePXKFVm9OBK0X", "id": "0kJOr4qkmePXKFVm9OBK0X", "name": "Reggie", "type": "artist", "uri": "spotify:artist:0kJOr4qkmePXKFVm9OBK0X" } ], "available_markets": [], "disc_number": 1, "duration_ms": 193846, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/26vIeRYFA2Nh56W4jfkjp5" }, "href": "https://api.spotify.com/v1/tracks/2lBhjQtKFfpCtTyln9RX3M", "id": "2lBhjQtKFfpCtTyln9RX3M", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/26vIeRYFA2Nh56W4jfkjp5" }, "href": "https://api.spotify.com/v1/tracks/26vIeRYFA2Nh56W4jfkjp5", "id": "26vIeRYFA2Nh56W4jfkjp5", "type": "track", "uri": "spotify:track:26vIeRYFA2Nh56W4jfkjp5" }, "name": "Talk of the Town", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:2lBhjQtKFfpCtTyln9RX3M", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3an9rnsXKPCAMlZgH4A0n4" }, "href": "https://api.spotify.com/v1/artists/3an9rnsXKPCAMlZgH4A0n4", "id": "3an9rnsXKPCAMlZgH4A0n4", "name": "KETTAMA", "type": "artist", "uri": "spotify:artist:3an9rnsXKPCAMlZgH4A0n4" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5fEdUhbIAf9JlPhlc3swPx" }, "href": "https://api.spotify.com/v1/artists/5fEdUhbIAf9JlPhlc3swPx", "id": "5fEdUhbIAf9JlPhlc3swPx", "name": "Shady Nasty", "type": "artist", "uri": "spotify:artist:5fEdUhbIAf9JlPhlc3swPx" } ], "available_markets": [], "disc_number": 1, "duration_ms": 286285, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/2EAPTWaNB2cu4brp2ImU0Y" }, "href": "https://api.spotify.com/v1/tracks/3CdOgv5Bz3kSGb79jHahkJ", "id": "3CdOgv5Bz3kSGb79jHahkJ", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2EAPTWaNB2cu4brp2ImU0Y" }, "href": "https://api.spotify.com/v1/tracks/2EAPTWaNB2cu4brp2ImU0Y", "id": "2EAPTWaNB2cu4brp2ImU0Y", "type": "track", "uri": "spotify:track:2EAPTWaNB2cu4brp2ImU0Y" }, "name": "HARDSTYLE 2", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:3CdOgv5Bz3kSGb79jHahkJ", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2AR42Ur9PcchQDtEdwkv4L" }, "href": "https://api.spotify.com/v1/artists/2AR42Ur9PcchQDtEdwkv4L", "id": "2AR42Ur9PcchQDtEdwkv4L", "name": "Floating Points", "type": "artist", "uri": "spotify:artist:2AR42Ur9PcchQDtEdwkv4L" } ], "available_markets": [], "disc_number": 1, "duration_ms": 451666, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5GV52Kgz64yWqm8keYq1E0" }, "href": "https://api.spotify.com/v1/tracks/1RM4ibzYZYXzCGonhMh5Gc", "id": "1RM4ibzYZYXzCGonhMh5Gc", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/5GV52Kgz64yWqm8keYq1E0" }, "href": "https://api.spotify.com/v1/tracks/5GV52Kgz64yWqm8keYq1E0", "id": "5GV52Kgz64yWqm8keYq1E0", "type": "track", "uri": "spotify:track:5GV52Kgz64yWqm8keYq1E0" }, "name": "Ambery", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:1RM4ibzYZYXzCGonhMh5Gc", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4aEnNH9PuU1HF3TsZTru54" }, "href": "https://api.spotify.com/v1/artists/4aEnNH9PuU1HF3TsZTru54", "id": "4aEnNH9PuU1HF3TsZTru54", "name": "Caribou", "type": "artist", "uri": "spotify:artist:4aEnNH9PuU1HF3TsZTru54" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3uxTvUjeRTQDfrB59A1zWb" }, "href": "https://api.spotify.com/v1/artists/3uxTvUjeRTQDfrB59A1zWb", "id": "3uxTvUjeRTQDfrB59A1zWb", "name": "Menor Teteu", "type": "artist", "uri": "spotify:artist:3uxTvUjeRTQDfrB59A1zWb" } ], "available_markets": [], "disc_number": 1, "duration_ms": 257435, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/62wnlWjbSeOsP9EI2rFpf9" }, "href": "https://api.spotify.com/v1/tracks/3CiUl8blqDsFhWxHLsgiJ0", "id": "3CiUl8blqDsFhWxHLsgiJ0", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/62wnlWjbSeOsP9EI2rFpf9" }, "href": "https://api.spotify.com/v1/tracks/62wnlWjbSeOsP9EI2rFpf9", "id": "62wnlWjbSeOsP9EI2rFpf9", "type": "track", "uri": "spotify:track:62wnlWjbSeOsP9EI2rFpf9" }, "name": "Facilita", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:3CiUl8blqDsFhWxHLsgiJ0", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5mnxMXIM6BNhVVTXnBatKa" }, "href": "https://api.spotify.com/v1/artists/5mnxMXIM6BNhVVTXnBatKa", "id": "5mnxMXIM6BNhVVTXnBatKa", "name": "Skin On Skin", "type": "artist", "uri": "spotify:artist:5mnxMXIM6BNhVVTXnBatKa" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/46MWeeHNVMYRIIofQBEX98" }, "href": "https://api.spotify.com/v1/artists/46MWeeHNVMYRIIofQBEX98", "id": "46MWeeHNVMYRIIofQBEX98", "name": "BEAM", "type": "artist", "uri": "spotify:artist:46MWeeHNVMYRIIofQBEX98" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [], "disc_number": 1, "duration_ms": 341250, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/08panpchw721lgwPyM7V2k" }, "href": "https://api.spotify.com/v1/tracks/4zGwSKGXnfpBNHkavKnyIf", "id": "4zGwSKGXnfpBNHkavKnyIf", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/08panpchw721lgwPyM7V2k" }, "href": "https://api.spotify.com/v1/tracks/08panpchw721lgwPyM7V2k", "id": "08panpchw721lgwPyM7V2k", "type": "track", "uri": "spotify:track:08panpchw721lgwPyM7V2k" }, "name": "the floor - fred remix", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:4zGwSKGXnfpBNHkavKnyIf", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7aA592KWirLsnfb5ulGWvU" }, "href": "https://api.spotify.com/v1/artists/7aA592KWirLsnfb5ulGWvU", "id": "7aA592KWirLsnfb5ulGWvU", "name": "Danny Brown", "type": "artist", "uri": "spotify:artist:7aA592KWirLsnfb5ulGWvU" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/46MWeeHNVMYRIIofQBEX98" }, "href": "https://api.spotify.com/v1/artists/46MWeeHNVMYRIIofQBEX98", "id": "46MWeeHNVMYRIIofQBEX98", "name": "BEAM", "type": "artist", "uri": "spotify:artist:46MWeeHNVMYRIIofQBEX98" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1UJfZU4rQx3bJ3tGypRuAT" }, "href": "https://api.spotify.com/v1/artists/1UJfZU4rQx3bJ3tGypRuAT", "id": "1UJfZU4rQx3bJ3tGypRuAT", "name": "PARISI", "type": "artist", "uri": "spotify:artist:1UJfZU4rQx3bJ3tGypRuAT" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6yJ6QQ3Y5l0s0tn7b0arrO" }, "href": "https://api.spotify.com/v1/artists/6yJ6QQ3Y5l0s0tn7b0arrO", "id": "6yJ6QQ3Y5l0s0tn7b0arrO", "name": "JPEGMAFIA", "type": "artist", "uri": "spotify:artist:6yJ6QQ3Y5l0s0tn7b0arrO" } ], "available_markets": [], "disc_number": 1, "duration_ms": 206197, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6T0rO9e3bHTPzvAPqmFspP" }, "href": "https://api.spotify.com/v1/tracks/2mU0xUC1kamLn20YPKuH3S", "id": "2mU0xUC1kamLn20YPKuH3S", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6T0rO9e3bHTPzvAPqmFspP" }, "href": "https://api.spotify.com/v1/tracks/6T0rO9e3bHTPzvAPqmFspP", "id": "6T0rO9e3bHTPzvAPqmFspP", "type": "track", "uri": "spotify:track:6T0rO9e3bHTPzvAPqmFspP" }, "name": "OK OK", "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:2mU0xUC1kamLn20YPKuH3S", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3NqV2DJoAWsjl787bWaHW7" }, "href": "https://api.spotify.com/v1/artists/3NqV2DJoAWsjl787bWaHW7", "id": "3NqV2DJoAWsjl787bWaHW7", "name": "Amyl and The Sniffers", "type": "artist", "uri": "spotify:artist:3NqV2DJoAWsjl787bWaHW7" } ], "available_markets": [], "disc_number": 1, "duration_ms": 219130, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2yGG7DTvI6mvDLnmUc7J0E" }, "href": "https://api.spotify.com/v1/tracks/47ESN2iezMvHBKmecjgG11", "id": "47ESN2iezMvHBKmecjgG11", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2yGG7DTvI6mvDLnmUc7J0E" }, "href": "https://api.spotify.com/v1/tracks/2yGG7DTvI6mvDLnmUc7J0E", "id": "2yGG7DTvI6mvDLnmUc7J0E", "type": "track", "uri": "spotify:track:2yGG7DTvI6mvDLnmUc7J0E" }, "name": "you're a star", "preview_url": null, "track_number": 13, "type": "track", "uri": "spotify:track:47ESN2iezMvHBKmecjgG11", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2p1fiYHYiXz9qi0JJyxBzN" }, "href": "https://api.spotify.com/v1/artists/2p1fiYHYiXz9qi0JJyxBzN", "id": "2p1fiYHYiXz9qi0JJyxBzN", "name": "Skepta", "type": "artist", "uri": "spotify:artist:2p1fiYHYiXz9qi0JJyxBzN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [], "disc_number": 1, "duration_ms": 225897, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0sIXcKicNfPHDVhmD9riGJ" }, "href": "https://api.spotify.com/v1/tracks/78igz8PCqqNYLVyhhSh0z5", "id": "78igz8PCqqNYLVyhhSh0z5", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0sIXcKicNfPHDVhmD9riGJ" }, "href": "https://api.spotify.com/v1/tracks/0sIXcKicNfPHDVhmD9riGJ", "id": "0sIXcKicNfPHDVhmD9riGJ", "type": "track", "uri": "spotify:track:0sIXcKicNfPHDVhmD9riGJ" }, "name": "Last 1s Left", "preview_url": null, "track_number": 14, "type": "track", "uri": "spotify:track:78igz8PCqqNYLVyhhSh0z5", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2p1fiYHYiXz9qi0JJyxBzN" }, "href": "https://api.spotify.com/v1/artists/2p1fiYHYiXz9qi0JJyxBzN", "id": "2p1fiYHYiXz9qi0JJyxBzN", "name": "Skepta", "type": "artist", "uri": "spotify:artist:2p1fiYHYiXz9qi0JJyxBzN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [], "disc_number": 1, "duration_ms": 187411, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3BQ6oNyOFO4EZyvtx0Ao15" }, "href": "https://api.spotify.com/v1/tracks/3JTzfCw32PeAQLjtadHvtM", "id": "3JTzfCw32PeAQLjtadHvtM", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/3BQ6oNyOFO4EZyvtx0Ao15" }, "href": "https://api.spotify.com/v1/tracks/3BQ6oNyOFO4EZyvtx0Ao15", "id": "3BQ6oNyOFO4EZyvtx0Ao15", "type": "track", "uri": "spotify:track:3BQ6oNyOFO4EZyvtx0Ao15" }, "name": "Back 2 Back", "preview_url": null, "track_number": 15, "type": "track", "uri": "spotify:track:3JTzfCw32PeAQLjtadHvtM", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2p1fiYHYiXz9qi0JJyxBzN" }, "href": "https://api.spotify.com/v1/artists/2p1fiYHYiXz9qi0JJyxBzN", "id": "2p1fiYHYiXz9qi0JJyxBzN", "name": "Skepta", "type": "artist", "uri": "spotify:artist:2p1fiYHYiXz9qi0JJyxBzN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/79NDEw5QWlDC9KaIbogNhS" }, "href": "https://api.spotify.com/v1/artists/79NDEw5QWlDC9KaIbogNhS", "id": "79NDEw5QWlDC9KaIbogNhS", "name": "Plaqueboymax", "type": "artist", "uri": "spotify:artist:79NDEw5QWlDC9KaIbogNhS" } ], "available_markets": [], "disc_number": 1, "duration_ms": 165857, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/6GHlbRqY19d9rh8PEh7FzI" }, "href": "https://api.spotify.com/v1/tracks/1lbNgoJ5iMrMluCyhI4OQP", "id": "1lbNgoJ5iMrMluCyhI4OQP", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6GHlbRqY19d9rh8PEh7FzI" }, "href": "https://api.spotify.com/v1/tracks/6GHlbRqY19d9rh8PEh7FzI", "id": "6GHlbRqY19d9rh8PEh7FzI", "type": "track", "uri": "spotify:track:6GHlbRqY19d9rh8PEh7FzI" }, "name": "Victory Lap", "preview_url": null, "track_number": 16, "type": "track", "uri": "spotify:track:1lbNgoJ5iMrMluCyhI4OQP", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0aIpJqqTLf683ojWREc5lg" }, "href": "https://api.spotify.com/v1/artists/0aIpJqqTLf683ojWREc5lg", "id": "0aIpJqqTLf683ojWREc5lg", "name": "Joy Orbison", "type": "artist", "uri": "spotify:artist:0aIpJqqTLf683ojWREc5lg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6icQOAFXDZKsumw3YXyusw" }, "href": "https://api.spotify.com/v1/artists/6icQOAFXDZKsumw3YXyusw", "id": "6icQOAFXDZKsumw3YXyusw", "name": "Lil Yachty", "type": "artist", "uri": "spotify:artist:6icQOAFXDZKsumw3YXyusw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1RyvyyTE3xzB2ZywiAwp0i" }, "href": "https://api.spotify.com/v1/artists/1RyvyyTE3xzB2ZywiAwp0i", "id": "1RyvyyTE3xzB2ZywiAwp0i", "name": "Future", "type": "artist", "uri": "spotify:artist:1RyvyyTE3xzB2ZywiAwp0i" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/699OTQXzgjhIYAHMy9RyPD" }, "href": "https://api.spotify.com/v1/artists/699OTQXzgjhIYAHMy9RyPD", "id": "699OTQXzgjhIYAHMy9RyPD", "name": "Playboi Carti", "type": "artist", "uri": "spotify:artist:699OTQXzgjhIYAHMy9RyPD" } ], "available_markets": [], "disc_number": 1, "duration_ms": 246909, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/3ZsfRm1gpZqnd8AoV7wgYt" }, "href": "https://api.spotify.com/v1/tracks/7qpZh0yIXeZzXZk3mE6Fj9", "id": "7qpZh0yIXeZzXZk3mE6Fj9", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/3ZsfRm1gpZqnd8AoV7wgYt" }, "href": "https://api.spotify.com/v1/tracks/3ZsfRm1gpZqnd8AoV7wgYt", "id": "3ZsfRm1gpZqnd8AoV7wgYt", "type": "track", "uri": "spotify:track:3ZsfRm1gpZqnd8AoV7wgYt" }, "name": "flex fm (freddit)", "preview_url": null, "track_number": 17, "type": "track", "uri": "spotify:track:7qpZh0yIXeZzXZk3mE6Fj9", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3jK9MiCrA42lLAdMGUZpwa" }, "href": "https://api.spotify.com/v1/artists/3jK9MiCrA42lLAdMGUZpwa", "id": "3jK9MiCrA42lLAdMGUZpwa", "name": "Anderson .Paak", "type": "artist", "uri": "spotify:artist:3jK9MiCrA42lLAdMGUZpwa" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6UtYvUtXnmg5EtllDFlWp8" }, "href": "https://api.spotify.com/v1/artists/6UtYvUtXnmg5EtllDFlWp8", "id": "6UtYvUtXnmg5EtllDFlWp8", "name": "CHIKA", "type": "artist", "uri": "spotify:artist:6UtYvUtXnmg5EtllDFlWp8" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4VsVLz3Uw6d0fdM6gFtLfo" }, "href": "https://api.spotify.com/v1/artists/4VsVLz3Uw6d0fdM6gFtLfo", "id": "4VsVLz3Uw6d0fdM6gFtLfo", "name": "MESSIE", "type": "artist", "uri": "spotify:artist:4VsVLz3Uw6d0fdM6gFtLfo" } ], "available_markets": [], "disc_number": 1, "duration_ms": 219310, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/1ypO22GPllRtSpqOEWbpVV" }, "href": "https://api.spotify.com/v1/tracks/73s1r3Jfn8pqXJv9ahKfNV", "id": "73s1r3Jfn8pqXJv9ahKfNV", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1ypO22GPllRtSpqOEWbpVV" }, "href": "https://api.spotify.com/v1/tracks/1ypO22GPllRtSpqOEWbpVV", "id": "1ypO22GPllRtSpqOEWbpVV", "type": "track", "uri": "spotify:track:1ypO22GPllRtSpqOEWbpVV" }, "name": "places to be - MESSIE remix", "preview_url": null, "track_number": 18, "type": "track", "uri": "spotify:track:73s1r3Jfn8pqXJv9ahKfNV", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1fDV6gCETmlkCUugBxq59g" }, "href": "https://api.spotify.com/v1/artists/1fDV6gCETmlkCUugBxq59g", "id": "1fDV6gCETmlkCUugBxq59g", "name": "Duoteque", "type": "artist", "uri": "spotify:artist:1fDV6gCETmlkCUugBxq59g" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2efrqekWSHlvhATD50AG3m" }, "href": "https://api.spotify.com/v1/artists/2efrqekWSHlvhATD50AG3m", "id": "2efrqekWSHlvhATD50AG3m", "name": "Orion Sun", "type": "artist", "uri": "spotify:artist:2efrqekWSHlvhATD50AG3m" } ], "available_markets": [], "disc_number": 1, "duration_ms": 327508, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4hPdnrevUw5PUKMElR09tU" }, "href": "https://api.spotify.com/v1/tracks/2la8LWSxedRoulmz0UHE7o", "id": "2la8LWSxedRoulmz0UHE7o", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/4hPdnrevUw5PUKMElR09tU" }, "href": "https://api.spotify.com/v1/tracks/4hPdnrevUw5PUKMElR09tU", "id": "4hPdnrevUw5PUKMElR09tU", "type": "track", "uri": "spotify:track:4hPdnrevUw5PUKMElR09tU" }, "name": "ItsNotREEAALLLLLLLL", "preview_url": null, "track_number": 19, "type": "track", "uri": "spotify:track:2la8LWSxedRoulmz0UHE7o", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5zatdvej2AxogC5pbu2msR" }, "href": "https://api.spotify.com/v1/artists/5zatdvej2AxogC5pbu2msR", "id": "5zatdvej2AxogC5pbu2msR", "name": "BERWYN", "type": "artist", "uri": "spotify:artist:5zatdvej2AxogC5pbu2msR" } ], "available_markets": [], "disc_number": 1, "duration_ms": 123607, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/3XRhENEXtBIklV861z3ypc" }, "href": "https://api.spotify.com/v1/tracks/59DFl0vh8FoBmmD43ruznv", "id": "59DFl0vh8FoBmmD43ruznv", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/3XRhENEXtBIklV861z3ypc" }, "href": "https://api.spotify.com/v1/tracks/3XRhENEXtBIklV861z3ypc", "id": "3XRhENEXtBIklV861z3ypc", "type": "track", "uri": "spotify:track:3XRhENEXtBIklV861z3ypc" }, "name": "BerwynGesaffNeighbours", "preview_url": null, "track_number": 20, "type": "track", "uri": "spotify:track:59DFl0vh8FoBmmD43ruznv", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6icQOAFXDZKsumw3YXyusw" }, "href": "https://api.spotify.com/v1/artists/6icQOAFXDZKsumw3YXyusw", "id": "6icQOAFXDZKsumw3YXyusw", "name": "Lil Yachty", "type": "artist", "uri": "spotify:artist:6icQOAFXDZKsumw3YXyusw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/01PnN11ovfen6xUOHfNpn3" }, "href": "https://api.spotify.com/v1/artists/01PnN11ovfen6xUOHfNpn3", "id": "01PnN11ovfen6xUOHfNpn3", "name": "Overmono", "type": "artist", "uri": "spotify:artist:01PnN11ovfen6xUOHfNpn3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 274925, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/210lphIRrJCKXgFLxHwGN8" }, "href": "https://api.spotify.com/v1/tracks/2iUMh8RrpUiakMnneanOPj", "id": "2iUMh8RrpUiakMnneanOPj", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/210lphIRrJCKXgFLxHwGN8" }, "href": "https://api.spotify.com/v1/tracks/210lphIRrJCKXgFLxHwGN8", "id": "210lphIRrJCKXgFLxHwGN8", "type": "track", "uri": "spotify:track:210lphIRrJCKXgFLxHwGN8" }, "name": "stayinit", "preview_url": null, "track_number": 21, "type": "track", "uri": "spotify:track:2iUMh8RrpUiakMnneanOPj", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5SXuuuRpukkTvsLuUknva1" }, "href": "https://api.spotify.com/v1/artists/5SXuuuRpukkTvsLuUknva1", "id": "5SXuuuRpukkTvsLuUknva1", "name": "Baby Keem", "type": "artist", "uri": "spotify:artist:5SXuuuRpukkTvsLuUknva1" } ], "available_markets": [], "disc_number": 1, "duration_ms": 222784, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/6IOTukhTcumU9dtAk1OLLF" }, "href": "https://api.spotify.com/v1/tracks/2tSP95IyUkPv5Wj83xWh1c", "id": "2tSP95IyUkPv5Wj83xWh1c", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6IOTukhTcumU9dtAk1OLLF" }, "href": "https://api.spotify.com/v1/tracks/6IOTukhTcumU9dtAk1OLLF", "id": "6IOTukhTcumU9dtAk1OLLF", "type": "track", "uri": "spotify:track:6IOTukhTcumU9dtAk1OLLF" }, "name": "leavemealone", "preview_url": null, "track_number": 22, "type": "track", "uri": "spotify:track:2tSP95IyUkPv5Wj83xWh1c", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5he5w2lnU9x7JFhnwcekXX" }, "href": "https://api.spotify.com/v1/artists/5he5w2lnU9x7JFhnwcekXX", "id": "5he5w2lnU9x7JFhnwcekXX", "name": "Skrillex", "type": "artist", "uri": "spotify:artist:5he5w2lnU9x7JFhnwcekXX" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7Eu1txygG6nJttLHbZdQOh" }, "href": "https://api.spotify.com/v1/artists/7Eu1txygG6nJttLHbZdQOh", "id": "7Eu1txygG6nJttLHbZdQOh", "name": "Four Tet", "type": "artist", "uri": "spotify:artist:7Eu1txygG6nJttLHbZdQOh" } ], "available_markets": [], "disc_number": 1, "duration_ms": 319963, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7ChXvbTy4bFou6VTn0XZKa" }, "href": "https://api.spotify.com/v1/tracks/6EpIDF3GW1dRBujSp4bJxI", "id": "6EpIDF3GW1dRBujSp4bJxI", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/7ChXvbTy4bFou6VTn0XZKa" }, "href": "https://api.spotify.com/v1/tracks/7ChXvbTy4bFou6VTn0XZKa", "id": "7ChXvbTy4bFou6VTn0XZKa", "type": "track", "uri": "spotify:track:7ChXvbTy4bFou6VTn0XZKa" }, "name": "Baby again..", "preview_url": null, "track_number": 23, "type": "track", "uri": "spotify:track:6EpIDF3GW1dRBujSp4bJxI", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5he5w2lnU9x7JFhnwcekXX" }, "href": "https://api.spotify.com/v1/artists/5he5w2lnU9x7JFhnwcekXX", "id": "5he5w2lnU9x7JFhnwcekXX", "name": "Skrillex", "type": "artist", "uri": "spotify:artist:5he5w2lnU9x7JFhnwcekXX" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/07CimrZi5vs9iEao47TNQ4" }, "href": "https://api.spotify.com/v1/artists/07CimrZi5vs9iEao47TNQ4", "id": "07CimrZi5vs9iEao47TNQ4", "name": "Flowdan", "type": "artist", "uri": "spotify:artist:07CimrZi5vs9iEao47TNQ4" } ], "available_markets": [], "disc_number": 1, "duration_ms": 146571, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0ps1Oq8m38kcAJzd2xOSfO" }, "href": "https://api.spotify.com/v1/tracks/74fmYjFwt9CqEFAh8ybeBD", "id": "74fmYjFwt9CqEFAh8ybeBD", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0ps1Oq8m38kcAJzd2xOSfO" }, "href": "https://api.spotify.com/v1/tracks/0ps1Oq8m38kcAJzd2xOSfO", "id": "0ps1Oq8m38kcAJzd2xOSfO", "type": "track", "uri": "spotify:track:0ps1Oq8m38kcAJzd2xOSfO" }, "name": "Rumble", "preview_url": null, "track_number": 24, "type": "track", "uri": "spotify:track:74fmYjFwt9CqEFAh8ybeBD", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1h6Cn3P4NGzXbaXidqURXs" }, "href": "https://api.spotify.com/v1/artists/1h6Cn3P4NGzXbaXidqURXs", "id": "1h6Cn3P4NGzXbaXidqURXs", "name": "Swedish House Mafia", "type": "artist", "uri": "spotify:artist:1h6Cn3P4NGzXbaXidqURXs" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1RyvyyTE3xzB2ZywiAwp0i" }, "href": "https://api.spotify.com/v1/artists/1RyvyyTE3xzB2ZywiAwp0i", "id": "1RyvyyTE3xzB2ZywiAwp0i", "name": "Future", "type": "artist", "uri": "spotify:artist:1RyvyyTE3xzB2ZywiAwp0i" } ], "available_markets": [], "disc_number": 1, "duration_ms": 267946, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5V3lOpkER4fddNbVojzdvP" }, "href": "https://api.spotify.com/v1/tracks/2E6peXBRbjUmGkkR3dUNGe", "id": "2E6peXBRbjUmGkkR3dUNGe", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/5V3lOpkER4fddNbVojzdvP" }, "href": "https://api.spotify.com/v1/tracks/5V3lOpkER4fddNbVojzdvP", "id": "5V3lOpkER4fddNbVojzdvP", "type": "track", "uri": "spotify:track:5V3lOpkER4fddNbVojzdvP" }, "name": "Turn On The Lights again.. (feat. Future)", "preview_url": null, "track_number": 25, "type": "track", "uri": "spotify:track:2E6peXBRbjUmGkkR3dUNGe", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [], "disc_number": 1, "duration_ms": 198805, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/5dSrUdJ8kivDMePdVQRswg" }, "href": "https://api.spotify.com/v1/tracks/3BKkroNdTKfNijLG9oHW7c", "id": "3BKkroNdTKfNijLG9oHW7c", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/5dSrUdJ8kivDMePdVQRswg" }, "href": "https://api.spotify.com/v1/tracks/5dSrUdJ8kivDMePdVQRswg", "id": "5dSrUdJ8kivDMePdVQRswg", "type": "track", "uri": "spotify:track:5dSrUdJ8kivDMePdVQRswg" }, "name": "Jungle", "preview_url": null, "track_number": 26, "type": "track", "uri": "spotify:track:3BKkroNdTKfNijLG9oHW7c", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5RMLpCv3ic2KtGnqJ7eMG4" }, "href": "https://api.spotify.com/v1/artists/5RMLpCv3ic2KtGnqJ7eMG4", "id": "5RMLpCv3ic2KtGnqJ7eMG4", "name": "I. JORDAN", "type": "artist", "uri": "spotify:artist:5RMLpCv3ic2KtGnqJ7eMG4" } ], "available_markets": [], "disc_number": 1, "duration_ms": 385074, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5GokhlwBZGPiPbabpMdj1j" }, "href": "https://api.spotify.com/v1/tracks/7c0DlxLjlEEK2VKQJIIU1Z", "id": "7c0DlxLjlEEK2VKQJIIU1Z", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/5GokhlwBZGPiPbabpMdj1j" }, "href": "https://api.spotify.com/v1/tracks/5GokhlwBZGPiPbabpMdj1j", "id": "5GokhlwBZGPiPbabpMdj1j", "type": "track", "uri": "spotify:track:5GokhlwBZGPiPbabpMdj1j" }, "name": "Admit It (u dont want 2)", "preview_url": null, "track_number": 27, "type": "track", "uri": "spotify:track:7c0DlxLjlEEK2VKQJIIU1Z", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3X2DdnmoANw8Rg8luHyZQb" }, "href": "https://api.spotify.com/v1/artists/3X2DdnmoANw8Rg8luHyZQb", "id": "3X2DdnmoANw8Rg8luHyZQb", "name": "Romy", "type": "artist", "uri": "spotify:artist:3X2DdnmoANw8Rg8luHyZQb" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0pkLgeB9j465x1QB2kRoy4" }, "href": "https://api.spotify.com/v1/artists/0pkLgeB9j465x1QB2kRoy4", "id": "0pkLgeB9j465x1QB2kRoy4", "name": "HAAi", "type": "artist", "uri": "spotify:artist:0pkLgeB9j465x1QB2kRoy4" } ], "available_markets": [], "disc_number": 1, "duration_ms": 288348, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7s8B76ppLplVwdmf7fjfzM" }, "href": "https://api.spotify.com/v1/tracks/1RlBD9ays0WfNHSVzxHiKX", "id": "1RlBD9ays0WfNHSVzxHiKX", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/7s8B76ppLplVwdmf7fjfzM" }, "href": "https://api.spotify.com/v1/tracks/7s8B76ppLplVwdmf7fjfzM", "id": "7s8B76ppLplVwdmf7fjfzM", "type": "track", "uri": "spotify:track:7s8B76ppLplVwdmf7fjfzM" }, "name": "Lights Out", "preview_url": null, "track_number": 28, "type": "track", "uri": "spotify:track:1RlBD9ays0WfNHSVzxHiKX", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/46MWeeHNVMYRIIofQBEX98" }, "href": "https://api.spotify.com/v1/artists/46MWeeHNVMYRIIofQBEX98", "id": "46MWeeHNVMYRIIofQBEX98", "name": "BEAM", "type": "artist", "uri": "spotify:artist:46MWeeHNVMYRIIofQBEX98" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5mnxMXIM6BNhVVTXnBatKa" }, "href": "https://api.spotify.com/v1/artists/5mnxMXIM6BNhVVTXnBatKa", "id": "5mnxMXIM6BNhVVTXnBatKa", "name": "Skin On Skin", "type": "artist", "uri": "spotify:artist:5mnxMXIM6BNhVVTXnBatKa" } ], "available_markets": [], "disc_number": 1, "duration_ms": 234428, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5BFAhacuNNcMz27eWyRloV" }, "href": "https://api.spotify.com/v1/tracks/3tqiBJfctALrFQbv1wltlr", "id": "3tqiBJfctALrFQbv1wltlr", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/5BFAhacuNNcMz27eWyRloV" }, "href": "https://api.spotify.com/v1/tracks/5BFAhacuNNcMz27eWyRloV", "id": "5BFAhacuNNcMz27eWyRloV", "type": "track", "uri": "spotify:track:5BFAhacuNNcMz27eWyRloV" }, "name": "the floor - skin on skin remix", "preview_url": null, "track_number": 29, "type": "track", "uri": "spotify:track:3tqiBJfctALrFQbv1wltlr", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2p1fiYHYiXz9qi0JJyxBzN" }, "href": "https://api.spotify.com/v1/artists/2p1fiYHYiXz9qi0JJyxBzN", "id": "2p1fiYHYiXz9qi0JJyxBzN", "name": "Skepta", "type": "artist", "uri": "spotify:artist:2p1fiYHYiXz9qi0JJyxBzN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/79NDEw5QWlDC9KaIbogNhS" }, "href": "https://api.spotify.com/v1/artists/79NDEw5QWlDC9KaIbogNhS", "id": "79NDEw5QWlDC9KaIbogNhS", "name": "Plaqueboymax", "type": "artist", "uri": "spotify:artist:79NDEw5QWlDC9KaIbogNhS" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6fxyWrfmjcbj5d12gXeiNV" }, "href": "https://api.spotify.com/v1/artists/6fxyWrfmjcbj5d12gXeiNV", "id": "6fxyWrfmjcbj5d12gXeiNV", "name": "Denzel Curry", "type": "artist", "uri": "spotify:artist:6fxyWrfmjcbj5d12gXeiNV" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4nVa6XlBFlIkF6msW57PHp" }, "href": "https://api.spotify.com/v1/artists/4nVa6XlBFlIkF6msW57PHp", "id": "4nVa6XlBFlIkF6msW57PHp", "name": "Hanumankind", "type": "artist", "uri": "spotify:artist:4nVa6XlBFlIkF6msW57PHp" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3BAgmPNIK5IJl7zMK1wvMA" }, "href": "https://api.spotify.com/v1/artists/3BAgmPNIK5IJl7zMK1wvMA", "id": "3BAgmPNIK5IJl7zMK1wvMA", "name": "That Mexican OT", "type": "artist", "uri": "spotify:artist:3BAgmPNIK5IJl7zMK1wvMA" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6bwkMlweHsBCpI2a0C5nnN" }, "href": "https://api.spotify.com/v1/artists/6bwkMlweHsBCpI2a0C5nnN", "id": "6bwkMlweHsBCpI2a0C5nnN", "name": "D Double E", "type": "artist", "uri": "spotify:artist:6bwkMlweHsBCpI2a0C5nnN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7xqIp1044Z2vd9v9ZphjLa" }, "href": "https://api.spotify.com/v1/artists/7xqIp1044Z2vd9v9ZphjLa", "id": "7xqIp1044Z2vd9v9ZphjLa", "name": "LYNY", "type": "artist", "uri": "spotify:artist:7xqIp1044Z2vd9v9ZphjLa" } ], "available_markets": [], "disc_number": 1, "duration_ms": 344571, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/28dXOti2Sy7YQJP4af9wM3" }, "href": "https://api.spotify.com/v1/tracks/3bsAYGy83D6sl1a5otGuUg", "id": "3bsAYGy83D6sl1a5otGuUg", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/28dXOti2Sy7YQJP4af9wM3" }, "href": "https://api.spotify.com/v1/tracks/28dXOti2Sy7YQJP4af9wM3", "id": "28dXOti2Sy7YQJP4af9wM3", "type": "track", "uri": "spotify:track:28dXOti2Sy7YQJP4af9wM3" }, "name": "Victory Lap Five", "preview_url": null, "track_number": 30, "type": "track", "uri": "spotify:track:3bsAYGy83D6sl1a5otGuUg", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3jK9MiCrA42lLAdMGUZpwa" }, "href": "https://api.spotify.com/v1/artists/3jK9MiCrA42lLAdMGUZpwa", "id": "3jK9MiCrA42lLAdMGUZpwa", "name": "Anderson .Paak", "type": "artist", "uri": "spotify:artist:3jK9MiCrA42lLAdMGUZpwa" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6UtYvUtXnmg5EtllDFlWp8" }, "href": "https://api.spotify.com/v1/artists/6UtYvUtXnmg5EtllDFlWp8", "id": "6UtYvUtXnmg5EtllDFlWp8", "name": "CHIKA", "type": "artist", "uri": "spotify:artist:6UtYvUtXnmg5EtllDFlWp8" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6b0TSaLAeLXilOPoId8udE" }, "href": "https://api.spotify.com/v1/artists/6b0TSaLAeLXilOPoId8udE", "id": "6b0TSaLAeLXilOPoId8udE", "name": "CLIPZ", "type": "artist", "uri": "spotify:artist:6b0TSaLAeLXilOPoId8udE" } ], "available_markets": [], "disc_number": 1, "duration_ms": 184827, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/4iAtPgGTSl9FXE0f0s2R8z" }, "href": "https://api.spotify.com/v1/tracks/4n4VUdx6tr7MylOySvDhPK", "id": "4n4VUdx6tr7MylOySvDhPK", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/4iAtPgGTSl9FXE0f0s2R8z" }, "href": "https://api.spotify.com/v1/tracks/4iAtPgGTSl9FXE0f0s2R8z", "id": "4iAtPgGTSl9FXE0f0s2R8z", "type": "track", "uri": "spotify:track:4iAtPgGTSl9FXE0f0s2R8z" }, "name": "places to be - CLIPZ remix", "preview_url": null, "track_number": 31, "type": "track", "uri": "spotify:track:4n4VUdx6tr7MylOySvDhPK", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5SXuuuRpukkTvsLuUknva1" }, "href": "https://api.spotify.com/v1/artists/5SXuuuRpukkTvsLuUknva1", "id": "5SXuuuRpukkTvsLuUknva1", "name": "Baby Keem", "type": "artist", "uri": "spotify:artist:5SXuuuRpukkTvsLuUknva1" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7BMR0fwtEvzGtK4rNGdoiQ" }, "href": "https://api.spotify.com/v1/artists/7BMR0fwtEvzGtK4rNGdoiQ", "id": "7BMR0fwtEvzGtK4rNGdoiQ", "name": "Nia Archives", "type": "artist", "uri": "spotify:artist:7BMR0fwtEvzGtK4rNGdoiQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 179441, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/5X9Kv1YXQwO1fzdm1GjJWZ" }, "href": "https://api.spotify.com/v1/tracks/5u84pGbxFomiV66Uk2kOQK", "id": "5u84pGbxFomiV66Uk2kOQK", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/5X9Kv1YXQwO1fzdm1GjJWZ" }, "href": "https://api.spotify.com/v1/tracks/5X9Kv1YXQwO1fzdm1GjJWZ", "id": "5X9Kv1YXQwO1fzdm1GjJWZ", "type": "track", "uri": "spotify:track:5X9Kv1YXQwO1fzdm1GjJWZ" }, "name": "leavemealone - Nia Archives Remix", "preview_url": null, "track_number": 32, "type": "track", "uri": "spotify:track:5u84pGbxFomiV66Uk2kOQK", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2OaHYHb2XcFPvqL3VsyPzU" }, "href": "https://api.spotify.com/v1/artists/2OaHYHb2XcFPvqL3VsyPzU", "id": "2OaHYHb2XcFPvqL3VsyPzU", "name": "Rico Nasty", "type": "artist", "uri": "spotify:artist:2OaHYHb2XcFPvqL3VsyPzU" } ], "available_markets": [], "disc_number": 1, "duration_ms": 213133, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/4aw8UIUfhgmnOu7adMwmVx" }, "href": "https://api.spotify.com/v1/tracks/3ycgBFWvzxjLtY2YJuQMms", "id": "3ycgBFWvzxjLtY2YJuQMms", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/4aw8UIUfhgmnOu7adMwmVx" }, "href": "https://api.spotify.com/v1/tracks/4aw8UIUfhgmnOu7adMwmVx", "id": "4aw8UIUfhgmnOu7adMwmVx", "type": "track", "uri": "spotify:track:4aw8UIUfhgmnOu7adMwmVx" }, "name": "Jungle - Rico Nasty Remix", "preview_url": null, "track_number": 33, "type": "track", "uri": "spotify:track:3ycgBFWvzxjLtY2YJuQMms", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3X2DdnmoANw8Rg8luHyZQb" }, "href": "https://api.spotify.com/v1/artists/3X2DdnmoANw8Rg8luHyZQb", "id": "3X2DdnmoANw8Rg8luHyZQb", "name": "Romy", "type": "artist", "uri": "spotify:artist:3X2DdnmoANw8Rg8luHyZQb" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0pkLgeB9j465x1QB2kRoy4" }, "href": "https://api.spotify.com/v1/artists/0pkLgeB9j465x1QB2kRoy4", "id": "0pkLgeB9j465x1QB2kRoy4", "name": "HAAi", "type": "artist", "uri": "spotify:artist:0pkLgeB9j465x1QB2kRoy4" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [], "disc_number": 1, "duration_ms": 375087, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0Pzoc1rIyirjuim3Z7wnbz" }, "href": "https://api.spotify.com/v1/tracks/5HZJuJphtUWc6wuTHt50oQ", "id": "5HZJuJphtUWc6wuTHt50oQ", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0Pzoc1rIyirjuim3Z7wnbz" }, "href": "https://api.spotify.com/v1/tracks/0Pzoc1rIyirjuim3Z7wnbz", "id": "0Pzoc1rIyirjuim3Z7wnbz", "type": "track", "uri": "spotify:track:0Pzoc1rIyirjuim3Z7wnbz" }, "name": "Lights Out (feat. Fred again..) - HAAi Remix", "preview_url": null, "track_number": 34, "type": "track", "uri": "spotify:track:5HZJuJphtUWc6wuTHt50oQ", "is_local": false } ] }, "copyrights": [ { "text": "An Atlantic Records UK, \u00a9 2025 Warner Music UK Limited", "type": "C" }, { "text": "An Atlantic Records UK release \u2117 2025 Fred Gibson under exclusive licence to Warner Music UK Limited, with the exception of tracks 14 & 15 \u2117 2025 Epic Records, a division of Sony Music Entertainment UK Ltd under exclusive licence from Big Smoke Ltd/ Fred Gibson /Warner Music UK Limited. Tracks 16 & 18-34 \u2117 2024 Warner Music UK Limited. Track 17 \u2117 2024 Hinge Finger under license to Atlantic Records from XL Recordings Ltd, \u2117 2025 Warner Music UK Limited", "type": "P" } ], "external_ids": { "upc": "5026854314600" }, "genres": [], "label": "Atlantic Records UK", "popularity": 67 } }, { "added_at": "2025-10-23T22:00:00Z", "album": { "album_type": "album", "total_tracks": 10, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/37P2qivB9weEafn1Y2VeF8" }, "href": "https://api.spotify.com/v1/albums/37P2qivB9weEafn1Y2VeF8", "id": "37P2qivB9weEafn1Y2VeF8", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2735caedc2e29bf01bf567d7c24", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e025caedc2e29bf01bf567d7c24", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048515caedc2e29bf01bf567d7c24", "height": 64, "width": 64 } ], "name": "There\u2019s Always More That I Could Say", "release_date": "2025-10-24", "release_date_precision": "day", "type": "album", "uri": "spotify:album:37P2qivB9weEafn1Y2VeF8", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "name": "Sigrid", "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/37P2qivB9weEafn1Y2VeF8/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 10, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "name": "Sigrid", "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 171991, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/3rgZPrOQn2E3sw90NgI6f6" }, "href": "https://api.spotify.com/v1/tracks/3rgZPrOQn2E3sw90NgI6f6", "id": "3rgZPrOQn2E3sw90NgI6f6", "name": "I'll Always Be Your Girl", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:3rgZPrOQn2E3sw90NgI6f6", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "name": "Sigrid", "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 186435, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2VEIppsUhk7inhi5TB4J0C" }, "href": "https://api.spotify.com/v1/tracks/2VEIppsUhk7inhi5TB4J0C", "id": "2VEIppsUhk7inhi5TB4J0C", "name": "Jellyfish", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:2VEIppsUhk7inhi5TB4J0C", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "name": "Sigrid", "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 173251, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4qM72D1GHUQRXwnmLZUcMH" }, "href": "https://api.spotify.com/v1/tracks/4qM72D1GHUQRXwnmLZUcMH", "id": "4qM72D1GHUQRXwnmLZUcMH", "name": "Do It Again", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:4qM72D1GHUQRXwnmLZUcMH", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "name": "Sigrid", "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 158680, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/2KCEJHfKLqZ90YL4EmE0cM" }, "href": "https://api.spotify.com/v1/tracks/2KCEJHfKLqZ90YL4EmE0cM", "id": "2KCEJHfKLqZ90YL4EmE0cM", "name": "Kiss The Sky", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:2KCEJHfKLqZ90YL4EmE0cM", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "name": "Sigrid", "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 172889, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/67WAthizRvsLDjgzIZs27h" }, "href": "https://api.spotify.com/v1/tracks/67WAthizRvsLDjgzIZs27h", "id": "67WAthizRvsLDjgzIZs27h", "name": "Two Years", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:67WAthizRvsLDjgzIZs27h", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "name": "Sigrid", "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 164303, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/72eTbGnzmu9e5FsjSoy57j" }, "href": "https://api.spotify.com/v1/tracks/72eTbGnzmu9e5FsjSoy57j", "id": "72eTbGnzmu9e5FsjSoy57j", "name": "Hush Baby, Hurry Slowly", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:72eTbGnzmu9e5FsjSoy57j", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "name": "Sigrid", "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 198756, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/7uAkVdp16PTpzx2HFfz96O" }, "href": "https://api.spotify.com/v1/tracks/7uAkVdp16PTpzx2HFfz96O", "id": "7uAkVdp16PTpzx2HFfz96O", "name": "Fort Knox", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:7uAkVdp16PTpzx2HFfz96O", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "name": "Sigrid", "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 161636, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4Qb0Oghb0nwsZ7rHV4yi2T" }, "href": "https://api.spotify.com/v1/tracks/4Qb0Oghb0nwsZ7rHV4yi2T", "id": "4Qb0Oghb0nwsZ7rHV4yi2T", "name": "There\u2019s Always More That I Could Say", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:4Qb0Oghb0nwsZ7rHV4yi2T", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "name": "Sigrid", "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 261219, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/4MvmZRkUIDZMrn6T9ECiFu" }, "href": "https://api.spotify.com/v1/tracks/4MvmZRkUIDZMrn6T9ECiFu", "id": "4MvmZRkUIDZMrn6T9ECiFu", "name": "Have You Heard This Song Before", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:4MvmZRkUIDZMrn6T9ECiFu", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "name": "Sigrid", "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 212352, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4EdCYJlPARFqoQDBYPFY9A" }, "href": "https://api.spotify.com/v1/tracks/4EdCYJlPARFqoQDBYPFY9A", "id": "4EdCYJlPARFqoQDBYPFY9A", "name": "Eternal Sunshine", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:4EdCYJlPARFqoQDBYPFY9A", "is_local": false } ] }, "copyrights": [ { "text": "\u00a9 2025 Universal Music Operations Limited", "type": "C" }, { "text": "\u2117 2025 Universal Music Operations Limited", "type": "P" } ], "external_ids": { "upc": "00602478149894" }, "genres": [], "label": "EMI", "popularity": 44 } }, { "added_at": "2025-10-09T22:00:00Z", "album": { "album_type": "album", "total_tracks": 12, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/37qGqumC22Ibkey11xnvHC" }, "href": "https://api.spotify.com/v1/albums/37qGqumC22Ibkey11xnvHC", "id": "37qGqumC22Ibkey11xnvHC", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2731ab02b6570ef64749f4557a4", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e021ab02b6570ef64749f4557a4", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048511ab02b6570ef64749f4557a4", "height": 64, "width": 64 } ], "name": "Under The Covers, Vol. IV", "release_date": "2025-10-10", "release_date_precision": "day", "type": "album", "uri": "spotify:album:37qGqumC22Ibkey11xnvHC", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/37qGqumC22Ibkey11xnvHC/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 12, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 215775, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1yKw8iYZgzg15nAbrZORyF" }, "href": "https://api.spotify.com/v1/tracks/1yKw8iYZgzg15nAbrZORyF", "id": "1yKw8iYZgzg15nAbrZORyF", "name": "The Power of Love", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:1yKw8iYZgzg15nAbrZORyF", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 226383, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3rRo6VIxlhm1ZJaMBfyeTl" }, "href": "https://api.spotify.com/v1/tracks/3rRo6VIxlhm1ZJaMBfyeTl", "id": "3rRo6VIxlhm1ZJaMBfyeTl", "name": "Just What I Needed", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:3rRo6VIxlhm1ZJaMBfyeTl", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 289288, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6s1mVSOmPlv3qUOktjshpP" }, "href": "https://api.spotify.com/v1/tracks/6s1mVSOmPlv3qUOktjshpP", "id": "6s1mVSOmPlv3qUOktjshpP", "name": "Rosanna", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:6s1mVSOmPlv3qUOktjshpP", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 273046, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/336Z6KZ0kXYaNBX0mJoHzy" }, "href": "https://api.spotify.com/v1/tracks/336Z6KZ0kXYaNBX0mJoHzy", "id": "336Z6KZ0kXYaNBX0mJoHzy", "name": "Don't You (Forget About Me)", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:336Z6KZ0kXYaNBX0mJoHzy", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 226283, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2HjeZ9kKEBN1BOjeAsIrNr" }, "href": "https://api.spotify.com/v1/tracks/2HjeZ9kKEBN1BOjeAsIrNr", "id": "2HjeZ9kKEBN1BOjeAsIrNr", "name": "Walk the Dinosaur", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:2HjeZ9kKEBN1BOjeAsIrNr", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 217035, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5wwV3PvcLQO0XSBRlrjKrq" }, "href": "https://api.spotify.com/v1/tracks/5wwV3PvcLQO0XSBRlrjKrq", "id": "5wwV3PvcLQO0XSBRlrjKrq", "name": "Alone", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:5wwV3PvcLQO0XSBRlrjKrq", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 208133, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2YwHAy6qJ9ziRQJA6WaZhy" }, "href": "https://api.spotify.com/v1/tracks/2YwHAy6qJ9ziRQJA6WaZhy", "id": "2YwHAy6qJ9ziRQJA6WaZhy", "name": "What a Fool Believes", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:2YwHAy6qJ9ziRQJA6WaZhy", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 201082, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7qGkyuUNwlxVhczm70tRpG" }, "href": "https://api.spotify.com/v1/tracks/7qGkyuUNwlxVhczm70tRpG", "id": "7qGkyuUNwlxVhczm70tRpG", "name": "Invisible Touch", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:7qGkyuUNwlxVhczm70tRpG", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 278562, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6nvpIkMrowN0GyW1RT9wkY" }, "href": "https://api.spotify.com/v1/tracks/6nvpIkMrowN0GyW1RT9wkY", "id": "6nvpIkMrowN0GyW1RT9wkY", "name": "Can't Fight This Feeling", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:6nvpIkMrowN0GyW1RT9wkY", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 252937, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3fqnfaOvNzKEO2dHlI7REr" }, "href": "https://api.spotify.com/v1/tracks/3fqnfaOvNzKEO2dHlI7REr", "id": "3fqnfaOvNzKEO2dHlI7REr", "name": "Life's What You Make It", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:3fqnfaOvNzKEO2dHlI7REr", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 201071, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0P8ZlN0PNMmpoi76mkDYqG" }, "href": "https://api.spotify.com/v1/tracks/0P8ZlN0PNMmpoi76mkDYqG", "id": "0P8ZlN0PNMmpoi76mkDYqG", "name": "SOS", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:0P8ZlN0PNMmpoi76mkDYqG", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 286545, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6e8wyDGesxbluq8lYLtM5C" }, "href": "https://api.spotify.com/v1/tracks/6e8wyDGesxbluq8lYLtM5C", "id": "6e8wyDGesxbluq8lYLtM5C", "name": "Hey Jude", "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:6e8wyDGesxbluq8lYLtM5C", "is_local": false } ] }, "copyrights": [ { "text": "2025 Ninja Sex Party", "type": "C" }, { "text": "2025 Ninja Sex Party", "type": "P" } ], "external_ids": { "upc": "8721253454441" }, "genres": [], "label": "Ninja Sex Party", "popularity": 38 } }, { "added_at": "2025-09-11T22:00:00Z", "album": { "album_type": "album", "total_tracks": 12, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1rSbjr5U9J9rQ9sE7RxHFl" }, "href": "https://api.spotify.com/v1/albums/1rSbjr5U9J9rQ9sE7RxHFl", "id": "1rSbjr5U9J9rQ9sE7RxHFl", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273d076abbd008ad3c6d65112eb", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02d076abbd008ad3c6d65112eb", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851d076abbd008ad3c6d65112eb", "height": 64, "width": 64 } ], "name": "LOVED", "release_date": "2025-09-12", "release_date_precision": "day", "type": "album", "uri": "spotify:album:1rSbjr5U9J9rQ9sE7RxHFl", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3oKRxpszQKUjjaHz388fVA" }, "href": "https://api.spotify.com/v1/artists/3oKRxpszQKUjjaHz388fVA", "id": "3oKRxpszQKUjjaHz388fVA", "name": "Parcels", "type": "artist", "uri": "spotify:artist:3oKRxpszQKUjjaHz388fVA" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/1rSbjr5U9J9rQ9sE7RxHFl/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 12, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3oKRxpszQKUjjaHz388fVA" }, "href": "https://api.spotify.com/v1/artists/3oKRxpszQKUjjaHz388fVA", "id": "3oKRxpszQKUjjaHz388fVA", "name": "Parcels", "type": "artist", "uri": "spotify:artist:3oKRxpszQKUjjaHz388fVA" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 245904, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7cSLD89y304ZvX4mVhYVfw" }, "href": "https://api.spotify.com/v1/tracks/7cSLD89y304ZvX4mVhYVfw", "id": "7cSLD89y304ZvX4mVhYVfw", "name": "Tobeloved", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:7cSLD89y304ZvX4mVhYVfw", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3oKRxpszQKUjjaHz388fVA" }, "href": "https://api.spotify.com/v1/artists/3oKRxpszQKUjjaHz388fVA", "id": "3oKRxpszQKUjjaHz388fVA", "name": "Parcels", "type": "artist", "uri": "spotify:artist:3oKRxpszQKUjjaHz388fVA" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 241608, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6cjALjYTubXSbLRXrnCNgY" }, "href": "https://api.spotify.com/v1/tracks/6cjALjYTubXSbLRXrnCNgY", "id": "6cjALjYTubXSbLRXrnCNgY", "name": "Ifyoucall", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:6cjALjYTubXSbLRXrnCNgY", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3oKRxpszQKUjjaHz388fVA" }, "href": "https://api.spotify.com/v1/artists/3oKRxpszQKUjjaHz388fVA", "id": "3oKRxpszQKUjjaHz388fVA", "name": "Parcels", "type": "artist", "uri": "spotify:artist:3oKRxpszQKUjjaHz388fVA" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 276347, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0k6WMNaYENiEhseD7MAi4N" }, "href": "https://api.spotify.com/v1/tracks/0k6WMNaYENiEhseD7MAi4N", "id": "0k6WMNaYENiEhseD7MAi4N", "name": "Safeandsound", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:0k6WMNaYENiEhseD7MAi4N", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3oKRxpszQKUjjaHz388fVA" }, "href": "https://api.spotify.com/v1/artists/3oKRxpszQKUjjaHz388fVA", "id": "3oKRxpszQKUjjaHz388fVA", "name": "Parcels", "type": "artist", "uri": "spotify:artist:3oKRxpszQKUjjaHz388fVA" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 197703, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/02KWhwsDjIX8ZXgBgK9kOP" }, "href": "https://api.spotify.com/v1/tracks/02KWhwsDjIX8ZXgBgK9kOP", "id": "02KWhwsDjIX8ZXgBgK9kOP", "name": "Sorry", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:02KWhwsDjIX8ZXgBgK9kOP", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3oKRxpszQKUjjaHz388fVA" }, "href": "https://api.spotify.com/v1/artists/3oKRxpszQKUjjaHz388fVA", "id": "3oKRxpszQKUjjaHz388fVA", "name": "Parcels", "type": "artist", "uri": "spotify:artist:3oKRxpszQKUjjaHz388fVA" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 183462, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1eGYO1RzVRdphhWT86DSr9" }, "href": "https://api.spotify.com/v1/tracks/1eGYO1RzVRdphhWT86DSr9", "id": "1eGYO1RzVRdphhWT86DSr9", "name": "Yougotmefeeling", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:1eGYO1RzVRdphhWT86DSr9", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3oKRxpszQKUjjaHz388fVA" }, "href": "https://api.spotify.com/v1/artists/3oKRxpszQKUjjaHz388fVA", "id": "3oKRxpszQKUjjaHz388fVA", "name": "Parcels", "type": "artist", "uri": "spotify:artist:3oKRxpszQKUjjaHz388fVA" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 221343, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/07HZTpShoHhClfwKDEsvN5" }, "href": "https://api.spotify.com/v1/tracks/07HZTpShoHhClfwKDEsvN5", "id": "07HZTpShoHhClfwKDEsvN5", "name": "Leaves", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:07HZTpShoHhClfwKDEsvN5", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3oKRxpszQKUjjaHz388fVA" }, "href": "https://api.spotify.com/v1/artists/3oKRxpszQKUjjaHz388fVA", "id": "3oKRxpszQKUjjaHz388fVA", "name": "Parcels", "type": "artist", "uri": "spotify:artist:3oKRxpszQKUjjaHz388fVA" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 218683, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/0B36Bnz5XYl4plV4MpXSAg" }, "href": "https://api.spotify.com/v1/tracks/0B36Bnz5XYl4plV4MpXSAg", "id": "0B36Bnz5XYl4plV4MpXSAg", "name": "Everybodyelse", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:0B36Bnz5XYl4plV4MpXSAg", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3oKRxpszQKUjjaHz388fVA" }, "href": "https://api.spotify.com/v1/artists/3oKRxpszQKUjjaHz388fVA", "id": "3oKRxpszQKUjjaHz388fVA", "name": "Parcels", "type": "artist", "uri": "spotify:artist:3oKRxpszQKUjjaHz388fVA" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 271047, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7r4NrHM4w6tJystfMbse4C" }, "href": "https://api.spotify.com/v1/tracks/7r4NrHM4w6tJystfMbse4C", "id": "7r4NrHM4w6tJystfMbse4C", "name": "Summerinlove", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:7r4NrHM4w6tJystfMbse4C", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3oKRxpszQKUjjaHz388fVA" }, "href": "https://api.spotify.com/v1/artists/3oKRxpszQKUjjaHz388fVA", "id": "3oKRxpszQKUjjaHz388fVA", "name": "Parcels", "type": "artist", "uri": "spotify:artist:3oKRxpszQKUjjaHz388fVA" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 231490, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0NeYhtI2vLqaIpvYRQ7E5Y" }, "href": "https://api.spotify.com/v1/tracks/0NeYhtI2vLqaIpvYRQ7E5Y", "id": "0NeYhtI2vLqaIpvYRQ7E5Y", "name": "Leaveyourlove", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:0NeYhtI2vLqaIpvYRQ7E5Y", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3oKRxpszQKUjjaHz388fVA" }, "href": "https://api.spotify.com/v1/artists/3oKRxpszQKUjjaHz388fVA", "id": "3oKRxpszQKUjjaHz388fVA", "name": "Parcels", "type": "artist", "uri": "spotify:artist:3oKRxpszQKUjjaHz388fVA" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 171575, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7hiuxAwDEBlEil538YGffi" }, "href": "https://api.spotify.com/v1/tracks/7hiuxAwDEBlEil538YGffi", "id": "7hiuxAwDEBlEil538YGffi", "name": "Thinkaboutit", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:7hiuxAwDEBlEil538YGffi", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3oKRxpszQKUjjaHz388fVA" }, "href": "https://api.spotify.com/v1/artists/3oKRxpszQKUjjaHz388fVA", "id": "3oKRxpszQKUjjaHz388fVA", "name": "Parcels", "type": "artist", "uri": "spotify:artist:3oKRxpszQKUjjaHz388fVA" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 191925, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1Ded9EOaAthYQVOs9MwtCp" }, "href": "https://api.spotify.com/v1/tracks/1Ded9EOaAthYQVOs9MwtCp", "id": "1Ded9EOaAthYQVOs9MwtCp", "name": "Finallyover", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:1Ded9EOaAthYQVOs9MwtCp", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3oKRxpszQKUjjaHz388fVA" }, "href": "https://api.spotify.com/v1/artists/3oKRxpszQKUjjaHz388fVA", "id": "3oKRxpszQKUjjaHz388fVA", "name": "Parcels", "type": "artist", "uri": "spotify:artist:3oKRxpszQKUjjaHz388fVA" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 302895, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4LpNkTXEHMktM6cj6DV12i" }, "href": "https://api.spotify.com/v1/tracks/4LpNkTXEHMktM6cj6DV12i", "id": "4LpNkTXEHMktM6cj6DV12i", "name": "Iwanttobeyourlightagain", "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:4LpNkTXEHMktM6cj6DV12i", "is_local": false } ] }, "copyrights": [ { "text": "2025 PARCELS MUSIC GBR under exclusive License to Because Music SAS", "type": "C" }, { "text": "2025 PARCELS MUSIC GBR under exclusive License to Because Music SAS", "type": "P" } ], "external_ids": { "upc": "5056556160120" }, "genres": [], "label": "PARCELS MUSIC", "popularity": 66 } }, { "added_at": "2025-06-05T11:00:00Z", "album": { "album_type": "album", "total_tracks": 9, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3My0taql4cY6yHpY1bZILJ" }, "href": "https://api.spotify.com/v1/albums/3My0taql4cY6yHpY1bZILJ", "id": "3My0taql4cY6yHpY1bZILJ", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273c4d3f5ed3a7a2f3e8854e76c", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02c4d3f5ed3a7a2f3e8854e76c", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851c4d3f5ed3a7a2f3e8854e76c", "height": 64, "width": 64 } ], "name": "Revelation", "release_date": "2025-06-06", "release_date_precision": "day", "type": "album", "uri": "spotify:album:3My0taql4cY6yHpY1bZILJ", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2x7EATekOPhFGRx3syMGEC" }, "href": "https://api.spotify.com/v1/artists/2x7EATekOPhFGRx3syMGEC", "id": "2x7EATekOPhFGRx3syMGEC", "name": "The Knocks", "type": "artist", "uri": "spotify:artist:2x7EATekOPhFGRx3syMGEC" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4GLJPBj5Cdr9AgLKvLWM4n" }, "href": "https://api.spotify.com/v1/artists/4GLJPBj5Cdr9AgLKvLWM4n", "id": "4GLJPBj5Cdr9AgLKvLWM4n", "name": "Dragonette", "type": "artist", "uri": "spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/3My0taql4cY6yHpY1bZILJ/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 9, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2x7EATekOPhFGRx3syMGEC" }, "href": "https://api.spotify.com/v1/artists/2x7EATekOPhFGRx3syMGEC", "id": "2x7EATekOPhFGRx3syMGEC", "name": "The Knocks", "type": "artist", "uri": "spotify:artist:2x7EATekOPhFGRx3syMGEC" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4GLJPBj5Cdr9AgLKvLWM4n" }, "href": "https://api.spotify.com/v1/artists/4GLJPBj5Cdr9AgLKvLWM4n", "id": "4GLJPBj5Cdr9AgLKvLWM4n", "name": "Dragonette", "type": "artist", "uri": "spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 253862, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6TCOOuqsger70LEZUXGrFG" }, "href": "https://api.spotify.com/v1/tracks/6TCOOuqsger70LEZUXGrFG", "id": "6TCOOuqsger70LEZUXGrFG", "name": "Revelation", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:6TCOOuqsger70LEZUXGrFG", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2x7EATekOPhFGRx3syMGEC" }, "href": "https://api.spotify.com/v1/artists/2x7EATekOPhFGRx3syMGEC", "id": "2x7EATekOPhFGRx3syMGEC", "name": "The Knocks", "type": "artist", "uri": "spotify:artist:2x7EATekOPhFGRx3syMGEC" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4GLJPBj5Cdr9AgLKvLWM4n" }, "href": "https://api.spotify.com/v1/artists/4GLJPBj5Cdr9AgLKvLWM4n", "id": "4GLJPBj5Cdr9AgLKvLWM4n", "name": "Dragonette", "type": "artist", "uri": "spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 205611, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0Upay8wgPd30hQPjeWXHOC" }, "href": "https://api.spotify.com/v1/tracks/0Upay8wgPd30hQPjeWXHOC", "id": "0Upay8wgPd30hQPjeWXHOC", "name": "Love Me Alive", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:0Upay8wgPd30hQPjeWXHOC", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2x7EATekOPhFGRx3syMGEC" }, "href": "https://api.spotify.com/v1/artists/2x7EATekOPhFGRx3syMGEC", "id": "2x7EATekOPhFGRx3syMGEC", "name": "The Knocks", "type": "artist", "uri": "spotify:artist:2x7EATekOPhFGRx3syMGEC" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4GLJPBj5Cdr9AgLKvLWM4n" }, "href": "https://api.spotify.com/v1/artists/4GLJPBj5Cdr9AgLKvLWM4n", "id": "4GLJPBj5Cdr9AgLKvLWM4n", "name": "Dragonette", "type": "artist", "uri": "spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 161862, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5eX3Laj9b0V3HjkEBwrXmq" }, "href": "https://api.spotify.com/v1/tracks/5eX3Laj9b0V3HjkEBwrXmq", "id": "5eX3Laj9b0V3HjkEBwrXmq", "name": "Foolish Pleasure", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:5eX3Laj9b0V3HjkEBwrXmq", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2x7EATekOPhFGRx3syMGEC" }, "href": "https://api.spotify.com/v1/artists/2x7EATekOPhFGRx3syMGEC", "id": "2x7EATekOPhFGRx3syMGEC", "name": "The Knocks", "type": "artist", "uri": "spotify:artist:2x7EATekOPhFGRx3syMGEC" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4GLJPBj5Cdr9AgLKvLWM4n" }, "href": "https://api.spotify.com/v1/artists/4GLJPBj5Cdr9AgLKvLWM4n", "id": "4GLJPBj5Cdr9AgLKvLWM4n", "name": "Dragonette", "type": "artist", "uri": "spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 227493, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6yE7Ch3CLPFvMl9m9ZqAYK" }, "href": "https://api.spotify.com/v1/tracks/6yE7Ch3CLPFvMl9m9ZqAYK", "id": "6yE7Ch3CLPFvMl9m9ZqAYK", "name": "The Hero", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:6yE7Ch3CLPFvMl9m9ZqAYK", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2x7EATekOPhFGRx3syMGEC" }, "href": "https://api.spotify.com/v1/artists/2x7EATekOPhFGRx3syMGEC", "id": "2x7EATekOPhFGRx3syMGEC", "name": "The Knocks", "type": "artist", "uri": "spotify:artist:2x7EATekOPhFGRx3syMGEC" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4GLJPBj5Cdr9AgLKvLWM4n" }, "href": "https://api.spotify.com/v1/artists/4GLJPBj5Cdr9AgLKvLWM4n", "id": "4GLJPBj5Cdr9AgLKvLWM4n", "name": "Dragonette", "type": "artist", "uri": "spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 85001, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1OZ2Fh8I2xKWgQgk9DNi6L" }, "href": "https://api.spotify.com/v1/tracks/1OZ2Fh8I2xKWgQgk9DNi6L", "id": "1OZ2Fh8I2xKWgQgk9DNi6L", "name": "Keynote", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:1OZ2Fh8I2xKWgQgk9DNi6L", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2x7EATekOPhFGRx3syMGEC" }, "href": "https://api.spotify.com/v1/artists/2x7EATekOPhFGRx3syMGEC", "id": "2x7EATekOPhFGRx3syMGEC", "name": "The Knocks", "type": "artist", "uri": "spotify:artist:2x7EATekOPhFGRx3syMGEC" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4GLJPBj5Cdr9AgLKvLWM4n" }, "href": "https://api.spotify.com/v1/artists/4GLJPBj5Cdr9AgLKvLWM4n", "id": "4GLJPBj5Cdr9AgLKvLWM4n", "name": "Dragonette", "type": "artist", "uri": "spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 198496, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/12txrzwhdCu0DhlEMrKBxw" }, "href": "https://api.spotify.com/v1/tracks/12txrzwhdCu0DhlEMrKBxw", "id": "12txrzwhdCu0DhlEMrKBxw", "name": "Friday Night", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:12txrzwhdCu0DhlEMrKBxw", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2x7EATekOPhFGRx3syMGEC" }, "href": "https://api.spotify.com/v1/artists/2x7EATekOPhFGRx3syMGEC", "id": "2x7EATekOPhFGRx3syMGEC", "name": "The Knocks", "type": "artist", "uri": "spotify:artist:2x7EATekOPhFGRx3syMGEC" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4GLJPBj5Cdr9AgLKvLWM4n" }, "href": "https://api.spotify.com/v1/artists/4GLJPBj5Cdr9AgLKvLWM4n", "id": "4GLJPBj5Cdr9AgLKvLWM4n", "name": "Dragonette", "type": "artist", "uri": "spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 189347, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4wjxlsdGrze9UxCWngBfHS" }, "href": "https://api.spotify.com/v1/tracks/4wjxlsdGrze9UxCWngBfHS", "id": "4wjxlsdGrze9UxCWngBfHS", "name": "Dreams", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:4wjxlsdGrze9UxCWngBfHS", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2x7EATekOPhFGRx3syMGEC" }, "href": "https://api.spotify.com/v1/artists/2x7EATekOPhFGRx3syMGEC", "id": "2x7EATekOPhFGRx3syMGEC", "name": "The Knocks", "type": "artist", "uri": "spotify:artist:2x7EATekOPhFGRx3syMGEC" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4GLJPBj5Cdr9AgLKvLWM4n" }, "href": "https://api.spotify.com/v1/artists/4GLJPBj5Cdr9AgLKvLWM4n", "id": "4GLJPBj5Cdr9AgLKvLWM4n", "name": "Dragonette", "type": "artist", "uri": "spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 201440, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/60wP1IkIYps6MS3tS6Usl3" }, "href": "https://api.spotify.com/v1/tracks/60wP1IkIYps6MS3tS6Usl3", "id": "60wP1IkIYps6MS3tS6Usl3", "name": "Thorn", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:60wP1IkIYps6MS3tS6Usl3", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2x7EATekOPhFGRx3syMGEC" }, "href": "https://api.spotify.com/v1/artists/2x7EATekOPhFGRx3syMGEC", "id": "2x7EATekOPhFGRx3syMGEC", "name": "The Knocks", "type": "artist", "uri": "spotify:artist:2x7EATekOPhFGRx3syMGEC" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4GLJPBj5Cdr9AgLKvLWM4n" }, "href": "https://api.spotify.com/v1/artists/4GLJPBj5Cdr9AgLKvLWM4n", "id": "4GLJPBj5Cdr9AgLKvLWM4n", "name": "Dragonette", "type": "artist", "uri": "spotify:artist:4GLJPBj5Cdr9AgLKvLWM4n" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 181645, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/63GJGxmjnfkBkdqgbH7gE2" }, "href": "https://api.spotify.com/v1/tracks/63GJGxmjnfkBkdqgbH7gE2", "id": "63GJGxmjnfkBkdqgbH7gE2", "name": "Let My Love Open The Door", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:63GJGxmjnfkBkdqgbH7gE2", "is_local": false } ] }, "copyrights": [ { "text": "\u00a9 2025 Neon Gold Records", "type": "C" }, { "text": "\u2117 2025 Neon Gold Records", "type": "P" } ], "external_ids": { "upc": "198704340437" }, "genres": [], "label": "Neon Gold", "popularity": 42 } }, { "added_at": "2025-06-02T10:11:04Z", "album": { "album_type": "album", "total_tracks": 25, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/78Wcqh7ygPyANYSd8kn5PG" }, "href": "https://api.spotify.com/v1/albums/78Wcqh7ygPyANYSd8kn5PG", "id": "78Wcqh7ygPyANYSd8kn5PG", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273a2e2bfe27469ef8067aa4560", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02a2e2bfe27469ef8067aa4560", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851a2e2bfe27469ef8067aa4560", "height": 64, "width": 64 } ], "name": "Bitters\u00fc\u00df (Baller Deluxe)", "release_date": "2025-05-16", "release_date_precision": "day", "type": "album", "uri": "spotify:album:78Wcqh7ygPyANYSd8kn5PG", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/78Wcqh7ygPyANYSd8kn5PG/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 25, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 212893, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4yDBSqz5fHkR1uZBEdMu4C" }, "href": "https://api.spotify.com/v1/tracks/4yDBSqz5fHkR1uZBEdMu4C", "id": "4yDBSqz5fHkR1uZBEdMu4C", "name": "Parallele Linien", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4yDBSqz5fHkR1uZBEdMu4C", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 150521, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3P4p3ihEEV63gnXh1QYbHu" }, "href": "https://api.spotify.com/v1/tracks/3P4p3ihEEV63gnXh1QYbHu", "id": "3P4p3ihEEV63gnXh1QYbHu", "name": "Psst", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:3P4p3ihEEV63gnXh1QYbHu", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 174933, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/7Dck7yNBesHT3bINWqGuJj" }, "href": "https://api.spotify.com/v1/tracks/7Dck7yNBesHT3bINWqGuJj", "id": "7Dck7yNBesHT3bINWqGuJj", "name": "Engel in Jeans", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:7Dck7yNBesHT3bINWqGuJj", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 140526, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/1wGXOlPZRHL2BxOwHCggFz" }, "href": "https://api.spotify.com/v1/tracks/1wGXOlPZRHL2BxOwHCggFz", "id": "1wGXOlPZRHL2BxOwHCggFz", "name": "Coco Taxi", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:1wGXOlPZRHL2BxOwHCggFz", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 149011, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7cRv3ualjFncyPnjM5hzXw" }, "href": "https://api.spotify.com/v1/tracks/7cRv3ualjFncyPnjM5hzXw", "id": "7cRv3ualjFncyPnjM5hzXw", "name": "Seifenblasen", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:7cRv3ualjFncyPnjM5hzXw", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 141078, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1QhASlLdyCTimVl2b0jQZ1" }, "href": "https://api.spotify.com/v1/tracks/1QhASlLdyCTimVl2b0jQZ1", "id": "1QhASlLdyCTimVl2b0jQZ1", "name": "Mama", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:1QhASlLdyCTimVl2b0jQZ1", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 182200, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5QSHWxxZRZFTUgwjMl3enO" }, "href": "https://api.spotify.com/v1/tracks/5QSHWxxZRZFTUgwjMl3enO", "id": "5QSHWxxZRZFTUgwjMl3enO", "name": "Babylon", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:5QSHWxxZRZFTUgwjMl3enO", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 155876, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/36wvHXuSxjcFFrUYQ7p651" }, "href": "https://api.spotify.com/v1/tracks/36wvHXuSxjcFFrUYQ7p651", "id": "36wvHXuSxjcFFrUYQ7p651", "name": "Guess What I Like", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:36wvHXuSxjcFFrUYQ7p651", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 151893, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7uX5nGsuQtviIx5bbGK2c2" }, "href": "https://api.spotify.com/v1/tracks/7uX5nGsuQtviIx5bbGK2c2", "id": "7uX5nGsuQtviIx5bbGK2c2", "name": "Katana", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:7uX5nGsuQtviIx5bbGK2c2", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 139800, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/265NTGkEQbGThMjjcvhwfS" }, "href": "https://api.spotify.com/v1/tracks/265NTGkEQbGThMjjcvhwfS", "id": "265NTGkEQbGThMjjcvhwfS", "name": "Mona Lisa", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:265NTGkEQbGThMjjcvhwfS", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 183893, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7a4s38cE2CYh6qAtWWiMcs" }, "href": "https://api.spotify.com/v1/tracks/7a4s38cE2CYh6qAtWWiMcs", "id": "7a4s38cE2CYh6qAtWWiMcs", "name": "Winnetou", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:7a4s38cE2CYh6qAtWWiMcs", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 159493, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/08HAsedFOMxs7NETNXPZ3K" }, "href": "https://api.spotify.com/v1/tracks/08HAsedFOMxs7NETNXPZ3K", "id": "08HAsedFOMxs7NETNXPZ3K", "name": "Baller", "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:08HAsedFOMxs7NETNXPZ3K", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 152560, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1xGvgqekFRzNkgAtKsHXu8" }, "href": "https://api.spotify.com/v1/tracks/1xGvgqekFRzNkgAtKsHXu8", "id": "1xGvgqekFRzNkgAtKsHXu8", "name": "Tan Lines", "preview_url": null, "track_number": 13, "type": "track", "uri": "spotify:track:1xGvgqekFRzNkgAtKsHXu8", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 136557, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0VYrYHPDPVv0fjdojYEMAc" }, "href": "https://api.spotify.com/v1/tracks/0VYrYHPDPVv0fjdojYEMAc", "id": "0VYrYHPDPVv0fjdojYEMAc", "name": "K\u00fcsschen", "preview_url": null, "track_number": 14, "type": "track", "uri": "spotify:track:0VYrYHPDPVv0fjdojYEMAc", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 171346, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5vn3t4X7Q8rCAa5Lfd07XW" }, "href": "https://api.spotify.com/v1/tracks/5vn3t4X7Q8rCAa5Lfd07XW", "id": "5vn3t4X7Q8rCAa5Lfd07XW", "name": "Karussell", "preview_url": null, "track_number": 15, "type": "track", "uri": "spotify:track:5vn3t4X7Q8rCAa5Lfd07XW", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 202224, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/4KyZHk9EM6CXGrKeI26ihf" }, "href": "https://api.spotify.com/v1/tracks/4KyZHk9EM6CXGrKeI26ihf", "id": "4KyZHk9EM6CXGrKeI26ihf", "name": "Songs gehasst", "preview_url": null, "track_number": 16, "type": "track", "uri": "spotify:track:4KyZHk9EM6CXGrKeI26ihf", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 175986, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3DTGOe9oWi4NwNNF8jeQt0" }, "href": "https://api.spotify.com/v1/tracks/3DTGOe9oWi4NwNNF8jeQt0", "id": "3DTGOe9oWi4NwNNF8jeQt0", "name": "Rotk\u00e4ppchen", "preview_url": null, "track_number": 17, "type": "track", "uri": "spotify:track:3DTGOe9oWi4NwNNF8jeQt0", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 144880, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2yhWwMSeUzFJiQcca4mdbh" }, "href": "https://api.spotify.com/v1/tracks/2yhWwMSeUzFJiQcca4mdbh", "id": "2yhWwMSeUzFJiQcca4mdbh", "name": "Winnetou - Acoustic Version", "preview_url": null, "track_number": 18, "type": "track", "uri": "spotify:track:2yhWwMSeUzFJiQcca4mdbh", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 186466, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4IitBXra1xiNAFqYU1YFp8" }, "href": "https://api.spotify.com/v1/tracks/4IitBXra1xiNAFqYU1YFp8", "id": "4IitBXra1xiNAFqYU1YFp8", "name": "Parallele Linien - Acoustic Version", "preview_url": null, "track_number": 19, "type": "track", "uri": "spotify:track:4IitBXra1xiNAFqYU1YFp8", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 221586, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1slJAXwnqcsjbf3dvSK3ZI" }, "href": "https://api.spotify.com/v1/tracks/1slJAXwnqcsjbf3dvSK3ZI", "id": "1slJAXwnqcsjbf3dvSK3ZI", "name": "Baller - Acoustic Version", "preview_url": null, "track_number": 20, "type": "track", "uri": "spotify:track:1slJAXwnqcsjbf3dvSK3ZI", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 219560, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5OEn3AZguWzPiz7PaxgfJI" }, "href": "https://api.spotify.com/v1/tracks/5OEn3AZguWzPiz7PaxgfJI", "id": "5OEn3AZguWzPiz7PaxgfJI", "name": "Baller - Acoustic Hungarian Version", "preview_url": null, "track_number": 21, "type": "track", "uri": "spotify:track:5OEn3AZguWzPiz7PaxgfJI", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 180000, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7eXtpvQa9PEF7d2I3PnECW" }, "href": "https://api.spotify.com/v1/tracks/7eXtpvQa9PEF7d2I3PnECW", "id": "7eXtpvQa9PEF7d2I3PnECW", "name": "Baller - Eurovision Mix", "preview_url": null, "track_number": 22, "type": "track", "uri": "spotify:track:7eXtpvQa9PEF7d2I3PnECW", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 158933, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6Cyi6njkifIohvyFNKZivX" }, "href": "https://api.spotify.com/v1/tracks/6Cyi6njkifIohvyFNKZivX", "id": "6Cyi6njkifIohvyFNKZivX", "name": "Baller - Karaoke Version", "preview_url": null, "track_number": 23, "type": "track", "uri": "spotify:track:6Cyi6njkifIohvyFNKZivX", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 175626, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0Dv67yeONf1kE0qHQim1bR" }, "href": "https://api.spotify.com/v1/tracks/0Dv67yeONf1kE0qHQim1bR", "id": "0Dv67yeONf1kE0qHQim1bR", "name": "Baller - Abor Remix", "preview_url": null, "track_number": 24, "type": "track", "uri": "spotify:track:0Dv67yeONf1kE0qHQim1bR", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5wxw2CQKTIOSkPFJbTYVzl" }, "href": "https://api.spotify.com/v1/artists/5wxw2CQKTIOSkPFJbTYVzl", "id": "5wxw2CQKTIOSkPFJbTYVzl", "name": "nowifi", "type": "artist", "uri": "spotify:artist:5wxw2CQKTIOSkPFJbTYVzl" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 167183, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1v7J9ZAxKqbuLpvMciORtw" }, "href": "https://api.spotify.com/v1/tracks/1v7J9ZAxKqbuLpvMciORtw", "id": "1v7J9ZAxKqbuLpvMciORtw", "name": "Baller - nowifi Remix", "preview_url": null, "track_number": 25, "type": "track", "uri": "spotify:track:1v7J9ZAxKqbuLpvMciORtw", "is_local": false } ] }, "copyrights": [ { "text": "(P) 2025 Jive Germany a division of Sony Music Entertainment Germany GmbH", "type": "P" } ], "external_ids": { "upc": "196872930788" }, "genres": [], "label": "Jive", "popularity": 43 } }, { "added_at": "2025-04-24T11:00:00Z", "album": { "album_type": "album", "total_tracks": 11, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4zWfJm5YZnk7ML3mRRi0Xo" }, "href": "https://api.spotify.com/v1/albums/4zWfJm5YZnk7ML3mRRi0Xo", "id": "4zWfJm5YZnk7ML3mRRi0Xo", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273818831d1d40b4b5a53a70714", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02818831d1d40b4b5a53a70714", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851818831d1d40b4b5a53a70714", "height": 64, "width": 64 } ], "name": "Sadgirl", "release_date": "2025-04-25", "release_date_precision": "day", "type": "album", "uri": "spotify:album:4zWfJm5YZnk7ML3mRRi0Xo", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2z6JjrrJKNLilqlx8mlxcc" }, "href": "https://api.spotify.com/v1/artists/2z6JjrrJKNLilqlx8mlxcc", "id": "2z6JjrrJKNLilqlx8mlxcc", "name": "Litany", "type": "artist", "uri": "spotify:artist:2z6JjrrJKNLilqlx8mlxcc" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/4zWfJm5YZnk7ML3mRRi0Xo/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 11, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2z6JjrrJKNLilqlx8mlxcc" }, "href": "https://api.spotify.com/v1/artists/2z6JjrrJKNLilqlx8mlxcc", "id": "2z6JjrrJKNLilqlx8mlxcc", "name": "Litany", "type": "artist", "uri": "spotify:artist:2z6JjrrJKNLilqlx8mlxcc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 173197, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3jowQzeDQU4dIAKQg7ahXh" }, "href": "https://api.spotify.com/v1/tracks/3jowQzeDQU4dIAKQg7ahXh", "id": "3jowQzeDQU4dIAKQg7ahXh", "name": "Vertigo", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:3jowQzeDQU4dIAKQg7ahXh", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2z6JjrrJKNLilqlx8mlxcc" }, "href": "https://api.spotify.com/v1/artists/2z6JjrrJKNLilqlx8mlxcc", "id": "2z6JjrrJKNLilqlx8mlxcc", "name": "Litany", "type": "artist", "uri": "spotify:artist:2z6JjrrJKNLilqlx8mlxcc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 168837, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5f2nYBpaCRJ7rFUplXbn3g" }, "href": "https://api.spotify.com/v1/tracks/5f2nYBpaCRJ7rFUplXbn3g", "id": "5f2nYBpaCRJ7rFUplXbn3g", "name": "Sadgirl", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:5f2nYBpaCRJ7rFUplXbn3g", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2z6JjrrJKNLilqlx8mlxcc" }, "href": "https://api.spotify.com/v1/artists/2z6JjrrJKNLilqlx8mlxcc", "id": "2z6JjrrJKNLilqlx8mlxcc", "name": "Litany", "type": "artist", "uri": "spotify:artist:2z6JjrrJKNLilqlx8mlxcc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 169015, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/7CCwnjE3M1Xe9Jo95my7nh" }, "href": "https://api.spotify.com/v1/tracks/7CCwnjE3M1Xe9Jo95my7nh", "id": "7CCwnjE3M1Xe9Jo95my7nh", "name": "Jelly Tot", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:7CCwnjE3M1Xe9Jo95my7nh", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2z6JjrrJKNLilqlx8mlxcc" }, "href": "https://api.spotify.com/v1/artists/2z6JjrrJKNLilqlx8mlxcc", "id": "2z6JjrrJKNLilqlx8mlxcc", "name": "Litany", "type": "artist", "uri": "spotify:artist:2z6JjrrJKNLilqlx8mlxcc" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6NvsbUgzHkjZK3ZUEWui41" }, "href": "https://api.spotify.com/v1/artists/6NvsbUgzHkjZK3ZUEWui41", "id": "6NvsbUgzHkjZK3ZUEWui41", "name": "Kai Bosch", "type": "artist", "uri": "spotify:artist:6NvsbUgzHkjZK3ZUEWui41" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 185240, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3BpnmRfLj1jmc3yGl2VnsU" }, "href": "https://api.spotify.com/v1/tracks/3BpnmRfLj1jmc3yGl2VnsU", "id": "3BpnmRfLj1jmc3yGl2VnsU", "name": "Hello, Anxiety", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:3BpnmRfLj1jmc3yGl2VnsU", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2z6JjrrJKNLilqlx8mlxcc" }, "href": "https://api.spotify.com/v1/artists/2z6JjrrJKNLilqlx8mlxcc", "id": "2z6JjrrJKNLilqlx8mlxcc", "name": "Litany", "type": "artist", "uri": "spotify:artist:2z6JjrrJKNLilqlx8mlxcc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 131641, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5hCKmWQaypyWXpUrkN1V43" }, "href": "https://api.spotify.com/v1/tracks/5hCKmWQaypyWXpUrkN1V43", "id": "5hCKmWQaypyWXpUrkN1V43", "name": "I Need a Man", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:5hCKmWQaypyWXpUrkN1V43", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2z6JjrrJKNLilqlx8mlxcc" }, "href": "https://api.spotify.com/v1/artists/2z6JjrrJKNLilqlx8mlxcc", "id": "2z6JjrrJKNLilqlx8mlxcc", "name": "Litany", "type": "artist", "uri": "spotify:artist:2z6JjrrJKNLilqlx8mlxcc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 195192, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/7aDc1BsrCR6qArZ5opHGSB" }, "href": "https://api.spotify.com/v1/tracks/7aDc1BsrCR6qArZ5opHGSB", "id": "7aDc1BsrCR6qArZ5opHGSB", "name": "Liar Liar", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:7aDc1BsrCR6qArZ5opHGSB", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2z6JjrrJKNLilqlx8mlxcc" }, "href": "https://api.spotify.com/v1/artists/2z6JjrrJKNLilqlx8mlxcc", "id": "2z6JjrrJKNLilqlx8mlxcc", "name": "Litany", "type": "artist", "uri": "spotify:artist:2z6JjrrJKNLilqlx8mlxcc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 220948, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1GtFbMSPJV0cr7P7T51tou" }, "href": "https://api.spotify.com/v1/tracks/1GtFbMSPJV0cr7P7T51tou", "id": "1GtFbMSPJV0cr7P7T51tou", "name": "Kingpin", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:1GtFbMSPJV0cr7P7T51tou", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2z6JjrrJKNLilqlx8mlxcc" }, "href": "https://api.spotify.com/v1/artists/2z6JjrrJKNLilqlx8mlxcc", "id": "2z6JjrrJKNLilqlx8mlxcc", "name": "Litany", "type": "artist", "uri": "spotify:artist:2z6JjrrJKNLilqlx8mlxcc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 189183, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1YI5taPXjg9yX8DdjTcNxT" }, "href": "https://api.spotify.com/v1/tracks/1YI5taPXjg9yX8DdjTcNxT", "id": "1YI5taPXjg9yX8DdjTcNxT", "name": "Future Us", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:1YI5taPXjg9yX8DdjTcNxT", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2z6JjrrJKNLilqlx8mlxcc" }, "href": "https://api.spotify.com/v1/artists/2z6JjrrJKNLilqlx8mlxcc", "id": "2z6JjrrJKNLilqlx8mlxcc", "name": "Litany", "type": "artist", "uri": "spotify:artist:2z6JjrrJKNLilqlx8mlxcc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 172079, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7gdDCxXKSLh1hFI95rQtfs" }, "href": "https://api.spotify.com/v1/tracks/7gdDCxXKSLh1hFI95rQtfs", "id": "7gdDCxXKSLh1hFI95rQtfs", "name": "American Dream", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:7gdDCxXKSLh1hFI95rQtfs", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2z6JjrrJKNLilqlx8mlxcc" }, "href": "https://api.spotify.com/v1/artists/2z6JjrrJKNLilqlx8mlxcc", "id": "2z6JjrrJKNLilqlx8mlxcc", "name": "Litany", "type": "artist", "uri": "spotify:artist:2z6JjrrJKNLilqlx8mlxcc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 190568, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6GqOX1HgsKNF3tNa7mO1Sa" }, "href": "https://api.spotify.com/v1/tracks/6GqOX1HgsKNF3tNa7mO1Sa", "id": "6GqOX1HgsKNF3tNa7mO1Sa", "name": "Jean (Two Ships)", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:6GqOX1HgsKNF3tNa7mO1Sa", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2z6JjrrJKNLilqlx8mlxcc" }, "href": "https://api.spotify.com/v1/artists/2z6JjrrJKNLilqlx8mlxcc", "id": "2z6JjrrJKNLilqlx8mlxcc", "name": "Litany", "type": "artist", "uri": "spotify:artist:2z6JjrrJKNLilqlx8mlxcc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 197739, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/38TssrSNLgbJXidJ07VtFl" }, "href": "https://api.spotify.com/v1/tracks/38TssrSNLgbJXidJ07VtFl", "id": "38TssrSNLgbJXidJ07VtFl", "name": "Alright", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:38TssrSNLgbJXidJ07VtFl", "is_local": false } ] }, "copyrights": [ { "text": "2025 Litany under exclusive license to Nettwerk Music Group Inc.", "type": "C" }, { "text": "2025 Litany under exclusive license to Nettwerk Music Group Inc.", "type": "P" } ], "external_ids": { "upc": "067003168052" }, "genres": [], "label": "Nettwerk Music Group", "popularity": 24 } }, { "added_at": "2024-10-17T22:00:00Z", "album": { "album_type": "album", "total_tracks": 12, "available_markets": [ "AR", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6mEZu9pcOyIcUSmWTofkaj" }, "href": "https://api.spotify.com/v1/albums/6mEZu9pcOyIcUSmWTofkaj", "id": "6mEZu9pcOyIcUSmWTofkaj", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273eb7e716f9775588178a8abe5", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02eb7e716f9775588178a8abe5", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851eb7e716f9775588178a8abe5", "height": 64, "width": 64 } ], "name": "3AM (LA LA LA)", "release_date": "2024-10-18", "release_date_precision": "day", "type": "album", "uri": "spotify:album:6mEZu9pcOyIcUSmWTofkaj", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0RwXnFrEoI8tltFvYpJgP6" }, "href": "https://api.spotify.com/v1/artists/0RwXnFrEoI8tltFvYpJgP6", "id": "0RwXnFrEoI8tltFvYpJgP6", "name": "Confidence Man", "type": "artist", "uri": "spotify:artist:0RwXnFrEoI8tltFvYpJgP6" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/6mEZu9pcOyIcUSmWTofkaj/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 12, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0RwXnFrEoI8tltFvYpJgP6" }, "href": "https://api.spotify.com/v1/artists/0RwXnFrEoI8tltFvYpJgP6", "id": "0RwXnFrEoI8tltFvYpJgP6", "name": "Confidence Man", "type": "artist", "uri": "spotify:artist:0RwXnFrEoI8tltFvYpJgP6" } ], "available_markets": [ "AR", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 215221, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1qVq8dBvDdpz6WhZcaGxy5" }, "href": "https://api.spotify.com/v1/tracks/1qVq8dBvDdpz6WhZcaGxy5", "id": "1qVq8dBvDdpz6WhZcaGxy5", "name": "WHO KNOWS WHAT YOU\u2019LL FIND?", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:1qVq8dBvDdpz6WhZcaGxy5", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0RwXnFrEoI8tltFvYpJgP6" }, "href": "https://api.spotify.com/v1/artists/0RwXnFrEoI8tltFvYpJgP6", "id": "0RwXnFrEoI8tltFvYpJgP6", "name": "Confidence Man", "type": "artist", "uri": "spotify:artist:0RwXnFrEoI8tltFvYpJgP6" } ], "available_markets": [ "AR", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 155343, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4LJOC3L3wmOqX7jxC7DNTb" }, "href": "https://api.spotify.com/v1/tracks/4LJOC3L3wmOqX7jxC7DNTb", "id": "4LJOC3L3wmOqX7jxC7DNTb", "name": "I CAN\u2019T LOSE YOU", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:4LJOC3L3wmOqX7jxC7DNTb", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0RwXnFrEoI8tltFvYpJgP6" }, "href": "https://api.spotify.com/v1/artists/0RwXnFrEoI8tltFvYpJgP6", "id": "0RwXnFrEoI8tltFvYpJgP6", "name": "Confidence Man", "type": "artist", "uri": "spotify:artist:0RwXnFrEoI8tltFvYpJgP6" } ], "available_markets": [ "AR", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 224833, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0dIwVz7r4zpaZ3Yw2nU5We" }, "href": "https://api.spotify.com/v1/tracks/0dIwVz7r4zpaZ3Yw2nU5We", "id": "0dIwVz7r4zpaZ3Yw2nU5We", "name": "CONTROL", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:0dIwVz7r4zpaZ3Yw2nU5We", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0RwXnFrEoI8tltFvYpJgP6" }, "href": "https://api.spotify.com/v1/artists/0RwXnFrEoI8tltFvYpJgP6", "id": "0RwXnFrEoI8tltFvYpJgP6", "name": "Confidence Man", "type": "artist", "uri": "spotify:artist:0RwXnFrEoI8tltFvYpJgP6" } ], "available_markets": [ "AR", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 195929, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6ZmKtSbuCPrRWhrMltR3Pc" }, "href": "https://api.spotify.com/v1/tracks/6ZmKtSbuCPrRWhrMltR3Pc", "id": "6ZmKtSbuCPrRWhrMltR3Pc", "name": "SO WHAT", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:6ZmKtSbuCPrRWhrMltR3Pc", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0RwXnFrEoI8tltFvYpJgP6" }, "href": "https://api.spotify.com/v1/artists/0RwXnFrEoI8tltFvYpJgP6", "id": "0RwXnFrEoI8tltFvYpJgP6", "name": "Confidence Man", "type": "artist", "uri": "spotify:artist:0RwXnFrEoI8tltFvYpJgP6" } ], "available_markets": [ "AR", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 213794, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/1s4f5ImHiBmm9OzgGRSLw3" }, "href": "https://api.spotify.com/v1/tracks/1s4f5ImHiBmm9OzgGRSLw3", "id": "1s4f5ImHiBmm9OzgGRSLw3", "name": "BREAKBEAT", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:1s4f5ImHiBmm9OzgGRSLw3", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0RwXnFrEoI8tltFvYpJgP6" }, "href": "https://api.spotify.com/v1/artists/0RwXnFrEoI8tltFvYpJgP6", "id": "0RwXnFrEoI8tltFvYpJgP6", "name": "Confidence Man", "type": "artist", "uri": "spotify:artist:0RwXnFrEoI8tltFvYpJgP6" } ], "available_markets": [ "AR", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 379101, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/07Znaf6hyuAoxiqPXYC58L" }, "href": "https://api.spotify.com/v1/tracks/07Znaf6hyuAoxiqPXYC58L", "id": "07Znaf6hyuAoxiqPXYC58L", "name": "SICKO", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:07Znaf6hyuAoxiqPXYC58L", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0RwXnFrEoI8tltFvYpJgP6" }, "href": "https://api.spotify.com/v1/artists/0RwXnFrEoI8tltFvYpJgP6", "id": "0RwXnFrEoI8tltFvYpJgP6", "name": "Confidence Man", "type": "artist", "uri": "spotify:artist:0RwXnFrEoI8tltFvYpJgP6" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0iUw5KL7NRlfKK3tZJNK9b" }, "href": "https://api.spotify.com/v1/artists/0iUw5KL7NRlfKK3tZJNK9b", "id": "0iUw5KL7NRlfKK3tZJNK9b", "name": "Sweetie Irie", "type": "artist", "uri": "spotify:artist:0iUw5KL7NRlfKK3tZJNK9b" } ], "available_markets": [ "AR", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 251537, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3PISUiCZILLzJJSp3c3GhE" }, "href": "https://api.spotify.com/v1/tracks/3PISUiCZILLzJJSp3c3GhE", "id": "3PISUiCZILLzJJSp3c3GhE", "name": "REAL MOVE TOUCH", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:3PISUiCZILLzJJSp3c3GhE", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0RwXnFrEoI8tltFvYpJgP6" }, "href": "https://api.spotify.com/v1/artists/0RwXnFrEoI8tltFvYpJgP6", "id": "0RwXnFrEoI8tltFvYpJgP6", "name": "Confidence Man", "type": "artist", "uri": "spotify:artist:0RwXnFrEoI8tltFvYpJgP6" } ], "available_markets": [ "AR", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 245358, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4qXd31Nk2ifvRNuC1cUwtd" }, "href": "https://api.spotify.com/v1/tracks/4qXd31Nk2ifvRNuC1cUwtd", "id": "4qXd31Nk2ifvRNuC1cUwtd", "name": "FAR OUT", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:4qXd31Nk2ifvRNuC1cUwtd", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0RwXnFrEoI8tltFvYpJgP6" }, "href": "https://api.spotify.com/v1/artists/0RwXnFrEoI8tltFvYpJgP6", "id": "0RwXnFrEoI8tltFvYpJgP6", "name": "Confidence Man", "type": "artist", "uri": "spotify:artist:0RwXnFrEoI8tltFvYpJgP6" } ], "available_markets": [ "AR", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 207619, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3nXYo1X0TzTSOOhumtp1r4" }, "href": "https://api.spotify.com/v1/tracks/3nXYo1X0TzTSOOhumtp1r4", "id": "3nXYo1X0TzTSOOhumtp1r4", "name": "JANET", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:3nXYo1X0TzTSOOhumtp1r4", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0RwXnFrEoI8tltFvYpJgP6" }, "href": "https://api.spotify.com/v1/artists/0RwXnFrEoI8tltFvYpJgP6", "id": "0RwXnFrEoI8tltFvYpJgP6", "name": "Confidence Man", "type": "artist", "uri": "spotify:artist:0RwXnFrEoI8tltFvYpJgP6" } ], "available_markets": [ "AR", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 173731, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4RLg7ZKJU51uhPPxWqS0XT" }, "href": "https://api.spotify.com/v1/tracks/4RLg7ZKJU51uhPPxWqS0XT", "id": "4RLg7ZKJU51uhPPxWqS0XT", "name": "SO TRU", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:4RLg7ZKJU51uhPPxWqS0XT", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0RwXnFrEoI8tltFvYpJgP6" }, "href": "https://api.spotify.com/v1/artists/0RwXnFrEoI8tltFvYpJgP6", "id": "0RwXnFrEoI8tltFvYpJgP6", "name": "Confidence Man", "type": "artist", "uri": "spotify:artist:0RwXnFrEoI8tltFvYpJgP6" } ], "available_markets": [ "AR", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 274176, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6Ghkq3LC0vhyBxaHQgZi7a" }, "href": "https://api.spotify.com/v1/tracks/6Ghkq3LC0vhyBxaHQgZi7a", "id": "6Ghkq3LC0vhyBxaHQgZi7a", "name": "WRONG IDEA", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:6Ghkq3LC0vhyBxaHQgZi7a", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0RwXnFrEoI8tltFvYpJgP6" }, "href": "https://api.spotify.com/v1/artists/0RwXnFrEoI8tltFvYpJgP6", "id": "0RwXnFrEoI8tltFvYpJgP6", "name": "Confidence Man", "type": "artist", "uri": "spotify:artist:0RwXnFrEoI8tltFvYpJgP6" } ], "available_markets": [ "AR", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 320432, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0VFQUkXL2wtfAh0W4jSJGM" }, "href": "https://api.spotify.com/v1/tracks/0VFQUkXL2wtfAh0W4jSJGM", "id": "0VFQUkXL2wtfAh0W4jSJGM", "name": "3AM (LA LA LA)", "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:0VFQUkXL2wtfAh0W4jSJGM", "is_local": false } ] }, "copyrights": [ { "text": "\u00a9 2024 Confidence Man, under exclusive licence to Universal Music Operations Limited", "type": "C" }, { "text": "\u2117 2024 Confidence Man, under exclusive licence to Universal Music Operations Limited", "type": "P" } ], "external_ids": { "upc": "00602465788211" }, "genres": [], "label": "Polydor Records", "popularity": 40 } }, null, { "added_at": "2024-09-05T22:00:00Z", "album": { "album_type": "album", "total_tracks": 20, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3DQueEd1Ft9PHWgovDzPKh" }, "href": "https://api.spotify.com/v1/albums/3DQueEd1Ft9PHWgovDzPKh", "id": "3DQueEd1Ft9PHWgovDzPKh", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2739574df129a4a2f4fa4990286", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e029574df129a4a2f4fa4990286", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048519574df129a4a2f4fa4990286", "height": 64, "width": 64 } ], "name": "ten days", "release_date": "2024-09-06", "release_date_precision": "day", "type": "album", "uri": "spotify:album:3DQueEd1Ft9PHWgovDzPKh", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/3DQueEd1Ft9PHWgovDzPKh/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 20, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 30857, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/00nDbqJkHBGUFdim9M0xGc" }, "href": "https://api.spotify.com/v1/tracks/00nDbqJkHBGUFdim9M0xGc", "id": "00nDbqJkHBGUFdim9M0xGc", "name": ".one", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:00nDbqJkHBGUFdim9M0xGc", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6l7R1jntPahGxwJt7Tky8h" }, "href": "https://api.spotify.com/v1/artists/6l7R1jntPahGxwJt7Tky8h", "id": "6l7R1jntPahGxwJt7Tky8h", "name": "Obongjayar", "type": "artist", "uri": "spotify:artist:6l7R1jntPahGxwJt7Tky8h" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 220653, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1rf4SX7dduNbrNnOmupLzi" }, "href": "https://api.spotify.com/v1/tracks/1rf4SX7dduNbrNnOmupLzi", "id": "1rf4SX7dduNbrNnOmupLzi", "name": "adore u", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:1rf4SX7dduNbrNnOmupLzi", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 10670, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0lt9clHEwYyheuC9rik9UH" }, "href": "https://api.spotify.com/v1/tracks/0lt9clHEwYyheuC9rik9UH", "id": "0lt9clHEwYyheuC9rik9UH", "name": ".two", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:0lt9clHEwYyheuC9rik9UH", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6Ja6zFB5d7XRihhfMo6KzY" }, "href": "https://api.spotify.com/v1/artists/6Ja6zFB5d7XRihhfMo6KzY", "id": "6Ja6zFB5d7XRihhfMo6KzY", "name": "Jozzy", "type": "artist", "uri": "spotify:artist:6Ja6zFB5d7XRihhfMo6KzY" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 181545, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6twB0uYXJYW9t5GHfYaQ3i" }, "href": "https://api.spotify.com/v1/tracks/6twB0uYXJYW9t5GHfYaQ3i", "id": "6twB0uYXJYW9t5GHfYaQ3i", "name": "ten", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:6twB0uYXJYW9t5GHfYaQ3i", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 15034, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6G7TRmzTt9tnrM0QqSVpJW" }, "href": "https://api.spotify.com/v1/tracks/6G7TRmzTt9tnrM0QqSVpJW", "id": "6G7TRmzTt9tnrM0QqSVpJW", "name": ".three", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:6G7TRmzTt9tnrM0QqSVpJW", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2WoVwexZuODvclzULjPQtm" }, "href": "https://api.spotify.com/v1/artists/2WoVwexZuODvclzULjPQtm", "id": "2WoVwexZuODvclzULjPQtm", "name": "Sampha", "type": "artist", "uri": "spotify:artist:2WoVwexZuODvclzULjPQtm" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 214469, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4IHblO52meh2jwqES1BA7X" }, "href": "https://api.spotify.com/v1/tracks/4IHblO52meh2jwqES1BA7X", "id": "4IHblO52meh2jwqES1BA7X", "name": "fear less", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:4IHblO52meh2jwqES1BA7X", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 9856, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1wU9pfdw6ht8HKfxz6wMNq" }, "href": "https://api.spotify.com/v1/tracks/1wU9pfdw6ht8HKfxz6wMNq", "id": "1wU9pfdw6ht8HKfxz6wMNq", "name": ".four", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:1wU9pfdw6ht8HKfxz6wMNq", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4PLsMEk2DCRVlVL2a9aZAv" }, "href": "https://api.spotify.com/v1/artists/4PLsMEk2DCRVlVL2a9aZAv", "id": "4PLsMEk2DCRVlVL2a9aZAv", "name": "SOAK", "type": "artist", "uri": "spotify:artist:4PLsMEk2DCRVlVL2a9aZAv" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 260997, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2D9a9CXeo3HFtVeaNlzp4a" }, "href": "https://api.spotify.com/v1/tracks/2D9a9CXeo3HFtVeaNlzp4a", "id": "2D9a9CXeo3HFtVeaNlzp4a", "name": "just stand there", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:2D9a9CXeo3HFtVeaNlzp4a", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 15254, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3vTHKAYJy0hY1OkVv1qLNM" }, "href": "https://api.spotify.com/v1/tracks/3vTHKAYJy0hY1OkVv1qLNM", "id": "3vTHKAYJy0hY1OkVv1qLNM", "name": ".five", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:3vTHKAYJy0hY1OkVv1qLNM", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3jK9MiCrA42lLAdMGUZpwa" }, "href": "https://api.spotify.com/v1/artists/3jK9MiCrA42lLAdMGUZpwa", "id": "3jK9MiCrA42lLAdMGUZpwa", "name": "Anderson .Paak", "type": "artist", "uri": "spotify:artist:3jK9MiCrA42lLAdMGUZpwa" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6UtYvUtXnmg5EtllDFlWp8" }, "href": "https://api.spotify.com/v1/artists/6UtYvUtXnmg5EtllDFlWp8", "id": "6UtYvUtXnmg5EtllDFlWp8", "name": "CHIKA", "type": "artist", "uri": "spotify:artist:6UtYvUtXnmg5EtllDFlWp8" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 226677, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/1qfJ6OvxrspQTmcvdIEoX6" }, "href": "https://api.spotify.com/v1/tracks/1qfJ6OvxrspQTmcvdIEoX6", "id": "1qfJ6OvxrspQTmcvdIEoX6", "name": "places to be", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:1qfJ6OvxrspQTmcvdIEoX6", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 28836, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/13H2XgH3k8SEptaoD5qeLG" }, "href": "https://api.spotify.com/v1/tracks/13H2XgH3k8SEptaoD5qeLG", "id": "13H2XgH3k8SEptaoD5qeLG", "name": ".six", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:13H2XgH3k8SEptaoD5qeLG", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/59MDSNIYoOY0WRYuodzJPD" }, "href": "https://api.spotify.com/v1/artists/59MDSNIYoOY0WRYuodzJPD", "id": "59MDSNIYoOY0WRYuodzJPD", "name": "Duskus", "type": "artist", "uri": "spotify:artist:59MDSNIYoOY0WRYuodzJPD" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7Eu1txygG6nJttLHbZdQOh" }, "href": "https://api.spotify.com/v1/artists/7Eu1txygG6nJttLHbZdQOh", "id": "7Eu1txygG6nJttLHbZdQOh", "name": "Four Tet", "type": "artist", "uri": "spotify:artist:7Eu1txygG6nJttLHbZdQOh" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3pK4EcflBpG1Kpmjk5LK2R" }, "href": "https://api.spotify.com/v1/artists/3pK4EcflBpG1Kpmjk5LK2R", "id": "3pK4EcflBpG1Kpmjk5LK2R", "name": "Joy Anonymous", "type": "artist", "uri": "spotify:artist:3pK4EcflBpG1Kpmjk5LK2R" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5he5w2lnU9x7JFhnwcekXX" }, "href": "https://api.spotify.com/v1/artists/5he5w2lnU9x7JFhnwcekXX", "id": "5he5w2lnU9x7JFhnwcekXX", "name": "Skrillex", "type": "artist", "uri": "spotify:artist:5he5w2lnU9x7JFhnwcekXX" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 453068, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3i9QKRl5Ql3pgUfNdYBVTc" }, "href": "https://api.spotify.com/v1/tracks/3i9QKRl5Ql3pgUfNdYBVTc", "id": "3i9QKRl5Ql3pgUfNdYBVTc", "name": "glow", "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:3i9QKRl5Ql3pgUfNdYBVTc", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 31749, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2OLH9ukOFDVBMuVUuy2sFW" }, "href": "https://api.spotify.com/v1/tracks/2OLH9ukOFDVBMuVUuy2sFW", "id": "2OLH9ukOFDVBMuVUuy2sFW", "name": ".seven", "preview_url": null, "track_number": 13, "type": "track", "uri": "spotify:track:2OLH9ukOFDVBMuVUuy2sFW", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 220656, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3DzWFxyzsAVblVNndiU9CW" }, "href": "https://api.spotify.com/v1/tracks/3DzWFxyzsAVblVNndiU9CW", "id": "3DzWFxyzsAVblVNndiU9CW", "name": "i saw you", "preview_url": null, "track_number": 14, "type": "track", "uri": "spotify:track:3DzWFxyzsAVblVNndiU9CW", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 15037, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1aTcAf7K1ym8lBcuu8nmJA" }, "href": "https://api.spotify.com/v1/tracks/1aTcAf7K1ym8lBcuu8nmJA", "id": "1aTcAf7K1ym8lBcuu8nmJA", "name": ".eight", "preview_url": null, "track_number": 15, "type": "track", "uri": "spotify:track:1aTcAf7K1ym8lBcuu8nmJA", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5s6TJEuHTr9GR894wc6VfP" }, "href": "https://api.spotify.com/v1/artists/5s6TJEuHTr9GR894wc6VfP", "id": "5s6TJEuHTr9GR894wc6VfP", "name": "Emmylou Harris", "type": "artist", "uri": "spotify:artist:5s6TJEuHTr9GR894wc6VfP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 200737, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4S05mkyTtAiWy5l4umch0X" }, "href": "https://api.spotify.com/v1/tracks/4S05mkyTtAiWy5l4umch0X", "id": "4S05mkyTtAiWy5l4umch0X", "name": "where will i be", "preview_url": null, "track_number": 16, "type": "track", "uri": "spotify:track:4S05mkyTtAiWy5l4umch0X", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 19060, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5aNwAqN5Gk5oZIwW5KfhXN" }, "href": "https://api.spotify.com/v1/tracks/5aNwAqN5Gk5oZIwW5KfhXN", "id": "5aNwAqN5Gk5oZIwW5KfhXN", "name": ".nine", "preview_url": null, "track_number": 17, "type": "track", "uri": "spotify:track:5aNwAqN5Gk5oZIwW5KfhXN", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3pK4EcflBpG1Kpmjk5LK2R" }, "href": "https://api.spotify.com/v1/artists/3pK4EcflBpG1Kpmjk5LK2R", "id": "3pK4EcflBpG1Kpmjk5LK2R", "name": "Joy Anonymous", "type": "artist", "uri": "spotify:artist:3pK4EcflBpG1Kpmjk5LK2R" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 344068, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4A8tKYA7gwZzQ4jVwIv1sv" }, "href": "https://api.spotify.com/v1/tracks/4A8tKYA7gwZzQ4jVwIv1sv", "id": "4A8tKYA7gwZzQ4jVwIv1sv", "name": "peace u need", "preview_url": null, "track_number": 18, "type": "track", "uri": "spotify:track:4A8tKYA7gwZzQ4jVwIv1sv", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 29540, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2feEZkLf7dZUueeVBNsdor" }, "href": "https://api.spotify.com/v1/tracks/2feEZkLf7dZUueeVBNsdor", "id": "2feEZkLf7dZUueeVBNsdor", "name": ".ten", "preview_url": null, "track_number": 19, "type": "track", "uri": "spotify:track:2feEZkLf7dZUueeVBNsdor", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3IunaFjvNKj98JW89JYv9u" }, "href": "https://api.spotify.com/v1/artists/3IunaFjvNKj98JW89JYv9u", "id": "3IunaFjvNKj98JW89JYv9u", "name": "The Japanese House", "type": "artist", "uri": "spotify:artist:3IunaFjvNKj98JW89JYv9u" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6M98IZJK2tx6x2YVyHua9K" }, "href": "https://api.spotify.com/v1/artists/6M98IZJK2tx6x2YVyHua9K", "id": "6M98IZJK2tx6x2YVyHua9K", "name": "Scott Hardkiss", "type": "artist", "uri": "spotify:artist:6M98IZJK2tx6x2YVyHua9K" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 314007, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/61pyjiweMDS1h930OgS0XO" }, "href": "https://api.spotify.com/v1/tracks/61pyjiweMDS1h930OgS0XO", "id": "61pyjiweMDS1h930OgS0XO", "name": "backseat", "preview_url": null, "track_number": 20, "type": "track", "uri": "spotify:track:61pyjiweMDS1h930OgS0XO", "is_local": false } ] }, "copyrights": [ { "text": "Under exclusive licence to Warner Music UK Limited. An Atlantic Records UK., \u00a9 2024 Fred Gibson", "type": "C" }, { "text": "Under exclusive licence to Warner Music UK Limited. An Atlantic Records UK., \u2117 2024 Fred Gibson", "type": "P" } ], "external_ids": { "upc": "5021732457110" }, "genres": [], "label": "Atlantic Records UK", "popularity": 65 } }, { "added_at": "2024-08-15T22:00:00Z", "album": { "album_type": "album", "total_tracks": 11, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/27ynHS80OjICdw3qLNMgQP" }, "href": "https://api.spotify.com/v1/albums/27ynHS80OjICdw3qLNMgQP", "id": "27ynHS80OjICdw3qLNMgQP", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273f6e25db6bc1a1f9e5fb3accd", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02f6e25db6bc1a1f9e5fb3accd", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851f6e25db6bc1a1f9e5fb3accd", "height": 64, "width": 64 } ], "name": "Paradise State of Mind", "release_date": "2024-08-16", "release_date_precision": "day", "type": "album", "uri": "spotify:album:27ynHS80OjICdw3qLNMgQP", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7gP3bB2nilZXLfPHJhMdvc" }, "href": "https://api.spotify.com/v1/artists/7gP3bB2nilZXLfPHJhMdvc", "id": "7gP3bB2nilZXLfPHJhMdvc", "name": "Foster The People", "type": "artist", "uri": "spotify:artist:7gP3bB2nilZXLfPHJhMdvc" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/27ynHS80OjICdw3qLNMgQP/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 11, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7gP3bB2nilZXLfPHJhMdvc" }, "href": "https://api.spotify.com/v1/artists/7gP3bB2nilZXLfPHJhMdvc", "id": "7gP3bB2nilZXLfPHJhMdvc", "name": "Foster The People", "type": "artist", "uri": "spotify:artist:7gP3bB2nilZXLfPHJhMdvc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 189099, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6qtGeawfnmQMUWyQ95LdIL" }, "href": "https://api.spotify.com/v1/tracks/6qtGeawfnmQMUWyQ95LdIL", "id": "6qtGeawfnmQMUWyQ95LdIL", "name": "See You In The Afterlife", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:6qtGeawfnmQMUWyQ95LdIL", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7gP3bB2nilZXLfPHJhMdvc" }, "href": "https://api.spotify.com/v1/artists/7gP3bB2nilZXLfPHJhMdvc", "id": "7gP3bB2nilZXLfPHJhMdvc", "name": "Foster The People", "type": "artist", "uri": "spotify:artist:7gP3bB2nilZXLfPHJhMdvc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 259252, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6r9GzPEdq4bGp507oxt2iZ" }, "href": "https://api.spotify.com/v1/tracks/6r9GzPEdq4bGp507oxt2iZ", "id": "6r9GzPEdq4bGp507oxt2iZ", "name": "Lost In Space", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:6r9GzPEdq4bGp507oxt2iZ", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7gP3bB2nilZXLfPHJhMdvc" }, "href": "https://api.spotify.com/v1/artists/7gP3bB2nilZXLfPHJhMdvc", "id": "7gP3bB2nilZXLfPHJhMdvc", "name": "Foster The People", "type": "artist", "uri": "spotify:artist:7gP3bB2nilZXLfPHJhMdvc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 153005, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/0CUojUDoPZvjKqPPLHaOTm" }, "href": "https://api.spotify.com/v1/tracks/0CUojUDoPZvjKqPPLHaOTm", "id": "0CUojUDoPZvjKqPPLHaOTm", "name": "Take Me Back", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:0CUojUDoPZvjKqPPLHaOTm", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7gP3bB2nilZXLfPHJhMdvc" }, "href": "https://api.spotify.com/v1/artists/7gP3bB2nilZXLfPHJhMdvc", "id": "7gP3bB2nilZXLfPHJhMdvc", "name": "Foster The People", "type": "artist", "uri": "spotify:artist:7gP3bB2nilZXLfPHJhMdvc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 274446, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/090Vhdep7tK2kXLy2M1vLj" }, "href": "https://api.spotify.com/v1/tracks/090Vhdep7tK2kXLy2M1vLj", "id": "090Vhdep7tK2kXLy2M1vLj", "name": "Let Go", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:090Vhdep7tK2kXLy2M1vLj", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7gP3bB2nilZXLfPHJhMdvc" }, "href": "https://api.spotify.com/v1/artists/7gP3bB2nilZXLfPHJhMdvc", "id": "7gP3bB2nilZXLfPHJhMdvc", "name": "Foster The People", "type": "artist", "uri": "spotify:artist:7gP3bB2nilZXLfPHJhMdvc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 219300, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6QHE0tQs8NFE3DGDldP1DJ" }, "href": "https://api.spotify.com/v1/tracks/6QHE0tQs8NFE3DGDldP1DJ", "id": "6QHE0tQs8NFE3DGDldP1DJ", "name": "Feed Me", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:6QHE0tQs8NFE3DGDldP1DJ", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7gP3bB2nilZXLfPHJhMdvc" }, "href": "https://api.spotify.com/v1/artists/7gP3bB2nilZXLfPHJhMdvc", "id": "7gP3bB2nilZXLfPHJhMdvc", "name": "Foster The People", "type": "artist", "uri": "spotify:artist:7gP3bB2nilZXLfPHJhMdvc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 288544, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2cIP5wh1Ala2rWVwTOgg4n" }, "href": "https://api.spotify.com/v1/tracks/2cIP5wh1Ala2rWVwTOgg4n", "id": "2cIP5wh1Ala2rWVwTOgg4n", "name": "Paradise State Of Mind", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:2cIP5wh1Ala2rWVwTOgg4n", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7gP3bB2nilZXLfPHJhMdvc" }, "href": "https://api.spotify.com/v1/artists/7gP3bB2nilZXLfPHJhMdvc", "id": "7gP3bB2nilZXLfPHJhMdvc", "name": "Foster The People", "type": "artist", "uri": "spotify:artist:7gP3bB2nilZXLfPHJhMdvc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 328024, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5gygubFSFXfLDhoMnpAhzP" }, "href": "https://api.spotify.com/v1/tracks/5gygubFSFXfLDhoMnpAhzP", "id": "5gygubFSFXfLDhoMnpAhzP", "name": "Glitchzig", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:5gygubFSFXfLDhoMnpAhzP", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7gP3bB2nilZXLfPHJhMdvc" }, "href": "https://api.spotify.com/v1/artists/7gP3bB2nilZXLfPHJhMdvc", "id": "7gP3bB2nilZXLfPHJhMdvc", "name": "Foster The People", "type": "artist", "uri": "spotify:artist:7gP3bB2nilZXLfPHJhMdvc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 253257, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/08vuNWfV1WOndL3yMetfXd" }, "href": "https://api.spotify.com/v1/tracks/08vuNWfV1WOndL3yMetfXd", "id": "08vuNWfV1WOndL3yMetfXd", "name": "The Holy Shangri-La", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:08vuNWfV1WOndL3yMetfXd", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7gP3bB2nilZXLfPHJhMdvc" }, "href": "https://api.spotify.com/v1/artists/7gP3bB2nilZXLfPHJhMdvc", "id": "7gP3bB2nilZXLfPHJhMdvc", "name": "Foster The People", "type": "artist", "uri": "spotify:artist:7gP3bB2nilZXLfPHJhMdvc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 183139, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0wyQNzcMUYFec1B19hu6pK" }, "href": "https://api.spotify.com/v1/tracks/0wyQNzcMUYFec1B19hu6pK", "id": "0wyQNzcMUYFec1B19hu6pK", "name": "Sometimes I Wanna Be Bad", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:0wyQNzcMUYFec1B19hu6pK", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7gP3bB2nilZXLfPHJhMdvc" }, "href": "https://api.spotify.com/v1/artists/7gP3bB2nilZXLfPHJhMdvc", "id": "7gP3bB2nilZXLfPHJhMdvc", "name": "Foster The People", "type": "artist", "uri": "spotify:artist:7gP3bB2nilZXLfPHJhMdvc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 204111, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/1G2bNCn8x1WrbeIBBvfQZS" }, "href": "https://api.spotify.com/v1/tracks/1G2bNCn8x1WrbeIBBvfQZS", "id": "1G2bNCn8x1WrbeIBBvfQZS", "name": "Chasing Low Vibrations", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:1G2bNCn8x1WrbeIBBvfQZS", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7gP3bB2nilZXLfPHJhMdvc" }, "href": "https://api.spotify.com/v1/artists/7gP3bB2nilZXLfPHJhMdvc", "id": "7gP3bB2nilZXLfPHJhMdvc", "name": "Foster The People", "type": "artist", "uri": "spotify:artist:7gP3bB2nilZXLfPHJhMdvc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 264919, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/60BqMpaQjhET1YZhou4t2b" }, "href": "https://api.spotify.com/v1/tracks/60BqMpaQjhET1YZhou4t2b", "id": "60BqMpaQjhET1YZhou4t2b", "name": "A Diamond To Be Born", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:60BqMpaQjhET1YZhou4t2b", "is_local": false } ] }, "copyrights": [ { "text": "\u00a9 2024 Atlantic Recording Corporation", "type": "C" }, { "text": "\u2117 2024 Atlantic Recording Corporation", "type": "P" } ], "external_ids": { "upc": "075679645760" }, "genres": [], "label": "Atlantic Records", "popularity": 46 } }, { "added_at": "2024-08-15T22:00:00Z", "album": { "album_type": "album", "total_tracks": 9, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/33tDS6r9DQBx9LaYUY7wh1" }, "href": "https://api.spotify.com/v1/albums/33tDS6r9DQBx9LaYUY7wh1", "id": "33tDS6r9DQBx9LaYUY7wh1", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27314f8dd0b16b636ea4bfa119e", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0214f8dd0b16b636ea4bfa119e", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485114f8dd0b16b636ea4bfa119e", "height": 64, "width": 64 } ], "name": "Melodramatic", "release_date": "2024-08-16", "release_date_precision": "day", "type": "album", "uri": "spotify:album:33tDS6r9DQBx9LaYUY7wh1", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/68NOjWuVYBRXzYwhel3jAl" }, "href": "https://api.spotify.com/v1/artists/68NOjWuVYBRXzYwhel3jAl", "id": "68NOjWuVYBRXzYwhel3jAl", "name": "SIAMES", "type": "artist", "uri": "spotify:artist:68NOjWuVYBRXzYwhel3jAl" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/33tDS6r9DQBx9LaYUY7wh1/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 9, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/68NOjWuVYBRXzYwhel3jAl" }, "href": "https://api.spotify.com/v1/artists/68NOjWuVYBRXzYwhel3jAl", "id": "68NOjWuVYBRXzYwhel3jAl", "name": "SIAMES", "type": "artist", "uri": "spotify:artist:68NOjWuVYBRXzYwhel3jAl" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 233505, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0w13ZqgFrKq7BYgsc2EKvq" }, "href": "https://api.spotify.com/v1/tracks/0w13ZqgFrKq7BYgsc2EKvq", "id": "0w13ZqgFrKq7BYgsc2EKvq", "name": "The Phoenix", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:0w13ZqgFrKq7BYgsc2EKvq", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/68NOjWuVYBRXzYwhel3jAl" }, "href": "https://api.spotify.com/v1/artists/68NOjWuVYBRXzYwhel3jAl", "id": "68NOjWuVYBRXzYwhel3jAl", "name": "SIAMES", "type": "artist", "uri": "spotify:artist:68NOjWuVYBRXzYwhel3jAl" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 190296, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/71u2sgaT6I05JY2n6aom85" }, "href": "https://api.spotify.com/v1/tracks/71u2sgaT6I05JY2n6aom85", "id": "71u2sgaT6I05JY2n6aom85", "name": "Baby Don't Give Up!", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:71u2sgaT6I05JY2n6aom85", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/68NOjWuVYBRXzYwhel3jAl" }, "href": "https://api.spotify.com/v1/artists/68NOjWuVYBRXzYwhel3jAl", "id": "68NOjWuVYBRXzYwhel3jAl", "name": "SIAMES", "type": "artist", "uri": "spotify:artist:68NOjWuVYBRXzYwhel3jAl" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 157712, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3QuBIm40rJbw5asM9tGjim" }, "href": "https://api.spotify.com/v1/tracks/3QuBIm40rJbw5asM9tGjim", "id": "3QuBIm40rJbw5asM9tGjim", "name": "As Soon As I Discover", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:3QuBIm40rJbw5asM9tGjim", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/68NOjWuVYBRXzYwhel3jAl" }, "href": "https://api.spotify.com/v1/artists/68NOjWuVYBRXzYwhel3jAl", "id": "68NOjWuVYBRXzYwhel3jAl", "name": "SIAMES", "type": "artist", "uri": "spotify:artist:68NOjWuVYBRXzYwhel3jAl" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 191740, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1AieqRevDfu4uQlhTIWJbv" }, "href": "https://api.spotify.com/v1/tracks/1AieqRevDfu4uQlhTIWJbv", "id": "1AieqRevDfu4uQlhTIWJbv", "name": "My Little One", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:1AieqRevDfu4uQlhTIWJbv", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/68NOjWuVYBRXzYwhel3jAl" }, "href": "https://api.spotify.com/v1/artists/68NOjWuVYBRXzYwhel3jAl", "id": "68NOjWuVYBRXzYwhel3jAl", "name": "SIAMES", "type": "artist", "uri": "spotify:artist:68NOjWuVYBRXzYwhel3jAl" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 218015, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3MTbJM0UmqrgSr9thX1JwO" }, "href": "https://api.spotify.com/v1/tracks/3MTbJM0UmqrgSr9thX1JwO", "id": "3MTbJM0UmqrgSr9thX1JwO", "name": "Love Away", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:3MTbJM0UmqrgSr9thX1JwO", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/68NOjWuVYBRXzYwhel3jAl" }, "href": "https://api.spotify.com/v1/artists/68NOjWuVYBRXzYwhel3jAl", "id": "68NOjWuVYBRXzYwhel3jAl", "name": "SIAMES", "type": "artist", "uri": "spotify:artist:68NOjWuVYBRXzYwhel3jAl" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 203419, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5B5l5KuDqLT73R3lgDI7H4" }, "href": "https://api.spotify.com/v1/tracks/5B5l5KuDqLT73R3lgDI7H4", "id": "5B5l5KuDqLT73R3lgDI7H4", "name": "Alone In The Darkness", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:5B5l5KuDqLT73R3lgDI7H4", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/68NOjWuVYBRXzYwhel3jAl" }, "href": "https://api.spotify.com/v1/artists/68NOjWuVYBRXzYwhel3jAl", "id": "68NOjWuVYBRXzYwhel3jAl", "name": "SIAMES", "type": "artist", "uri": "spotify:artist:68NOjWuVYBRXzYwhel3jAl" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 180967, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4tkOZG1F6og5NZW1uD3z7Y" }, "href": "https://api.spotify.com/v1/tracks/4tkOZG1F6og5NZW1uD3z7Y", "id": "4tkOZG1F6og5NZW1uD3z7Y", "name": "My Way", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:4tkOZG1F6og5NZW1uD3z7Y", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/68NOjWuVYBRXzYwhel3jAl" }, "href": "https://api.spotify.com/v1/artists/68NOjWuVYBRXzYwhel3jAl", "id": "68NOjWuVYBRXzYwhel3jAl", "name": "SIAMES", "type": "artist", "uri": "spotify:artist:68NOjWuVYBRXzYwhel3jAl" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 178997, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0CtfbRy4cB2FOEsP5WIZ2s" }, "href": "https://api.spotify.com/v1/tracks/0CtfbRy4cB2FOEsP5WIZ2s", "id": "0CtfbRy4cB2FOEsP5WIZ2s", "name": "I Promise Myself", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:0CtfbRy4cB2FOEsP5WIZ2s", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/68NOjWuVYBRXzYwhel3jAl" }, "href": "https://api.spotify.com/v1/artists/68NOjWuVYBRXzYwhel3jAl", "id": "68NOjWuVYBRXzYwhel3jAl", "name": "SIAMES", "type": "artist", "uri": "spotify:artist:68NOjWuVYBRXzYwhel3jAl" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 201119, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3FZwYiZufmIgKyfqgMnpPg" }, "href": "https://api.spotify.com/v1/tracks/3FZwYiZufmIgKyfqgMnpPg", "id": "3FZwYiZufmIgKyfqgMnpPg", "name": "Post Tour Depression", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:3FZwYiZufmIgKyfqgMnpPg", "is_local": false } ] }, "copyrights": [ { "text": "(C) 2024 @ SIAMES Records", "type": "C" }, { "text": "(P) 2024 @ SIAMES Records", "type": "P" } ], "external_ids": { "upc": "198588562345" }, "genres": [], "label": "SIAM\u00c9S", "popularity": 37 } }, { "added_at": "2024-07-12T11:46:14Z", "album": { "album_type": "album", "total_tracks": 17, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0m14dyyJemQy44KVhsKnaj" }, "href": "https://api.spotify.com/v1/albums/0m14dyyJemQy44KVhsKnaj", "id": "0m14dyyJemQy44KVhsKnaj", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273f2c7ab344741360689e26032", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02f2c7ab344741360689e26032", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851f2c7ab344741360689e26032", "height": 64, "width": 64 } ], "name": "PMO: An Atriarchy Experience", "release_date": "2024-07-11", "release_date_precision": "day", "type": "album", "uri": "spotify:album:0m14dyyJemQy44KVhsKnaj", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/0m14dyyJemQy44KVhsKnaj/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 17, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7xplDB5Ftf0oECpcFlKE99" }, "href": "https://api.spotify.com/v1/artists/7xplDB5Ftf0oECpcFlKE99", "id": "7xplDB5Ftf0oECpcFlKE99", "name": "Owen CMYK", "type": "artist", "uri": "spotify:artist:7xplDB5Ftf0oECpcFlKE99" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3lrmsbi43nA5svDePADyHl" }, "href": "https://api.spotify.com/v1/artists/3lrmsbi43nA5svDePADyHl", "id": "3lrmsbi43nA5svDePADyHl", "name": "froggman", "type": "artist", "uri": "spotify:artist:3lrmsbi43nA5svDePADyHl" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 50572, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2QVz5Ndv0faqrTNyMbK6HG" }, "href": "https://api.spotify.com/v1/tracks/2QVz5Ndv0faqrTNyMbK6HG", "id": "2QVz5Ndv0faqrTNyMbK6HG", "name": "Sea Shanty", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:2QVz5Ndv0faqrTNyMbK6HG", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0GONM3s2unLmwUiqNneycA" }, "href": "https://api.spotify.com/v1/artists/0GONM3s2unLmwUiqNneycA", "id": "0GONM3s2unLmwUiqNneycA", "name": "M17", "type": "artist", "uri": "spotify:artist:0GONM3s2unLmwUiqNneycA" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/26z8iLfADGuSugsu63BW2s" }, "href": "https://api.spotify.com/v1/artists/26z8iLfADGuSugsu63BW2s", "id": "26z8iLfADGuSugsu63BW2s", "name": "Confuzzled", "type": "artist", "uri": "spotify:artist:26z8iLfADGuSugsu63BW2s" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3iRbwOUFx2CWZ4BRQcnP2I" }, "href": "https://api.spotify.com/v1/artists/3iRbwOUFx2CWZ4BRQcnP2I", "id": "3iRbwOUFx2CWZ4BRQcnP2I", "name": "Beautiful Panda", "type": "artist", "uri": "spotify:artist:3iRbwOUFx2CWZ4BRQcnP2I" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6HiHuFsJrutJGZT2GAwG4L" }, "href": "https://api.spotify.com/v1/artists/6HiHuFsJrutJGZT2GAwG4L", "id": "6HiHuFsJrutJGZT2GAwG4L", "name": "itsAZ", "type": "artist", "uri": "spotify:artist:6HiHuFsJrutJGZT2GAwG4L" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 164383, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3yoGnoFkQLZa1rPbhycLgA" }, "href": "https://api.spotify.com/v1/tracks/3yoGnoFkQLZa1rPbhycLgA", "id": "3yoGnoFkQLZa1rPbhycLgA", "name": "Castle in the Sky", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:3yoGnoFkQLZa1rPbhycLgA", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3lrmsbi43nA5svDePADyHl" }, "href": "https://api.spotify.com/v1/artists/3lrmsbi43nA5svDePADyHl", "id": "3lrmsbi43nA5svDePADyHl", "name": "froggman", "type": "artist", "uri": "spotify:artist:3lrmsbi43nA5svDePADyHl" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/26z8iLfADGuSugsu63BW2s" }, "href": "https://api.spotify.com/v1/artists/26z8iLfADGuSugsu63BW2s", "id": "26z8iLfADGuSugsu63BW2s", "name": "Confuzzled", "type": "artist", "uri": "spotify:artist:26z8iLfADGuSugsu63BW2s" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 115000, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/11CVrcm1dz0jKNHvFlbkOV" }, "href": "https://api.spotify.com/v1/tracks/11CVrcm1dz0jKNHvFlbkOV", "id": "11CVrcm1dz0jKNHvFlbkOV", "name": "Boomer Wonderland", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:11CVrcm1dz0jKNHvFlbkOV", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2RaLCgWRwHSBJySoMVZi1U" }, "href": "https://api.spotify.com/v1/artists/2RaLCgWRwHSBJySoMVZi1U", "id": "2RaLCgWRwHSBJySoMVZi1U", "name": "JPecs", "type": "artist", "uri": "spotify:artist:2RaLCgWRwHSBJySoMVZi1U" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/49X16juWaNmVsSkftsPI9u" }, "href": "https://api.spotify.com/v1/artists/49X16juWaNmVsSkftsPI9u", "id": "49X16juWaNmVsSkftsPI9u", "name": "javid74", "type": "artist", "uri": "spotify:artist:49X16juWaNmVsSkftsPI9u" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 114622, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6nYAajfD6iXhHLTjXFV3NS" }, "href": "https://api.spotify.com/v1/tracks/6nYAajfD6iXhHLTjXFV3NS", "id": "6nYAajfD6iXhHLTjXFV3NS", "name": "3rd Place", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:6nYAajfD6iXhHLTjXFV3NS", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6CPBjEKtaoONitOOYJEPu9" }, "href": "https://api.spotify.com/v1/artists/6CPBjEKtaoONitOOYJEPu9", "id": "6CPBjEKtaoONitOOYJEPu9", "name": "the_bardificer", "type": "artist", "uri": "spotify:artist:6CPBjEKtaoONitOOYJEPu9" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1dxMexw9HIXRJX53LQZUOz" }, "href": "https://api.spotify.com/v1/artists/1dxMexw9HIXRJX53LQZUOz", "id": "1dxMexw9HIXRJX53LQZUOz", "name": "Ash Artz", "type": "artist", "uri": "spotify:artist:1dxMexw9HIXRJX53LQZUOz" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/64zUEoPQHdOq7bYmLwZRSi" }, "href": "https://api.spotify.com/v1/artists/64zUEoPQHdOq7bYmLwZRSi", "id": "64zUEoPQHdOq7bYmLwZRSi", "name": "Luna", "type": "artist", "uri": "spotify:artist:64zUEoPQHdOq7bYmLwZRSi" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4PJ8Omgo9ObI7mb9COCfm8" }, "href": "https://api.spotify.com/v1/artists/4PJ8Omgo9ObI7mb9COCfm8", "id": "4PJ8Omgo9ObI7mb9COCfm8", "name": "Hatmiss", "type": "artist", "uri": "spotify:artist:4PJ8Omgo9ObI7mb9COCfm8" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 234500, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5ZnK0HCoBv6fgdc2PMeAsV" }, "href": "https://api.spotify.com/v1/tracks/5ZnK0HCoBv6fgdc2PMeAsV", "id": "5ZnK0HCoBv6fgdc2PMeAsV", "name": "No Time Left To Lose", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:5ZnK0HCoBv6fgdc2PMeAsV", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3iRbwOUFx2CWZ4BRQcnP2I" }, "href": "https://api.spotify.com/v1/artists/3iRbwOUFx2CWZ4BRQcnP2I", "id": "3iRbwOUFx2CWZ4BRQcnP2I", "name": "Beautiful Panda", "type": "artist", "uri": "spotify:artist:3iRbwOUFx2CWZ4BRQcnP2I" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4qsHDbno8XG3abDsyq8ztN" }, "href": "https://api.spotify.com/v1/artists/4qsHDbno8XG3abDsyq8ztN", "id": "4qsHDbno8XG3abDsyq8ztN", "name": "mango", "type": "artist", "uri": "spotify:artist:4qsHDbno8XG3abDsyq8ztN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4PJ8Omgo9ObI7mb9COCfm8" }, "href": "https://api.spotify.com/v1/artists/4PJ8Omgo9ObI7mb9COCfm8", "id": "4PJ8Omgo9ObI7mb9COCfm8", "name": "Hatmiss", "type": "artist", "uri": "spotify:artist:4PJ8Omgo9ObI7mb9COCfm8" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 36750, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2hyVHjnnm3KUO2a2Qg1eM9" }, "href": "https://api.spotify.com/v1/tracks/2hyVHjnnm3KUO2a2Qg1eM9", "id": "2hyVHjnnm3KUO2a2Qg1eM9", "name": "It's 11pm And I Can't Stop Folding Paper Like We Used To Do", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:2hyVHjnnm3KUO2a2Qg1eM9", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/51Jlz1EF1XPFtEYuk642cM" }, "href": "https://api.spotify.com/v1/artists/51Jlz1EF1XPFtEYuk642cM", "id": "51Jlz1EF1XPFtEYuk642cM", "name": "gRRiever", "type": "artist", "uri": "spotify:artist:51Jlz1EF1XPFtEYuk642cM" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2STTnw4FJjSXRH6bItWl0F" }, "href": "https://api.spotify.com/v1/artists/2STTnw4FJjSXRH6bItWl0F", "id": "2STTnw4FJjSXRH6bItWl0F", "name": "StoneEars", "type": "artist", "uri": "spotify:artist:2STTnw4FJjSXRH6bItWl0F" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 170854, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/593aq2LX6veq1Ft0kHvrS9" }, "href": "https://api.spotify.com/v1/tracks/593aq2LX6veq1Ft0kHvrS9", "id": "593aq2LX6veq1Ft0kHvrS9", "name": "God Gamer", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:593aq2LX6veq1Ft0kHvrS9", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6RmWDtsKktRw2v9FP1SFni" }, "href": "https://api.spotify.com/v1/artists/6RmWDtsKktRw2v9FP1SFni", "id": "6RmWDtsKktRw2v9FP1SFni", "name": "yubyub", "type": "artist", "uri": "spotify:artist:6RmWDtsKktRw2v9FP1SFni" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3lrmsbi43nA5svDePADyHl" }, "href": "https://api.spotify.com/v1/artists/3lrmsbi43nA5svDePADyHl", "id": "3lrmsbi43nA5svDePADyHl", "name": "froggman", "type": "artist", "uri": "spotify:artist:3lrmsbi43nA5svDePADyHl" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/190GSW42zDnQc16U5XgULT" }, "href": "https://api.spotify.com/v1/artists/190GSW42zDnQc16U5XgULT", "id": "190GSW42zDnQc16U5XgULT", "name": "Jo the Forggie", "type": "artist", "uri": "spotify:artist:190GSW42zDnQc16U5XgULT" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/26z8iLfADGuSugsu63BW2s" }, "href": "https://api.spotify.com/v1/artists/26z8iLfADGuSugsu63BW2s", "id": "26z8iLfADGuSugsu63BW2s", "name": "Confuzzled", "type": "artist", "uri": "spotify:artist:26z8iLfADGuSugsu63BW2s" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1uLBqEv467ZgclJBIdWlCc" }, "href": "https://api.spotify.com/v1/artists/1uLBqEv467ZgclJBIdWlCc", "id": "1uLBqEv467ZgclJBIdWlCc", "name": "fluentsynth", "type": "artist", "uri": "spotify:artist:1uLBqEv467ZgclJBIdWlCc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 80000, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/5WWShf7Lo5EBnIBGdbmKN5" }, "href": "https://api.spotify.com/v1/tracks/5WWShf7Lo5EBnIBGdbmKN5", "id": "5WWShf7Lo5EBnIBGdbmKN5", "name": "Purple Streamer Battle", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:5WWShf7Lo5EBnIBGdbmKN5", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2roVEpafIk02cSCDrbhHAe" }, "href": "https://api.spotify.com/v1/artists/2roVEpafIk02cSCDrbhHAe", "id": "2roVEpafIk02cSCDrbhHAe", "name": "RhysO", "type": "artist", "uri": "spotify:artist:2roVEpafIk02cSCDrbhHAe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3lrmsbi43nA5svDePADyHl" }, "href": "https://api.spotify.com/v1/artists/3lrmsbi43nA5svDePADyHl", "id": "3lrmsbi43nA5svDePADyHl", "name": "froggman", "type": "artist", "uri": "spotify:artist:3lrmsbi43nA5svDePADyHl" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 99158, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/09WyoZ2RaNeAEcfZHtsXPR" }, "href": "https://api.spotify.com/v1/tracks/09WyoZ2RaNeAEcfZHtsXPR", "id": "09WyoZ2RaNeAEcfZHtsXPR", "name": "Lost at Sea", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:09WyoZ2RaNeAEcfZHtsXPR", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/79Mo8yyzVDo0uyeAKimv7W" }, "href": "https://api.spotify.com/v1/artists/79Mo8yyzVDo0uyeAKimv7W", "id": "79Mo8yyzVDo0uyeAKimv7W", "name": "RDCwest", "type": "artist", "uri": "spotify:artist:79Mo8yyzVDo0uyeAKimv7W" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 83750, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/4cWh7YO5U0JBCcAU9JUhSs" }, "href": "https://api.spotify.com/v1/tracks/4cWh7YO5U0JBCcAU9JUhSs", "id": "4cWh7YO5U0JBCcAU9JUhSs", "name": "364 Interlude", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:4cWh7YO5U0JBCcAU9JUhSs", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/78F4dqW3GJqRzy3EDzHfba" }, "href": "https://api.spotify.com/v1/artists/78F4dqW3GJqRzy3EDzHfba", "id": "78F4dqW3GJqRzy3EDzHfba", "name": "Alphons", "type": "artist", "uri": "spotify:artist:78F4dqW3GJqRzy3EDzHfba" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2qV9yNZiOt6UlbIYJgM7k2" }, "href": "https://api.spotify.com/v1/artists/2qV9yNZiOt6UlbIYJgM7k2", "id": "2qV9yNZiOt6UlbIYJgM7k2", "name": "MyDog", "type": "artist", "uri": "spotify:artist:2qV9yNZiOt6UlbIYJgM7k2" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2jTOWoCU8yUCNkHN1hzSNm" }, "href": "https://api.spotify.com/v1/artists/2jTOWoCU8yUCNkHN1hzSNm", "id": "2jTOWoCU8yUCNkHN1hzSNm", "name": "badger", "type": "artist", "uri": "spotify:artist:2jTOWoCU8yUCNkHN1hzSNm" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 141500, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/5Hypfslm17ws3wZhJCpMYg" }, "href": "https://api.spotify.com/v1/tracks/5Hypfslm17ws3wZhJCpMYg", "id": "5Hypfslm17ws3wZhJCpMYg", "name": "MyDog Has Depression", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:5Hypfslm17ws3wZhJCpMYg", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3SCpPBu1VKguPSQRuVYrcA" }, "href": "https://api.spotify.com/v1/artists/3SCpPBu1VKguPSQRuVYrcA", "id": "3SCpPBu1VKguPSQRuVYrcA", "name": "17artisan", "type": "artist", "uri": "spotify:artist:3SCpPBu1VKguPSQRuVYrcA" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4yuadBe0F2IQMiuUsxywXw" }, "href": "https://api.spotify.com/v1/artists/4yuadBe0F2IQMiuUsxywXw", "id": "4yuadBe0F2IQMiuUsxywXw", "name": "REESE", "type": "artist", "uri": "spotify:artist:4yuadBe0F2IQMiuUsxywXw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4qsHDbno8XG3abDsyq8ztN" }, "href": "https://api.spotify.com/v1/artists/4qsHDbno8XG3abDsyq8ztN", "id": "4qsHDbno8XG3abDsyq8ztN", "name": "mango", "type": "artist", "uri": "spotify:artist:4qsHDbno8XG3abDsyq8ztN" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 152000, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/5xG9nNCZ3Wc2I8dpmrha8y" }, "href": "https://api.spotify.com/v1/tracks/5xG9nNCZ3Wc2I8dpmrha8y", "id": "5xG9nNCZ3Wc2I8dpmrha8y", "name": "All I Want is Paper Mario", "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:5xG9nNCZ3Wc2I8dpmrha8y", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2STTnw4FJjSXRH6bItWl0F" }, "href": "https://api.spotify.com/v1/artists/2STTnw4FJjSXRH6bItWl0F", "id": "2STTnw4FJjSXRH6bItWl0F", "name": "StoneEars", "type": "artist", "uri": "spotify:artist:2STTnw4FJjSXRH6bItWl0F" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/51Jlz1EF1XPFtEYuk642cM" }, "href": "https://api.spotify.com/v1/artists/51Jlz1EF1XPFtEYuk642cM", "id": "51Jlz1EF1XPFtEYuk642cM", "name": "gRRiever", "type": "artist", "uri": "spotify:artist:51Jlz1EF1XPFtEYuk642cM" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6QqFHkMOC59TL7W5hfOsiU" }, "href": "https://api.spotify.com/v1/artists/6QqFHkMOC59TL7W5hfOsiU", "id": "6QqFHkMOC59TL7W5hfOsiU", "name": "SofiUH", "type": "artist", "uri": "spotify:artist:6QqFHkMOC59TL7W5hfOsiU" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 146000, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/16VDwDiT4YNIVSyJ7RMXsv" }, "href": "https://api.spotify.com/v1/tracks/16VDwDiT4YNIVSyJ7RMXsv", "id": "16VDwDiT4YNIVSyJ7RMXsv", "name": "Confetti Line", "preview_url": null, "track_number": 13, "type": "track", "uri": "spotify:track:16VDwDiT4YNIVSyJ7RMXsv", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3lrmsbi43nA5svDePADyHl" }, "href": "https://api.spotify.com/v1/artists/3lrmsbi43nA5svDePADyHl", "id": "3lrmsbi43nA5svDePADyHl", "name": "froggman", "type": "artist", "uri": "spotify:artist:3lrmsbi43nA5svDePADyHl" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6qLmutNfMLFolEujWZGO6p" }, "href": "https://api.spotify.com/v1/artists/6qLmutNfMLFolEujWZGO6p", "id": "6qLmutNfMLFolEujWZGO6p", "name": "UneasyFlame", "type": "artist", "uri": "spotify:artist:6qLmutNfMLFolEujWZGO6p" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 141000, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6RG0t1o3B6nuzc5GegyY2v" }, "href": "https://api.spotify.com/v1/tracks/6RG0t1o3B6nuzc5GegyY2v", "id": "6RG0t1o3B6nuzc5GegyY2v", "name": "The Wedding Invite", "preview_url": null, "track_number": 14, "type": "track", "uri": "spotify:track:6RG0t1o3B6nuzc5GegyY2v", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/78F4dqW3GJqRzy3EDzHfba" }, "href": "https://api.spotify.com/v1/artists/78F4dqW3GJqRzy3EDzHfba", "id": "78F4dqW3GJqRzy3EDzHfba", "name": "Alphons", "type": "artist", "uri": "spotify:artist:78F4dqW3GJqRzy3EDzHfba" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 178285, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/15g1itLc4kYRXjHMY8aao6" }, "href": "https://api.spotify.com/v1/tracks/15g1itLc4kYRXjHMY8aao6", "id": "15g1itLc4kYRXjHMY8aao6", "name": "Only a Legend", "preview_url": null, "track_number": 15, "type": "track", "uri": "spotify:track:15g1itLc4kYRXjHMY8aao6", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7xplDB5Ftf0oECpcFlKE99" }, "href": "https://api.spotify.com/v1/artists/7xplDB5Ftf0oECpcFlKE99", "id": "7xplDB5Ftf0oECpcFlKE99", "name": "Owen CMYK", "type": "artist", "uri": "spotify:artist:7xplDB5Ftf0oECpcFlKE99" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2jTOWoCU8yUCNkHN1hzSNm" }, "href": "https://api.spotify.com/v1/artists/2jTOWoCU8yUCNkHN1hzSNm", "id": "2jTOWoCU8yUCNkHN1hzSNm", "name": "badger", "type": "artist", "uri": "spotify:artist:2jTOWoCU8yUCNkHN1hzSNm" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/60Y38Hh6PlzEjjpJno5P6p" }, "href": "https://api.spotify.com/v1/artists/60Y38Hh6PlzEjjpJno5P6p", "id": "60Y38Hh6PlzEjjpJno5P6p", "name": "dropspindle", "type": "artist", "uri": "spotify:artist:60Y38Hh6PlzEjjpJno5P6p" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6TgYktqPP6KLGoU6KxYq0s" }, "href": "https://api.spotify.com/v1/artists/6TgYktqPP6KLGoU6KxYq0s", "id": "6TgYktqPP6KLGoU6KxYq0s", "name": "FiN", "type": "artist", "uri": "spotify:artist:6TgYktqPP6KLGoU6KxYq0s" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 93666, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/080DOCEfEIqct0qvHwKZRe" }, "href": "https://api.spotify.com/v1/tracks/080DOCEfEIqct0qvHwKZRe", "id": "080DOCEfEIqct0qvHwKZRe", "name": "Paradise Found", "preview_url": null, "track_number": 16, "type": "track", "uri": "spotify:track:080DOCEfEIqct0qvHwKZRe", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5B7d27dL276bbzzQ360IYN" }, "href": "https://api.spotify.com/v1/artists/5B7d27dL276bbzzQ360IYN", "id": "5B7d27dL276bbzzQ360IYN", "name": "the atriarchy", "type": "artist", "uri": "spotify:artist:5B7d27dL276bbzzQ360IYN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0g4gQ5TcCB3HJH6ktWjKYC" }, "href": "https://api.spotify.com/v1/artists/0g4gQ5TcCB3HJH6ktWjKYC", "id": "0g4gQ5TcCB3HJH6ktWjKYC", "name": "ask the storyteller", "type": "artist", "uri": "spotify:artist:0g4gQ5TcCB3HJH6ktWjKYC" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2RaLCgWRwHSBJySoMVZi1U" }, "href": "https://api.spotify.com/v1/artists/2RaLCgWRwHSBJySoMVZi1U", "id": "2RaLCgWRwHSBJySoMVZi1U", "name": "JPecs", "type": "artist", "uri": "spotify:artist:2RaLCgWRwHSBJySoMVZi1U" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/79Mo8yyzVDo0uyeAKimv7W" }, "href": "https://api.spotify.com/v1/artists/79Mo8yyzVDo0uyeAKimv7W", "id": "79Mo8yyzVDo0uyeAKimv7W", "name": "RDCwest", "type": "artist", "uri": "spotify:artist:79Mo8yyzVDo0uyeAKimv7W" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/49X16juWaNmVsSkftsPI9u" }, "href": "https://api.spotify.com/v1/artists/49X16juWaNmVsSkftsPI9u", "id": "49X16juWaNmVsSkftsPI9u", "name": "javid74", "type": "artist", "uri": "spotify:artist:49X16juWaNmVsSkftsPI9u" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3ehLuD3NDXoO0lmL8cZxSw" }, "href": "https://api.spotify.com/v1/artists/3ehLuD3NDXoO0lmL8cZxSw", "id": "3ehLuD3NDXoO0lmL8cZxSw", "name": "MikesHardest", "type": "artist", "uri": "spotify:artist:3ehLuD3NDXoO0lmL8cZxSw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4QsvqI4nb9TpdwqOrbZcHQ" }, "href": "https://api.spotify.com/v1/artists/4QsvqI4nb9TpdwqOrbZcHQ", "id": "4QsvqI4nb9TpdwqOrbZcHQ", "name": "Sio", "type": "artist", "uri": "spotify:artist:4QsvqI4nb9TpdwqOrbZcHQ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/26z8iLfADGuSugsu63BW2s" }, "href": "https://api.spotify.com/v1/artists/26z8iLfADGuSugsu63BW2s", "id": "26z8iLfADGuSugsu63BW2s", "name": "Confuzzled", "type": "artist", "uri": "spotify:artist:26z8iLfADGuSugsu63BW2s" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3lrmsbi43nA5svDePADyHl" }, "href": "https://api.spotify.com/v1/artists/3lrmsbi43nA5svDePADyHl", "id": "3lrmsbi43nA5svDePADyHl", "name": "froggman", "type": "artist", "uri": "spotify:artist:3lrmsbi43nA5svDePADyHl" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6HiHuFsJrutJGZT2GAwG4L" }, "href": "https://api.spotify.com/v1/artists/6HiHuFsJrutJGZT2GAwG4L", "id": "6HiHuFsJrutJGZT2GAwG4L", "name": "itsAZ", "type": "artist", "uri": "spotify:artist:6HiHuFsJrutJGZT2GAwG4L" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4qsHDbno8XG3abDsyq8ztN" }, "href": "https://api.spotify.com/v1/artists/4qsHDbno8XG3abDsyq8ztN", "id": "4qsHDbno8XG3abDsyq8ztN", "name": "mango", "type": "artist", "uri": "spotify:artist:4qsHDbno8XG3abDsyq8ztN" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 703910, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/3gTWK8IiRrXjbPGgz6KD55" }, "href": "https://api.spotify.com/v1/tracks/3gTWK8IiRrXjbPGgz6KD55", "id": "3gTWK8IiRrXjbPGgz6KD55", "name": "Revelations 5:22", "preview_url": null, "track_number": 17, "type": "track", "uri": "spotify:track:3gTWK8IiRrXjbPGgz6KD55", "is_local": false } ] }, "copyrights": [ { "text": "2024 Atriarchy LLC", "type": "C" }, { "text": "2024 Atriarchy LLC", "type": "P" } ], "external_ids": { "upc": "198669450738" }, "genres": [], "label": "Atriarchy LLC", "popularity": 20 } }, { "added_at": "2024-06-06T22:00:00Z", "album": { "album_type": "album", "total_tracks": 11, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0GpklLqjWNrhropGa4XRRD" }, "href": "https://api.spotify.com/v1/albums/0GpklLqjWNrhropGa4XRRD", "id": "0GpklLqjWNrhropGa4XRRD", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2734d05e22092c4c9920d2567ce", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e024d05e22092c4c9920d2567ce", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048514d05e22092c4c9920d2567ce", "height": 64, "width": 64 } ], "name": "Radiosoul", "release_date": "2024-06-07", "release_date_precision": "day", "type": "album", "uri": "spotify:album:0GpklLqjWNrhropGa4XRRD", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6QzMY3tnu0m56eKUnr4uCF" }, "href": "https://api.spotify.com/v1/artists/6QzMY3tnu0m56eKUnr4uCF", "id": "6QzMY3tnu0m56eKUnr4uCF", "name": "Alfie Templeman", "type": "artist", "uri": "spotify:artist:6QzMY3tnu0m56eKUnr4uCF" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/0GpklLqjWNrhropGa4XRRD/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 11, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6QzMY3tnu0m56eKUnr4uCF" }, "href": "https://api.spotify.com/v1/artists/6QzMY3tnu0m56eKUnr4uCF", "id": "6QzMY3tnu0m56eKUnr4uCF", "name": "Alfie Templeman", "type": "artist", "uri": "spotify:artist:6QzMY3tnu0m56eKUnr4uCF" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 315327, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5YualyOibWHyram0jfyBsV" }, "href": "https://api.spotify.com/v1/tracks/5YualyOibWHyram0jfyBsV", "id": "5YualyOibWHyram0jfyBsV", "name": "Radiosoul", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:5YualyOibWHyram0jfyBsV", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6QzMY3tnu0m56eKUnr4uCF" }, "href": "https://api.spotify.com/v1/artists/6QzMY3tnu0m56eKUnr4uCF", "id": "6QzMY3tnu0m56eKUnr4uCF", "name": "Alfie Templeman", "type": "artist", "uri": "spotify:artist:6QzMY3tnu0m56eKUnr4uCF" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 202033, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1eVzbEkjDGzxqeFNNNrgBm" }, "href": "https://api.spotify.com/v1/tracks/1eVzbEkjDGzxqeFNNNrgBm", "id": "1eVzbEkjDGzxqeFNNNrgBm", "name": "Eyes Wide Shut", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:1eVzbEkjDGzxqeFNNNrgBm", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6QzMY3tnu0m56eKUnr4uCF" }, "href": "https://api.spotify.com/v1/artists/6QzMY3tnu0m56eKUnr4uCF", "id": "6QzMY3tnu0m56eKUnr4uCF", "name": "Alfie Templeman", "type": "artist", "uri": "spotify:artist:6QzMY3tnu0m56eKUnr4uCF" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 206484, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6Ttp9JrzcpNYG0upW6NKRO" }, "href": "https://api.spotify.com/v1/tracks/6Ttp9JrzcpNYG0upW6NKRO", "id": "6Ttp9JrzcpNYG0upW6NKRO", "name": "This Is Just The Beginning", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:6Ttp9JrzcpNYG0upW6NKRO", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6QzMY3tnu0m56eKUnr4uCF" }, "href": "https://api.spotify.com/v1/artists/6QzMY3tnu0m56eKUnr4uCF", "id": "6QzMY3tnu0m56eKUnr4uCF", "name": "Alfie Templeman", "type": "artist", "uri": "spotify:artist:6QzMY3tnu0m56eKUnr4uCF" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 212302, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2M7SyIuOuPozGJY1c6xDXL" }, "href": "https://api.spotify.com/v1/tracks/2M7SyIuOuPozGJY1c6xDXL", "id": "2M7SyIuOuPozGJY1c6xDXL", "name": "Vultures", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:2M7SyIuOuPozGJY1c6xDXL", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6QzMY3tnu0m56eKUnr4uCF" }, "href": "https://api.spotify.com/v1/artists/6QzMY3tnu0m56eKUnr4uCF", "id": "6QzMY3tnu0m56eKUnr4uCF", "name": "Alfie Templeman", "type": "artist", "uri": "spotify:artist:6QzMY3tnu0m56eKUnr4uCF" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 186991, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6n1VD2aPzgGbZWMvRdgSPA" }, "href": "https://api.spotify.com/v1/tracks/6n1VD2aPzgGbZWMvRdgSPA", "id": "6n1VD2aPzgGbZWMvRdgSPA", "name": "Drag", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:6n1VD2aPzgGbZWMvRdgSPA", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6QzMY3tnu0m56eKUnr4uCF" }, "href": "https://api.spotify.com/v1/artists/6QzMY3tnu0m56eKUnr4uCF", "id": "6QzMY3tnu0m56eKUnr4uCF", "name": "Alfie Templeman", "type": "artist", "uri": "spotify:artist:6QzMY3tnu0m56eKUnr4uCF" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 211120, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0eFTxYwpRTxyefxYlBJq6L" }, "href": "https://api.spotify.com/v1/tracks/0eFTxYwpRTxyefxYlBJq6L", "id": "0eFTxYwpRTxyefxYlBJq6L", "name": "Hello Lonely", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:0eFTxYwpRTxyefxYlBJq6L", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6QzMY3tnu0m56eKUnr4uCF" }, "href": "https://api.spotify.com/v1/artists/6QzMY3tnu0m56eKUnr4uCF", "id": "6QzMY3tnu0m56eKUnr4uCF", "name": "Alfie Templeman", "type": "artist", "uri": "spotify:artist:6QzMY3tnu0m56eKUnr4uCF" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3yDIp0kaq9EFKe07X1X2rz" }, "href": "https://api.spotify.com/v1/artists/3yDIp0kaq9EFKe07X1X2rz", "id": "3yDIp0kaq9EFKe07X1X2rz", "name": "Nile Rodgers", "type": "artist", "uri": "spotify:artist:3yDIp0kaq9EFKe07X1X2rz" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 160932, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5I0qy4t38jwAPKsHS2WPnT" }, "href": "https://api.spotify.com/v1/tracks/5I0qy4t38jwAPKsHS2WPnT", "id": "5I0qy4t38jwAPKsHS2WPnT", "name": "Just A Dance", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:5I0qy4t38jwAPKsHS2WPnT", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6QzMY3tnu0m56eKUnr4uCF" }, "href": "https://api.spotify.com/v1/artists/6QzMY3tnu0m56eKUnr4uCF", "id": "6QzMY3tnu0m56eKUnr4uCF", "name": "Alfie Templeman", "type": "artist", "uri": "spotify:artist:6QzMY3tnu0m56eKUnr4uCF" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 204074, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6zJPeOzroQHmIAbhQETa3S" }, "href": "https://api.spotify.com/v1/tracks/6zJPeOzroQHmIAbhQETa3S", "id": "6zJPeOzroQHmIAbhQETa3S", "name": "Submarine", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:6zJPeOzroQHmIAbhQETa3S", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6QzMY3tnu0m56eKUnr4uCF" }, "href": "https://api.spotify.com/v1/artists/6QzMY3tnu0m56eKUnr4uCF", "id": "6QzMY3tnu0m56eKUnr4uCF", "name": "Alfie Templeman", "type": "artist", "uri": "spotify:artist:6QzMY3tnu0m56eKUnr4uCF" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 207430, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/19ZhBuPyYTzNChzoQslVTX" }, "href": "https://api.spotify.com/v1/tracks/19ZhBuPyYTzNChzoQslVTX", "id": "19ZhBuPyYTzNChzoQslVTX", "name": "Beckham", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:19ZhBuPyYTzNChzoQslVTX", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6QzMY3tnu0m56eKUnr4uCF" }, "href": "https://api.spotify.com/v1/artists/6QzMY3tnu0m56eKUnr4uCF", "id": "6QzMY3tnu0m56eKUnr4uCF", "name": "Alfie Templeman", "type": "artist", "uri": "spotify:artist:6QzMY3tnu0m56eKUnr4uCF" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 157458, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4wTOzQ92UzEBli1ubpcw3u" }, "href": "https://api.spotify.com/v1/tracks/4wTOzQ92UzEBli1ubpcw3u", "id": "4wTOzQ92UzEBli1ubpcw3u", "name": "Switch", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:4wTOzQ92UzEBli1ubpcw3u", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6QzMY3tnu0m56eKUnr4uCF" }, "href": "https://api.spotify.com/v1/artists/6QzMY3tnu0m56eKUnr4uCF", "id": "6QzMY3tnu0m56eKUnr4uCF", "name": "Alfie Templeman", "type": "artist", "uri": "spotify:artist:6QzMY3tnu0m56eKUnr4uCF" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 263354, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/22sc5jdkR8FTgbGWTdOy7t" }, "href": "https://api.spotify.com/v1/tracks/22sc5jdkR8FTgbGWTdOy7t", "id": "22sc5jdkR8FTgbGWTdOy7t", "name": "Run To Tomorrow", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:22sc5jdkR8FTgbGWTdOy7t", "is_local": false } ] }, "copyrights": [ { "text": "(C) 2024 Chess Club Records under exclusive license to AWAL Recordings", "type": "C" }, { "text": "(P) 2024 Chess Club Records under exclusive license to AWAL Recordings", "type": "P" } ], "external_ids": { "upc": "198391074080" }, "genres": [], "label": "Chess Club Records", "popularity": 30 } }, { "added_at": "2024-05-30T22:00:00Z", "album": { "album_type": "album", "total_tracks": 27, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1Sr34Sc0yqB4SlxanOrit0" }, "href": "https://api.spotify.com/v1/albums/1Sr34Sc0yqB4SlxanOrit0", "id": "1Sr34Sc0yqB4SlxanOrit0", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273668bf8454b34db4eb2b78dd3", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02668bf8454b34db4eb2b78dd3", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851668bf8454b34db4eb2b78dd3", "height": 64, "width": 64 } ], "name": "The Last Goodbye Tour Live", "release_date": "2024-05-31", "release_date_precision": "day", "type": "album", "uri": "spotify:album:1Sr34Sc0yqB4SlxanOrit0", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/1Sr34Sc0yqB4SlxanOrit0/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 27, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 186400, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/24ainScgxd2UDayPsLzzm2" }, "href": "https://api.spotify.com/v1/tracks/24ainScgxd2UDayPsLzzm2", "id": "24ainScgxd2UDayPsLzzm2", "name": "This Version of You (Live)", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:24ainScgxd2UDayPsLzzm2", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 189985, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4gKFQ6sGKfZr44NXw6wjym" }, "href": "https://api.spotify.com/v1/tracks/4gKFQ6sGKfZr44NXw6wjym", "id": "4gKFQ6sGKfZr44NXw6wjym", "name": "Behind the Sun (Live)", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:4gKFQ6sGKfZr44NXw6wjym", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 201954, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2W0IElS3uccgQUXKAwVyAt" }, "href": "https://api.spotify.com/v1/tracks/2W0IElS3uccgQUXKAwVyAt", "id": "2W0IElS3uccgQUXKAwVyAt", "name": "All We Need (Live) (ODESZA VIP Remix)", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:2W0IElS3uccgQUXKAwVyAt", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 267545, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4JK3JhyIl1icooy0uq37DA" }, "href": "https://api.spotify.com/v1/tracks/4JK3JhyIl1icooy0uq37DA", "id": "4JK3JhyIl1icooy0uq37DA", "name": "Love Letter (Live) (ODESZA VIP Remix)", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:4JK3JhyIl1icooy0uq37DA", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 176459, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1ZVmGzftncwotIcJzkiTQK" }, "href": "https://api.spotify.com/v1/tracks/1ZVmGzftncwotIcJzkiTQK", "id": "1ZVmGzftncwotIcJzkiTQK", "name": "Say My Name x Late Night (Live)", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:1ZVmGzftncwotIcJzkiTQK", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 151384, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2mOOT12V4TMB9O6p75Hehs" }, "href": "https://api.spotify.com/v1/tracks/2mOOT12V4TMB9O6p75Hehs", "id": "2mOOT12V4TMB9O6p75Hehs", "name": "In the Rain (Live)", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:2mOOT12V4TMB9O6p75Hehs", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4iVhFmG8YCCEHANGeUUS9q" }, "href": "https://api.spotify.com/v1/artists/4iVhFmG8YCCEHANGeUUS9q", "id": "4iVhFmG8YCCEHANGeUUS9q", "name": "Pretty Lights", "type": "artist", "uri": "spotify:artist:4iVhFmG8YCCEHANGeUUS9q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 96053, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3mqmlOkyeU3hP1rERf6tjv" }, "href": "https://api.spotify.com/v1/tracks/3mqmlOkyeU3hP1rERf6tjv", "id": "3mqmlOkyeU3hP1rERf6tjv", "name": "One Day They'll Know (Live) (ODESZA VIP Remix)", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:3mqmlOkyeU3hP1rERf6tjv", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6BkSTbIWZrLZZK0sa2GehR" }, "href": "https://api.spotify.com/v1/artists/6BkSTbIWZrLZZK0sa2GehR", "id": "6BkSTbIWZrLZZK0sa2GehR", "name": "Charlie Houston", "type": "artist", "uri": "spotify:artist:6BkSTbIWZrLZZK0sa2GehR" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 261978, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2A0cPJCmtGITjsKAIhzEfo" }, "href": "https://api.spotify.com/v1/tracks/2A0cPJCmtGITjsKAIhzEfo", "id": "2A0cPJCmtGITjsKAIhzEfo", "name": "Wide Awake (Live)", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:2A0cPJCmtGITjsKAIhzEfo", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 214092, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1a73OJypd6sgDkAwA75NDX" }, "href": "https://api.spotify.com/v1/tracks/1a73OJypd6sgDkAwA75NDX", "id": "1a73OJypd6sgDkAwA75NDX", "name": "Bloom (Live) (ODESZA VIP Remix)", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:1a73OJypd6sgDkAwA75NDX", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 268167, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4tL49ueZxBPJD5Z9pmNCAL" }, "href": "https://api.spotify.com/v1/tracks/4tL49ueZxBPJD5Z9pmNCAL", "id": "4tL49ueZxBPJD5Z9pmNCAL", "name": "Equal x Boy (Live)", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:4tL49ueZxBPJD5Z9pmNCAL", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 116759, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1ZJiqlxrcILMONjWo9wwaW" }, "href": "https://api.spotify.com/v1/tracks/1ZJiqlxrcILMONjWo9wwaW", "id": "1ZJiqlxrcILMONjWo9wwaW", "name": "All My Life (Live)", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:1ZJiqlxrcILMONjWo9wwaW", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3NP4jJcW3R6qO6rbtnH0wn" }, "href": "https://api.spotify.com/v1/artists/3NP4jJcW3R6qO6rbtnH0wn", "id": "3NP4jJcW3R6qO6rbtnH0wn", "name": "MARO", "type": "artist", "uri": "spotify:artist:3NP4jJcW3R6qO6rbtnH0wn" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 161641, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/59aWxauGOAbQycO8GNK7LE" }, "href": "https://api.spotify.com/v1/tracks/59aWxauGOAbQycO8GNK7LE", "id": "59aWxauGOAbQycO8GNK7LE", "name": "Better Now (Live)", "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:59aWxauGOAbQycO8GNK7LE", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4qOzMSukiZoiSjPQw8Zs7s" }, "href": "https://api.spotify.com/v1/artists/4qOzMSukiZoiSjPQw8Zs7s", "id": "4qOzMSukiZoiSjPQw8Zs7s", "name": "Mansionair", "type": "artist", "uri": "spotify:artist:4qOzMSukiZoiSjPQw8Zs7s" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5EBlHXi71tDXnFtroEh7Rg" }, "href": "https://api.spotify.com/v1/artists/5EBlHXi71tDXnFtroEh7Rg", "id": "5EBlHXi71tDXnFtroEh7Rg", "name": "Naomi Wild", "type": "artist", "uri": "spotify:artist:5EBlHXi71tDXnFtroEh7Rg" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 181843, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7q7B0VRgFKegcxO2Edzbi6" }, "href": "https://api.spotify.com/v1/tracks/7q7B0VRgFKegcxO2Edzbi6", "id": "7q7B0VRgFKegcxO2Edzbi6", "name": "Line Of Sight (Live)", "preview_url": null, "track_number": 13, "type": "track", "uri": "spotify:track:7q7B0VRgFKegcxO2Edzbi6", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6b5YOgXIliAozdo49vUCJQ" }, "href": "https://api.spotify.com/v1/artists/6b5YOgXIliAozdo49vUCJQ", "id": "6b5YOgXIliAozdo49vUCJQ", "name": "Izzy Bizu", "type": "artist", "uri": "spotify:artist:6b5YOgXIliAozdo49vUCJQ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 243413, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0PD6WTOfk9kBi6THqAaBKV" }, "href": "https://api.spotify.com/v1/tracks/0PD6WTOfk9kBi6THqAaBKV", "id": "0PD6WTOfk9kBi6THqAaBKV", "name": "Forgive Me (Live) (ODESZA VIP Remix)", "preview_url": null, "track_number": 14, "type": "track", "uri": "spotify:track:0PD6WTOfk9kBi6THqAaBKV", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 105046, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5r06HL1g9lqxc5CAxBK7an" }, "href": "https://api.spotify.com/v1/tracks/5r06HL1g9lqxc5CAxBK7an", "id": "5r06HL1g9lqxc5CAxBK7an", "name": "La Ciudad (Live) (ODESZA VIP Remix)", "preview_url": null, "track_number": 15, "type": "track", "uri": "spotify:track:5r06HL1g9lqxc5CAxBK7an", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2MPHBxznH1fj59jbOWY38u" }, "href": "https://api.spotify.com/v1/artists/2MPHBxznH1fj59jbOWY38u", "id": "2MPHBxznH1fj59jbOWY38u", "name": "Sudan Archives", "type": "artist", "uri": "spotify:artist:2MPHBxznH1fj59jbOWY38u" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 211440, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/7rwME0L7zpCwQgHcIwzbvt" }, "href": "https://api.spotify.com/v1/tracks/7rwME0L7zpCwQgHcIwzbvt", "id": "7rwME0L7zpCwQgHcIwzbvt", "name": "Selfish Soul (Live) (ODESZA VIP Remix)", "preview_url": null, "track_number": 16, "type": "track", "uri": "spotify:track:7rwME0L7zpCwQgHcIwzbvt", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/60yfafz0P3gqaUaOUIddae" }, "href": "https://api.spotify.com/v1/artists/60yfafz0P3gqaUaOUIddae", "id": "60yfafz0P3gqaUaOUIddae", "name": "BRONSON", "type": "artist", "uri": "spotify:artist:60yfafz0P3gqaUaOUIddae" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 194464, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4UU6fudp68mcPuUFJf1sNA" }, "href": "https://api.spotify.com/v1/tracks/4UU6fudp68mcPuUFJf1sNA", "id": "4UU6fudp68mcPuUFJf1sNA", "name": "TENSE (Live)", "preview_url": null, "track_number": 17, "type": "track", "uri": "spotify:track:4UU6fudp68mcPuUFJf1sNA", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/60yfafz0P3gqaUaOUIddae" }, "href": "https://api.spotify.com/v1/artists/60yfafz0P3gqaUaOUIddae", "id": "60yfafz0P3gqaUaOUIddae", "name": "BRONSON", "type": "artist", "uri": "spotify:artist:60yfafz0P3gqaUaOUIddae" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 142423, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/41z8eydTUKN0IL0QZtRcIs" }, "href": "https://api.spotify.com/v1/tracks/41z8eydTUKN0IL0QZtRcIs", "id": "41z8eydTUKN0IL0QZtRcIs", "name": "KEEP MOVING (Live)", "preview_url": null, "track_number": 18, "type": "track", "uri": "spotify:track:41z8eydTUKN0IL0QZtRcIs", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 211750, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2hT93dtTBxGOVYQEa3u2pE" }, "href": "https://api.spotify.com/v1/tracks/2hT93dtTBxGOVYQEa3u2pE", "id": "2hT93dtTBxGOVYQEa3u2pE", "name": "Sun Models (Live) (ODESZA VIP Remix)", "preview_url": null, "track_number": 19, "type": "track", "uri": "spotify:track:2hT93dtTBxGOVYQEa3u2pE", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 135054, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/69YWB2KVAMtIcjx01y2nAk" }, "href": "https://api.spotify.com/v1/tracks/69YWB2KVAMtIcjx01y2nAk", "id": "69YWB2KVAMtIcjx01y2nAk", "name": "Hopeful (Live)", "preview_url": null, "track_number": 20, "type": "track", "uri": "spotify:track:69YWB2KVAMtIcjx01y2nAk", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 275331, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1CxylMSGYankQropBSWDP3" }, "href": "https://api.spotify.com/v1/tracks/1CxylMSGYankQropBSWDP3", "id": "1CxylMSGYankQropBSWDP3", "name": "Across The Room x Falls (Live) (ODESZA VIP Remix)", "preview_url": null, "track_number": 21, "type": "track", "uri": "spotify:track:1CxylMSGYankQropBSWDP3", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 216988, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6aocvw4IvUE1zmlAavNkcR" }, "href": "https://api.spotify.com/v1/tracks/6aocvw4IvUE1zmlAavNkcR", "id": "6aocvw4IvUE1zmlAavNkcR", "name": "Loyal (Live)", "preview_url": null, "track_number": 22, "type": "track", "uri": "spotify:track:6aocvw4IvUE1zmlAavNkcR", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 163770, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5XWGvqsLKBAj0y47KpHmlF" }, "href": "https://api.spotify.com/v1/tracks/5XWGvqsLKBAj0y47KpHmlF", "id": "5XWGvqsLKBAj0y47KpHmlF", "name": "Don't Stop (Live) (ODESZA VIP Remix)", "preview_url": null, "track_number": 23, "type": "track", "uri": "spotify:track:5XWGvqsLKBAj0y47KpHmlF", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 45000, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2MA8Ep98eY5wRF28zCE5ec" }, "href": "https://api.spotify.com/v1/tracks/2MA8Ep98eY5wRF28zCE5ec", "id": "2MA8Ep98eY5wRF28zCE5ec", "name": "Just A Memory (Interlude) (Live)", "preview_url": null, "track_number": 24, "type": "track", "uri": "spotify:track:2MA8Ep98eY5wRF28zCE5ec", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5EBlHXi71tDXnFtroEh7Rg" }, "href": "https://api.spotify.com/v1/artists/5EBlHXi71tDXnFtroEh7Rg", "id": "5EBlHXi71tDXnFtroEh7Rg", "name": "Naomi Wild", "type": "artist", "uri": "spotify:artist:5EBlHXi71tDXnFtroEh7Rg" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 229816, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6v5Gc28XYQu2cDCmahhlBY" }, "href": "https://api.spotify.com/v1/tracks/6v5Gc28XYQu2cDCmahhlBY", "id": "6v5Gc28XYQu2cDCmahhlBY", "name": "Higher Ground (Live)", "preview_url": null, "track_number": 25, "type": "track", "uri": "spotify:track:6v5Gc28XYQu2cDCmahhlBY", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 383750, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6nwtUZBvCUzWp8HhhGrDu8" }, "href": "https://api.spotify.com/v1/tracks/6nwtUZBvCUzWp8HhhGrDu8", "id": "6nwtUZBvCUzWp8HhhGrDu8", "name": "A Moment Apart (Live) (ODESZA VIP Remix)", "preview_url": null, "track_number": 26, "type": "track", "uri": "spotify:track:6nwtUZBvCUzWp8HhhGrDu8", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 419555, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6y6vQOD1k3fBySGpjPmIkJ" }, "href": "https://api.spotify.com/v1/tracks/6y6vQOD1k3fBySGpjPmIkJ", "id": "6y6vQOD1k3fBySGpjPmIkJ", "name": "The Last Goodbye (Live)", "preview_url": null, "track_number": 27, "type": "track", "uri": "spotify:track:6y6vQOD1k3fBySGpjPmIkJ", "is_local": false } ] }, "copyrights": [ { "text": "2024 Foreign Family Collective under exclusive license to Ninja Tune", "type": "C" }, { "text": "2024 Foreign Family Collective under exclusive license to Ninja Tune", "type": "P" } ], "external_ids": { "upc": "5054429193510" }, "genres": [], "label": "Ninja Tune", "popularity": 45 } }, { "added_at": "2024-05-30T22:00:00Z", "album": { "album_type": "album", "total_tracks": 15, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/6YpuiWNRGcMEumvRbEuOvP" }, "href": "https://api.spotify.com/v1/albums/6YpuiWNRGcMEumvRbEuOvP", "id": "6YpuiWNRGcMEumvRbEuOvP", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2739af80bdb91f14c69a7b900cb", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e029af80bdb91f14c69a7b900cb", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048519af80bdb91f14c69a7b900cb", "height": 64, "width": 64 } ], "name": "Believe Me Now?", "release_date": "2024-05-31", "release_date_precision": "day", "type": "album", "uri": "spotify:album:6YpuiWNRGcMEumvRbEuOvP", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/6YpuiWNRGcMEumvRbEuOvP/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 15, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3K9muOlJVKLgH4SIwwZiDe" }, "href": "https://api.spotify.com/v1/artists/3K9muOlJVKLgH4SIwwZiDe", "id": "3K9muOlJVKLgH4SIwwZiDe", "name": "Self Esteem", "type": "artist", "uri": "spotify:artist:3K9muOlJVKLgH4SIwwZiDe" } ], "available_markets": [], "disc_number": 1, "duration_ms": 231684, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/6RtoIjw4BISeXqbju6b64E" }, "href": "https://api.spotify.com/v1/tracks/0djt8pab0Si1xC7B2ddfF4", "id": "0djt8pab0Si1xC7B2ddfF4", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6RtoIjw4BISeXqbju6b64E" }, "href": "https://api.spotify.com/v1/tracks/6RtoIjw4BISeXqbju6b64E", "id": "6RtoIjw4BISeXqbju6b64E", "type": "track", "uri": "spotify:track:6RtoIjw4BISeXqbju6b64E" }, "name": "True Colours (feat. Self Esteem)", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:0djt8pab0Si1xC7B2ddfF4", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" } ], "available_markets": [], "disc_number": 1, "duration_ms": 197014, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6NysRdnw6s1e8v4WfjcdDg" }, "href": "https://api.spotify.com/v1/tracks/0rX4zPMMpg8IhCKElJp8lp", "id": "0rX4zPMMpg8IhCKElJp8lp", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6NysRdnw6s1e8v4WfjcdDg" }, "href": "https://api.spotify.com/v1/tracks/6NysRdnw6s1e8v4WfjcdDg", "id": "6NysRdnw6s1e8v4WfjcdDg", "type": "track", "uri": "spotify:track:6NysRdnw6s1e8v4WfjcdDg" }, "name": "Darkest Hour", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:0rX4zPMMpg8IhCKElJp8lp", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" } ], "available_markets": [], "disc_number": 1, "duration_ms": 175628, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0IRZJ6G7fj0bvShvNkSOFR" }, "href": "https://api.spotify.com/v1/tracks/3LcXzMeyG4jy8ERxtzHGgP", "id": "3LcXzMeyG4jy8ERxtzHGgP", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0IRZJ6G7fj0bvShvNkSOFR" }, "href": "https://api.spotify.com/v1/tracks/0IRZJ6G7fj0bvShvNkSOFR", "id": "0IRZJ6G7fj0bvShvNkSOFR", "type": "track", "uri": "spotify:track:0IRZJ6G7fj0bvShvNkSOFR" }, "name": "Outside Of Love", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:3LcXzMeyG4jy8ERxtzHGgP", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/39B7ChWwrWDs7zXlsu3MoP" }, "href": "https://api.spotify.com/v1/artists/39B7ChWwrWDs7zXlsu3MoP", "id": "39B7ChWwrWDs7zXlsu3MoP", "name": "Sonny Fodera", "type": "artist", "uri": "spotify:artist:39B7ChWwrWDs7zXlsu3MoP" } ], "available_markets": [], "disc_number": 1, "duration_ms": 189087, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3pFe9dLAwfnwKt8gM6mqki" }, "href": "https://api.spotify.com/v1/tracks/3MLsgTj4GNyq6Nost2T5ya", "id": "3MLsgTj4GNyq6Nost2T5ya", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/3pFe9dLAwfnwKt8gM6mqki" }, "href": "https://api.spotify.com/v1/tracks/3pFe9dLAwfnwKt8gM6mqki", "id": "3pFe9dLAwfnwKt8gM6mqki", "type": "track", "uri": "spotify:track:3pFe9dLAwfnwKt8gM6mqki" }, "name": "Never Be Alone (feat. Sonny Fodera)", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:3MLsgTj4GNyq6Nost2T5ya", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" } ], "available_markets": [], "disc_number": 1, "duration_ms": 148135, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2MLkPm2w8hHjJbg4jpb5e4" }, "href": "https://api.spotify.com/v1/tracks/1VjvxoeHjF0DJhsmvLte8a", "id": "1VjvxoeHjF0DJhsmvLte8a", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2MLkPm2w8hHjJbg4jpb5e4" }, "href": "https://api.spotify.com/v1/tracks/2MLkPm2w8hHjJbg4jpb5e4", "id": "2MLkPm2w8hHjJbg4jpb5e4", "type": "track", "uri": "spotify:track:2MLkPm2w8hHjJbg4jpb5e4" }, "name": "Multiply", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:1VjvxoeHjF0DJhsmvLte8a", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" } ], "available_markets": [], "disc_number": 1, "duration_ms": 212421, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2ZZK8s3J4YFFtuPVPEuBKL" }, "href": "https://api.spotify.com/v1/tracks/5Bnm9QxfBKxc1sNvZanTBT", "id": "5Bnm9QxfBKxc1sNvZanTBT", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2ZZK8s3J4YFFtuPVPEuBKL" }, "href": "https://api.spotify.com/v1/tracks/2ZZK8s3J4YFFtuPVPEuBKL", "id": "2ZZK8s3J4YFFtuPVPEuBKL", "type": "track", "uri": "spotify:track:2ZZK8s3J4YFFtuPVPEuBKL" }, "name": "Swim", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:5Bnm9QxfBKxc1sNvZanTBT", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" } ], "available_markets": [], "disc_number": 1, "duration_ms": 178352, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0Gy9xulTAI3wQ7S2f4Fyg6" }, "href": "https://api.spotify.com/v1/tracks/2HYvYa9b8lASSBxgupn7H2", "id": "2HYvYa9b8lASSBxgupn7H2", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0Gy9xulTAI3wQ7S2f4Fyg6" }, "href": "https://api.spotify.com/v1/tracks/0Gy9xulTAI3wQ7S2f4Fyg6", "id": "0Gy9xulTAI3wQ7S2f4Fyg6", "type": "track", "uri": "spotify:track:0Gy9xulTAI3wQ7S2f4Fyg6" }, "name": "Man Of My Dreams", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:2HYvYa9b8lASSBxgupn7H2", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" } ], "available_markets": [], "disc_number": 1, "duration_ms": 176661, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6rjezxiUUnvLoCxY3Tn0cP" }, "href": "https://api.spotify.com/v1/tracks/6yCLuQMWVBBfgwqLaTtks9", "id": "6yCLuQMWVBBfgwqLaTtks9", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6rjezxiUUnvLoCxY3Tn0cP" }, "href": "https://api.spotify.com/v1/tracks/6rjezxiUUnvLoCxY3Tn0cP", "id": "6rjezxiUUnvLoCxY3Tn0cP", "type": "track", "uri": "spotify:track:6rjezxiUUnvLoCxY3Tn0cP" }, "name": "Linger", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:6yCLuQMWVBBfgwqLaTtks9", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" } ], "available_markets": [], "disc_number": 1, "duration_ms": 230657, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7pxYzLcArC8gnj67ebv4yh" }, "href": "https://api.spotify.com/v1/tracks/6HHONxXw6BXNg2YSELJn1R", "id": "6HHONxXw6BXNg2YSELJn1R", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/7pxYzLcArC8gnj67ebv4yh" }, "href": "https://api.spotify.com/v1/tracks/7pxYzLcArC8gnj67ebv4yh", "id": "7pxYzLcArC8gnj67ebv4yh", "type": "track", "uri": "spotify:track:7pxYzLcArC8gnj67ebv4yh" }, "name": "Lonely Again", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:6HHONxXw6BXNg2YSELJn1R", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/26OmQHradZrF0CS7DrgWDH" }, "href": "https://api.spotify.com/v1/artists/26OmQHradZrF0CS7DrgWDH", "id": "26OmQHradZrF0CS7DrgWDH", "name": "Lewis Thompson", "type": "artist", "uri": "spotify:artist:26OmQHradZrF0CS7DrgWDH" } ], "available_markets": [], "disc_number": 1, "duration_ms": 153742, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2l3WaRRp8nKatWZDVysMUR" }, "href": "https://api.spotify.com/v1/tracks/2aAksX61WFBUxWayOhEDJn", "id": "2aAksX61WFBUxWayOhEDJn", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2l3WaRRp8nKatWZDVysMUR" }, "href": "https://api.spotify.com/v1/tracks/2l3WaRRp8nKatWZDVysMUR", "id": "2l3WaRRp8nKatWZDVysMUR", "type": "track", "uri": "spotify:track:2l3WaRRp8nKatWZDVysMUR" }, "name": "Side Effects", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:2aAksX61WFBUxWayOhEDJn", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" } ], "available_markets": [], "disc_number": 1, "duration_ms": 156248, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4a4HS3GEdO6rHlvrYzztbh" }, "href": "https://api.spotify.com/v1/tracks/3m9uxUtp0P8dF3U0Uny0uY", "id": "3m9uxUtp0P8dF3U0Uny0uY", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/4a4HS3GEdO6rHlvrYzztbh" }, "href": "https://api.spotify.com/v1/tracks/4a4HS3GEdO6rHlvrYzztbh", "id": "4a4HS3GEdO6rHlvrYzztbh", "type": "track", "uri": "spotify:track:4a4HS3GEdO6rHlvrYzztbh" }, "name": "Back Around", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:3m9uxUtp0P8dF3U0Uny0uY", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" } ], "available_markets": [], "disc_number": 1, "duration_ms": 133289, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/43qScrbaWtfJZj9kvy2u2P" }, "href": "https://api.spotify.com/v1/tracks/7z7NUTBS73esdMiCtZ9pur", "id": "7z7NUTBS73esdMiCtZ9pur", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/43qScrbaWtfJZj9kvy2u2P" }, "href": "https://api.spotify.com/v1/tracks/43qScrbaWtfJZj9kvy2u2P", "id": "43qScrbaWtfJZj9kvy2u2P", "type": "track", "uri": "spotify:track:43qScrbaWtfJZj9kvy2u2P" }, "name": "Keep Holding On", "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:7z7NUTBS73esdMiCtZ9pur", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5spVyRrIk8Es1ZBi2ClEUU" }, "href": "https://api.spotify.com/v1/artists/5spVyRrIk8Es1ZBi2ClEUU", "id": "5spVyRrIk8Es1ZBi2ClEUU", "name": "RILEASA", "type": "artist", "uri": "spotify:artist:5spVyRrIk8Es1ZBi2ClEUU" } ], "available_markets": [], "disc_number": 1, "duration_ms": 164005, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7otRU4xTCpu0QUKW3ekNd5" }, "href": "https://api.spotify.com/v1/tracks/5RgB1e7a1KHrXrfT3UuPCc", "id": "5RgB1e7a1KHrXrfT3UuPCc", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/7otRU4xTCpu0QUKW3ekNd5" }, "href": "https://api.spotify.com/v1/tracks/7otRU4xTCpu0QUKW3ekNd5", "id": "7otRU4xTCpu0QUKW3ekNd5", "type": "track", "uri": "spotify:track:7otRU4xTCpu0QUKW3ekNd5" }, "name": "One Track Mind (feat. RILEASA)", "preview_url": null, "track_number": 13, "type": "track", "uri": "spotify:track:5RgB1e7a1KHrXrfT3UuPCc", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3jNkaOXasoc7RsxdchvEVq" }, "href": "https://api.spotify.com/v1/artists/3jNkaOXasoc7RsxdchvEVq", "id": "3jNkaOXasoc7RsxdchvEVq", "name": "Chase & Status", "type": "artist", "uri": "spotify:artist:3jNkaOXasoc7RsxdchvEVq" } ], "available_markets": [], "disc_number": 1, "duration_ms": 164914, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/5IKc3FhDTzE6LvgLaB1Q6M" }, "href": "https://api.spotify.com/v1/tracks/3VFaV7Mw0di4XFE84eHnrC", "id": "3VFaV7Mw0di4XFE84eHnrC", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/5IKc3FhDTzE6LvgLaB1Q6M" }, "href": "https://api.spotify.com/v1/tracks/5IKc3FhDTzE6LvgLaB1Q6M", "id": "5IKc3FhDTzE6LvgLaB1Q6M", "type": "track", "uri": "spotify:track:5IKc3FhDTzE6LvgLaB1Q6M" }, "name": "Disconnect", "preview_url": null, "track_number": 14, "type": "track", "uri": "spotify:track:3VFaV7Mw0di4XFE84eHnrC", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" } ], "available_markets": [], "disc_number": 1, "duration_ms": 179015, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/74EzvNoqJdoBwIap3o8Ycb" }, "href": "https://api.spotify.com/v1/tracks/0S9laeO22k8rgM1PqZtgAA", "id": "0S9laeO22k8rgM1PqZtgAA", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/74EzvNoqJdoBwIap3o8Ycb" }, "href": "https://api.spotify.com/v1/tracks/74EzvNoqJdoBwIap3o8Ycb", "id": "74EzvNoqJdoBwIap3o8Ycb", "type": "track", "uri": "spotify:track:74EzvNoqJdoBwIap3o8Ycb" }, "name": "Right Here", "preview_url": null, "track_number": 15, "type": "track", "uri": "spotify:track:0S9laeO22k8rgM1PqZtgAA", "is_local": false } ] }, "copyrights": [ { "text": "\u00a9 2024 Universal Music Operations Limited", "type": "C" }, { "text": "\u2117 2024 Universal Music Operations Limited", "type": "P" } ], "external_ids": { "upc": "00602465082463" }, "genres": [], "label": "Polydor Records", "popularity": 0 } }, { "added_at": "2022-11-07T16:59:34Z", "album": { "album_type": "single", "total_tracks": 1, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/1ZzRJDpsGzs8wkkI0w6F8G" }, "href": "https://api.spotify.com/v1/albums/1ZzRJDpsGzs8wkkI0w6F8G", "id": "1ZzRJDpsGzs8wkkI0w6F8G", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273f9a6870f342d4e0db4428128", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02f9a6870f342d4e0db4428128", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851f9a6870f342d4e0db4428128", "height": 64, "width": 64 } ], "name": "Stiekem ft. Goldband", "release_date": "2022-11-04", "release_date_precision": "day", "type": "album", "uri": "spotify:album:1ZzRJDpsGzs8wkkI0w6F8G", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5vmwWgrlwCfHm1P0vdDFbU" }, "href": "https://api.spotify.com/v1/artists/5vmwWgrlwCfHm1P0vdDFbU", "id": "5vmwWgrlwCfHm1P0vdDFbU", "name": "Maan", "type": "artist", "uri": "spotify:artist:5vmwWgrlwCfHm1P0vdDFbU" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6mS5GeFyhea6w9OKo8PO3p" }, "href": "https://api.spotify.com/v1/artists/6mS5GeFyhea6w9OKo8PO3p", "id": "6mS5GeFyhea6w9OKo8PO3p", "name": "Goldband", "type": "artist", "uri": "spotify:artist:6mS5GeFyhea6w9OKo8PO3p" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/1ZzRJDpsGzs8wkkI0w6F8G/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 1, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5vmwWgrlwCfHm1P0vdDFbU" }, "href": "https://api.spotify.com/v1/artists/5vmwWgrlwCfHm1P0vdDFbU", "id": "5vmwWgrlwCfHm1P0vdDFbU", "name": "Maan", "type": "artist", "uri": "spotify:artist:5vmwWgrlwCfHm1P0vdDFbU" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6mS5GeFyhea6w9OKo8PO3p" }, "href": "https://api.spotify.com/v1/artists/6mS5GeFyhea6w9OKo8PO3p", "id": "6mS5GeFyhea6w9OKo8PO3p", "name": "Goldband", "type": "artist", "uri": "spotify:artist:6mS5GeFyhea6w9OKo8PO3p" } ], "available_markets": [], "disc_number": 1, "duration_ms": 203437, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1ulgMAx95xb3N33SMklfG3" }, "href": "https://api.spotify.com/v1/tracks/0kINWIY7BToJACjRzIOqsz", "id": "0kINWIY7BToJACjRzIOqsz", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1ulgMAx95xb3N33SMklfG3" }, "href": "https://api.spotify.com/v1/tracks/1ulgMAx95xb3N33SMklfG3", "id": "1ulgMAx95xb3N33SMklfG3", "type": "track", "uri": "spotify:track:1ulgMAx95xb3N33SMklfG3" }, "name": "Stiekem", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:0kINWIY7BToJACjRzIOqsz", "is_local": false } ] }, "copyrights": [ { "text": "2022 8ball Music", "type": "C" }, { "text": "2022 8ball Music", "type": "P" } ], "external_ids": { "upc": "8717774691618" }, "genres": [], "label": "8ball Music", "popularity": 9 } }, { "added_at": "2021-08-06T10:07:29Z", "album": { "album_type": "single", "total_tracks": 4, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/16mh2RvDOwlv2gw7BFElFf" }, "href": "https://api.spotify.com/v1/albums/16mh2RvDOwlv2gw7BFElFf", "id": "16mh2RvDOwlv2gw7BFElFf", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273cce0465e13f5f9ff4fbf8590", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02cce0465e13f5f9ff4fbf8590", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851cce0465e13f5f9ff4fbf8590", "height": 64, "width": 64 } ], "name": "Business (with Ella Eyre)", "release_date": "2021-08-06", "release_date_precision": "day", "type": "album", "uri": "spotify:album:16mh2RvDOwlv2gw7BFElFf", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/66TrUkUZ3RM29dqeDQRgyA" }, "href": "https://api.spotify.com/v1/artists/66TrUkUZ3RM29dqeDQRgyA", "id": "66TrUkUZ3RM29dqeDQRgyA", "name": "Ella Eyre", "type": "artist", "uri": "spotify:artist:66TrUkUZ3RM29dqeDQRgyA" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/16mh2RvDOwlv2gw7BFElFf/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 4, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/66TrUkUZ3RM29dqeDQRgyA" }, "href": "https://api.spotify.com/v1/artists/66TrUkUZ3RM29dqeDQRgyA", "id": "66TrUkUZ3RM29dqeDQRgyA", "name": "Ella Eyre", "type": "artist", "uri": "spotify:artist:66TrUkUZ3RM29dqeDQRgyA" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 197720, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/7f3oSqQXBCUiWtR0m7ieRw" }, "href": "https://api.spotify.com/v1/tracks/7f3oSqQXBCUiWtR0m7ieRw", "id": "7f3oSqQXBCUiWtR0m7ieRw", "name": "Business (with Ella Eyre)", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:7f3oSqQXBCUiWtR0m7ieRw", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1Cs0zKBU1kc0i8ypK3B9ai" }, "href": "https://api.spotify.com/v1/artists/1Cs0zKBU1kc0i8ypK3B9ai", "id": "1Cs0zKBU1kc0i8ypK3B9ai", "name": "David Guetta", "type": "artist", "uri": "spotify:artist:1Cs0zKBU1kc0i8ypK3B9ai" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 161386, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6YkclKF41aboSB5Sf4p15l" }, "href": "https://api.spotify.com/v1/tracks/6YkclKF41aboSB5Sf4p15l", "id": "6YkclKF41aboSB5Sf4p15l", "name": "Remember (and David Guetta)", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:6YkclKF41aboSB5Sf4p15l", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1IueXOQyABrMOprrzwQJWN" }, "href": "https://api.spotify.com/v1/artists/1IueXOQyABrMOprrzwQJWN", "id": "1IueXOQyABrMOprrzwQJWN", "name": "Sigala", "type": "artist", "uri": "spotify:artist:1IueXOQyABrMOprrzwQJWN" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 193360, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2N8HEioDelArgvoInf5pkk" }, "href": "https://api.spotify.com/v1/tracks/2N8HEioDelArgvoInf5pkk", "id": "2N8HEioDelArgvoInf5pkk", "name": "Heaven On My Mind (with Sigala)", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:2N8HEioDelArgvoInf5pkk", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EPJlUEBy49EX1wuFOvtjK" }, "href": "https://api.spotify.com/v1/artists/4EPJlUEBy49EX1wuFOvtjK", "id": "4EPJlUEBy49EX1wuFOvtjK", "name": "Becky Hill", "type": "artist", "uri": "spotify:artist:4EPJlUEBy49EX1wuFOvtjK" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/26OrZl5U3VNGHU9qUj8EcM" }, "href": "https://api.spotify.com/v1/artists/26OrZl5U3VNGHU9qUj8EcM", "id": "26OrZl5U3VNGHU9qUj8EcM", "name": "Shift K3Y", "type": "artist", "uri": "spotify:artist:26OrZl5U3VNGHU9qUj8EcM" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 198493, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4RJ9DfYp0sWhPWUjIXKJUx" }, "href": "https://api.spotify.com/v1/tracks/4RJ9DfYp0sWhPWUjIXKJUx", "id": "4RJ9DfYp0sWhPWUjIXKJUx", "name": "Better Off Without You (feat. Shift K3Y)", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:4RJ9DfYp0sWhPWUjIXKJUx", "is_local": false } ] }, "copyrights": [ { "text": "\u00a9 2021 Universal Music Operations Limited", "type": "C" }, { "text": "\u2117 2021 Universal Music Operations Limited", "type": "P" } ], "external_ids": { "upc": "00602438672417" }, "genres": [], "label": "Polydor Records", "popularity": 18 } }, { "added_at": "2019-09-17T07:00:48Z", "album": { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1KPqoSV4Rs89YfgAwbLROr" }, "href": "https://api.spotify.com/v1/albums/1KPqoSV4Rs89YfgAwbLROr", "id": "1KPqoSV4Rs89YfgAwbLROr", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27393f89a7974f0302a2b50a53e", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0293f89a7974f0302a2b50a53e", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485193f89a7974f0302a2b50a53e", "height": 64, "width": 64 } ], "name": "What's Love", "release_date": "2019-09-17", "release_date_precision": "day", "type": "album", "uri": "spotify:album:1KPqoSV4Rs89YfgAwbLROr", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1BAdSa5cdtCNLbvT7gWmtJ" }, "href": "https://api.spotify.com/v1/artists/1BAdSa5cdtCNLbvT7gWmtJ", "id": "1BAdSa5cdtCNLbvT7gWmtJ", "name": "Conro", "type": "artist", "uri": "spotify:artist:1BAdSa5cdtCNLbvT7gWmtJ" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/1KPqoSV4Rs89YfgAwbLROr/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 1, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1BAdSa5cdtCNLbvT7gWmtJ" }, "href": "https://api.spotify.com/v1/artists/1BAdSa5cdtCNLbvT7gWmtJ", "id": "1BAdSa5cdtCNLbvT7gWmtJ", "name": "Conro", "type": "artist", "uri": "spotify:artist:1BAdSa5cdtCNLbvT7gWmtJ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 176727, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/21Z6lY56DuaKBZBkPKK4Nk" }, "href": "https://api.spotify.com/v1/tracks/21Z6lY56DuaKBZBkPKK4Nk", "id": "21Z6lY56DuaKBZBkPKK4Nk", "name": "What's Love", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:21Z6lY56DuaKBZBkPKK4Nk", "is_local": false } ] }, "copyrights": [ { "text": "2019 Monstercat", "type": "C" }, { "text": "2019 Monstercat", "type": "P" } ], "external_ids": { "upc": "703980546604" }, "genres": [], "label": "Monstercat", "popularity": 7 } }, { "added_at": "2019-04-05T07:08:25Z", "album": { "album_type": "single", "total_tracks": 1, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/6OSLjWXJHlMRfQwM0HkOhQ" }, "href": "https://api.spotify.com/v1/albums/6OSLjWXJHlMRfQwM0HkOhQ", "id": "6OSLjWXJHlMRfQwM0HkOhQ", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2735a76e5f8c200401442fbff3e", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e025a76e5f8c200401442fbff3e", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048515a76e5f8c200401442fbff3e", "height": 64, "width": 64 } ], "name": "Remember You", "release_date": "2019-04-05", "release_date_precision": "day", "type": "album", "uri": "spotify:album:6OSLjWXJHlMRfQwM0HkOhQ", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1BAdSa5cdtCNLbvT7gWmtJ" }, "href": "https://api.spotify.com/v1/artists/1BAdSa5cdtCNLbvT7gWmtJ", "id": "1BAdSa5cdtCNLbvT7gWmtJ", "name": "Conro", "type": "artist", "uri": "spotify:artist:1BAdSa5cdtCNLbvT7gWmtJ" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/6OSLjWXJHlMRfQwM0HkOhQ/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 1, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1BAdSa5cdtCNLbvT7gWmtJ" }, "href": "https://api.spotify.com/v1/artists/1BAdSa5cdtCNLbvT7gWmtJ", "id": "1BAdSa5cdtCNLbvT7gWmtJ", "name": "Conro", "type": "artist", "uri": "spotify:artist:1BAdSa5cdtCNLbvT7gWmtJ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 189000, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/20psIOrg7j48rGrlpFXqTI" }, "href": "https://api.spotify.com/v1/tracks/796JqxZ3o0ZH6OllNRDuTY", "id": "796JqxZ3o0ZH6OllNRDuTY", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/20psIOrg7j48rGrlpFXqTI" }, "href": "https://api.spotify.com/v1/tracks/20psIOrg7j48rGrlpFXqTI", "id": "20psIOrg7j48rGrlpFXqTI", "type": "track", "uri": "spotify:track:20psIOrg7j48rGrlpFXqTI" }, "name": "Remember You", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:796JqxZ3o0ZH6OllNRDuTY", "is_local": false } ] }, "copyrights": [ { "text": "2019 Monstercat", "type": "C" }, { "text": "2019 Monstercat", "type": "P" } ], "external_ids": { "upc": "703980544396" }, "genres": [], "label": "Monstercat", "popularity": 0 } }, { "added_at": "2019-03-31T02:37:47Z", "album": { "album_type": "album", "total_tracks": 12, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/79iwhS4dR28DeLyHZvuoSd" }, "href": "https://api.spotify.com/v1/albums/79iwhS4dR28DeLyHZvuoSd", "id": "79iwhS4dR28DeLyHZvuoSd", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273755e38d487f8ea2bb2a480b2", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02755e38d487f8ea2bb2a480b2", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851755e38d487f8ea2bb2a480b2", "height": 64, "width": 64 } ], "name": "Flourish", "release_date": "2019-03-08", "release_date_precision": "day", "type": "album", "uri": "spotify:album:79iwhS4dR28DeLyHZvuoSd", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4hj9dun9KpnBukLv7Hgfkr" }, "href": "https://api.spotify.com/v1/artists/4hj9dun9KpnBukLv7Hgfkr", "id": "4hj9dun9KpnBukLv7Hgfkr", "name": "ROND\u00c9", "type": "artist", "uri": "spotify:artist:4hj9dun9KpnBukLv7Hgfkr" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/79iwhS4dR28DeLyHZvuoSd/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 12, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4hj9dun9KpnBukLv7Hgfkr" }, "href": "https://api.spotify.com/v1/artists/4hj9dun9KpnBukLv7Hgfkr", "id": "4hj9dun9KpnBukLv7Hgfkr", "name": "ROND\u00c9", "type": "artist", "uri": "spotify:artist:4hj9dun9KpnBukLv7Hgfkr" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 228354, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2IhMGMdJv5fBUnJCLksKj9" }, "href": "https://api.spotify.com/v1/tracks/2IhMGMdJv5fBUnJCLksKj9", "id": "2IhMGMdJv5fBUnJCLksKj9", "name": "Down", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:2IhMGMdJv5fBUnJCLksKj9", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4hj9dun9KpnBukLv7Hgfkr" }, "href": "https://api.spotify.com/v1/artists/4hj9dun9KpnBukLv7Hgfkr", "id": "4hj9dun9KpnBukLv7Hgfkr", "name": "ROND\u00c9", "type": "artist", "uri": "spotify:artist:4hj9dun9KpnBukLv7Hgfkr" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 189711, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2bPB38GR1k2UxAjBzEi1DM" }, "href": "https://api.spotify.com/v1/tracks/2bPB38GR1k2UxAjBzEi1DM", "id": "2bPB38GR1k2UxAjBzEi1DM", "name": "Calling", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:2bPB38GR1k2UxAjBzEi1DM", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4hj9dun9KpnBukLv7Hgfkr" }, "href": "https://api.spotify.com/v1/artists/4hj9dun9KpnBukLv7Hgfkr", "id": "4hj9dun9KpnBukLv7Hgfkr", "name": "ROND\u00c9", "type": "artist", "uri": "spotify:artist:4hj9dun9KpnBukLv7Hgfkr" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 227549, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6UeOqEdtIALSGkLPcw7Rl6" }, "href": "https://api.spotify.com/v1/tracks/6UeOqEdtIALSGkLPcw7Rl6", "id": "6UeOqEdtIALSGkLPcw7Rl6", "name": "Fourteen", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:6UeOqEdtIALSGkLPcw7Rl6", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4hj9dun9KpnBukLv7Hgfkr" }, "href": "https://api.spotify.com/v1/artists/4hj9dun9KpnBukLv7Hgfkr", "id": "4hj9dun9KpnBukLv7Hgfkr", "name": "ROND\u00c9", "type": "artist", "uri": "spotify:artist:4hj9dun9KpnBukLv7Hgfkr" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 201566, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/21alqUkGOEr7DEJncHfQqM" }, "href": "https://api.spotify.com/v1/tracks/21alqUkGOEr7DEJncHfQqM", "id": "21alqUkGOEr7DEJncHfQqM", "name": "Anyone", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:21alqUkGOEr7DEJncHfQqM", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4hj9dun9KpnBukLv7Hgfkr" }, "href": "https://api.spotify.com/v1/artists/4hj9dun9KpnBukLv7Hgfkr", "id": "4hj9dun9KpnBukLv7Hgfkr", "name": "ROND\u00c9", "type": "artist", "uri": "spotify:artist:4hj9dun9KpnBukLv7Hgfkr" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 200662, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4PjkUwMvr7g1M45DSqlQkH" }, "href": "https://api.spotify.com/v1/tracks/4PjkUwMvr7g1M45DSqlQkH", "id": "4PjkUwMvr7g1M45DSqlQkH", "name": "Difference", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:4PjkUwMvr7g1M45DSqlQkH", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4hj9dun9KpnBukLv7Hgfkr" }, "href": "https://api.spotify.com/v1/artists/4hj9dun9KpnBukLv7Hgfkr", "id": "4hj9dun9KpnBukLv7Hgfkr", "name": "ROND\u00c9", "type": "artist", "uri": "spotify:artist:4hj9dun9KpnBukLv7Hgfkr" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 215348, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0XZjcj8GUyWCEcnDgWDoTI" }, "href": "https://api.spotify.com/v1/tracks/0XZjcj8GUyWCEcnDgWDoTI", "id": "0XZjcj8GUyWCEcnDgWDoTI", "name": "No Worries", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:0XZjcj8GUyWCEcnDgWDoTI", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4hj9dun9KpnBukLv7Hgfkr" }, "href": "https://api.spotify.com/v1/artists/4hj9dun9KpnBukLv7Hgfkr", "id": "4hj9dun9KpnBukLv7Hgfkr", "name": "ROND\u00c9", "type": "artist", "uri": "spotify:artist:4hj9dun9KpnBukLv7Hgfkr" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 244935, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4p0uwwMD4GIUlNZACqPJXO" }, "href": "https://api.spotify.com/v1/tracks/4p0uwwMD4GIUlNZACqPJXO", "id": "4p0uwwMD4GIUlNZACqPJXO", "name": "New Day", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:4p0uwwMD4GIUlNZACqPJXO", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4hj9dun9KpnBukLv7Hgfkr" }, "href": "https://api.spotify.com/v1/artists/4hj9dun9KpnBukLv7Hgfkr", "id": "4hj9dun9KpnBukLv7Hgfkr", "name": "ROND\u00c9", "type": "artist", "uri": "spotify:artist:4hj9dun9KpnBukLv7Hgfkr" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 183355, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3suDoAXX6otxz0WBMHc6pp" }, "href": "https://api.spotify.com/v1/tracks/3suDoAXX6otxz0WBMHc6pp", "id": "3suDoAXX6otxz0WBMHc6pp", "name": "We Got It", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:3suDoAXX6otxz0WBMHc6pp", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4hj9dun9KpnBukLv7Hgfkr" }, "href": "https://api.spotify.com/v1/artists/4hj9dun9KpnBukLv7Hgfkr", "id": "4hj9dun9KpnBukLv7Hgfkr", "name": "ROND\u00c9", "type": "artist", "uri": "spotify:artist:4hj9dun9KpnBukLv7Hgfkr" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 216855, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7GqsS485BuDKtkuKdAaiRq" }, "href": "https://api.spotify.com/v1/tracks/7GqsS485BuDKtkuKdAaiRq", "id": "7GqsS485BuDKtkuKdAaiRq", "name": "Be Mine", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:7GqsS485BuDKtkuKdAaiRq", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4hj9dun9KpnBukLv7Hgfkr" }, "href": "https://api.spotify.com/v1/artists/4hj9dun9KpnBukLv7Hgfkr", "id": "4hj9dun9KpnBukLv7Hgfkr", "name": "ROND\u00c9", "type": "artist", "uri": "spotify:artist:4hj9dun9KpnBukLv7Hgfkr" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 255650, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/12o2tk8IhIDUiv9wargB8M" }, "href": "https://api.spotify.com/v1/tracks/12o2tk8IhIDUiv9wargB8M", "id": "12o2tk8IhIDUiv9wargB8M", "name": "Underwater", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:12o2tk8IhIDUiv9wargB8M", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4hj9dun9KpnBukLv7Hgfkr" }, "href": "https://api.spotify.com/v1/artists/4hj9dun9KpnBukLv7Hgfkr", "id": "4hj9dun9KpnBukLv7Hgfkr", "name": "ROND\u00c9", "type": "artist", "uri": "spotify:artist:4hj9dun9KpnBukLv7Hgfkr" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 206862, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4AHrbiyZ2bPgcYMMh9I7UV" }, "href": "https://api.spotify.com/v1/tracks/4AHrbiyZ2bPgcYMMh9I7UV", "id": "4AHrbiyZ2bPgcYMMh9I7UV", "name": "You And I", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:4AHrbiyZ2bPgcYMMh9I7UV", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4hj9dun9KpnBukLv7Hgfkr" }, "href": "https://api.spotify.com/v1/artists/4hj9dun9KpnBukLv7Hgfkr", "id": "4hj9dun9KpnBukLv7Hgfkr", "name": "ROND\u00c9", "type": "artist", "uri": "spotify:artist:4hj9dun9KpnBukLv7Hgfkr" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 201932, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/725MTKVYYrxtenlGtLfAIa" }, "href": "https://api.spotify.com/v1/tracks/725MTKVYYrxtenlGtLfAIa", "id": "725MTKVYYrxtenlGtLfAIa", "name": "All That Was Left", "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:725MTKVYYrxtenlGtLfAIa", "is_local": false } ] }, "copyrights": [ { "text": "\u00a9 2019 ROND\u00c9, under exclusive license to Universal Music, a division of Universal International Music B.V.", "type": "C" }, { "text": "\u2117 2019 ROND\u00c9, under exclusive license to Universal Music, a division of Universal International Music B.V.", "type": "P" } ], "external_ids": { "upc": "00602577411809" }, "genres": [], "label": "Universal Music, a division of Universal International Music BV", "popularity": 27 } }, { "added_at": "2018-10-04T21:11:02Z", "album": { "album_type": "single", "total_tracks": 1, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/7lsSj3qTDdmEqVvVLdoQWZ" }, "href": "https://api.spotify.com/v1/albums/7lsSj3qTDdmEqVvVLdoQWZ", "id": "7lsSj3qTDdmEqVvVLdoQWZ", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273be16261b5a920d5fc60e71f5", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02be16261b5a920d5fc60e71f5", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851be16261b5a920d5fc60e71f5", "height": 64, "width": 64 } ], "name": "Not A Love Song (King Arthur Remix)", "release_date": "2018-02-16", "release_date_precision": "day", "type": "album", "uri": "spotify:album:7lsSj3qTDdmEqVvVLdoQWZ", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5vBrKGOjN10BMwB0cJADj4" }, "href": "https://api.spotify.com/v1/artists/5vBrKGOjN10BMwB0cJADj4", "id": "5vBrKGOjN10BMwB0cJADj4", "name": "b\u00fclow", "type": "artist", "uri": "spotify:artist:5vBrKGOjN10BMwB0cJADj4" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/7lsSj3qTDdmEqVvVLdoQWZ/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 1, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5vBrKGOjN10BMwB0cJADj4" }, "href": "https://api.spotify.com/v1/artists/5vBrKGOjN10BMwB0cJADj4", "id": "5vBrKGOjN10BMwB0cJADj4", "name": "b\u00fclow", "type": "artist", "uri": "spotify:artist:5vBrKGOjN10BMwB0cJADj4" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2qPxiZiD34NtmokWN6RoP2" }, "href": "https://api.spotify.com/v1/artists/2qPxiZiD34NtmokWN6RoP2", "id": "2qPxiZiD34NtmokWN6RoP2", "name": "King Topher", "type": "artist", "uri": "spotify:artist:2qPxiZiD34NtmokWN6RoP2" } ], "available_markets": [], "disc_number": 1, "duration_ms": 203706, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4wD34HA8cOSV32SlItkckN" }, "href": "https://api.spotify.com/v1/tracks/4wD34HA8cOSV32SlItkckN", "id": "4wD34HA8cOSV32SlItkckN", "restrictions": { "reason": "market" }, "name": "Not A Love Song - King Arthur Remix", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4wD34HA8cOSV32SlItkckN", "is_local": false } ] }, "copyrights": [ { "text": "\u00a9 2018 Wax Records", "type": "C" }, { "text": "\u2117 2018 Wax Records", "type": "P" } ], "external_ids": { "upc": "00185627002276" }, "genres": [], "label": "Wax Records", "popularity": 0 } }, { "added_at": "2018-04-16T10:43:21Z", "album": { "album_type": "album", "total_tracks": 10, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "RW", "TG", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6RxUo05RvVNA06y5BVGoth" }, "href": "https://api.spotify.com/v1/albums/6RxUo05RvVNA06y5BVGoth", "id": "6RxUo05RvVNA06y5BVGoth", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273d68094b6d6985023d3ada305", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02d68094b6d6985023d3ada305", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851d68094b6d6985023d3ada305", "height": 64, "width": 64 } ], "name": "This Is Not An Album", "release_date": "2018-01-05", "release_date_precision": "day", "type": "album", "uri": "spotify:album:6RxUo05RvVNA06y5BVGoth", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5TrkbV9x6OdTBlzWPJeBz5" }, "href": "https://api.spotify.com/v1/artists/5TrkbV9x6OdTBlzWPJeBz5", "id": "5TrkbV9x6OdTBlzWPJeBz5", "name": "Youngr", "type": "artist", "uri": "spotify:artist:5TrkbV9x6OdTBlzWPJeBz5" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/6RxUo05RvVNA06y5BVGoth/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 10, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5TrkbV9x6OdTBlzWPJeBz5" }, "href": "https://api.spotify.com/v1/artists/5TrkbV9x6OdTBlzWPJeBz5", "id": "5TrkbV9x6OdTBlzWPJeBz5", "name": "Youngr", "type": "artist", "uri": "spotify:artist:5TrkbV9x6OdTBlzWPJeBz5" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "RW", "TG", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 169739, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3tpB406UcLxAKAZMXMHlpY" }, "href": "https://api.spotify.com/v1/tracks/3tpB406UcLxAKAZMXMHlpY", "id": "3tpB406UcLxAKAZMXMHlpY", "name": "Ooh Lordy", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:3tpB406UcLxAKAZMXMHlpY", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5TrkbV9x6OdTBlzWPJeBz5" }, "href": "https://api.spotify.com/v1/artists/5TrkbV9x6OdTBlzWPJeBz5", "id": "5TrkbV9x6OdTBlzWPJeBz5", "name": "Youngr", "type": "artist", "uri": "spotify:artist:5TrkbV9x6OdTBlzWPJeBz5" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "RW", "TG", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 203114, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/1tmDa0FhMn8XSOpEJbVu25" }, "href": "https://api.spotify.com/v1/tracks/1tmDa0FhMn8XSOpEJbVu25", "id": "1tmDa0FhMn8XSOpEJbVu25", "name": "Out Of My System", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:1tmDa0FhMn8XSOpEJbVu25", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4W48hZAnAHVOC2c8WH8pcq" }, "href": "https://api.spotify.com/v1/artists/4W48hZAnAHVOC2c8WH8pcq", "id": "4W48hZAnAHVOC2c8WH8pcq", "name": "The Temper Trap", "type": "artist", "uri": "spotify:artist:4W48hZAnAHVOC2c8WH8pcq" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5TrkbV9x6OdTBlzWPJeBz5" }, "href": "https://api.spotify.com/v1/artists/5TrkbV9x6OdTBlzWPJeBz5", "id": "5TrkbV9x6OdTBlzWPJeBz5", "name": "Youngr", "type": "artist", "uri": "spotify:artist:5TrkbV9x6OdTBlzWPJeBz5" } ], "available_markets": [ "AR", "AT", "BE", "BO", "BR", "BG", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "RW", "TG", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 294005, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1QBOH8W1ZhRoTOoHvfaZn7" }, "href": "https://api.spotify.com/v1/tracks/1QBOH8W1ZhRoTOoHvfaZn7", "id": "1QBOH8W1ZhRoTOoHvfaZn7", "name": "Sweet Disposition - Bootleg", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:1QBOH8W1ZhRoTOoHvfaZn7", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5TrkbV9x6OdTBlzWPJeBz5" }, "href": "https://api.spotify.com/v1/artists/5TrkbV9x6OdTBlzWPJeBz5", "id": "5TrkbV9x6OdTBlzWPJeBz5", "name": "Youngr", "type": "artist", "uri": "spotify:artist:5TrkbV9x6OdTBlzWPJeBz5" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "RW", "TG", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 209152, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5zC1NaCQeETz5b0IysG5Ub" }, "href": "https://api.spotify.com/v1/tracks/5zC1NaCQeETz5b0IysG5Ub", "id": "5zC1NaCQeETz5b0IysG5Ub", "name": "'93", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:5zC1NaCQeETz5b0IysG5Ub", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5TrkbV9x6OdTBlzWPJeBz5" }, "href": "https://api.spotify.com/v1/artists/5TrkbV9x6OdTBlzWPJeBz5", "id": "5TrkbV9x6OdTBlzWPJeBz5", "name": "Youngr", "type": "artist", "uri": "spotify:artist:5TrkbV9x6OdTBlzWPJeBz5" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6F3vLfyutkUhpM50G84eMt" }, "href": "https://api.spotify.com/v1/artists/6F3vLfyutkUhpM50G84eMt", "id": "6F3vLfyutkUhpM50G84eMt", "name": "Endor", "type": "artist", "uri": "spotify:artist:6F3vLfyutkUhpM50G84eMt" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "RW", "TG", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 208665, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/44478ajpb5DPFaWVDbKSPp" }, "href": "https://api.spotify.com/v1/tracks/44478ajpb5DPFaWVDbKSPp", "id": "44478ajpb5DPFaWVDbKSPp", "name": "Give It Up - Youngr x Endor", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:44478ajpb5DPFaWVDbKSPp", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5TrkbV9x6OdTBlzWPJeBz5" }, "href": "https://api.spotify.com/v1/artists/5TrkbV9x6OdTBlzWPJeBz5", "id": "5TrkbV9x6OdTBlzWPJeBz5", "name": "Youngr", "type": "artist", "uri": "spotify:artist:5TrkbV9x6OdTBlzWPJeBz5" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "RW", "TG", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 185334, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7MTsaNHz8evXD32xLjfjDu" }, "href": "https://api.spotify.com/v1/tracks/7MTsaNHz8evXD32xLjfjDu", "id": "7MTsaNHz8evXD32xLjfjDu", "name": "What's Next", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:7MTsaNHz8evXD32xLjfjDu", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5TrkbV9x6OdTBlzWPJeBz5" }, "href": "https://api.spotify.com/v1/artists/5TrkbV9x6OdTBlzWPJeBz5", "id": "5TrkbV9x6OdTBlzWPJeBz5", "name": "Youngr", "type": "artist", "uri": "spotify:artist:5TrkbV9x6OdTBlzWPJeBz5" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "RW", "TG", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 212937, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1J7U9B8nPjKrLL7xDZ56F2" }, "href": "https://api.spotify.com/v1/tracks/1J7U9B8nPjKrLL7xDZ56F2", "id": "1J7U9B8nPjKrLL7xDZ56F2", "name": "Monsters", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:1J7U9B8nPjKrLL7xDZ56F2", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5TrkbV9x6OdTBlzWPJeBz5" }, "href": "https://api.spotify.com/v1/artists/5TrkbV9x6OdTBlzWPJeBz5", "id": "5TrkbV9x6OdTBlzWPJeBz5", "name": "Youngr", "type": "artist", "uri": "spotify:artist:5TrkbV9x6OdTBlzWPJeBz5" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "RW", "TG", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 162652, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/5Zp2xpSwgUyHVtGJZ31kZ1" }, "href": "https://api.spotify.com/v1/tracks/5Zp2xpSwgUyHVtGJZ31kZ1", "id": "5Zp2xpSwgUyHVtGJZ31kZ1", "name": "Too Keen", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:5Zp2xpSwgUyHVtGJZ31kZ1", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5TrkbV9x6OdTBlzWPJeBz5" }, "href": "https://api.spotify.com/v1/artists/5TrkbV9x6OdTBlzWPJeBz5", "id": "5TrkbV9x6OdTBlzWPJeBz5", "name": "Youngr", "type": "artist", "uri": "spotify:artist:5TrkbV9x6OdTBlzWPJeBz5" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "RW", "TG", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 241406, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5RQdeW1apwe934zbntXROv" }, "href": "https://api.spotify.com/v1/tracks/5RQdeW1apwe934zbntXROv", "id": "5RQdeW1apwe934zbntXROv", "name": "September Sun", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:5RQdeW1apwe934zbntXROv", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5TrkbV9x6OdTBlzWPJeBz5" }, "href": "https://api.spotify.com/v1/artists/5TrkbV9x6OdTBlzWPJeBz5", "id": "5TrkbV9x6OdTBlzWPJeBz5", "name": "Youngr", "type": "artist", "uri": "spotify:artist:5TrkbV9x6OdTBlzWPJeBz5" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "RW", "TG", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 219499, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4gD4ja2LvNDfCK8yeyXJwo" }, "href": "https://api.spotify.com/v1/tracks/4gD4ja2LvNDfCK8yeyXJwo", "id": "4gD4ja2LvNDfCK8yeyXJwo", "name": "Disappear", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:4gD4ja2LvNDfCK8yeyXJwo", "is_local": false } ] }, "copyrights": [ { "text": "\u00a9 2018 Island Records, a division of Universal Music Operations Limited", "type": "C" }, { "text": "\u2117 2018 Island Records, a division of Universal Music Operations Limited", "type": "P" } ], "external_ids": { "upc": "00602567337072" }, "genres": [], "label": "Universal-Island Records Ltd.", "popularity": 32 } }, { "added_at": "2018-03-06T23:37:54Z", "album": { "album_type": "single", "total_tracks": 1, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/0wZ3CJWOsyYAfM8q5eatk2" }, "href": "https://api.spotify.com/v1/albums/0wZ3CJWOsyYAfM8q5eatk2", "id": "0wZ3CJWOsyYAfM8q5eatk2", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273ba42f930893e0e8bdc2bfb06", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02ba42f930893e0e8bdc2bfb06", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851ba42f930893e0e8bdc2bfb06", "height": 64, "width": 64 } ], "name": "Mind Control", "release_date": "2017-08-02", "release_date_precision": "day", "type": "album", "uri": "spotify:album:0wZ3CJWOsyYAfM8q5eatk2", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/12x5fAPl1U05wUHCI5O0uq" }, "href": "https://api.spotify.com/v1/artists/12x5fAPl1U05wUHCI5O0uq", "id": "12x5fAPl1U05wUHCI5O0uq", "name": "Right-O", "type": "artist", "uri": "spotify:artist:12x5fAPl1U05wUHCI5O0uq" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/0wZ3CJWOsyYAfM8q5eatk2/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 1, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/12x5fAPl1U05wUHCI5O0uq" }, "href": "https://api.spotify.com/v1/artists/12x5fAPl1U05wUHCI5O0uq", "id": "12x5fAPl1U05wUHCI5O0uq", "name": "Right-O", "type": "artist", "uri": "spotify:artist:12x5fAPl1U05wUHCI5O0uq" } ], "available_markets": [], "disc_number": 1, "duration_ms": 216920, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2h07NImWicduAsv0P1YAJj" }, "href": "https://api.spotify.com/v1/tracks/2h07NImWicduAsv0P1YAJj", "id": "2h07NImWicduAsv0P1YAJj", "restrictions": { "reason": "market" }, "name": "Mind Control", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:2h07NImWicduAsv0P1YAJj", "is_local": false } ] }, "copyrights": [ { "text": "2017 Independant", "type": "C" }, { "text": "2017 Independant", "type": "P" } ], "external_ids": { "upc": "859721943291" }, "genres": [], "label": "Independant", "popularity": 0 } }, { "added_at": "2017-10-27T06:59:09Z", "album": { "album_type": "album", "total_tracks": 12, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/5hXgjTSvzx1CtmTtRlCOTZ" }, "href": "https://api.spotify.com/v1/albums/5hXgjTSvzx1CtmTtRlCOTZ", "id": "5hXgjTSvzx1CtmTtRlCOTZ", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27305988260c12c85212424cb2e", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0205988260c12c85212424cb2e", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485105988260c12c85212424cb2e", "height": 64, "width": 64 } ], "name": "Under the Covers, Vol. II", "release_date": "2017-10-27", "release_date_precision": "day", "type": "album", "uri": "spotify:album:5hXgjTSvzx1CtmTtRlCOTZ", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/5hXgjTSvzx1CtmTtRlCOTZ/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 12, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [], "disc_number": 1, "duration_ms": 281845, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5IHEdF6MgXf40QE3RDHtzt" }, "href": "https://api.spotify.com/v1/tracks/0fpkBN2LzdoK4Tye8xKHj8", "id": "0fpkBN2LzdoK4Tye8xKHj8", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/5IHEdF6MgXf40QE3RDHtzt" }, "href": "https://api.spotify.com/v1/tracks/5IHEdF6MgXf40QE3RDHtzt", "id": "5IHEdF6MgXf40QE3RDHtzt", "type": "track", "uri": "spotify:track:5IHEdF6MgXf40QE3RDHtzt" }, "name": "Africa", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:0fpkBN2LzdoK4Tye8xKHj8", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [], "disc_number": 1, "duration_ms": 267838, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2GN3Rt5qC68aZvw8zmtTkC" }, "href": "https://api.spotify.com/v1/tracks/3F8hWUkNzeLUUhUZeLkV81", "id": "3F8hWUkNzeLUUhUZeLkV81", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2GN3Rt5qC68aZvw8zmtTkC" }, "href": "https://api.spotify.com/v1/tracks/2GN3Rt5qC68aZvw8zmtTkC", "id": "2GN3Rt5qC68aZvw8zmtTkC", "type": "track", "uri": "spotify:track:2GN3Rt5qC68aZvw8zmtTkC" }, "name": "More Than a Feeling", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:3F8hWUkNzeLUUhUZeLkV81", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [], "disc_number": 1, "duration_ms": 262142, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1kyZdBlUpvZFPZdhxQvsVj" }, "href": "https://api.spotify.com/v1/tracks/1HMNvplSW6H9PV0fuetvTr", "id": "1HMNvplSW6H9PV0fuetvTr", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1kyZdBlUpvZFPZdhxQvsVj" }, "href": "https://api.spotify.com/v1/tracks/1kyZdBlUpvZFPZdhxQvsVj", "id": "1kyZdBlUpvZFPZdhxQvsVj", "type": "track", "uri": "spotify:track:1kyZdBlUpvZFPZdhxQvsVj" }, "name": "Limelight", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:1HMNvplSW6H9PV0fuetvTr", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [], "disc_number": 1, "duration_ms": 223300, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6QTuFdY6uZixx4NkRmVJi3" }, "href": "https://api.spotify.com/v1/tracks/2qGsVqQJFtknAtR37CAttT", "id": "2qGsVqQJFtknAtR37CAttT", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6QTuFdY6uZixx4NkRmVJi3" }, "href": "https://api.spotify.com/v1/tracks/6QTuFdY6uZixx4NkRmVJi3", "id": "6QTuFdY6uZixx4NkRmVJi3", "type": "track", "uri": "spotify:track:6QTuFdY6uZixx4NkRmVJi3" }, "name": "Pour Some Sugar on Me", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:2qGsVqQJFtknAtR37CAttT", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [], "disc_number": 1, "duration_ms": 262883, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1RSB4C6tFOrbRgQhklvETU" }, "href": "https://api.spotify.com/v1/tracks/2fVCjb09bMzkiozFRQy2Cl", "id": "2fVCjb09bMzkiozFRQy2Cl", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1RSB4C6tFOrbRgQhklvETU" }, "href": "https://api.spotify.com/v1/tracks/1RSB4C6tFOrbRgQhklvETU", "id": "1RSB4C6tFOrbRgQhklvETU", "type": "track", "uri": "spotify:track:1RSB4C6tFOrbRgQhklvETU" }, "name": "Something About You", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:2fVCjb09bMzkiozFRQy2Cl", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [], "disc_number": 1, "duration_ms": 321158, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/43Mb0MmXn8tCa2WFnuG8Ll" }, "href": "https://api.spotify.com/v1/tracks/53RvyCGHmdcGisi7ohScVb", "id": "53RvyCGHmdcGisi7ohScVb", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/43Mb0MmXn8tCa2WFnuG8Ll" }, "href": "https://api.spotify.com/v1/tracks/43Mb0MmXn8tCa2WFnuG8Ll", "id": "43Mb0MmXn8tCa2WFnuG8Ll", "type": "track", "uri": "spotify:track:43Mb0MmXn8tCa2WFnuG8Ll" }, "name": "In Your Eyes", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:53RvyCGHmdcGisi7ohScVb", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [], "disc_number": 1, "duration_ms": 203705, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3WQGwy4LNHMmeeb2PDfgWo" }, "href": "https://api.spotify.com/v1/tracks/0qi8fD0IVKSggOYHPhQv95", "id": "0qi8fD0IVKSggOYHPhQv95", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/3WQGwy4LNHMmeeb2PDfgWo" }, "href": "https://api.spotify.com/v1/tracks/3WQGwy4LNHMmeeb2PDfgWo", "id": "3WQGwy4LNHMmeeb2PDfgWo", "type": "track", "uri": "spotify:track:3WQGwy4LNHMmeeb2PDfgWo" }, "name": "Heat of the Moment", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:0qi8fD0IVKSggOYHPhQv95", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [], "disc_number": 1, "duration_ms": 245947, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7fX3wR67GCCvVOAf3G8KRE" }, "href": "https://api.spotify.com/v1/tracks/6jejZfb7GilMwqfUQDKFCy", "id": "6jejZfb7GilMwqfUQDKFCy", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/7fX3wR67GCCvVOAf3G8KRE" }, "href": "https://api.spotify.com/v1/tracks/7fX3wR67GCCvVOAf3G8KRE", "id": "7fX3wR67GCCvVOAf3G8KRE", "type": "track", "uri": "spotify:track:7fX3wR67GCCvVOAf3G8KRE" }, "name": "You Spin Me Round (Like a Record)", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:6jejZfb7GilMwqfUQDKFCy", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [], "disc_number": 1, "duration_ms": 282929, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1UJIy63m1gIRwG8pnlwOuA" }, "href": "https://api.spotify.com/v1/tracks/6GuZK6T75DshC2QiYPBKV0", "id": "6GuZK6T75DshC2QiYPBKV0", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1UJIy63m1gIRwG8pnlwOuA" }, "href": "https://api.spotify.com/v1/tracks/1UJIy63m1gIRwG8pnlwOuA", "id": "1UJIy63m1gIRwG8pnlwOuA", "type": "track", "uri": "spotify:track:1UJIy63m1gIRwG8pnlwOuA" }, "name": "Don't Lose My Number", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:6GuZK6T75DshC2QiYPBKV0", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [], "disc_number": 1, "duration_ms": 205357, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6wgaV6DPkO3Gi2AmN1uYJn" }, "href": "https://api.spotify.com/v1/tracks/0x3VVm9d10EU5tdwqJ4k9J", "id": "0x3VVm9d10EU5tdwqJ4k9J", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6wgaV6DPkO3Gi2AmN1uYJn" }, "href": "https://api.spotify.com/v1/tracks/6wgaV6DPkO3Gi2AmN1uYJn", "id": "6wgaV6DPkO3Gi2AmN1uYJn", "type": "track", "uri": "spotify:track:6wgaV6DPkO3Gi2AmN1uYJn" }, "name": "I Wish", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:0x3VVm9d10EU5tdwqJ4k9J", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [], "disc_number": 1, "duration_ms": 233167, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3zWUeG4zGXdCrcHX5eGxId" }, "href": "https://api.spotify.com/v1/tracks/7iOAjvVx8JS3j9ZvcJZzaL", "id": "7iOAjvVx8JS3j9ZvcJZzaL", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/3zWUeG4zGXdCrcHX5eGxId" }, "href": "https://api.spotify.com/v1/tracks/3zWUeG4zGXdCrcHX5eGxId", "id": "3zWUeG4zGXdCrcHX5eGxId", "type": "track", "uri": "spotify:track:3zWUeG4zGXdCrcHX5eGxId" }, "name": "Your Wildest Dreams", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:7iOAjvVx8JS3j9ZvcJZzaL", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [], "disc_number": 1, "duration_ms": 250862, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3lH4ASiSIFbmyivT3WD6Tp" }, "href": "https://api.spotify.com/v1/tracks/6UbGGbBpSfmFDyG17OFuId", "id": "6UbGGbBpSfmFDyG17OFuId", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/3lH4ASiSIFbmyivT3WD6Tp" }, "href": "https://api.spotify.com/v1/tracks/3lH4ASiSIFbmyivT3WD6Tp", "id": "3lH4ASiSIFbmyivT3WD6Tp", "type": "track", "uri": "spotify:track:3lH4ASiSIFbmyivT3WD6Tp" }, "name": "Rocket Man", "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:6UbGGbBpSfmFDyG17OFuId", "is_local": false } ] }, "copyrights": [ { "text": "2017 Ninja Sex Party", "type": "C" }, { "text": "2017 Ninja Sex Party", "type": "P" } ], "external_ids": { "upc": "191924181712" }, "genres": [], "label": "Ninja Sex Party", "popularity": 0 } }, { "added_at": "2017-09-17T20:15:03Z", "album": { "album_type": "album", "total_tracks": 15, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/6cyUcKNdyK1NRBQ7vjEwVY" }, "href": "https://api.spotify.com/v1/albums/6cyUcKNdyK1NRBQ7vjEwVY", "id": "6cyUcKNdyK1NRBQ7vjEwVY", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2738719c1988fa08b227865e873", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e028719c1988fa08b227865e873", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048518719c1988fa08b227865e873", "height": 64, "width": 64 } ], "name": "Wonderland (Deluxe)", "release_date": "2017-03-24", "release_date_precision": "day", "type": "album", "uri": "spotify:album:6cyUcKNdyK1NRBQ7vjEwVY", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/6cyUcKNdyK1NRBQ7vjEwVY/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 15, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 293266, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4KN1xC3IVZCA5c5h5yIHsH" }, "href": "https://api.spotify.com/v1/tracks/4BlCSLODDzs7WObKGS8v0F", "id": "4BlCSLODDzs7WObKGS8v0F", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/4KN1xC3IVZCA5c5h5yIHsH" }, "href": "https://api.spotify.com/v1/tracks/4KN1xC3IVZCA5c5h5yIHsH", "id": "4KN1xC3IVZCA5c5h5yIHsH", "type": "track", "uri": "spotify:track:4KN1xC3IVZCA5c5h5yIHsH" }, "name": "Wonderland", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4BlCSLODDzs7WObKGS8v0F", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 233613, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1GlyElASkmRfmPIEfxMlTC" }, "href": "https://api.spotify.com/v1/tracks/0dhMVWyuExZRNEDcSaxcpk", "id": "0dhMVWyuExZRNEDcSaxcpk", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1GlyElASkmRfmPIEfxMlTC" }, "href": "https://api.spotify.com/v1/tracks/1GlyElASkmRfmPIEfxMlTC", "id": "1GlyElASkmRfmPIEfxMlTC", "type": "track", "uri": "spotify:track:1GlyElASkmRfmPIEfxMlTC" }, "name": "Giants", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:0dhMVWyuExZRNEDcSaxcpk", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 209720, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/66W3clk73gnkw3E1aflNrP" }, "href": "https://api.spotify.com/v1/tracks/3V3zCg3kqfeag16CRxyOOs", "id": "3V3zCg3kqfeag16CRxyOOs", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/66W3clk73gnkw3E1aflNrP" }, "href": "https://api.spotify.com/v1/tracks/66W3clk73gnkw3E1aflNrP", "id": "66W3clk73gnkw3E1aflNrP", "type": "track", "uri": "spotify:track:66W3clk73gnkw3E1aflNrP" }, "name": "New Day", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:3V3zCg3kqfeag16CRxyOOs", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 209106, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1F0ZBh5thKn3aL8oEk0eyJ" }, "href": "https://api.spotify.com/v1/tracks/38Uy1sMppejotYXJUqPUYq", "id": "38Uy1sMppejotYXJUqPUYq", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1F0ZBh5thKn3aL8oEk0eyJ" }, "href": "https://api.spotify.com/v1/tracks/1F0ZBh5thKn3aL8oEk0eyJ", "id": "1F0ZBh5thKn3aL8oEk0eyJ", "type": "track", "uri": "spotify:track:1F0ZBh5thKn3aL8oEk0eyJ" }, "name": "Lucky Stars", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:38Uy1sMppejotYXJUqPUYq", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 233906, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2T2S4nzIZLr9wSiFbEntsW" }, "href": "https://api.spotify.com/v1/tracks/7437sm1u9zsNAtFmH1ZE16", "id": "7437sm1u9zsNAtFmH1ZE16", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2T2S4nzIZLr9wSiFbEntsW" }, "href": "https://api.spotify.com/v1/tracks/2T2S4nzIZLr9wSiFbEntsW", "id": "2T2S4nzIZLr9wSiFbEntsW", "type": "track", "uri": "spotify:track:2T2S4nzIZLr9wSiFbEntsW" }, "name": "And The Band Plays", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:7437sm1u9zsNAtFmH1ZE16", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 194106, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4hIimoY7T2xMWkVIlBzE9i" }, "href": "https://api.spotify.com/v1/tracks/2kIqgQtq2yHCwkTKS4Vs36", "id": "2kIqgQtq2yHCwkTKS4Vs36", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/4hIimoY7T2xMWkVIlBzE9i" }, "href": "https://api.spotify.com/v1/tracks/4hIimoY7T2xMWkVIlBzE9i", "id": "4hIimoY7T2xMWkVIlBzE9i", "type": "track", "uri": "spotify:track:4hIimoY7T2xMWkVIlBzE9i" }, "name": "Superstar", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:2kIqgQtq2yHCwkTKS4Vs36", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 224800, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5JTQ4h07j2UwgL32YFvkLf" }, "href": "https://api.spotify.com/v1/tracks/1T5CW62fLSdOLsRT0BUir8", "id": "1T5CW62fLSdOLsRT0BUir8", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/5JTQ4h07j2UwgL32YFvkLf" }, "href": "https://api.spotify.com/v1/tracks/5JTQ4h07j2UwgL32YFvkLf", "id": "5JTQ4h07j2UwgL32YFvkLf", "type": "track", "uri": "spotify:track:5JTQ4h07j2UwgL32YFvkLf" }, "name": "Hope", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:1T5CW62fLSdOLsRT0BUir8", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 175040, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1stKEQ8sgdcYGlasyTNFRx" }, "href": "https://api.spotify.com/v1/tracks/51jxNWFFT5WUXIErQzwiUY", "id": "51jxNWFFT5WUXIErQzwiUY", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1stKEQ8sgdcYGlasyTNFRx" }, "href": "https://api.spotify.com/v1/tracks/1stKEQ8sgdcYGlasyTNFRx", "id": "1stKEQ8sgdcYGlasyTNFRx", "type": "track", "uri": "spotify:track:1stKEQ8sgdcYGlasyTNFRx" }, "name": "River", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:51jxNWFFT5WUXIErQzwiUY", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 196453, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4Agh7A8QEcK6ojtTTKONFK" }, "href": "https://api.spotify.com/v1/tracks/018jJKmcAvODfvyNuBfcjm", "id": "018jJKmcAvODfvyNuBfcjm", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/4Agh7A8QEcK6ojtTTKONFK" }, "href": "https://api.spotify.com/v1/tracks/4Agh7A8QEcK6ojtTTKONFK", "id": "4Agh7A8QEcK6ojtTTKONFK", "type": "track", "uri": "spotify:track:4Agh7A8QEcK6ojtTTKONFK" }, "name": "The Last Poet", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:018jJKmcAvODfvyNuBfcjm", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 252760, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0EiDO4qFMDbaKe4ETIz0ur" }, "href": "https://api.spotify.com/v1/tracks/6RxdVdQS85HYIpXwJw1j6J", "id": "6RxdVdQS85HYIpXwJw1j6J", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0EiDO4qFMDbaKe4ETIz0ur" }, "href": "https://api.spotify.com/v1/tracks/0EiDO4qFMDbaKe4ETIz0ur", "id": "0EiDO4qFMDbaKe4ETIz0ur", "type": "track", "uri": "spotify:track:0EiDO4qFMDbaKe4ETIz0ur" }, "name": "Every Revolution", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:6RxdVdQS85HYIpXwJw1j6J", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 269466, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4Lx8xU5DQOmnNNCpMOOaoz" }, "href": "https://api.spotify.com/v1/tracks/0ONIdjj0gIWoA8vOPlM9ST", "id": "0ONIdjj0gIWoA8vOPlM9ST", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/4Lx8xU5DQOmnNNCpMOOaoz" }, "href": "https://api.spotify.com/v1/tracks/4Lx8xU5DQOmnNNCpMOOaoz", "id": "4Lx8xU5DQOmnNNCpMOOaoz", "type": "track", "uri": "spotify:track:4Lx8xU5DQOmnNNCpMOOaoz" }, "name": "It's All For You", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:0ONIdjj0gIWoA8vOPlM9ST", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 199386, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0Ucqe7Z74UP1DyNcGLiiEH" }, "href": "https://api.spotify.com/v1/tracks/3eldJOi7FuF7LXoWRneab9", "id": "3eldJOi7FuF7LXoWRneab9", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0Ucqe7Z74UP1DyNcGLiiEH" }, "href": "https://api.spotify.com/v1/tracks/0Ucqe7Z74UP1DyNcGLiiEH", "id": "0Ucqe7Z74UP1DyNcGLiiEH", "type": "track", "uri": "spotify:track:0Ucqe7Z74UP1DyNcGLiiEH" }, "name": "Don't Give Up On Me", "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:3eldJOi7FuF7LXoWRneab9", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 269733, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1yu6lK4SPpvv1b9OtUZ50V" }, "href": "https://api.spotify.com/v1/tracks/6yH5jYImETi3IZwAZY1gva", "id": "6yH5jYImETi3IZwAZY1gva", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1yu6lK4SPpvv1b9OtUZ50V" }, "href": "https://api.spotify.com/v1/tracks/1yu6lK4SPpvv1b9OtUZ50V", "id": "1yu6lK4SPpvv1b9OtUZ50V", "type": "track", "uri": "spotify:track:1yu6lK4SPpvv1b9OtUZ50V" }, "name": "Up", "preview_url": null, "track_number": 13, "type": "track", "uri": "spotify:track:6yH5jYImETi3IZwAZY1gva", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 261440, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5cgPKFbHlpiC7OwNgRFp19" }, "href": "https://api.spotify.com/v1/tracks/0qStm2vt5sMGgzbp68dADd", "id": "0qStm2vt5sMGgzbp68dADd", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/5cgPKFbHlpiC7OwNgRFp19" }, "href": "https://api.spotify.com/v1/tracks/5cgPKFbHlpiC7OwNgRFp19", "id": "5cgPKFbHlpiC7OwNgRFp19", "type": "track", "uri": "spotify:track:5cgPKFbHlpiC7OwNgRFp19" }, "name": "Come On Love", "preview_url": null, "track_number": 14, "type": "track", "uri": "spotify:track:0qStm2vt5sMGgzbp68dADd", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/01pKrlgPJhm5dB4lneYAqS" }, "href": "https://api.spotify.com/v1/artists/01pKrlgPJhm5dB4lneYAqS", "id": "01pKrlgPJhm5dB4lneYAqS", "name": "Sigma", "type": "artist", "uri": "spotify:artist:01pKrlgPJhm5dB4lneYAqS" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1XgFuvRd7r5g0h844A5ZUQ" }, "href": "https://api.spotify.com/v1/artists/1XgFuvRd7r5g0h844A5ZUQ", "id": "1XgFuvRd7r5g0h844A5ZUQ", "name": "Take That", "type": "artist", "uri": "spotify:artist:1XgFuvRd7r5g0h844A5ZUQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 197453, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4zJIKsSumCbZgcbWz1UNPL" }, "href": "https://api.spotify.com/v1/tracks/2ddfMbBXPXgq2gjWBe0Mth", "id": "2ddfMbBXPXgq2gjWBe0Mth", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/4zJIKsSumCbZgcbWz1UNPL" }, "href": "https://api.spotify.com/v1/tracks/4zJIKsSumCbZgcbWz1UNPL", "id": "4zJIKsSumCbZgcbWz1UNPL", "type": "track", "uri": "spotify:track:4zJIKsSumCbZgcbWz1UNPL" }, "name": "Cry", "preview_url": null, "track_number": 15, "type": "track", "uri": "spotify:track:2ddfMbBXPXgq2gjWBe0Mth", "is_local": false } ] }, "copyrights": [ { "text": "\u00a9 2017 Polydor Ltd. (UK)", "type": "C" }, { "text": "\u2117 2017 Polydor Ltd. (UK)", "type": "P" } ], "external_ids": { "upc": "00602557441154" }, "genres": [], "label": "Universal Music Group", "popularity": 0 } }, { "added_at": "2017-08-26T22:34:42Z", "album": { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0fMJhuTXyqcPEP0B864j8T" }, "href": "https://api.spotify.com/v1/albums/0fMJhuTXyqcPEP0B864j8T", "id": "0fMJhuTXyqcPEP0B864j8T", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273d1686e9f897c253c8d72cc22", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02d1686e9f897c253c8d72cc22", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851d1686e9f897c253c8d72cc22", "height": 64, "width": 64 } ], "name": "Here With You", "release_date": "2017-06-30", "release_date_precision": "day", "type": "album", "uri": "spotify:album:0fMJhuTXyqcPEP0B864j8T", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7f5Zgnp2spUuuzKplmRkt7" }, "href": "https://api.spotify.com/v1/artists/7f5Zgnp2spUuuzKplmRkt7", "id": "7f5Zgnp2spUuuzKplmRkt7", "name": "Lost Frequencies", "type": "artist", "uri": "spotify:artist:7f5Zgnp2spUuuzKplmRkt7" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5TgQ66WuWkoQ2xYxaSTnVP" }, "href": "https://api.spotify.com/v1/artists/5TgQ66WuWkoQ2xYxaSTnVP", "id": "5TgQ66WuWkoQ2xYxaSTnVP", "name": "Netsky", "type": "artist", "uri": "spotify:artist:5TgQ66WuWkoQ2xYxaSTnVP" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/0fMJhuTXyqcPEP0B864j8T/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 1, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7f5Zgnp2spUuuzKplmRkt7" }, "href": "https://api.spotify.com/v1/artists/7f5Zgnp2spUuuzKplmRkt7", "id": "7f5Zgnp2spUuuzKplmRkt7", "name": "Lost Frequencies", "type": "artist", "uri": "spotify:artist:7f5Zgnp2spUuuzKplmRkt7" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5TgQ66WuWkoQ2xYxaSTnVP" }, "href": "https://api.spotify.com/v1/artists/5TgQ66WuWkoQ2xYxaSTnVP", "id": "5TgQ66WuWkoQ2xYxaSTnVP", "name": "Netsky", "type": "artist", "uri": "spotify:artist:5TgQ66WuWkoQ2xYxaSTnVP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 159023, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0u6KLyKbuqAe3aiol9UV8F" }, "href": "https://api.spotify.com/v1/tracks/0u6KLyKbuqAe3aiol9UV8F", "id": "0u6KLyKbuqAe3aiol9UV8F", "name": "Here With You", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:0u6KLyKbuqAe3aiol9UV8F", "is_local": false } ] }, "copyrights": [ { "text": "2017 Lost & Cie under exclusive license to Armada Music B.V.", "type": "C" }, { "text": "2017 Lost & Cie under exclusive license to Armada Music B.V.", "type": "P" } ], "external_ids": { "upc": "8718522152665" }, "genres": [], "label": "Armada Music", "popularity": 17 } }, { "added_at": "2017-08-11T16:48:33Z", "album": { "album_type": "single", "total_tracks": 6, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/6LaLU27ZPXimJIbpbiOahr" }, "href": "https://api.spotify.com/v1/albums/6LaLU27ZPXimJIbpbiOahr", "id": "6LaLU27ZPXimJIbpbiOahr", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27330800bfbfff51ddb031d9bd7", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0230800bfbfff51ddb031d9bd7", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485130800bfbfff51ddb031d9bd7", "height": 64, "width": 64 } ], "name": "AV\u012aCI (01)", "release_date": "2017-08-10", "release_date_precision": "day", "type": "album", "uri": "spotify:album:6LaLU27ZPXimJIbpbiOahr", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1vCWHaC5f2uS3yhpwWbIA6" }, "href": "https://api.spotify.com/v1/artists/1vCWHaC5f2uS3yhpwWbIA6", "id": "1vCWHaC5f2uS3yhpwWbIA6", "name": "Avicii", "type": "artist", "uri": "spotify:artist:1vCWHaC5f2uS3yhpwWbIA6" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/6LaLU27ZPXimJIbpbiOahr/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 6, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1vCWHaC5f2uS3yhpwWbIA6" }, "href": "https://api.spotify.com/v1/artists/1vCWHaC5f2uS3yhpwWbIA6", "id": "1vCWHaC5f2uS3yhpwWbIA6", "name": "Avicii", "type": "artist", "uri": "spotify:artist:1vCWHaC5f2uS3yhpwWbIA6" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2fVW2ix4ANKiofDZIsy1XR" }, "href": "https://api.spotify.com/v1/artists/2fVW2ix4ANKiofDZIsy1XR", "id": "2fVW2ix4ANKiofDZIsy1XR", "name": "Vargas & Lagola", "type": "artist", "uri": "spotify:artist:2fVW2ix4ANKiofDZIsy1XR" } ], "available_markets": [], "disc_number": 1, "duration_ms": 159863, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5wl32jJoBEyWUaDOtJVoMo" }, "href": "https://api.spotify.com/v1/tracks/79UX8fkSsowWI1HOd8VoYt", "id": "79UX8fkSsowWI1HOd8VoYt", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/5wl32jJoBEyWUaDOtJVoMo" }, "href": "https://api.spotify.com/v1/tracks/5wl32jJoBEyWUaDOtJVoMo", "id": "5wl32jJoBEyWUaDOtJVoMo", "type": "track", "uri": "spotify:track:5wl32jJoBEyWUaDOtJVoMo" }, "name": "Friend Of Mine (feat. Vargas & Lagola)", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:79UX8fkSsowWI1HOd8VoYt", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1vCWHaC5f2uS3yhpwWbIA6" }, "href": "https://api.spotify.com/v1/artists/1vCWHaC5f2uS3yhpwWbIA6", "id": "1vCWHaC5f2uS3yhpwWbIA6", "name": "Avicii", "type": "artist", "uri": "spotify:artist:1vCWHaC5f2uS3yhpwWbIA6" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5CCwRZC6euC8Odo6y9X8jr" }, "href": "https://api.spotify.com/v1/artists/5CCwRZC6euC8Odo6y9X8jr", "id": "5CCwRZC6euC8Odo6y9X8jr", "name": "Rita Ora", "type": "artist", "uri": "spotify:artist:5CCwRZC6euC8Odo6y9X8jr" } ], "available_markets": [], "disc_number": 1, "duration_ms": 181812, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7DoN0sCGIT9IcLrtBDm4f0" }, "href": "https://api.spotify.com/v1/tracks/75NhhYjHO43mvZgYtnXgti", "id": "75NhhYjHO43mvZgYtnXgti", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/7DoN0sCGIT9IcLrtBDm4f0" }, "href": "https://api.spotify.com/v1/tracks/7DoN0sCGIT9IcLrtBDm4f0", "id": "7DoN0sCGIT9IcLrtBDm4f0", "type": "track", "uri": "spotify:track:7DoN0sCGIT9IcLrtBDm4f0" }, "name": "Lonely Together (feat. Rita Ora)", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:75NhhYjHO43mvZgYtnXgti", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1vCWHaC5f2uS3yhpwWbIA6" }, "href": "https://api.spotify.com/v1/artists/1vCWHaC5f2uS3yhpwWbIA6", "id": "1vCWHaC5f2uS3yhpwWbIA6", "name": "Avicii", "type": "artist", "uri": "spotify:artist:1vCWHaC5f2uS3yhpwWbIA6" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5gw5ANPCVcxU0maLiGRzzP" }, "href": "https://api.spotify.com/v1/artists/5gw5ANPCVcxU0maLiGRzzP", "id": "5gw5ANPCVcxU0maLiGRzzP", "name": "Billy Raffoul", "type": "artist", "uri": "spotify:artist:5gw5ANPCVcxU0maLiGRzzP" } ], "available_markets": [], "disc_number": 1, "duration_ms": 207545, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7GaiXtje26gnTVWE1iCcHl" }, "href": "https://api.spotify.com/v1/tracks/630svau24EHHzw1kNk0Bdq", "id": "630svau24EHHzw1kNk0Bdq", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/7GaiXtje26gnTVWE1iCcHl" }, "href": "https://api.spotify.com/v1/tracks/7GaiXtje26gnTVWE1iCcHl", "id": "7GaiXtje26gnTVWE1iCcHl", "type": "track", "uri": "spotify:track:7GaiXtje26gnTVWE1iCcHl" }, "name": "You Be Love (feat. Billy Raffoul)", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:630svau24EHHzw1kNk0Bdq", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1vCWHaC5f2uS3yhpwWbIA6" }, "href": "https://api.spotify.com/v1/artists/1vCWHaC5f2uS3yhpwWbIA6", "id": "1vCWHaC5f2uS3yhpwWbIA6", "name": "Avicii", "type": "artist", "uri": "spotify:artist:1vCWHaC5f2uS3yhpwWbIA6" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5JYo7gm2dkyLLlWHjxS7Dy" }, "href": "https://api.spotify.com/v1/artists/5JYo7gm2dkyLLlWHjxS7Dy", "id": "5JYo7gm2dkyLLlWHjxS7Dy", "name": "Sandro Cavazza", "type": "artist", "uri": "spotify:artist:5JYo7gm2dkyLLlWHjxS7Dy" } ], "available_markets": [], "disc_number": 1, "duration_ms": 181672, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/6WbADFqMvR8N5u0BvtsWQE" }, "href": "https://api.spotify.com/v1/tracks/6Pgkp4qUoTmJIPn7ReaGxL", "id": "6Pgkp4qUoTmJIPn7ReaGxL", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6WbADFqMvR8N5u0BvtsWQE" }, "href": "https://api.spotify.com/v1/tracks/6WbADFqMvR8N5u0BvtsWQE", "id": "6WbADFqMvR8N5u0BvtsWQE", "type": "track", "uri": "spotify:track:6WbADFqMvR8N5u0BvtsWQE" }, "name": "Without You (feat. Sandro Cavazza)", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:6Pgkp4qUoTmJIPn7ReaGxL", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1vCWHaC5f2uS3yhpwWbIA6" }, "href": "https://api.spotify.com/v1/artists/1vCWHaC5f2uS3yhpwWbIA6", "id": "1vCWHaC5f2uS3yhpwWbIA6", "name": "Avicii", "type": "artist", "uri": "spotify:artist:1vCWHaC5f2uS3yhpwWbIA6" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2VAnyOxzJuSAj7XIuEOT38" }, "href": "https://api.spotify.com/v1/artists/2VAnyOxzJuSAj7XIuEOT38", "id": "2VAnyOxzJuSAj7XIuEOT38", "name": "AlunaGeorge", "type": "artist", "uri": "spotify:artist:2VAnyOxzJuSAj7XIuEOT38" } ], "available_markets": [], "disc_number": 1, "duration_ms": 185454, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4lwSYcFSDeyY8jdSedZH4j" }, "href": "https://api.spotify.com/v1/tracks/1vkXc8Tz3dZGNZoU2WF3la", "id": "1vkXc8Tz3dZGNZoU2WF3la", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/4lwSYcFSDeyY8jdSedZH4j" }, "href": "https://api.spotify.com/v1/tracks/4lwSYcFSDeyY8jdSedZH4j", "id": "4lwSYcFSDeyY8jdSedZH4j", "type": "track", "uri": "spotify:track:4lwSYcFSDeyY8jdSedZH4j" }, "name": "What Would I Change It To (feat. AlunaGeorge)", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:1vkXc8Tz3dZGNZoU2WF3la", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1vCWHaC5f2uS3yhpwWbIA6" }, "href": "https://api.spotify.com/v1/artists/1vCWHaC5f2uS3yhpwWbIA6", "id": "1vCWHaC5f2uS3yhpwWbIA6", "name": "Avicii", "type": "artist", "uri": "spotify:artist:1vCWHaC5f2uS3yhpwWbIA6" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5JYo7gm2dkyLLlWHjxS7Dy" }, "href": "https://api.spotify.com/v1/artists/5JYo7gm2dkyLLlWHjxS7Dy", "id": "5JYo7gm2dkyLLlWHjxS7Dy", "name": "Sandro Cavazza", "type": "artist", "uri": "spotify:artist:5JYo7gm2dkyLLlWHjxS7Dy" } ], "available_markets": [], "disc_number": 1, "duration_ms": 157152, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5VsJtruWxQBZ3DVD0LXPZn" }, "href": "https://api.spotify.com/v1/tracks/6i3WMnuvd8DtczaGIMJvwC", "id": "6i3WMnuvd8DtczaGIMJvwC", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/5VsJtruWxQBZ3DVD0LXPZn" }, "href": "https://api.spotify.com/v1/tracks/5VsJtruWxQBZ3DVD0LXPZn", "id": "5VsJtruWxQBZ3DVD0LXPZn", "type": "track", "uri": "spotify:track:5VsJtruWxQBZ3DVD0LXPZn" }, "name": "So Much Better - Avicii Remix", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:6i3WMnuvd8DtczaGIMJvwC", "is_local": false } ] }, "copyrights": [ { "text": "\u00a9 2017 Avicii Music AB, under exclusive license to Universal Music AB", "type": "C" }, { "text": "\u2117 2017 Avicii Music AB, under exclusive license to Universal Music AB", "type": "P" } ], "external_ids": { "upc": "00602557906585" }, "genres": [], "label": "Universal Music Group", "popularity": 1 } }, { "added_at": "2017-05-23T10:38:32Z", "album": { "album_type": "single", "total_tracks": 1, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/0gIYOk2pcLnZONGE0N9X5p" }, "href": "https://api.spotify.com/v1/albums/0gIYOk2pcLnZONGE0N9X5p", "id": "0gIYOk2pcLnZONGE0N9X5p", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273cfb930f506a0243b1f498a1a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02cfb930f506a0243b1f498a1a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851cfb930f506a0243b1f498a1a", "height": 64, "width": 64 } ], "name": "Up Till Dawn (On The Move)", "release_date": "2017-04-28", "release_date_precision": "day", "type": "album", "uri": "spotify:album:0gIYOk2pcLnZONGE0N9X5p", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5wwneIFdawNgQ7GvKK29Z3" }, "href": "https://api.spotify.com/v1/artists/5wwneIFdawNgQ7GvKK29Z3", "id": "5wwneIFdawNgQ7GvKK29Z3", "name": "Lucas & Steve", "type": "artist", "uri": "spotify:artist:5wwneIFdawNgQ7GvKK29Z3" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/0gIYOk2pcLnZONGE0N9X5p/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 1, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5wwneIFdawNgQ7GvKK29Z3" }, "href": "https://api.spotify.com/v1/artists/5wwneIFdawNgQ7GvKK29Z3", "id": "5wwneIFdawNgQ7GvKK29Z3", "name": "Lucas & Steve", "type": "artist", "uri": "spotify:artist:5wwneIFdawNgQ7GvKK29Z3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 186405, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6kZP5MRp51KZJYovS1xIVD" }, "href": "https://api.spotify.com/v1/tracks/6wefD5q8rXOg3xHTUZjyio", "id": "6wefD5q8rXOg3xHTUZjyio", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6kZP5MRp51KZJYovS1xIVD" }, "href": "https://api.spotify.com/v1/tracks/6kZP5MRp51KZJYovS1xIVD", "id": "6kZP5MRp51KZJYovS1xIVD", "type": "track", "uri": "spotify:track:6kZP5MRp51KZJYovS1xIVD" }, "name": "Up Till Dawn (On The Move)", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:6wefD5q8rXOg3xHTUZjyio", "is_local": false } ] }, "copyrights": [ { "text": "2017 SpinninRecords.com", "type": "C" }, { "text": "2017 SpinninRecords.com", "type": "P" } ], "external_ids": { "upc": "8712944555196" }, "genres": [], "label": "Spinnin' Records", "popularity": 0 } }, { "added_at": "2017-02-06T18:22:32Z", "album": { "album_type": "single", "total_tracks": 1, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/3KzCJaaRVza9FnSsqtAFeO" }, "href": "https://api.spotify.com/v1/albums/3KzCJaaRVza9FnSsqtAFeO", "id": "3KzCJaaRVza9FnSsqtAFeO", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273156aeddf54ed40b1d9d30c9f", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02156aeddf54ed40b1d9d30c9f", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851156aeddf54ed40b1d9d30c9f", "height": 64, "width": 64 } ], "name": "Believer", "release_date": "2017-01-31", "release_date_precision": "day", "type": "album", "uri": "spotify:album:3KzCJaaRVza9FnSsqtAFeO", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/53XhwfbYqKCa1cC15pYq2q" }, "href": "https://api.spotify.com/v1/artists/53XhwfbYqKCa1cC15pYq2q", "id": "53XhwfbYqKCa1cC15pYq2q", "name": "Imagine Dragons", "type": "artist", "uri": "spotify:artist:53XhwfbYqKCa1cC15pYq2q" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/3KzCJaaRVza9FnSsqtAFeO/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 1, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/53XhwfbYqKCa1cC15pYq2q" }, "href": "https://api.spotify.com/v1/artists/53XhwfbYqKCa1cC15pYq2q", "id": "53XhwfbYqKCa1cC15pYq2q", "name": "Imagine Dragons", "type": "artist", "uri": "spotify:artist:53XhwfbYqKCa1cC15pYq2q" } ], "available_markets": [], "disc_number": 1, "duration_ms": 203782, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6VRghJeP6I0w1KxkdWFfIh" }, "href": "https://api.spotify.com/v1/tracks/0pqnGHJpmpxLKifKRmU6WP", "id": "0pqnGHJpmpxLKifKRmU6WP", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6VRghJeP6I0w1KxkdWFfIh" }, "href": "https://api.spotify.com/v1/tracks/6VRghJeP6I0w1KxkdWFfIh", "id": "6VRghJeP6I0w1KxkdWFfIh", "type": "track", "uri": "spotify:track:6VRghJeP6I0w1KxkdWFfIh" }, "name": "Believer", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:0pqnGHJpmpxLKifKRmU6WP", "is_local": false } ] }, "copyrights": [ { "text": "\u00a9 2017 KIDinaKORNER/Interscope Records", "type": "C" }, { "text": "\u2117 2017 KIDinaKORNER/Interscope Records", "type": "P" } ], "external_ids": { "upc": "00602557443325" }, "genres": [], "label": "Universal Music Group", "popularity": 0 } }, { "added_at": "2017-01-19T12:31:37Z", "album": { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/64vx3cUb97lQGlgt8zozWL" }, "href": "https://api.spotify.com/v1/albums/64vx3cUb97lQGlgt8zozWL", "id": "64vx3cUb97lQGlgt8zozWL", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273e9cb236aa581ad999b3a73b7", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02e9cb236aa581ad999b3a73b7", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851e9cb236aa581ad999b3a73b7", "height": 64, "width": 64 } ], "name": "Paris", "release_date": "2017-01-13", "release_date_precision": "day", "type": "album", "uri": "spotify:album:64vx3cUb97lQGlgt8zozWL", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/69GGBxA162lTqCwzJG5jLp" }, "href": "https://api.spotify.com/v1/artists/69GGBxA162lTqCwzJG5jLp", "id": "69GGBxA162lTqCwzJG5jLp", "name": "The Chainsmokers", "type": "artist", "uri": "spotify:artist:69GGBxA162lTqCwzJG5jLp" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/64vx3cUb97lQGlgt8zozWL/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 1, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/69GGBxA162lTqCwzJG5jLp" }, "href": "https://api.spotify.com/v1/artists/69GGBxA162lTqCwzJG5jLp", "id": "69GGBxA162lTqCwzJG5jLp", "name": "The Chainsmokers", "type": "artist", "uri": "spotify:artist:69GGBxA162lTqCwzJG5jLp" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 221509, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/15vzANxN8G9wWfwAJLLMCg" }, "href": "https://api.spotify.com/v1/tracks/15vzANxN8G9wWfwAJLLMCg", "id": "15vzANxN8G9wWfwAJLLMCg", "name": "Paris", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:15vzANxN8G9wWfwAJLLMCg", "is_local": false } ] }, "copyrights": [ { "text": "(P) 2017 Disruptor Records/Columbia Records", "type": "P" } ], "external_ids": { "upc": "886446299686" }, "genres": [], "label": "Disruptor Records/Columbia", "popularity": 52 } }, { "added_at": "2017-01-17T19:01:16Z", "album": { "album_type": "single", "total_tracks": 6, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/0of0qWNbNmUck9ODJzBPA3" }, "href": "https://api.spotify.com/v1/albums/0of0qWNbNmUck9ODJzBPA3", "id": "0of0qWNbNmUck9ODJzBPA3", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2731997f03aceb5147e33e550f8", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e021997f03aceb5147e33e550f8", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048511997f03aceb5147e33e550f8", "height": 64, "width": 64 } ], "name": "Nerds by Nature - EP", "release_date": "2017-01-13", "release_date_precision": "day", "type": "album", "uri": "spotify:album:0of0qWNbNmUck9ODJzBPA3", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0lLY20XpZ9yDobkbHI7u1y" }, "href": "https://api.spotify.com/v1/artists/0lLY20XpZ9yDobkbHI7u1y", "id": "0lLY20XpZ9yDobkbHI7u1y", "name": "Pegboard Nerds", "type": "artist", "uri": "spotify:artist:0lLY20XpZ9yDobkbHI7u1y" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/0of0qWNbNmUck9ODJzBPA3/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 6, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0lLY20XpZ9yDobkbHI7u1y" }, "href": "https://api.spotify.com/v1/artists/0lLY20XpZ9yDobkbHI7u1y", "id": "0lLY20XpZ9yDobkbHI7u1y", "name": "Pegboard Nerds", "type": "artist", "uri": "spotify:artist:0lLY20XpZ9yDobkbHI7u1y" } ], "available_markets": [], "disc_number": 1, "duration_ms": 249979, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2XRmB8LdCrvO0aCNcSxhHc" }, "href": "https://api.spotify.com/v1/tracks/6MXPrUXjd3i67WYsNmq61D", "id": "6MXPrUXjd3i67WYsNmq61D", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2XRmB8LdCrvO0aCNcSxhHc" }, "href": "https://api.spotify.com/v1/tracks/2XRmB8LdCrvO0aCNcSxhHc", "id": "2XRmB8LdCrvO0aCNcSxhHc", "type": "track", "uri": "spotify:track:2XRmB8LdCrvO0aCNcSxhHc" }, "name": "Speed of Light", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:6MXPrUXjd3i67WYsNmq61D", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0lLY20XpZ9yDobkbHI7u1y" }, "href": "https://api.spotify.com/v1/artists/0lLY20XpZ9yDobkbHI7u1y", "id": "0lLY20XpZ9yDobkbHI7u1y", "name": "Pegboard Nerds", "type": "artist", "uri": "spotify:artist:0lLY20XpZ9yDobkbHI7u1y" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1BeMe0yy4Sqo29rnqkZ1tc" }, "href": "https://api.spotify.com/v1/artists/1BeMe0yy4Sqo29rnqkZ1tc", "id": "1BeMe0yy4Sqo29rnqkZ1tc", "name": "Desir\u00e9e Dawson", "type": "artist", "uri": "spotify:artist:1BeMe0yy4Sqo29rnqkZ1tc" } ], "available_markets": [], "disc_number": 1, "duration_ms": 236198, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6x0GHgv2iCpXf8w9VsrZCi" }, "href": "https://api.spotify.com/v1/tracks/3ypAa7Vkji9z5GsoXaT5ic", "id": "3ypAa7Vkji9z5GsoXaT5ic", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6x0GHgv2iCpXf8w9VsrZCi" }, "href": "https://api.spotify.com/v1/tracks/6x0GHgv2iCpXf8w9VsrZCi", "id": "6x0GHgv2iCpXf8w9VsrZCi", "type": "track", "uri": "spotify:track:6x0GHgv2iCpXf8w9VsrZCi" }, "name": "Talk About It (feat. Desir\u00e9e Dawson)", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:3ypAa7Vkji9z5GsoXaT5ic", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0lLY20XpZ9yDobkbHI7u1y" }, "href": "https://api.spotify.com/v1/artists/0lLY20XpZ9yDobkbHI7u1y", "id": "0lLY20XpZ9yDobkbHI7u1y", "name": "Pegboard Nerds", "type": "artist", "uri": "spotify:artist:0lLY20XpZ9yDobkbHI7u1y" } ], "available_markets": [], "disc_number": 1, "duration_ms": 191349, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3hQ6oIGy3YyFdtYf8mpIGp" }, "href": "https://api.spotify.com/v1/tracks/6tfMPcat5tsLjiKt3wfM97", "id": "6tfMPcat5tsLjiKt3wfM97", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/3hQ6oIGy3YyFdtYf8mpIGp" }, "href": "https://api.spotify.com/v1/tracks/3hQ6oIGy3YyFdtYf8mpIGp", "id": "3hQ6oIGy3YyFdtYf8mpIGp", "type": "track", "uri": "spotify:track:3hQ6oIGy3YyFdtYf8mpIGp" }, "name": "Melodymania", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:6tfMPcat5tsLjiKt3wfM97", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0lLY20XpZ9yDobkbHI7u1y" }, "href": "https://api.spotify.com/v1/artists/0lLY20XpZ9yDobkbHI7u1y", "id": "0lLY20XpZ9yDobkbHI7u1y", "name": "Pegboard Nerds", "type": "artist", "uri": "spotify:artist:0lLY20XpZ9yDobkbHI7u1y" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0MYmMGmRg8CFZPNZBAdjm1" }, "href": "https://api.spotify.com/v1/artists/0MYmMGmRg8CFZPNZBAdjm1", "id": "0MYmMGmRg8CFZPNZBAdjm1", "name": "Quiet Disorder", "type": "artist", "uri": "spotify:artist:0MYmMGmRg8CFZPNZBAdjm1" } ], "available_markets": [], "disc_number": 1, "duration_ms": 207871, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0lsxdqZj5sVGWIKse0xETh" }, "href": "https://api.spotify.com/v1/tracks/5i4d6fgqkt0rKvkyj8J48F", "id": "5i4d6fgqkt0rKvkyj8J48F", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0lsxdqZj5sVGWIKse0xETh" }, "href": "https://api.spotify.com/v1/tracks/0lsxdqZj5sVGWIKse0xETh", "id": "0lsxdqZj5sVGWIKse0xETh", "type": "track", "uri": "spotify:track:0lsxdqZj5sVGWIKse0xETh" }, "name": "Go Berzerk", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:5i4d6fgqkt0rKvkyj8J48F", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0lLY20XpZ9yDobkbHI7u1y" }, "href": "https://api.spotify.com/v1/artists/0lLY20XpZ9yDobkbHI7u1y", "id": "0lLY20XpZ9yDobkbHI7u1y", "name": "Pegboard Nerds", "type": "artist", "uri": "spotify:artist:0lLY20XpZ9yDobkbHI7u1y" } ], "available_markets": [], "disc_number": 1, "duration_ms": 239004, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0aSbmMTb9p7OaBcOYqVksr" }, "href": "https://api.spotify.com/v1/tracks/73nWSc3002fGRPrnFDev8x", "id": "73nWSc3002fGRPrnFDev8x", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0aSbmMTb9p7OaBcOYqVksr" }, "href": "https://api.spotify.com/v1/tracks/0aSbmMTb9p7OaBcOYqVksr", "id": "0aSbmMTb9p7OaBcOYqVksr", "type": "track", "uri": "spotify:track:0aSbmMTb9p7OaBcOYqVksr" }, "name": "BAMF", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:73nWSc3002fGRPrnFDev8x", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0lLY20XpZ9yDobkbHI7u1y" }, "href": "https://api.spotify.com/v1/artists/0lLY20XpZ9yDobkbHI7u1y", "id": "0lLY20XpZ9yDobkbHI7u1y", "name": "Pegboard Nerds", "type": "artist", "uri": "spotify:artist:0lLY20XpZ9yDobkbHI7u1y" } ], "available_markets": [], "disc_number": 1, "duration_ms": 212323, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2oxbgAkN0nJhSz9ngSSXRL" }, "href": "https://api.spotify.com/v1/tracks/1rjMexUleyOewga9qRrEqb", "id": "1rjMexUleyOewga9qRrEqb", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2oxbgAkN0nJhSz9ngSSXRL" }, "href": "https://api.spotify.com/v1/tracks/2oxbgAkN0nJhSz9ngSSXRL", "id": "2oxbgAkN0nJhSz9ngSSXRL", "type": "track", "uri": "spotify:track:2oxbgAkN0nJhSz9ngSSXRL" }, "name": "Blackout", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:1rjMexUleyOewga9qRrEqb", "is_local": false } ] }, "copyrights": [ { "text": "2017 Monstercat", "type": "C" }, { "text": "2017 Monstercat", "type": "P" } ], "external_ids": { "upc": "859718752356" }, "genres": [], "label": "Monstercat", "popularity": 0 } }, { "added_at": "2016-12-25T00:26:44Z", "album": { "album_type": "single", "total_tracks": 1, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5TOcXQ3t05FyNZPdWOWAn4" }, "href": "https://api.spotify.com/v1/albums/5TOcXQ3t05FyNZPdWOWAn4", "id": "5TOcXQ3t05FyNZPdWOWAn4", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2736f555a58589dfb4504a320de", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e026f555a58589dfb4504a320de", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048516f555a58589dfb4504a320de", "height": 64, "width": 64 } ], "name": "Brand New Friend at Christmas Time", "release_date": "2017-01-17", "release_date_precision": "day", "type": "album", "uri": "spotify:album:5TOcXQ3t05FyNZPdWOWAn4", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2kQ4uyd7WPQI9xcmeZbI0G" }, "href": "https://api.spotify.com/v1/artists/2kQ4uyd7WPQI9xcmeZbI0G", "id": "2kQ4uyd7WPQI9xcmeZbI0G", "name": "The Yogscast", "type": "artist", "uri": "spotify:artist:2kQ4uyd7WPQI9xcmeZbI0G" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/5TOcXQ3t05FyNZPdWOWAn4/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 1, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2kQ4uyd7WPQI9xcmeZbI0G" }, "href": "https://api.spotify.com/v1/artists/2kQ4uyd7WPQI9xcmeZbI0G", "id": "2kQ4uyd7WPQI9xcmeZbI0G", "name": "The Yogscast", "type": "artist", "uri": "spotify:artist:2kQ4uyd7WPQI9xcmeZbI0G" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 187499, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/4lsqZRyqmntgpilnjdd6gm" }, "href": "https://api.spotify.com/v1/tracks/4lsqZRyqmntgpilnjdd6gm", "id": "4lsqZRyqmntgpilnjdd6gm", "name": "Brand New Friend at Christmas Time", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4lsqZRyqmntgpilnjdd6gm", "is_local": false } ] }, "copyrights": [ { "text": "2017 YOGSCAST STUDIOS", "type": "C" }, { "text": "2017 YOGSCAST STUDIOS", "type": "P" } ], "external_ids": { "upc": "5060330600436" }, "genres": [], "label": "YOGSCAST STUDIOS", "popularity": 7 } }, { "added_at": "2016-12-08T18:00:51Z", "album": { "album_type": "single", "total_tracks": 1, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/4ALxbRHMIs5DBtnUaE3hBG" }, "href": "https://api.spotify.com/v1/albums/4ALxbRHMIs5DBtnUaE3hBG", "id": "4ALxbRHMIs5DBtnUaE3hBG", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27311ce9419e0e9ac0a3c5b8fcf", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0211ce9419e0e9ac0a3c5b8fcf", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485111ce9419e0e9ac0a3c5b8fcf", "height": 64, "width": 64 } ], "name": "Melodymania", "release_date": "2016-12-05", "release_date_precision": "day", "type": "album", "uri": "spotify:album:4ALxbRHMIs5DBtnUaE3hBG", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0lLY20XpZ9yDobkbHI7u1y" }, "href": "https://api.spotify.com/v1/artists/0lLY20XpZ9yDobkbHI7u1y", "id": "0lLY20XpZ9yDobkbHI7u1y", "name": "Pegboard Nerds", "type": "artist", "uri": "spotify:artist:0lLY20XpZ9yDobkbHI7u1y" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/4ALxbRHMIs5DBtnUaE3hBG/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 1, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0lLY20XpZ9yDobkbHI7u1y" }, "href": "https://api.spotify.com/v1/artists/0lLY20XpZ9yDobkbHI7u1y", "id": "0lLY20XpZ9yDobkbHI7u1y", "name": "Pegboard Nerds", "type": "artist", "uri": "spotify:artist:0lLY20XpZ9yDobkbHI7u1y" } ], "available_markets": [], "disc_number": 1, "duration_ms": 191349, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6Cyc1MlJ85UKlEE1WYWmcF" }, "href": "https://api.spotify.com/v1/tracks/6tfMPcat5tsLjiKt3wfM97", "id": "6tfMPcat5tsLjiKt3wfM97", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6Cyc1MlJ85UKlEE1WYWmcF" }, "href": "https://api.spotify.com/v1/tracks/6Cyc1MlJ85UKlEE1WYWmcF", "id": "6Cyc1MlJ85UKlEE1WYWmcF", "type": "track", "uri": "spotify:track:6Cyc1MlJ85UKlEE1WYWmcF" }, "name": "Melodymania", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:6tfMPcat5tsLjiKt3wfM97", "is_local": false } ] }, "copyrights": [ { "text": "2016 Monstercat", "type": "C" }, { "text": "2016 Monstercat", "type": "P" } ], "external_ids": { "upc": "859718914372" }, "genres": [], "label": "Monstercat", "popularity": 0 } }, { "added_at": "2015-03-02T17:21:06Z", "album": { "album_type": "album", "total_tracks": 10, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/7MKwNQ5mBmm3GAYRZI6Zxe" }, "href": "https://api.spotify.com/v1/albums/7MKwNQ5mBmm3GAYRZI6Zxe", "id": "7MKwNQ5mBmm3GAYRZI6Zxe", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273dd85489b03fc971554fad163", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02dd85489b03fc971554fad163", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851dd85489b03fc971554fad163", "height": 64, "width": 64 } ], "name": "Rise Of A Digital Nation", "release_date": "2012-01-01", "release_date_precision": "day", "type": "album", "uri": "spotify:album:7MKwNQ5mBmm3GAYRZI6Zxe", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/7MKwNQ5mBmm3GAYRZI6Zxe/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 10, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 294026, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1K4If2cg7WI8dUW8fDZxFT" }, "href": "https://api.spotify.com/v1/tracks/5jAuvjSuxiZkuHIC06tcht", "id": "5jAuvjSuxiZkuHIC06tcht", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1K4If2cg7WI8dUW8fDZxFT" }, "href": "https://api.spotify.com/v1/tracks/1K4If2cg7WI8dUW8fDZxFT", "id": "1K4If2cg7WI8dUW8fDZxFT", "type": "track", "uri": "spotify:track:1K4If2cg7WI8dUW8fDZxFT" }, "name": "All Of My Angels", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:5jAuvjSuxiZkuHIC06tcht", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 246706, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1xea5ZLbyQI7nvZlceYDPs" }, "href": "https://api.spotify.com/v1/tracks/7y8U4mJI4LLxwE2Sw1wmwu", "id": "7y8U4mJI4LLxwE2Sw1wmwu", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1xea5ZLbyQI7nvZlceYDPs" }, "href": "https://api.spotify.com/v1/tracks/1xea5ZLbyQI7nvZlceYDPs", "id": "1xea5ZLbyQI7nvZlceYDPs", "type": "track", "uri": "spotify:track:1xea5ZLbyQI7nvZlceYDPs" }, "name": "Laser Speed Force", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:7y8U4mJI4LLxwE2Sw1wmwu", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 248520, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2t18dmaytbJaEiqaeCFSnp" }, "href": "https://api.spotify.com/v1/tracks/64AEiTYzHycNe3CDI3rDWp", "id": "64AEiTYzHycNe3CDI3rDWp", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2t18dmaytbJaEiqaeCFSnp" }, "href": "https://api.spotify.com/v1/tracks/2t18dmaytbJaEiqaeCFSnp", "id": "2t18dmaytbJaEiqaeCFSnp", "type": "track", "uri": "spotify:track:2t18dmaytbJaEiqaeCFSnp" }, "name": "Transgenic", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:64AEiTYzHycNe3CDI3rDWp", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 247600, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5oRngkDPsoILRp4S1eVPDj" }, "href": "https://api.spotify.com/v1/tracks/6dW047Jdz5KJIFKijonoYV", "id": "6dW047Jdz5KJIFKijonoYV", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/5oRngkDPsoILRp4S1eVPDj" }, "href": "https://api.spotify.com/v1/tracks/5oRngkDPsoILRp4S1eVPDj", "id": "5oRngkDPsoILRp4S1eVPDj", "type": "track", "uri": "spotify:track:5oRngkDPsoILRp4S1eVPDj" }, "name": "Rise Of A Digital Nation", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:6dW047Jdz5KJIFKijonoYV", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 256120, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/635esdfKGba2fGmfhz42Mo" }, "href": "https://api.spotify.com/v1/tracks/54GRGBhoT1E9bY4VFmCG02", "id": "54GRGBhoT1E9bY4VFmCG02", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/635esdfKGba2fGmfhz42Mo" }, "href": "https://api.spotify.com/v1/tracks/635esdfKGba2fGmfhz42Mo", "id": "635esdfKGba2fGmfhz42Mo", "type": "track", "uri": "spotify:track:635esdfKGba2fGmfhz42Mo" }, "name": "Pieces", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:54GRGBhoT1E9bY4VFmCG02", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 86080, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4uqGHMeB12sAXw9RxIHHK2" }, "href": "https://api.spotify.com/v1/tracks/6lB2UMmpjL8BlXEtR7JLP6", "id": "6lB2UMmpjL8BlXEtR7JLP6", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/4uqGHMeB12sAXw9RxIHHK2" }, "href": "https://api.spotify.com/v1/tracks/4uqGHMeB12sAXw9RxIHHK2", "id": "4uqGHMeB12sAXw9RxIHHK2", "type": "track", "uri": "spotify:track:4uqGHMeB12sAXw9RxIHHK2" }, "name": "Cyber Warfare", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:6lB2UMmpjL8BlXEtR7JLP6", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 253760, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1A59adkyVl8oQFOtqgEYa0" }, "href": "https://api.spotify.com/v1/tracks/2jgAMjoVW1T2BGgextCquW", "id": "2jgAMjoVW1T2BGgextCquW", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1A59adkyVl8oQFOtqgEYa0" }, "href": "https://api.spotify.com/v1/tracks/1A59adkyVl8oQFOtqgEYa0", "id": "1A59adkyVl8oQFOtqgEYa0", "type": "track", "uri": "spotify:track:1A59adkyVl8oQFOtqgEYa0" }, "name": "Republic Of Gamers", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:2jgAMjoVW1T2BGgextCquW", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 255920, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0Sxfvfx8q4zm1dzU0cLVPs" }, "href": "https://api.spotify.com/v1/tracks/5kLPMs5samTF1KHSCaubbw", "id": "5kLPMs5samTF1KHSCaubbw", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0Sxfvfx8q4zm1dzU0cLVPs" }, "href": "https://api.spotify.com/v1/tracks/0Sxfvfx8q4zm1dzU0cLVPs", "id": "0Sxfvfx8q4zm1dzU0cLVPs", "type": "track", "uri": "spotify:track:0Sxfvfx8q4zm1dzU0cLVPs" }, "name": "Battlecry", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:5kLPMs5samTF1KHSCaubbw", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 325880, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1vI1NUDpscwiJaAkGXJT5M" }, "href": "https://api.spotify.com/v1/tracks/2WRZHrs3PykkeNxSYYKtdy", "id": "2WRZHrs3PykkeNxSYYKtdy", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1vI1NUDpscwiJaAkGXJT5M" }, "href": "https://api.spotify.com/v1/tracks/1vI1NUDpscwiJaAkGXJT5M", "id": "1vI1NUDpscwiJaAkGXJT5M", "type": "track", "uri": "spotify:track:1vI1NUDpscwiJaAkGXJT5M" }, "name": "99", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:2WRZHrs3PykkeNxSYYKtdy", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 323680, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0SPL2TapEUaVsCikoLo8J2" }, "href": "https://api.spotify.com/v1/tracks/54DNZAJaVrE0foL1dAZHRJ", "id": "54DNZAJaVrE0foL1dAZHRJ", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0SPL2TapEUaVsCikoLo8J2" }, "href": "https://api.spotify.com/v1/tracks/0SPL2TapEUaVsCikoLo8J2", "id": "0SPL2TapEUaVsCikoLo8J2", "type": "track", "uri": "spotify:track:0SPL2TapEUaVsCikoLo8J2" }, "name": "Hero", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:54DNZAJaVrE0foL1dAZHRJ", "is_local": false } ] }, "copyrights": [ { "text": "(C) 2012 Spin-Farm Oy", "type": "C" }, { "text": "(P) 2012 Spin-Farm Oy", "type": "P" } ], "external_ids": { "upc": "00602537172634" }, "genres": [], "label": "Universal Music Group", "popularity": 0 } }, { "added_at": "2015-01-27T17:23:11Z", "album": { "album_type": "album", "total_tracks": 11, "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GD", "GW", "GY", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6kqOHnshP4RMTUWKrhm6Sy" }, "href": "https://api.spotify.com/v1/albums/6kqOHnshP4RMTUWKrhm6Sy", "id": "6kqOHnshP4RMTUWKrhm6Sy", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b2732bc58e4de7c41e84aeacee40", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e022bc58e4de7c41e84aeacee40", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d000048512bc58e4de7c41e84aeacee40", "height": 64, "width": 64 } ], "name": "Listen", "release_date": "2014-01-01", "release_date_precision": "day", "type": "album", "uri": "spotify:album:6kqOHnshP4RMTUWKrhm6Sy", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1GLtl8uqKmnyCWxHmw9tL4" }, "href": "https://api.spotify.com/v1/artists/1GLtl8uqKmnyCWxHmw9tL4", "id": "1GLtl8uqKmnyCWxHmw9tL4", "name": "The Kooks", "type": "artist", "uri": "spotify:artist:1GLtl8uqKmnyCWxHmw9tL4" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/6kqOHnshP4RMTUWKrhm6Sy/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 11, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1GLtl8uqKmnyCWxHmw9tL4" }, "href": "https://api.spotify.com/v1/artists/1GLtl8uqKmnyCWxHmw9tL4", "id": "1GLtl8uqKmnyCWxHmw9tL4", "name": "The Kooks", "type": "artist", "uri": "spotify:artist:1GLtl8uqKmnyCWxHmw9tL4" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GD", "GW", "GY", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "disc_number": 1, "duration_ms": 250692, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/36pHJ5lqNQTLLzGTy8G7xV" }, "href": "https://api.spotify.com/v1/tracks/36pHJ5lqNQTLLzGTy8G7xV", "id": "36pHJ5lqNQTLLzGTy8G7xV", "name": "Around Town", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:36pHJ5lqNQTLLzGTy8G7xV", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1GLtl8uqKmnyCWxHmw9tL4" }, "href": "https://api.spotify.com/v1/artists/1GLtl8uqKmnyCWxHmw9tL4", "id": "1GLtl8uqKmnyCWxHmw9tL4", "name": "The Kooks", "type": "artist", "uri": "spotify:artist:1GLtl8uqKmnyCWxHmw9tL4" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GD", "GW", "GY", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "disc_number": 1, "duration_ms": 237248, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2xxMXbsjhqPzTYAclUOQlI" }, "href": "https://api.spotify.com/v1/tracks/2xxMXbsjhqPzTYAclUOQlI", "id": "2xxMXbsjhqPzTYAclUOQlI", "name": "Forgive & Forget", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:2xxMXbsjhqPzTYAclUOQlI", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1GLtl8uqKmnyCWxHmw9tL4" }, "href": "https://api.spotify.com/v1/artists/1GLtl8uqKmnyCWxHmw9tL4", "id": "1GLtl8uqKmnyCWxHmw9tL4", "name": "The Kooks", "type": "artist", "uri": "spotify:artist:1GLtl8uqKmnyCWxHmw9tL4" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GD", "GW", "GY", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "disc_number": 1, "duration_ms": 210193, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5BtyHl1eRqip2PkHhFYzHG" }, "href": "https://api.spotify.com/v1/tracks/5BtyHl1eRqip2PkHhFYzHG", "id": "5BtyHl1eRqip2PkHhFYzHG", "name": "Westside", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:5BtyHl1eRqip2PkHhFYzHG", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1GLtl8uqKmnyCWxHmw9tL4" }, "href": "https://api.spotify.com/v1/artists/1GLtl8uqKmnyCWxHmw9tL4", "id": "1GLtl8uqKmnyCWxHmw9tL4", "name": "The Kooks", "type": "artist", "uri": "spotify:artist:1GLtl8uqKmnyCWxHmw9tL4" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GD", "GW", "GY", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "disc_number": 1, "duration_ms": 181026, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5iRNKJoGqjD8RG7RNwOWYb" }, "href": "https://api.spotify.com/v1/tracks/5iRNKJoGqjD8RG7RNwOWYb", "id": "5iRNKJoGqjD8RG7RNwOWYb", "name": "See Me Now", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:5iRNKJoGqjD8RG7RNwOWYb", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1GLtl8uqKmnyCWxHmw9tL4" }, "href": "https://api.spotify.com/v1/artists/1GLtl8uqKmnyCWxHmw9tL4", "id": "1GLtl8uqKmnyCWxHmw9tL4", "name": "The Kooks", "type": "artist", "uri": "spotify:artist:1GLtl8uqKmnyCWxHmw9tL4" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GD", "GW", "GY", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "disc_number": 1, "duration_ms": 193293, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6FeAfj1h12aakG9KqK7u3u" }, "href": "https://api.spotify.com/v1/tracks/6FeAfj1h12aakG9KqK7u3u", "id": "6FeAfj1h12aakG9KqK7u3u", "name": "It Was London", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:6FeAfj1h12aakG9KqK7u3u", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1GLtl8uqKmnyCWxHmw9tL4" }, "href": "https://api.spotify.com/v1/artists/1GLtl8uqKmnyCWxHmw9tL4", "id": "1GLtl8uqKmnyCWxHmw9tL4", "name": "The Kooks", "type": "artist", "uri": "spotify:artist:1GLtl8uqKmnyCWxHmw9tL4" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GD", "GW", "GY", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "disc_number": 1, "duration_ms": 221413, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3huV7eiNpaQlCB3LbZi9bB" }, "href": "https://api.spotify.com/v1/tracks/3huV7eiNpaQlCB3LbZi9bB", "id": "3huV7eiNpaQlCB3LbZi9bB", "name": "Bad Habit", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:3huV7eiNpaQlCB3LbZi9bB", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1GLtl8uqKmnyCWxHmw9tL4" }, "href": "https://api.spotify.com/v1/artists/1GLtl8uqKmnyCWxHmw9tL4", "id": "1GLtl8uqKmnyCWxHmw9tL4", "name": "The Kooks", "type": "artist", "uri": "spotify:artist:1GLtl8uqKmnyCWxHmw9tL4" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GD", "GW", "GY", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "disc_number": 1, "duration_ms": 163733, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0mkxwzF6TYJh8xIJ1MCpy1" }, "href": "https://api.spotify.com/v1/tracks/0mkxwzF6TYJh8xIJ1MCpy1", "id": "0mkxwzF6TYJh8xIJ1MCpy1", "name": "Down", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:0mkxwzF6TYJh8xIJ1MCpy1", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1GLtl8uqKmnyCWxHmw9tL4" }, "href": "https://api.spotify.com/v1/artists/1GLtl8uqKmnyCWxHmw9tL4", "id": "1GLtl8uqKmnyCWxHmw9tL4", "name": "The Kooks", "type": "artist", "uri": "spotify:artist:1GLtl8uqKmnyCWxHmw9tL4" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GD", "GW", "GY", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "disc_number": 1, "duration_ms": 180773, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4PTEa5uZirN5C86dvq7vWt" }, "href": "https://api.spotify.com/v1/tracks/4PTEa5uZirN5C86dvq7vWt", "id": "4PTEa5uZirN5C86dvq7vWt", "name": "Dreams", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:4PTEa5uZirN5C86dvq7vWt", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1GLtl8uqKmnyCWxHmw9tL4" }, "href": "https://api.spotify.com/v1/artists/1GLtl8uqKmnyCWxHmw9tL4", "id": "1GLtl8uqKmnyCWxHmw9tL4", "name": "The Kooks", "type": "artist", "uri": "spotify:artist:1GLtl8uqKmnyCWxHmw9tL4" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GD", "GW", "GY", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "disc_number": 1, "duration_ms": 246106, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/52xzfQXzhRFTcuXVIAdI7H" }, "href": "https://api.spotify.com/v1/tracks/52xzfQXzhRFTcuXVIAdI7H", "id": "52xzfQXzhRFTcuXVIAdI7H", "name": "Are We Electric", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:52xzfQXzhRFTcuXVIAdI7H", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1GLtl8uqKmnyCWxHmw9tL4" }, "href": "https://api.spotify.com/v1/artists/1GLtl8uqKmnyCWxHmw9tL4", "id": "1GLtl8uqKmnyCWxHmw9tL4", "name": "The Kooks", "type": "artist", "uri": "spotify:artist:1GLtl8uqKmnyCWxHmw9tL4" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GD", "GW", "GY", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "disc_number": 1, "duration_ms": 194613, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/15aMD4JcaPzoM9QKDYF42m" }, "href": "https://api.spotify.com/v1/tracks/15aMD4JcaPzoM9QKDYF42m", "id": "15aMD4JcaPzoM9QKDYF42m", "name": "Sunrise", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:15aMD4JcaPzoM9QKDYF42m", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1GLtl8uqKmnyCWxHmw9tL4" }, "href": "https://api.spotify.com/v1/artists/1GLtl8uqKmnyCWxHmw9tL4", "id": "1GLtl8uqKmnyCWxHmw9tL4", "name": "The Kooks", "type": "artist", "uri": "spotify:artist:1GLtl8uqKmnyCWxHmw9tL4" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GD", "GW", "GY", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "disc_number": 1, "duration_ms": 308569, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0hIGUS1PQbv5NIrHIf6Fza" }, "href": "https://api.spotify.com/v1/tracks/0hIGUS1PQbv5NIrHIf6Fza", "id": "0hIGUS1PQbv5NIrHIf6Fza", "name": "Sweet Emotion", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:0hIGUS1PQbv5NIrHIf6Fza", "is_local": false } ] }, "copyrights": [ { "text": "\u00a9 2014 Virgin Records Limited", "type": "C" }, { "text": "\u2117 2014 Virgin Records Limited", "type": "P" } ], "external_ids": { "upc": "00602537833573" }, "genres": [], "label": "Virgin Records Ltd", "popularity": 57 } }, { "added_at": "2015-01-22T17:24:49Z", "album": { "album_type": "single", "total_tracks": 1, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/1nLeRbHToiAF8icVAgzke6" }, "href": "https://api.spotify.com/v1/albums/1nLeRbHToiAF8icVAgzke6", "id": "1nLeRbHToiAF8icVAgzke6", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273f1a22ddc7a2b07c8e006e623", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02f1a22ddc7a2b07c8e006e623", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851f1a22ddc7a2b07c8e006e623", "height": 64, "width": 64 } ], "name": "Rains Of Fire", "release_date": "2014-11-17", "release_date_precision": "day", "type": "album", "uri": "spotify:album:1nLeRbHToiAF8icVAgzke6", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7momuad2Twkv5O7MY3dODa" }, "href": "https://api.spotify.com/v1/artists/7momuad2Twkv5O7MY3dODa", "id": "7momuad2Twkv5O7MY3dODa", "name": "Frontliner", "type": "artist", "uri": "spotify:artist:7momuad2Twkv5O7MY3dODa" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/320fB6pkVQ7vp95y2N9qkC" }, "href": "https://api.spotify.com/v1/artists/320fB6pkVQ7vp95y2N9qkC", "id": "320fB6pkVQ7vp95y2N9qkC", "name": "SERi", "type": "artist", "uri": "spotify:artist:320fB6pkVQ7vp95y2N9qkC" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/1nLeRbHToiAF8icVAgzke6/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 1, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7momuad2Twkv5O7MY3dODa" }, "href": "https://api.spotify.com/v1/artists/7momuad2Twkv5O7MY3dODa", "id": "7momuad2Twkv5O7MY3dODa", "name": "Frontliner", "type": "artist", "uri": "spotify:artist:7momuad2Twkv5O7MY3dODa" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/320fB6pkVQ7vp95y2N9qkC" }, "href": "https://api.spotify.com/v1/artists/320fB6pkVQ7vp95y2N9qkC", "id": "320fB6pkVQ7vp95y2N9qkC", "name": "SERi", "type": "artist", "uri": "spotify:artist:320fB6pkVQ7vp95y2N9qkC" } ], "available_markets": [], "disc_number": 1, "duration_ms": 277960, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1uUVtLpPVj5drd4b2mJgHs" }, "href": "https://api.spotify.com/v1/tracks/7skiHghGcwtlFqaLMfiOuz", "id": "7skiHghGcwtlFqaLMfiOuz", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1uUVtLpPVj5drd4b2mJgHs" }, "href": "https://api.spotify.com/v1/tracks/1uUVtLpPVj5drd4b2mJgHs", "id": "1uUVtLpPVj5drd4b2mJgHs", "type": "track", "uri": "spotify:track:1uUVtLpPVj5drd4b2mJgHs" }, "name": "Rains Of Fire", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:7skiHghGcwtlFqaLMfiOuz", "is_local": false } ] }, "copyrights": [ { "text": "2014 Be Yourself Catalogue B.V.", "type": "C" }, { "text": "2014 Keep It Up", "type": "P" } ], "external_ids": { "upc": "8715576156083" }, "genres": [], "label": "Keep It Up Music", "popularity": 0 } }, { "added_at": "2015-01-08T16:58:36Z", "album": { "album_type": "single", "total_tracks": 1, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/1zzigYZU8igjHhCG24wBkm" }, "href": "https://api.spotify.com/v1/albums/1zzigYZU8igjHhCG24wBkm", "id": "1zzigYZU8igjHhCG24wBkm", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273b4b49b8dc3853e01eb8cecef", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02b4b49b8dc3853e01eb8cecef", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851b4b49b8dc3853e01eb8cecef", "height": 64, "width": 64 } ], "name": "Centuries", "release_date": "2014-09-09", "release_date_precision": "day", "type": "album", "uri": "spotify:album:1zzigYZU8igjHhCG24wBkm", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4UXqAaa6dQYAk18Lv7PEgX" }, "href": "https://api.spotify.com/v1/artists/4UXqAaa6dQYAk18Lv7PEgX", "id": "4UXqAaa6dQYAk18Lv7PEgX", "name": "Fall Out Boy", "type": "artist", "uri": "spotify:artist:4UXqAaa6dQYAk18Lv7PEgX" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/1zzigYZU8igjHhCG24wBkm/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 1, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4UXqAaa6dQYAk18Lv7PEgX" }, "href": "https://api.spotify.com/v1/artists/4UXqAaa6dQYAk18Lv7PEgX", "id": "4UXqAaa6dQYAk18Lv7PEgX", "name": "Fall Out Boy", "type": "artist", "uri": "spotify:artist:4UXqAaa6dQYAk18Lv7PEgX" } ], "available_markets": [], "disc_number": 1, "duration_ms": 231813, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3r0NMcEl7lxAHkSlDk8b7U" }, "href": "https://api.spotify.com/v1/tracks/04aAxqtGp5pv12UXAg4pkq", "id": "04aAxqtGp5pv12UXAg4pkq", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/3r0NMcEl7lxAHkSlDk8b7U" }, "href": "https://api.spotify.com/v1/tracks/3r0NMcEl7lxAHkSlDk8b7U", "id": "3r0NMcEl7lxAHkSlDk8b7U", "type": "track", "uri": "spotify:track:3r0NMcEl7lxAHkSlDk8b7U" }, "name": "Centuries", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:04aAxqtGp5pv12UXAg4pkq", "is_local": false } ] }, "copyrights": [ { "text": "(C) 2014 Island Records, a division of UMG Recordings, Inc.", "type": "C" }, { "text": "(P) 2014 Island Records, a division of UMG Recordings, Inc.", "type": "P" } ], "external_ids": { "upc": "00602547026392" }, "genres": [], "label": "Universal Music Ltd.", "popularity": 0 } }, { "added_at": "2015-01-07T15:51:45Z", "album": { "album_type": "single", "total_tracks": 3, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/2zdCtvku47tZOXv6WYt5az" }, "href": "https://api.spotify.com/v1/albums/2zdCtvku47tZOXv6WYt5az", "id": "2zdCtvku47tZOXv6WYt5az", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b27323203f03e8f921b62c7037cc", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e0223203f03e8f921b62c7037cc", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d0000485123203f03e8f921b62c7037cc", "height": 64, "width": 64 } ], "name": "Underline", "release_date": "2014-11-03", "release_date_precision": "day", "type": "album", "uri": "spotify:album:2zdCtvku47tZOXv6WYt5az", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/2zdCtvku47tZOXv6WYt5az/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 3, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [], "disc_number": 1, "duration_ms": 223346, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0ejmqbo6mUuLT0DgCmj5kD" }, "href": "https://api.spotify.com/v1/tracks/6uM8rQRRzPmRZNKGYqpEkd", "id": "6uM8rQRRzPmRZNKGYqpEkd", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0ejmqbo6mUuLT0DgCmj5kD" }, "href": "https://api.spotify.com/v1/tracks/0ejmqbo6mUuLT0DgCmj5kD", "id": "0ejmqbo6mUuLT0DgCmj5kD", "type": "track", "uri": "spotify:track:0ejmqbo6mUuLT0DgCmj5kD" }, "name": "Are You Listening?", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:6uM8rQRRzPmRZNKGYqpEkd", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [], "disc_number": 1, "duration_ms": 279240, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/3aO3XTdXMSjDSiG6vPxL7A" }, "href": "https://api.spotify.com/v1/tracks/5B2U6awRptWQ3l4OpjZdBG", "id": "5B2U6awRptWQ3l4OpjZdBG", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/3aO3XTdXMSjDSiG6vPxL7A" }, "href": "https://api.spotify.com/v1/tracks/3aO3XTdXMSjDSiG6vPxL7A", "id": "3aO3XTdXMSjDSiG6vPxL7A", "type": "track", "uri": "spotify:track:3aO3XTdXMSjDSiG6vPxL7A" }, "name": "In the Blind", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:5B2U6awRptWQ3l4OpjZdBG", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [], "disc_number": 1, "duration_ms": 263466, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/7kWtci6hVeA31xTGtpBhWG" }, "href": "https://api.spotify.com/v1/tracks/3rftx1PF0BezDK29VE125h", "id": "3rftx1PF0BezDK29VE125h", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/7kWtci6hVeA31xTGtpBhWG" }, "href": "https://api.spotify.com/v1/tracks/7kWtci6hVeA31xTGtpBhWG", "id": "7kWtci6hVeA31xTGtpBhWG", "type": "track", "uri": "spotify:track:7kWtci6hVeA31xTGtpBhWG" }, "name": "Override (A)", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:3rftx1PF0BezDK29VE125h", "is_local": false } ] }, "copyrights": [ { "text": "2014 Smihilism Records", "type": "C" }, { "text": "2014 Smihilism Records", "type": "P" } ], "external_ids": { "upc": "5060416600008" }, "genres": [], "label": "Smihilism Records", "popularity": 0 } }, { "added_at": "2015-01-03T12:49:56Z", "album": { "album_type": "album", "total_tracks": 11, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/7H1iZSYcbOjGCjR8eW9Kx3" }, "href": "https://api.spotify.com/v1/albums/7H1iZSYcbOjGCjR8eW9Kx3", "id": "7H1iZSYcbOjGCjR8eW9Kx3", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273f50a1c8e82b7be0090914bb2", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02f50a1c8e82b7be0090914bb2", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851f50a1c8e82b7be0090914bb2", "height": 64, "width": 64 } ], "name": "All the Lights in the Sky", "release_date": "2013-01-31", "release_date_precision": "day", "type": "album", "uri": "spotify:album:7H1iZSYcbOjGCjR8eW9Kx3", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/7H1iZSYcbOjGCjR8eW9Kx3/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 11, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [], "disc_number": 1, "duration_ms": 64213, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/1zuKsDdNRtcRyD7FtCLGHL" }, "href": "https://api.spotify.com/v1/tracks/1Wn8W35A0VW3Tk2O1t3BNd", "id": "1Wn8W35A0VW3Tk2O1t3BNd", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1zuKsDdNRtcRyD7FtCLGHL" }, "href": "https://api.spotify.com/v1/tracks/1zuKsDdNRtcRyD7FtCLGHL", "id": "1zuKsDdNRtcRyD7FtCLGHL", "type": "track", "uri": "spotify:track:1zuKsDdNRtcRyD7FtCLGHL" }, "name": "System;Start", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:1Wn8W35A0VW3Tk2O1t3BNd", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [], "disc_number": 1, "duration_ms": 286200, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/5gUhgCZwqSyspR7alzGTmL" }, "href": "https://api.spotify.com/v1/tracks/5gUhgCZwqSyspR7alzGTmL", "id": "5gUhgCZwqSyspR7alzGTmL", "restrictions": { "reason": "market" }, "name": "Vectors", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:5gUhgCZwqSyspR7alzGTmL", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [], "disc_number": 1, "duration_ms": 220920, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0A8gZrdgGCar7LYflX8R0h" }, "href": "https://api.spotify.com/v1/tracks/0A8gZrdgGCar7LYflX8R0h", "id": "0A8gZrdgGCar7LYflX8R0h", "restrictions": { "reason": "market" }, "name": "Euphemia", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:0A8gZrdgGCar7LYflX8R0h", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [], "disc_number": 1, "duration_ms": 204866, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3YIYKUPQEs5r6DmDB6gkgw" }, "href": "https://api.spotify.com/v1/tracks/7ICQJPECy8842wCa6AfwCK", "id": "7ICQJPECy8842wCa6AfwCK", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/3YIYKUPQEs5r6DmDB6gkgw" }, "href": "https://api.spotify.com/v1/tracks/3YIYKUPQEs5r6DmDB6gkgw", "id": "3YIYKUPQEs5r6DmDB6gkgw", "type": "track", "uri": "spotify:track:3YIYKUPQEs5r6DmDB6gkgw" }, "name": "Knightmare/Frame", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:7ICQJPECy8842wCa6AfwCK", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [], "disc_number": 1, "duration_ms": 262493, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6p8GKeZPgHwTLr1IObpyzU" }, "href": "https://api.spotify.com/v1/tracks/7cSMDMR2URe6p3qKcACXnm", "id": "7cSMDMR2URe6p3qKcACXnm", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6p8GKeZPgHwTLr1IObpyzU" }, "href": "https://api.spotify.com/v1/tracks/6p8GKeZPgHwTLr1IObpyzU", "id": "6p8GKeZPgHwTLr1IObpyzU", "type": "track", "uri": "spotify:track:6p8GKeZPgHwTLr1IObpyzU" }, "name": "Tokyo House Party", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:7cSMDMR2URe6p3qKcACXnm", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/292ZlwqNqc8lbEvzYN82Ey" }, "href": "https://api.spotify.com/v1/artists/292ZlwqNqc8lbEvzYN82Ey", "id": "292ZlwqNqc8lbEvzYN82Ey", "name": "Beckii Cruel", "type": "artist", "uri": "spotify:artist:292ZlwqNqc8lbEvzYN82Ey" } ], "available_markets": [], "disc_number": 1, "duration_ms": 319386, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/50AN1KTNvK17fBMY4AX3jb" }, "href": "https://api.spotify.com/v1/tracks/028eHoODO39uXKd2UGYq4t", "id": "028eHoODO39uXKd2UGYq4t", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/50AN1KTNvK17fBMY4AX3jb" }, "href": "https://api.spotify.com/v1/tracks/50AN1KTNvK17fBMY4AX3jb", "id": "50AN1KTNvK17fBMY4AX3jb", "type": "track", "uri": "spotify:track:50AN1KTNvK17fBMY4AX3jb" }, "name": "Shi No Barado (feat. Beckii Cruel)", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:028eHoODO39uXKd2UGYq4t", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [], "disc_number": 1, "duration_ms": 201626, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3ODBw0ljBRz0XPEgfSweVs" }, "href": "https://api.spotify.com/v1/tracks/77L7IkqBv11gA6HNtY6Cka", "id": "77L7IkqBv11gA6HNtY6Cka", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/3ODBw0ljBRz0XPEgfSweVs" }, "href": "https://api.spotify.com/v1/tracks/3ODBw0ljBRz0XPEgfSweVs", "id": "3ODBw0ljBRz0XPEgfSweVs", "type": "track", "uri": "spotify:track:3ODBw0ljBRz0XPEgfSweVs" }, "name": "Cassandra (Pt II)", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:77L7IkqBv11gA6HNtY6Cka", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [], "disc_number": 1, "duration_ms": 274133, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0167vnxjkbw6iLSHJYU5a0" }, "href": "https://api.spotify.com/v1/tracks/0f6m0HRlcGLGveWg3de4zG", "id": "0f6m0HRlcGLGveWg3de4zG", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0167vnxjkbw6iLSHJYU5a0" }, "href": "https://api.spotify.com/v1/tracks/0167vnxjkbw6iLSHJYU5a0", "id": "0167vnxjkbw6iLSHJYU5a0", "type": "track", "uri": "spotify:track:0167vnxjkbw6iLSHJYU5a0" }, "name": "The Strays", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:0f6m0HRlcGLGveWg3de4zG", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [], "disc_number": 1, "duration_ms": 234080, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2C0rKaUDiqWiLkyuGwZGsE" }, "href": "https://api.spotify.com/v1/tracks/0BmV8OlrvNbLbu9ZmIpdvg", "id": "0BmV8OlrvNbLbu9ZmIpdvg", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2C0rKaUDiqWiLkyuGwZGsE" }, "href": "https://api.spotify.com/v1/tracks/2C0rKaUDiqWiLkyuGwZGsE", "id": "2C0rKaUDiqWiLkyuGwZGsE", "type": "track", "uri": "spotify:track:2C0rKaUDiqWiLkyuGwZGsE" }, "name": "Dream & Reality", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:0BmV8OlrvNbLbu9ZmIpdvg", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [], "disc_number": 1, "duration_ms": 258613, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2pXDScNtImSgumK0gTJcaj" }, "href": "https://api.spotify.com/v1/tracks/2eG2Ey9FdvvVpinePpIlCV", "id": "2eG2Ey9FdvvVpinePpIlCV", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2pXDScNtImSgumK0gTJcaj" }, "href": "https://api.spotify.com/v1/tracks/2pXDScNtImSgumK0gTJcaj", "id": "2pXDScNtImSgumK0gTJcaj", "type": "track", "uri": "spotify:track:2pXDScNtImSgumK0gTJcaj" }, "name": "Heaven-Piercing Giga Drill", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:2eG2Ey9FdvvVpinePpIlCV", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [], "disc_number": 1, "duration_ms": 671160, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/2BurnsChUeXYkJnmrpEcPN" }, "href": "https://api.spotify.com/v1/tracks/52vB77kTjHlxHc6utDMIMI", "id": "52vB77kTjHlxHc6utDMIMI", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2BurnsChUeXYkJnmrpEcPN" }, "href": "https://api.spotify.com/v1/tracks/2BurnsChUeXYkJnmrpEcPN", "id": "2BurnsChUeXYkJnmrpEcPN", "type": "track", "uri": "spotify:track:2BurnsChUeXYkJnmrpEcPN" }, "name": "B\u014ds\u014dzoku Symphonic", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:52vB77kTjHlxHc6utDMIMI", "is_local": false } ] }, "copyrights": [ { "text": "2013 Yogscast Studios", "type": "C" }, { "text": "2013 Yogscast Studios", "type": "P" } ], "external_ids": { "upc": "5060330600030" }, "genres": [], "label": "Yogscast Studios", "popularity": 0 } }, { "added_at": "1998-01-25T15:47:12Z", "album": { "album_type": "album", "total_tracks": 18, "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/1sSoDKCPSMPQ8CMAWYUabB" }, "href": "https://api.spotify.com/v1/albums/1sSoDKCPSMPQ8CMAWYUabB", "id": "1sSoDKCPSMPQ8CMAWYUabB", "images": [ { "url": "https://i.scdn.co/image/ab67616d0000b273f21eb2f7f39a49ade2daca2c", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67616d00001e02f21eb2f7f39a49ade2daca2c", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab67616d00004851f21eb2f7f39a49ade2daca2c", "height": 64, "width": 64 } ], "name": "USB", "release_date": "2022-01-18", "release_date_precision": "day", "type": "album", "uri": "spotify:album:1sSoDKCPSMPQ8CMAWYUabB", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "tracks": { "href": "https://api.spotify.com/v1/albums/1sSoDKCPSMPQ8CMAWYUabB/tracks?offset=0&limit=50", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 18, "items": [ { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2p1fiYHYiXz9qi0JJyxBzN" }, "href": "https://api.spotify.com/v1/artists/2p1fiYHYiXz9qi0JJyxBzN", "id": "2p1fiYHYiXz9qi0JJyxBzN", "name": "Skepta", "type": "artist", "uri": "spotify:artist:2p1fiYHYiXz9qi0JJyxBzN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/79NDEw5QWlDC9KaIbogNhS" }, "href": "https://api.spotify.com/v1/artists/79NDEw5QWlDC9KaIbogNhS", "id": "79NDEw5QWlDC9KaIbogNhS", "name": "Plaqueboymax", "type": "artist", "uri": "spotify:artist:79NDEw5QWlDC9KaIbogNhS" } ], "available_markets": [], "disc_number": 1, "duration_ms": 165857, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/1RraBERwdsmLqzrbXkGM0n" }, "href": "https://api.spotify.com/v1/tracks/1lbNgoJ5iMrMluCyhI4OQP", "id": "1lbNgoJ5iMrMluCyhI4OQP", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/1RraBERwdsmLqzrbXkGM0n" }, "href": "https://api.spotify.com/v1/tracks/1RraBERwdsmLqzrbXkGM0n", "id": "1RraBERwdsmLqzrbXkGM0n", "type": "track", "uri": "spotify:track:1RraBERwdsmLqzrbXkGM0n" }, "name": "Victory Lap", "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:1lbNgoJ5iMrMluCyhI4OQP", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0aIpJqqTLf683ojWREc5lg" }, "href": "https://api.spotify.com/v1/artists/0aIpJqqTLf683ojWREc5lg", "id": "0aIpJqqTLf683ojWREc5lg", "name": "Joy Orbison", "type": "artist", "uri": "spotify:artist:0aIpJqqTLf683ojWREc5lg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6icQOAFXDZKsumw3YXyusw" }, "href": "https://api.spotify.com/v1/artists/6icQOAFXDZKsumw3YXyusw", "id": "6icQOAFXDZKsumw3YXyusw", "name": "Lil Yachty", "type": "artist", "uri": "spotify:artist:6icQOAFXDZKsumw3YXyusw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1RyvyyTE3xzB2ZywiAwp0i" }, "href": "https://api.spotify.com/v1/artists/1RyvyyTE3xzB2ZywiAwp0i", "id": "1RyvyyTE3xzB2ZywiAwp0i", "name": "Future", "type": "artist", "uri": "spotify:artist:1RyvyyTE3xzB2ZywiAwp0i" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/699OTQXzgjhIYAHMy9RyPD" }, "href": "https://api.spotify.com/v1/artists/699OTQXzgjhIYAHMy9RyPD", "id": "699OTQXzgjhIYAHMy9RyPD", "name": "Playboi Carti", "type": "artist", "uri": "spotify:artist:699OTQXzgjhIYAHMy9RyPD" } ], "available_markets": [], "disc_number": 1, "duration_ms": 246909, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/0sit6qzsa9l2ZQFCnwQiEj" }, "href": "https://api.spotify.com/v1/tracks/7qpZh0yIXeZzXZk3mE6Fj9", "id": "7qpZh0yIXeZzXZk3mE6Fj9", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0sit6qzsa9l2ZQFCnwQiEj" }, "href": "https://api.spotify.com/v1/tracks/0sit6qzsa9l2ZQFCnwQiEj", "id": "0sit6qzsa9l2ZQFCnwQiEj", "type": "track", "uri": "spotify:track:0sit6qzsa9l2ZQFCnwQiEj" }, "name": "flex fm (freddit)", "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:7qpZh0yIXeZzXZk3mE6Fj9", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3jK9MiCrA42lLAdMGUZpwa" }, "href": "https://api.spotify.com/v1/artists/3jK9MiCrA42lLAdMGUZpwa", "id": "3jK9MiCrA42lLAdMGUZpwa", "name": "Anderson .Paak", "type": "artist", "uri": "spotify:artist:3jK9MiCrA42lLAdMGUZpwa" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6UtYvUtXnmg5EtllDFlWp8" }, "href": "https://api.spotify.com/v1/artists/6UtYvUtXnmg5EtllDFlWp8", "id": "6UtYvUtXnmg5EtllDFlWp8", "name": "CHIKA", "type": "artist", "uri": "spotify:artist:6UtYvUtXnmg5EtllDFlWp8" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4VsVLz3Uw6d0fdM6gFtLfo" }, "href": "https://api.spotify.com/v1/artists/4VsVLz3Uw6d0fdM6gFtLfo", "id": "4VsVLz3Uw6d0fdM6gFtLfo", "name": "MESSIE", "type": "artist", "uri": "spotify:artist:4VsVLz3Uw6d0fdM6gFtLfo" } ], "available_markets": [], "disc_number": 1, "duration_ms": 219310, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/5e1uNQl4SoXGR5ynUKbxre" }, "href": "https://api.spotify.com/v1/tracks/73s1r3Jfn8pqXJv9ahKfNV", "id": "73s1r3Jfn8pqXJv9ahKfNV", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/5e1uNQl4SoXGR5ynUKbxre" }, "href": "https://api.spotify.com/v1/tracks/5e1uNQl4SoXGR5ynUKbxre", "id": "5e1uNQl4SoXGR5ynUKbxre", "type": "track", "uri": "spotify:track:5e1uNQl4SoXGR5ynUKbxre" }, "name": "places to be - MESSIE remix", "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:73s1r3Jfn8pqXJv9ahKfNV", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1fDV6gCETmlkCUugBxq59g" }, "href": "https://api.spotify.com/v1/artists/1fDV6gCETmlkCUugBxq59g", "id": "1fDV6gCETmlkCUugBxq59g", "name": "Duoteque", "type": "artist", "uri": "spotify:artist:1fDV6gCETmlkCUugBxq59g" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2efrqekWSHlvhATD50AG3m" }, "href": "https://api.spotify.com/v1/artists/2efrqekWSHlvhATD50AG3m", "id": "2efrqekWSHlvhATD50AG3m", "name": "Orion Sun", "type": "artist", "uri": "spotify:artist:2efrqekWSHlvhATD50AG3m" } ], "available_markets": [], "disc_number": 1, "duration_ms": 327508, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6Zg23hhTXwGszV8On0iA2v" }, "href": "https://api.spotify.com/v1/tracks/2la8LWSxedRoulmz0UHE7o", "id": "2la8LWSxedRoulmz0UHE7o", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6Zg23hhTXwGszV8On0iA2v" }, "href": "https://api.spotify.com/v1/tracks/6Zg23hhTXwGszV8On0iA2v", "id": "6Zg23hhTXwGszV8On0iA2v", "type": "track", "uri": "spotify:track:6Zg23hhTXwGszV8On0iA2v" }, "name": "ItsNotREEAALLLLLLLL", "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:2la8LWSxedRoulmz0UHE7o", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5zatdvej2AxogC5pbu2msR" }, "href": "https://api.spotify.com/v1/artists/5zatdvej2AxogC5pbu2msR", "id": "5zatdvej2AxogC5pbu2msR", "name": "BERWYN", "type": "artist", "uri": "spotify:artist:5zatdvej2AxogC5pbu2msR" } ], "available_markets": [], "disc_number": 1, "duration_ms": 123607, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/2tlq1Yt4OMFUVpxJS0hbVr" }, "href": "https://api.spotify.com/v1/tracks/59DFl0vh8FoBmmD43ruznv", "id": "59DFl0vh8FoBmmD43ruznv", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2tlq1Yt4OMFUVpxJS0hbVr" }, "href": "https://api.spotify.com/v1/tracks/2tlq1Yt4OMFUVpxJS0hbVr", "id": "2tlq1Yt4OMFUVpxJS0hbVr", "type": "track", "uri": "spotify:track:2tlq1Yt4OMFUVpxJS0hbVr" }, "name": "BerwynGesaffNeighbours", "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:59DFl0vh8FoBmmD43ruznv", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3jK9MiCrA42lLAdMGUZpwa" }, "href": "https://api.spotify.com/v1/artists/3jK9MiCrA42lLAdMGUZpwa", "id": "3jK9MiCrA42lLAdMGUZpwa", "name": "Anderson .Paak", "type": "artist", "uri": "spotify:artist:3jK9MiCrA42lLAdMGUZpwa" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6UtYvUtXnmg5EtllDFlWp8" }, "href": "https://api.spotify.com/v1/artists/6UtYvUtXnmg5EtllDFlWp8", "id": "6UtYvUtXnmg5EtllDFlWp8", "name": "CHIKA", "type": "artist", "uri": "spotify:artist:6UtYvUtXnmg5EtllDFlWp8" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6b0TSaLAeLXilOPoId8udE" }, "href": "https://api.spotify.com/v1/artists/6b0TSaLAeLXilOPoId8udE", "id": "6b0TSaLAeLXilOPoId8udE", "name": "CLIPZ", "type": "artist", "uri": "spotify:artist:6b0TSaLAeLXilOPoId8udE" } ], "available_markets": [], "disc_number": 1, "duration_ms": 184827, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/09EP4gcskOhFSTwpwordKY" }, "href": "https://api.spotify.com/v1/tracks/4n4VUdx6tr7MylOySvDhPK", "id": "4n4VUdx6tr7MylOySvDhPK", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/09EP4gcskOhFSTwpwordKY" }, "href": "https://api.spotify.com/v1/tracks/09EP4gcskOhFSTwpwordKY", "id": "09EP4gcskOhFSTwpwordKY", "type": "track", "uri": "spotify:track:09EP4gcskOhFSTwpwordKY" }, "name": "places to be - CLIPZ remix", "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:4n4VUdx6tr7MylOySvDhPK", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6icQOAFXDZKsumw3YXyusw" }, "href": "https://api.spotify.com/v1/artists/6icQOAFXDZKsumw3YXyusw", "id": "6icQOAFXDZKsumw3YXyusw", "name": "Lil Yachty", "type": "artist", "uri": "spotify:artist:6icQOAFXDZKsumw3YXyusw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/01PnN11ovfen6xUOHfNpn3" }, "href": "https://api.spotify.com/v1/artists/01PnN11ovfen6xUOHfNpn3", "id": "01PnN11ovfen6xUOHfNpn3", "name": "Overmono", "type": "artist", "uri": "spotify:artist:01PnN11ovfen6xUOHfNpn3" } ], "available_markets": [], "disc_number": 1, "duration_ms": 274925, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3sXMf88N6T9JbpYPYUFYc5" }, "href": "https://api.spotify.com/v1/tracks/2iUMh8RrpUiakMnneanOPj", "id": "2iUMh8RrpUiakMnneanOPj", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/3sXMf88N6T9JbpYPYUFYc5" }, "href": "https://api.spotify.com/v1/tracks/3sXMf88N6T9JbpYPYUFYc5", "id": "3sXMf88N6T9JbpYPYUFYc5", "type": "track", "uri": "spotify:track:3sXMf88N6T9JbpYPYUFYc5" }, "name": "stayinit", "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:2iUMh8RrpUiakMnneanOPj", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5SXuuuRpukkTvsLuUknva1" }, "href": "https://api.spotify.com/v1/artists/5SXuuuRpukkTvsLuUknva1", "id": "5SXuuuRpukkTvsLuUknva1", "name": "Baby Keem", "type": "artist", "uri": "spotify:artist:5SXuuuRpukkTvsLuUknva1" } ], "available_markets": [], "disc_number": 1, "duration_ms": 222784, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/2vOjCXKZ5kcbmzOJ1ylT1h" }, "href": "https://api.spotify.com/v1/tracks/2tSP95IyUkPv5Wj83xWh1c", "id": "2tSP95IyUkPv5Wj83xWh1c", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/2vOjCXKZ5kcbmzOJ1ylT1h" }, "href": "https://api.spotify.com/v1/tracks/2vOjCXKZ5kcbmzOJ1ylT1h", "id": "2vOjCXKZ5kcbmzOJ1ylT1h", "type": "track", "uri": "spotify:track:2vOjCXKZ5kcbmzOJ1ylT1h" }, "name": "leavemealone", "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:2tSP95IyUkPv5Wj83xWh1c", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5he5w2lnU9x7JFhnwcekXX" }, "href": "https://api.spotify.com/v1/artists/5he5w2lnU9x7JFhnwcekXX", "id": "5he5w2lnU9x7JFhnwcekXX", "name": "Skrillex", "type": "artist", "uri": "spotify:artist:5he5w2lnU9x7JFhnwcekXX" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7Eu1txygG6nJttLHbZdQOh" }, "href": "https://api.spotify.com/v1/artists/7Eu1txygG6nJttLHbZdQOh", "id": "7Eu1txygG6nJttLHbZdQOh", "name": "Four Tet", "type": "artist", "uri": "spotify:artist:7Eu1txygG6nJttLHbZdQOh" } ], "available_markets": [], "disc_number": 1, "duration_ms": 319963, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0Urc7TcTnxzy6Aw8mx0lLD" }, "href": "https://api.spotify.com/v1/tracks/6EpIDF3GW1dRBujSp4bJxI", "id": "6EpIDF3GW1dRBujSp4bJxI", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0Urc7TcTnxzy6Aw8mx0lLD" }, "href": "https://api.spotify.com/v1/tracks/0Urc7TcTnxzy6Aw8mx0lLD", "id": "0Urc7TcTnxzy6Aw8mx0lLD", "type": "track", "uri": "spotify:track:0Urc7TcTnxzy6Aw8mx0lLD" }, "name": "Baby again..", "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:6EpIDF3GW1dRBujSp4bJxI", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5he5w2lnU9x7JFhnwcekXX" }, "href": "https://api.spotify.com/v1/artists/5he5w2lnU9x7JFhnwcekXX", "id": "5he5w2lnU9x7JFhnwcekXX", "name": "Skrillex", "type": "artist", "uri": "spotify:artist:5he5w2lnU9x7JFhnwcekXX" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/07CimrZi5vs9iEao47TNQ4" }, "href": "https://api.spotify.com/v1/artists/07CimrZi5vs9iEao47TNQ4", "id": "07CimrZi5vs9iEao47TNQ4", "name": "Flowdan", "type": "artist", "uri": "spotify:artist:07CimrZi5vs9iEao47TNQ4" } ], "available_markets": [], "disc_number": 1, "duration_ms": 146571, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/4adcBRu6omRjtTmxVJngTV" }, "href": "https://api.spotify.com/v1/tracks/74fmYjFwt9CqEFAh8ybeBD", "id": "74fmYjFwt9CqEFAh8ybeBD", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/4adcBRu6omRjtTmxVJngTV" }, "href": "https://api.spotify.com/v1/tracks/4adcBRu6omRjtTmxVJngTV", "id": "4adcBRu6omRjtTmxVJngTV", "type": "track", "uri": "spotify:track:4adcBRu6omRjtTmxVJngTV" }, "name": "Rumble", "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:74fmYjFwt9CqEFAh8ybeBD", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1h6Cn3P4NGzXbaXidqURXs" }, "href": "https://api.spotify.com/v1/artists/1h6Cn3P4NGzXbaXidqURXs", "id": "1h6Cn3P4NGzXbaXidqURXs", "name": "Swedish House Mafia", "type": "artist", "uri": "spotify:artist:1h6Cn3P4NGzXbaXidqURXs" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1RyvyyTE3xzB2ZywiAwp0i" }, "href": "https://api.spotify.com/v1/artists/1RyvyyTE3xzB2ZywiAwp0i", "id": "1RyvyyTE3xzB2ZywiAwp0i", "name": "Future", "type": "artist", "uri": "spotify:artist:1RyvyyTE3xzB2ZywiAwp0i" } ], "available_markets": [], "disc_number": 1, "duration_ms": 267946, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/0iBtXMkVYuPxz8Nhc0Ckv1" }, "href": "https://api.spotify.com/v1/tracks/2E6peXBRbjUmGkkR3dUNGe", "id": "2E6peXBRbjUmGkkR3dUNGe", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/0iBtXMkVYuPxz8Nhc0Ckv1" }, "href": "https://api.spotify.com/v1/tracks/0iBtXMkVYuPxz8Nhc0Ckv1", "id": "0iBtXMkVYuPxz8Nhc0Ckv1", "type": "track", "uri": "spotify:track:0iBtXMkVYuPxz8Nhc0Ckv1" }, "name": "Turn On The Lights again.. (feat. Future)", "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:2E6peXBRbjUmGkkR3dUNGe", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [], "disc_number": 1, "duration_ms": 198805, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/5euk4pkU8wnBruWyVkOjBy" }, "href": "https://api.spotify.com/v1/tracks/3BKkroNdTKfNijLG9oHW7c", "id": "3BKkroNdTKfNijLG9oHW7c", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/5euk4pkU8wnBruWyVkOjBy" }, "href": "https://api.spotify.com/v1/tracks/5euk4pkU8wnBruWyVkOjBy", "id": "5euk4pkU8wnBruWyVkOjBy", "type": "track", "uri": "spotify:track:5euk4pkU8wnBruWyVkOjBy" }, "name": "Jungle", "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:3BKkroNdTKfNijLG9oHW7c", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5RMLpCv3ic2KtGnqJ7eMG4" }, "href": "https://api.spotify.com/v1/artists/5RMLpCv3ic2KtGnqJ7eMG4", "id": "5RMLpCv3ic2KtGnqJ7eMG4", "name": "I. JORDAN", "type": "artist", "uri": "spotify:artist:5RMLpCv3ic2KtGnqJ7eMG4" } ], "available_markets": [], "disc_number": 1, "duration_ms": 385074, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/3p6raxOehdqXB2tq1yCC6a" }, "href": "https://api.spotify.com/v1/tracks/7c0DlxLjlEEK2VKQJIIU1Z", "id": "7c0DlxLjlEEK2VKQJIIU1Z", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/3p6raxOehdqXB2tq1yCC6a" }, "href": "https://api.spotify.com/v1/tracks/3p6raxOehdqXB2tq1yCC6a", "id": "3p6raxOehdqXB2tq1yCC6a", "type": "track", "uri": "spotify:track:3p6raxOehdqXB2tq1yCC6a" }, "name": "Admit It (u dont want 2)", "preview_url": null, "track_number": 13, "type": "track", "uri": "spotify:track:7c0DlxLjlEEK2VKQJIIU1Z", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3X2DdnmoANw8Rg8luHyZQb" }, "href": "https://api.spotify.com/v1/artists/3X2DdnmoANw8Rg8luHyZQb", "id": "3X2DdnmoANw8Rg8luHyZQb", "name": "Romy", "type": "artist", "uri": "spotify:artist:3X2DdnmoANw8Rg8luHyZQb" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0pkLgeB9j465x1QB2kRoy4" }, "href": "https://api.spotify.com/v1/artists/0pkLgeB9j465x1QB2kRoy4", "id": "0pkLgeB9j465x1QB2kRoy4", "name": "HAAi", "type": "artist", "uri": "spotify:artist:0pkLgeB9j465x1QB2kRoy4" } ], "available_markets": [], "disc_number": 1, "duration_ms": 288348, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/001rjToxEiyZnMsZEVdu4R" }, "href": "https://api.spotify.com/v1/tracks/1RlBD9ays0WfNHSVzxHiKX", "id": "1RlBD9ays0WfNHSVzxHiKX", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/001rjToxEiyZnMsZEVdu4R" }, "href": "https://api.spotify.com/v1/tracks/001rjToxEiyZnMsZEVdu4R", "id": "001rjToxEiyZnMsZEVdu4R", "type": "track", "uri": "spotify:track:001rjToxEiyZnMsZEVdu4R" }, "name": "Lights Out", "preview_url": null, "track_number": 14, "type": "track", "uri": "spotify:track:1RlBD9ays0WfNHSVzxHiKX", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2p1fiYHYiXz9qi0JJyxBzN" }, "href": "https://api.spotify.com/v1/artists/2p1fiYHYiXz9qi0JJyxBzN", "id": "2p1fiYHYiXz9qi0JJyxBzN", "name": "Skepta", "type": "artist", "uri": "spotify:artist:2p1fiYHYiXz9qi0JJyxBzN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/79NDEw5QWlDC9KaIbogNhS" }, "href": "https://api.spotify.com/v1/artists/79NDEw5QWlDC9KaIbogNhS", "id": "79NDEw5QWlDC9KaIbogNhS", "name": "Plaqueboymax", "type": "artist", "uri": "spotify:artist:79NDEw5QWlDC9KaIbogNhS" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6fxyWrfmjcbj5d12gXeiNV" }, "href": "https://api.spotify.com/v1/artists/6fxyWrfmjcbj5d12gXeiNV", "id": "6fxyWrfmjcbj5d12gXeiNV", "name": "Denzel Curry", "type": "artist", "uri": "spotify:artist:6fxyWrfmjcbj5d12gXeiNV" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4nVa6XlBFlIkF6msW57PHp" }, "href": "https://api.spotify.com/v1/artists/4nVa6XlBFlIkF6msW57PHp", "id": "4nVa6XlBFlIkF6msW57PHp", "name": "Hanumankind", "type": "artist", "uri": "spotify:artist:4nVa6XlBFlIkF6msW57PHp" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3BAgmPNIK5IJl7zMK1wvMA" }, "href": "https://api.spotify.com/v1/artists/3BAgmPNIK5IJl7zMK1wvMA", "id": "3BAgmPNIK5IJl7zMK1wvMA", "name": "That Mexican OT", "type": "artist", "uri": "spotify:artist:3BAgmPNIK5IJl7zMK1wvMA" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6bwkMlweHsBCpI2a0C5nnN" }, "href": "https://api.spotify.com/v1/artists/6bwkMlweHsBCpI2a0C5nnN", "id": "6bwkMlweHsBCpI2a0C5nnN", "name": "D Double E", "type": "artist", "uri": "spotify:artist:6bwkMlweHsBCpI2a0C5nnN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7xqIp1044Z2vd9v9ZphjLa" }, "href": "https://api.spotify.com/v1/artists/7xqIp1044Z2vd9v9ZphjLa", "id": "7xqIp1044Z2vd9v9ZphjLa", "name": "LYNY", "type": "artist", "uri": "spotify:artist:7xqIp1044Z2vd9v9ZphjLa" } ], "available_markets": [], "disc_number": 1, "duration_ms": 344571, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/7vV6MiU4BHLuNyu4P87z9k" }, "href": "https://api.spotify.com/v1/tracks/3bsAYGy83D6sl1a5otGuUg", "id": "3bsAYGy83D6sl1a5otGuUg", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/7vV6MiU4BHLuNyu4P87z9k" }, "href": "https://api.spotify.com/v1/tracks/7vV6MiU4BHLuNyu4P87z9k", "id": "7vV6MiU4BHLuNyu4P87z9k", "type": "track", "uri": "spotify:track:7vV6MiU4BHLuNyu4P87z9k" }, "name": "Victory Lap Five", "preview_url": null, "track_number": 15, "type": "track", "uri": "spotify:track:3bsAYGy83D6sl1a5otGuUg", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5SXuuuRpukkTvsLuUknva1" }, "href": "https://api.spotify.com/v1/artists/5SXuuuRpukkTvsLuUknva1", "id": "5SXuuuRpukkTvsLuUknva1", "name": "Baby Keem", "type": "artist", "uri": "spotify:artist:5SXuuuRpukkTvsLuUknva1" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7BMR0fwtEvzGtK4rNGdoiQ" }, "href": "https://api.spotify.com/v1/artists/7BMR0fwtEvzGtK4rNGdoiQ", "id": "7BMR0fwtEvzGtK4rNGdoiQ", "name": "Nia Archives", "type": "artist", "uri": "spotify:artist:7BMR0fwtEvzGtK4rNGdoiQ" } ], "available_markets": [], "disc_number": 1, "duration_ms": 179441, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/6ufPi34IYHXG7BYyJR5NX5" }, "href": "https://api.spotify.com/v1/tracks/5u84pGbxFomiV66Uk2kOQK", "id": "5u84pGbxFomiV66Uk2kOQK", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6ufPi34IYHXG7BYyJR5NX5" }, "href": "https://api.spotify.com/v1/tracks/6ufPi34IYHXG7BYyJR5NX5", "id": "6ufPi34IYHXG7BYyJR5NX5", "type": "track", "uri": "spotify:track:6ufPi34IYHXG7BYyJR5NX5" }, "name": "leavemealone - Nia Archives Remix", "preview_url": null, "track_number": 16, "type": "track", "uri": "spotify:track:5u84pGbxFomiV66Uk2kOQK", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2OaHYHb2XcFPvqL3VsyPzU" }, "href": "https://api.spotify.com/v1/artists/2OaHYHb2XcFPvqL3VsyPzU", "id": "2OaHYHb2XcFPvqL3VsyPzU", "name": "Rico Nasty", "type": "artist", "uri": "spotify:artist:2OaHYHb2XcFPvqL3VsyPzU" } ], "available_markets": [], "disc_number": 1, "duration_ms": 213133, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/track/51ZdiAjVcjhGGHO83nyYwv" }, "href": "https://api.spotify.com/v1/tracks/3ycgBFWvzxjLtY2YJuQMms", "id": "3ycgBFWvzxjLtY2YJuQMms", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/51ZdiAjVcjhGGHO83nyYwv" }, "href": "https://api.spotify.com/v1/tracks/51ZdiAjVcjhGGHO83nyYwv", "id": "51ZdiAjVcjhGGHO83nyYwv", "type": "track", "uri": "spotify:track:51ZdiAjVcjhGGHO83nyYwv" }, "name": "Jungle - Rico Nasty Remix", "preview_url": null, "track_number": 17, "type": "track", "uri": "spotify:track:3ycgBFWvzxjLtY2YJuQMms", "is_local": false }, { "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3X2DdnmoANw8Rg8luHyZQb" }, "href": "https://api.spotify.com/v1/artists/3X2DdnmoANw8Rg8luHyZQb", "id": "3X2DdnmoANw8Rg8luHyZQb", "name": "Romy", "type": "artist", "uri": "spotify:artist:3X2DdnmoANw8Rg8luHyZQb" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0pkLgeB9j465x1QB2kRoy4" }, "href": "https://api.spotify.com/v1/artists/0pkLgeB9j465x1QB2kRoy4", "id": "0pkLgeB9j465x1QB2kRoy4", "name": "HAAi", "type": "artist", "uri": "spotify:artist:0pkLgeB9j465x1QB2kRoy4" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [], "disc_number": 1, "duration_ms": 375087, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/track/6998iKJwFYA9DyAC53Y8sA" }, "href": "https://api.spotify.com/v1/tracks/5HZJuJphtUWc6wuTHt50oQ", "id": "5HZJuJphtUWc6wuTHt50oQ", "linked_from": { "external_urls": { "spotify": "https://open.spotify.com/track/6998iKJwFYA9DyAC53Y8sA" }, "href": "https://api.spotify.com/v1/tracks/6998iKJwFYA9DyAC53Y8sA", "id": "6998iKJwFYA9DyAC53Y8sA", "type": "track", "uri": "spotify:track:6998iKJwFYA9DyAC53Y8sA" }, "name": "Lights Out (feat. Fred again..) - HAAi Remix", "preview_url": null, "track_number": 18, "type": "track", "uri": "spotify:track:5HZJuJphtUWc6wuTHt50oQ", "is_local": false } ] }, "copyrights": [ { "text": "An Atlantic Records UK, \u00a9 2024 Warner Music UK Limited", "type": "C" }, { "text": "An Atlantic Records UK release Bar Track 1, 2024 Hinge Finger under license to Atlantic Records from XL Recordings Ltd, \u2117 2024 Warner Music UK Limited", "type": "P" } ], "external_ids": { "upc": "5021732887962" }, "genres": [], "label": "Atlantic Records UK", "popularity": 20 } } ], "limit": 48, "next": null, "offset": 0, "previous": null, "total": 45 } python-spotify-2.0.2/tests/fixtures/saved_audiobooks.json000066400000000000000000000311171515206530700237650ustar00rootroot00000000000000{ "href": "https://api.spotify.com/v1/me/audiobooks?offset=0&limit=48", "items": [ { "authors": [ { "name": "Anya Niewierra" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "Author(s): Anya Niewierra Narrator(s): Nienke Brinkhuis, Cees van Ede, Mattijn Hartemink Na het succes van de bestsellers Het bloemenmeisje en De Camino komt Anya Niewierra met De nomade. Een aangrijpende thriller over vaderliefde en een verborgen verleden. De 37-jarige documentairemaker Olga Liebke woont met haar zonderlinge vader in het Harz-gebergte. Olga heeft een innige band met de inmiddels dementerende man. Haar moeder stierf in het kraambed en ze heeft verder geen familie. Tenminste, zo is het verhaal. Maar dan vertelt haar vader herinneringen die niet rijmen met de geschiedenis zoals zij die kent. Ze gaat twijfelen over haar achtergrond en ontdekt documenten uit de voormalige Sovjet-Unie. Olga reist naar de driehoek Polen, Litouwen en Belarus en stuit op een huiveringwekkend geheim. โ€˜Anya Niewierra heeft met De nomade weer een magnifiek boek afgeleverd, dat mogelijk nog indrukwekkender is dan De Camino.โ€™ Heleen Spanjaard, Margriet โ€˜Verrassend, meeslepend en bloedstollend. De nomade is een waardige opvolger van De Camino.โ€™ Rob Cobben, cultuurverslaggever Dagblad De Limburger", "html_description": "Author(s): Anya Niewierra
Narrator(s): Nienke Brinkhuis, Cees van Ede, Mattijn Hartemink
Na het succes van de bestsellers Het bloemenmeisje en De Camino komt Anya Niewierra met De nomade. Een aangrijpende thriller over vaderliefde en een verborgen verleden. De 37-jarige documentairemaker Olga Liebke woont met haar zonderlinge vader in het Harz-gebergte. Olga heeft een innige band met de inmiddels dementerende man. Haar moeder stierf in het kraambed en ze heeft verder geen familie. Tenminste, zo is het verhaal. Maar dan vertelt haar vader herinneringen die niet rijmen met de geschiedenis zoals zij die kent. Ze gaat twijfelen over haar achtergrond en ontdekt documenten uit de voormalige Sovjet-Unie. Olga reist naar de driehoek Polen, Litouwen en Belarus en stuit op een huiveringwekkend geheim. โ€˜Anya Niewierra heeft met De nomade weer een magnifiek boek afgeleverd, dat mogelijk nog indrukwekkender is dan De Camino.โ€™ Heleen Spanjaard, Margriet โ€˜Verrassend, meeslepend en bloedstollend. De nomade is een waardige opvolger van De Camino.โ€™ Rob Cobben, cultuurverslaggever Dagblad De Limburger", "edition": "Unabridged", "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/show/58cFIY8IT7yGqR3kHnKqzV" }, "href": "https://api.spotify.com/v1/audiobooks/58cFIY8IT7yGqR3kHnKqzV", "id": "58cFIY8IT7yGqR3kHnKqzV", "images": [ { "url": "https://i.scdn.co/image/ab676663000022a8c7ae1b41440d0dfa0849e43e", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab6766630000db5bc7ae1b41440d0dfa0849e43e", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6766630000703bc7ae1b41440d0dfa0849e43e", "height": 64, "width": 64 } ], "is_externally_hosted": false, "languages": ["nl"], "media_type": "audio", "name": "De nomade", "narrators": [ { "name": "Nienke Brinkhuis" }, { "name": "Cees van Ede" }, { "name": "Mattijn Hartemink" } ], "publisher": "Anya Niewierra", "type": "audiobook", "uri": "spotify:show:58cFIY8IT7yGqR3kHnKqzV", "total_chapters": 49 }, { "authors": [ { "name": "Frank Herbert" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "Author(s): Frank Herbert Narrator(s): Scott Brick, Orlagh Cassidy, Euan Morton, Ilyana Kadushin, Simon Vance NOW A MAJOR MOTION PICTURE directed by Denis Villeneuve, starring Timothรฉe Chalamet, Zendaya, Rebecca Ferguson, Javier Bardem, Josh Brolin, Austin Butler, Florence Pugh, Dave Bautista, Christopher Walken, Lรฉa Seydoux, Stellan Skarsgรฅrd, and Charlotte Rampling Set on the desert planet Arrakis, Dune is the story of the boy Paul Atreides, who would become the mysterious man known as Muad'dib. He would avenge the traitorous plot against his noble familyโ€”and would bring to fruition humankind's most ancient and unattainable dream.A stunning blend of adventure and mysticism, environmentalism and politics, Dune won the first Nebula Award, shared the Hugo Award, and formed the basis of what is undoubtedly the grandest epic in science fiction. Frank Herbert's death in 1986 was a tragic loss, yet the astounding legacy of his visionary fiction will live forever. Long-listed, Audible.com Best of the Year, 2007 Long-listed, Audible.com 100 Audible Essentials, 2007 Audie Award winner, 2008", "html_description": "Author(s): Frank Herbert
Narrator(s): Scott Brick, Orlagh Cassidy, Euan Morton, Ilyana Kadushin, Simon Vance
NOW A MAJOR MOTION PICTURE directed by Denis Villeneuve, starring Timothรฉe Chalamet, Zendaya, Rebecca Ferguson, Javier Bardem, Josh Brolin, Austin Butler, Florence Pugh, Dave Bautista, Christopher Walken, Lรฉa Seydoux, Stellan Skarsgรฅrd, and Charlotte Rampling Set on the desert planet Arrakis, Dune is the story of the boy Paul Atreides, who would become the mysterious man known as Muad'dib. He would avenge the traitorous plot against his noble familyโ€”and would bring to fruition humankind's most ancient and unattainable dream.A stunning blend of adventure and mysticism, environmentalism and politics, Dune won the first Nebula Award, shared the Hugo Award, and formed the basis of what is undoubtedly the grandest epic in science fiction. Frank Herbert's death in 1986 was a tragic loss, yet the astounding legacy of his visionary fiction will live forever. Long-listed, Audible.com Best of the Year, 2007 Long-listed, Audible.com 100 Audible Essentials, 2007 Audie Award winner, 2008", "edition": "Unabridged", "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/show/7iHfbu1YPACw6oZPAFJtqe" }, "href": "https://api.spotify.com/v1/audiobooks/7iHfbu1YPACw6oZPAFJtqe", "id": "7iHfbu1YPACw6oZPAFJtqe", "images": [ { "url": "https://i.scdn.co/image/ab676663000022a8706d7d39148810e742cef314", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab6766630000db5b706d7d39148810e742cef314", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6766630000703b706d7d39148810e742cef314", "height": 64, "width": 64 } ], "is_externally_hosted": false, "languages": ["en"], "media_type": "audio", "name": "Dune: Book One in the Dune Chronicles", "narrators": [ { "name": "Scott Brick" }, { "name": "Orlagh Cassidy" }, { "name": "Euan Morton" }, { "name": "Ilyana Kadushin" }, { "name": "Simon Vance" } ], "publisher": "Frank Herbert", "type": "audiobook", "uri": "spotify:show:7iHfbu1YPACw6oZPAFJtqe", "total_chapters": 52 } ], "limit": 48, "next": null, "offset": 0, "previous": null, "total": 2 } python-spotify-2.0.2/tests/fixtures/saved_episodes.json000066400000000000000000000235711515206530700234460ustar00rootroot00000000000000{ "href": "https://api.spotify.com/v1/me/episodes?offset=0&limit=48", "limit": 48, "next": null, "offset": 0, "previous": null, "total": 2, "items": [ { "added_at": "2024-06-07T15:08:30Z", "episode": { "audio_preview_url": null, "description": null, "duration_ms": null, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/null" }, "href": "https://api.spotify.com/v1/episodes/null", "html_description": null, "id": null, "images": [], "is_externally_hosted": null, "language": null, "languages": [null], "name": null, "release_date": "0000", "release_date_precision": "year", "resume_point": { "fully_played": false, "resume_position_ms": null }, "show": { "copyrights": null, "description": null, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/show/null" }, "href": "https://api.spotify.com/v1/shows/null", "html_description": null, "id": null, "images": [], "is_externally_hosted": null, "languages": [null], "media_type": null, "name": null, "publisher": null, "total_episodes": null, "type": "show", "uri": null }, "type": "episode", "uri": null } }, { "added_at": "2021-04-01T23:21:46Z", "episode": { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3MPB6hmgIONz91Em6JfkAK/clip_0_60000.mp3", "description": "This week on the podcast Ed is joined by actor, writer and Series 10 contestant, Katherine Parkinson. As well as discussing the new line up and this week's tasks they go back to Series 10 and talk about Katherine's time on the show - expect chat about clay masks, marble runs, spiders and THAT fart noise. You can watch Series 11 of Taskmaster each Thursday on Channel 4 at 9pm.Watch Taskmaster Bleeped on All 4Get in touch with Ed and future guests:taskmasterpodcast@gmail.com\u00a0Visit the Taskmaster Youtube channelwww.youtube.com/taskmaster\u00a0For all your Taskmaster goodies visit\u00a0www.taskmasterstore.com\u00a0\u00a0Taskmaster the podcast is produced by Daisy Knight for Avalon Television Ltd", "duration_ms": 3724303, "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/episode/0x25dVaCtjWMmcjDJyuMM5" }, "href": "https://api.spotify.com/v1/episodes/0x25dVaCtjWMmcjDJyuMM5", "html_description": "

This week on the podcast Ed is joined by actor, writer and Series 10 contestant, Katherine Parkinson. As well as discussing the new line up and this week's tasks they go back to Series 10 and talk about Katherine's time on the show - expect chat about clay masks, marble runs, spiders and THAT fart noise.


You can watch Series 11 of Taskmaster each Thursday on Channel 4 at 9pm.


Watch Taskmaster Bleeped on All 4


Get in touch with Ed and future guests:

taskmasterpodcast@gmail.com\u00a0


Visit the Taskmaster Youtube channel

www.youtube.com/taskmaster\u00a0


For all your Taskmaster goodies visit\u00a0

www.taskmasterstore.com\u00a0\u00a0


Taskmaster the podcast is produced by Daisy Knight for Avalon Television Ltd

", "id": "0x25dVaCtjWMmcjDJyuMM5", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8aee2ef0ad038698401b200131", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fee2ef0ad038698401b200131", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68dee2ef0ad038698401b200131", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en", "languages": ["en"], "name": "Ep 26. Katherine Parkinson - S11 Ep.3", "release_date": "2021-04-01", "release_date_precision": "day", "resume_point": { "fully_played": true, "resume_position_ms": 20000 }, "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "This is the official Taskmaster podcast, hosted by former champion and chickpea lover, Ed Gamble. Each week, released straight after the show is broadcast on Channel 4, Ed will be joined by a special guest to dissect and discuss the latest episode. Past contestants, little Alex Horne, and even the Taskmaster himself will feature in this brand-new podcast from the producers of the BAFTA-winning comedy show.", "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/show/4BZc9sOdNilJJ8irsuOzdg" }, "href": "https://api.spotify.com/v1/shows/4BZc9sOdNilJJ8irsuOzdg", "html_description": "This is the official Taskmaster podcast, hosted by former champion and chickpea lover, Ed Gamble. Each week, released straight after the show is broadcast on Channel 4, Ed will be joined by a special guest to dissect and discuss the latest episode. Past contestants, little Alex Horne, and even the Taskmaster himself will feature in this brand-new podcast from the producers of the BAFTA-winning comedy show.", "id": "4BZc9sOdNilJJ8irsuOzdg", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a940dfd502920d407436baca2", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f940dfd502920d407436baca2", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d940dfd502920d407436baca2", "width": 64 } ], "is_externally_hosted": false, "languages": ["en"], "media_type": "audio", "name": "Taskmaster The Podcast", "publisher": "Avalon ", "total_episodes": 255, "type": "show", "uri": "spotify:show:4BZc9sOdNilJJ8irsuOzdg" }, "type": "episode", "uri": "spotify:episode:0x25dVaCtjWMmcjDJyuMM5" } } ] } python-spotify-2.0.2/tests/fixtures/saved_shows.json000066400000000000000000002042651515206530700227770ustar00rootroot00000000000000{ "href": "https://api.spotify.com/v1/me/shows?offset=0&limit=48", "items": [ { "added_at": "2025-05-07T18:05:23Z", "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "The Open Source Stories project celebrates collaboration, communication, community and, more in open source by collecting narratives from creators, ors, and consumers alike.", "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/show/21YVDAzO2H21WCndbowuRk" }, "href": "https://api.spotify.com/v1/shows/21YVDAzO2H21WCndbowuRk", "html_description": "The Open Source Stories project celebrates collaboration, communication, community and, more in open source by collecting narratives from creators, ors, and consumers alike.", "id": "21YVDAzO2H21WCndbowuRk", "images": [ { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d1e0cd69bb20b9b3dfe26b37d", "width": 64 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f1e0cd69bb20b9b3dfe26b37d", "width": 300 }, { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a1e0cd69bb20b9b3dfe26b37d", "width": 640 } ], "is_externally_hosted": false, "languages": ["en"], "media_type": "audio", "name": "Open Source Stories", "publisher": "Open Source Stories", "total_episodes": 29, "type": "show", "uri": "spotify:show:21YVDAzO2H21WCndbowuRk" } }, { "added_at": "2024-10-20T20:20:54Z", "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "Author(s): Anya Niewierra Narrator(s): Nienke Brinkhuis, Cees van Ede, Mattijn Hartemink Na het succes van de bestsellers Het bloemenmeisje en De Camino komt Anya Niewierra met De nomade. Een aangrijpende thriller over vaderliefde en een verborgen verleden. De 37-jarige documentairemaker Olga Liebke woont met haar zonderlinge vader in het Harz-gebergte. Olga heeft een innige band met de inmiddels dementerende man. Haar moeder stierf in het kraambed en ze heeft verder geen familie. Tenminste, zo is het verhaal. Maar dan vertelt haar vader herinneringen die niet rijmen met de geschiedenis zoals zij die kent. Ze gaat twijfelen over haar achtergrond en ontdekt documenten uit de voormalige Sovjet-Unie. Olga reist naar de driehoek Polen, Litouwen en Belarus en stuit op een huiveringwekkend geheim. โ€˜Anya Niewierra heeft met De nomade weer een magnifiek boek afgeleverd, dat mogelijk nog indrukwekkender is dan De Camino.โ€™ Heleen Spanjaard, Margriet โ€˜Verrassend, meeslepend en bloedstollend. De nomade is een waardige opvolger van De Camino.โ€™ Rob Cobben, cultuurverslaggever Dagblad De Limburger", "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/show/58cFIY8IT7yGqR3kHnKqzV" }, "href": "https://api.spotify.com/v1/shows/58cFIY8IT7yGqR3kHnKqzV", "html_description": "Author(s): Anya Niewierra
Narrator(s): Nienke Brinkhuis, Cees van Ede, Mattijn Hartemink
Na het succes van de bestsellers Het bloemenmeisje en De Camino komt Anya Niewierra met De nomade. Een aangrijpende thriller over vaderliefde en een verborgen verleden. De 37-jarige documentairemaker Olga Liebke woont met haar zonderlinge vader in het Harz-gebergte. Olga heeft een innige band met de inmiddels dementerende man. Haar moeder stierf in het kraambed en ze heeft verder geen familie. Tenminste, zo is het verhaal. Maar dan vertelt haar vader herinneringen die niet rijmen met de geschiedenis zoals zij die kent. Ze gaat twijfelen over haar achtergrond en ontdekt documenten uit de voormalige Sovjet-Unie. Olga reist naar de driehoek Polen, Litouwen en Belarus en stuit op een huiveringwekkend geheim. โ€˜Anya Niewierra heeft met De nomade weer een magnifiek boek afgeleverd, dat mogelijk nog indrukwekkender is dan De Camino.โ€™ Heleen Spanjaard, Margriet โ€˜Verrassend, meeslepend en bloedstollend. De nomade is een waardige opvolger van De Camino.โ€™ Rob Cobben, cultuurverslaggever Dagblad De Limburger", "id": "58cFIY8IT7yGqR3kHnKqzV", "images": [ { "height": 64, "url": "https://i.scdn.co/image/ab6766630000703bc7ae1b41440d0dfa0849e43e", "width": 64 }, { "height": 300, "url": "https://i.scdn.co/image/ab6766630000db5bc7ae1b41440d0dfa0849e43e", "width": 300 }, { "height": 640, "url": "https://i.scdn.co/image/ab676663000022a8c7ae1b41440d0dfa0849e43e", "width": 640 } ], "is_externally_hosted": false, "languages": ["nl"], "media_type": "audio", "name": "De nomade", "publisher": "Anya Niewierra", "total_episodes": 49, "type": "show", "uri": "spotify:show:58cFIY8IT7yGqR3kHnKqzV" } }, { "added_at": "2024-10-20T20:19:29Z", "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "Author(s): Frank Herbert Narrator(s): Scott Brick, Orlagh Cassidy, Euan Morton, Ilyana Kadushin, Simon Vance NOW A MAJOR MOTION PICTURE directed by Denis Villeneuve, starring Timothรฉe Chalamet, Zendaya, Rebecca Ferguson, Javier Bardem, Josh Brolin, Austin Butler, Florence Pugh, Dave Bautista, Christopher Walken, Lรฉa Seydoux, Stellan Skarsgรฅrd, and Charlotte Rampling Set on the desert planet Arrakis, Dune is the story of the boy Paul Atreides, who would become the mysterious man known as Muad'dib. He would avenge the traitorous plot against his noble familyโ€”and would bring to fruition humankind's most ancient and unattainable dream.A stunning blend of adventure and mysticism, environmentalism and politics, Dune won the first Nebula Award, shared the Hugo Award, and formed the basis of what is undoubtedly the grandest epic in science fiction. Frank Herbert's death in 1986 was a tragic loss, yet the astounding legacy of his visionary fiction will live forever. Long-listed, Audible.com Best of the Year, 2007 Long-listed, Audible.com 100 Audible Essentials, 2007 Audie Award winner, 2008", "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/show/7iHfbu1YPACw6oZPAFJtqe" }, "href": "https://api.spotify.com/v1/shows/7iHfbu1YPACw6oZPAFJtqe", "html_description": "Author(s): Frank Herbert
Narrator(s): Scott Brick, Orlagh Cassidy, Euan Morton, Ilyana Kadushin, Simon Vance
NOW A MAJOR MOTION PICTURE directed by Denis Villeneuve, starring Timothรฉe Chalamet, Zendaya, Rebecca Ferguson, Javier Bardem, Josh Brolin, Austin Butler, Florence Pugh, Dave Bautista, Christopher Walken, Lรฉa Seydoux, Stellan Skarsgรฅrd, and Charlotte Rampling Set on the desert planet Arrakis, Dune is the story of the boy Paul Atreides, who would become the mysterious man known as Muad'dib. He would avenge the traitorous plot against his noble familyโ€”and would bring to fruition humankind's most ancient and unattainable dream.A stunning blend of adventure and mysticism, environmentalism and politics, Dune won the first Nebula Award, shared the Hugo Award, and formed the basis of what is undoubtedly the grandest epic in science fiction. Frank Herbert's death in 1986 was a tragic loss, yet the astounding legacy of his visionary fiction will live forever. Long-listed, Audible.com Best of the Year, 2007 Long-listed, Audible.com 100 Audible Essentials, 2007 Audie Award winner, 2008", "id": "7iHfbu1YPACw6oZPAFJtqe", "images": [ { "height": 64, "url": "https://i.scdn.co/image/ab6766630000703b706d7d39148810e742cef314", "width": 64 }, { "height": 300, "url": "https://i.scdn.co/image/ab6766630000db5b706d7d39148810e742cef314", "width": 300 }, { "height": 640, "url": "https://i.scdn.co/image/ab676663000022a8706d7d39148810e742cef314", "width": 640 } ], "is_externally_hosted": false, "languages": ["en"], "media_type": "audio", "name": "Dune: Book One in the Dune Chronicles", "publisher": "Frank Herbert", "total_episodes": 52, "type": "show", "uri": "spotify:show:7iHfbu1YPACw6oZPAFJtqe" } }, { "added_at": "2023-08-10T08:17:09Z", "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "Weโ€™ll all giggle along at naughty jokes, your dating horror stories and give questionable recommendations on movies, food and relationships. This podcast is hot, fun garbage and we (Toni Lodge and Ryan Jon here in Melbourne, Australia) would love you to climb aboard and be our friends.Join us everywhere: linktr.ee/ToniAndRyan Hosted on Acast. See acast.com/privacy for more information.", "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/show/5OzkclFjD6iAjtAuo7aIYt" }, "href": "https://api.spotify.com/v1/shows/5OzkclFjD6iAjtAuo7aIYt", "html_description": "

Weโ€™ll all giggle along at naughty jokes, your dating horror stories and give questionable recommendations on movies, food and relationships. This podcast is hot, fun garbage and we (Toni Lodge and Ryan Jon here in Melbourne, Australia) would love you to climb aboard and be our friends.

Join us everywhere: linktr.ee/ToniAndRyan

Hosted on Acast. See acast.com/privacy for more information.

", "id": "5OzkclFjD6iAjtAuo7aIYt", "images": [ { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68db5f65a943ef4f707bf79949b", "width": 64 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fb5f65a943ef4f707bf79949b", "width": 300 }, { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ab5f65a943ef4f707bf79949b", "width": 640 } ], "is_externally_hosted": false, "languages": ["en"], "media_type": "audio", "name": "Toni and Ryan", "publisher": "Toni Lodge and Ryan Jon", "total_episodes": 1036, "type": "show", "uri": "spotify:show:5OzkclFjD6iAjtAuo7aIYt" } }, { "added_at": "2022-09-15T23:48:23Z", "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "Welcome to BLAST Push To Talk, Counter-Strike like youโ€™ve never heard it before.Join our host Moses and our field reporters Scrawny and Launders as they interview pro players, share their hot takes on the latest and greatest news in the CS world courtesy of EPOS.", "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/show/6XYRres0KZtnTqKcLavWR2" }, "href": "https://api.spotify.com/v1/shows/6XYRres0KZtnTqKcLavWR2", "html_description": "Welcome to BLAST Push To Talk, Counter-Strike like youโ€™ve never heard it before.

Join our host Moses and our field reporters Scrawny and Launders as they interview pro players, share their hot takes on the latest and greatest news in the CS world courtesy of EPOS.", "id": "6XYRres0KZtnTqKcLavWR2", "images": [ { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d5fccb05c5685c081d5c2ad9c", "width": 64 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f5fccb05c5685c081d5c2ad9c", "width": 300 }, { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a5fccb05c5685c081d5c2ad9c", "width": 640 } ], "is_externally_hosted": false, "languages": ["en"], "media_type": "audio", "name": "BLAST Push To Talk", "publisher": "BLAST Premier", "total_episodes": 19, "type": "show", "uri": "spotify:show:6XYRres0KZtnTqKcLavWR2" } }, { "added_at": "2022-08-14T11:59:06Z", "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "Fallout TV Season 2 Breakdown starts at Episode 384 with a breakdown of every major and minor detail, Easter Eggs, and predictions. Check it out!In the top 0.5% of podcasts globally and the most popular Fallout podcast, this series fills in all the details about the Fallout world beginning with the Great War in 2077 and progressing through major world events, factions, creatures, technology, and each vault. We'll explore what we know, and speculate about what might be. This show begins as a solo production, detailing specific topics, and grows into so much more.Get awesome rewards & support the show: patreon.com/falloutlorecastWatch live at youtube.com/c/robotsradioCheck out my new show, RETRO RECALL: https://youtu.be/Ur6qFVBA9zEAdvertise with us & business inquiries: robotsnetwork@gmail.com", "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/show/0e30iIgSffe6xJhFKe35Db" }, "href": "https://api.spotify.com/v1/shows/0e30iIgSffe6xJhFKe35Db", "html_description": "

Fallout TV Season 2 Breakdown starts at Episode 384 with a breakdown of every major and minor detail, Easter Eggs, and predictions. Check it out!

In the top 0.5% of podcasts globally and the most popular Fallout podcast, this series fills in all the details about the Fallout world beginning with the Great War in 2077 and progressing through major world events, factions, creatures, technology, and each vault. We'll explore what we know, and speculate about what might be. This show begins as a solo production, detailing specific topics, and grows into so much more.

Get awesome rewards & support the show: patreon.com/falloutlorecast

Watch live at youtube.com/c/robotsradio

Check out my new show, RETRO RECALL: https://youtu.be/Ur6qFVBA9zE

Advertise with us & business inquiries: robotsnetwork@gmail.com

", "id": "0e30iIgSffe6xJhFKe35Db", "images": [ { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d29e54f611da80fb306bf5321", "width": 64 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f29e54f611da80fb306bf5321", "width": 300 }, { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a29e54f611da80fb306bf5321", "width": 640 } ], "is_externally_hosted": false, "languages": ["en-US"], "media_type": "audio", "name": "Fallout Lorecast - The Fallout Video Game & TV Lore Podcast", "publisher": "Robots Radio", "total_episodes": 395, "type": "show", "uri": "spotify:show:0e30iIgSffe6xJhFKe35Db" } }, { "added_at": "2021-03-07T14:12:29Z", "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "This is the official Taskmaster podcast, hosted by former champion and chickpea lover, Ed Gamble. Each week, released straight after the show is broadcast on Channel 4, Ed will be joined by a special guest to dissect and discuss the latest episode. Past contestants, little Alex Horne, and even the Taskmaster himself will feature in this brand-new podcast from the producers of the BAFTA-winning comedy show.", "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/show/4BZc9sOdNilJJ8irsuOzdg" }, "href": "https://api.spotify.com/v1/shows/4BZc9sOdNilJJ8irsuOzdg", "html_description": "This is the official Taskmaster podcast, hosted by former champion and chickpea lover, Ed Gamble. Each week, released straight after the show is broadcast on Channel 4, Ed will be joined by a special guest to dissect and discuss the latest episode. Past contestants, little Alex Horne, and even the Taskmaster himself will feature in this brand-new podcast from the producers of the BAFTA-winning comedy show.", "id": "4BZc9sOdNilJJ8irsuOzdg", "images": [ { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d940dfd502920d407436baca2", "width": 64 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f940dfd502920d407436baca2", "width": 300 }, { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a940dfd502920d407436baca2", "width": 640 } ], "is_externally_hosted": false, "languages": ["en"], "media_type": "audio", "name": "Taskmaster The Podcast", "publisher": "Avalon ", "total_episodes": 255, "type": "show", "uri": "spotify:show:4BZc9sOdNilJJ8irsuOzdg" } }, { "added_at": "2021-03-06T00:14:09Z", "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "Comedians Ed Gamble and James Acaster invite special guests into their magical restaurant to each choose their favourite starter, main course, side dish, dessert and drink. Ever wanted to eat your dream meal? It's time to order Off Menu. Hosted on Acast. See acast.com/privacy for more information.", "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/show/0azMejb7zrmAqctVsUSAdq" }, "href": "https://api.spotify.com/v1/shows/0azMejb7zrmAqctVsUSAdq", "html_description": "Comedians Ed Gamble and James Acaster invite special guests into their magical restaurant to each choose their favourite starter, main course, side dish, dessert and drink. Ever wanted to eat your dream meal? It's time to order Off Menu.

Hosted on Acast. See acast.com/privacy for more information.

", "id": "0azMejb7zrmAqctVsUSAdq", "images": [ { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d35641b80c9d83f6717c2452c", "width": 64 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f35641b80c9d83f6717c2452c", "width": 300 }, { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a35641b80c9d83f6717c2452c", "width": 640 } ], "is_externally_hosted": false, "languages": ["en"], "media_type": "audio", "name": "Off Menu with Ed Gamble and James Acaster", "publisher": "Plosive", "total_episodes": 368, "type": "show", "uri": "spotify:show:0azMejb7zrmAqctVsUSAdq" } }, { "added_at": "2021-03-06T00:13:55Z", "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "Ed & Matthew (aka Crunch & Crumble) are bringing top quality comedy to your Sunday mornings (8am - 11am). Tune in for film reviews, sports news, phone-ins, excuses, puns, quizzes, facts about catfish, and an education in heavy metal. No, really. Itโ€™s like a proper weekend breakfast show, but presented by two comedians with relatively little radio experience. But itโ€™s better than it sounds.", "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/show/4CNsZjGkK371UAnyQgX9jV" }, "href": "https://api.spotify.com/v1/shows/4CNsZjGkK371UAnyQgX9jV", "html_description": "Ed & Matthew (aka Crunch & Crumble) are bringing top quality comedy to your Sunday mornings (8am - 11am). Tune in for film reviews, sports news, phone-ins, excuses, puns, quizzes, facts about catfish, and an education in heavy metal. No, really.
Itโ€™s like a proper weekend breakfast show, but presented by two comedians with relatively little radio experience.
But itโ€™s better than it sounds.", "id": "4CNsZjGkK371UAnyQgX9jV", "images": [ { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d2a9c9d9ffd893edf7a43c758", "width": 64 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f2a9c9d9ffd893edf7a43c758", "width": 300 }, { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a2a9c9d9ffd893edf7a43c758", "width": 640 } ], "is_externally_hosted": false, "languages": ["en"], "media_type": "audio", "name": "Ed Gamble & Matthew Crosby on Radio X", "publisher": "Global", "total_episodes": 358, "type": "show", "uri": "spotify:show:4CNsZjGkK371UAnyQgX9jV" } }, { "added_at": "2020-12-29T01:21:38Z", "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "We're your new best friends. In our weekly podcast we dive into female friendships, current events, and what's going on in our lives. Come sit with us, and enjoy!", "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/show/6xglolTDhKYA8OKyM8IgZQ" }, "href": "https://api.spotify.com/v1/shows/6xglolTDhKYA8OKyM8IgZQ", "html_description": "

We're your new best friends. In our weekly podcast we dive into female friendships, current events, and what's going on in our lives. Come sit with us, and enjoy!

", "id": "6xglolTDhKYA8OKyM8IgZQ", "images": [ { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d59da2a4ed5cd8a5809f6904b", "width": 64 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f59da2a4ed5cd8a5809f6904b", "width": 300 }, { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a59da2a4ed5cd8a5809f6904b", "width": 640 } ], "is_externally_hosted": false, "languages": ["en"], "media_type": "audio", "name": "You Can Sit With Us", "publisher": "The Try Guys & Ramble", "total_episodes": 284, "type": "show", "uri": "spotify:show:6xglolTDhKYA8OKyM8IgZQ" } }, { "added_at": "2020-12-29T01:21:21Z", "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "The Try Guys have swam with sharks, survived in the wild, shocked themselves with birthing simulators, and so much more. Now they're here to chat about their lives in between the videos on their Webby-award-winning podcast, The TryPod. Now with video versions on Spotify!", "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/show/3qCNuzujMoeNsMHp8c79dJ" }, "href": "https://api.spotify.com/v1/shows/3qCNuzujMoeNsMHp8c79dJ", "html_description": "

The Try Guys have swam with sharks, survived in the wild, shocked themselves with birthing simulators, and so much more. Now they're here to chat about their lives in between the videos on their Webby-award-winning podcast, The TryPod. Now with video versions on Spotify!

", "id": "3qCNuzujMoeNsMHp8c79dJ", "images": [ { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d403fd54e9434b88f53bddab3", "width": 64 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f403fd54e9434b88f53bddab3", "width": 300 }, { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a403fd54e9434b88f53bddab3", "width": 640 } ], "is_externally_hosted": false, "languages": ["en"], "media_type": "mixed", "name": "The TryPod", "publisher": "The Try Guys", "total_episodes": 353, "type": "show", "uri": "spotify:show:3qCNuzujMoeNsMHp8c79dJ" } }, { "added_at": "2020-11-06T13:38:49Z", "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "The Office co-stars and best friends, Jenna Fischer and Angela Kinsey, are doing the ultimate The Office re-watch podcast for you. Each week Jenna and Angela will break down an episode of The Office and give exclusive behind the scene stories that only two people who were there, can tell you.", "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/show/3OHCFs84lqizjkL4C9bNTA" }, "href": "https://api.spotify.com/v1/shows/3OHCFs84lqizjkL4C9bNTA", "html_description": "

The Office co-stars and best friends, Jenna Fischer and Angela Kinsey, are doing the ultimate The Office re-watch podcast for you. Each week Jenna and Angela will break down an episode of The Office and give exclusive behind the scene stories that only two people who were there, can tell you.

", "id": "3OHCFs84lqizjkL4C9bNTA", "images": [ { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68dd106b2a18dc9fa6f52fef9b1", "width": 64 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fd106b2a18dc9fa6f52fef9b1", "width": 300 }, { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ad106b2a18dc9fa6f52fef9b1", "width": 640 } ], "is_externally_hosted": false, "languages": ["en-US"], "media_type": "audio", "name": "Office Ladies", "publisher": "Audacy & Jenna Fischer and Angela Kinsey", "total_episodes": 423, "type": "show", "uri": "spotify:show:3OHCFs84lqizjkL4C9bNTA" } }, { "added_at": "2020-08-20T06:52:51Z", "show": { "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "Welkom bij Wat een week, de podcast van Maxim Hartman en Willem Treur. Hier posten we iedere donderdag een nieuwe aflevering, om je te helpen om het nieuws van afgelopen week te verteren, zonder er aan onderdoor te gaan. In samenwerking met Dag en Nacht Media.", "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/show/6AeemTu3AwFDGkM50OtnbI" }, "href": "https://api.spotify.com/v1/shows/6AeemTu3AwFDGkM50OtnbI", "html_description": "

Welkom bij Wat een week, de podcast van Maxim Hartman en Willem Treur. Hier posten we iedere donderdag een nieuwe aflevering, om je te helpen om het nieuws van afgelopen week te verteren, zonder er aan onderdoor te gaan. In samenwerking met Dag en Nacht Media.

", "id": "6AeemTu3AwFDGkM50OtnbI", "images": [ { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d16a7cc88bc0bbef0aed05f4f", "width": 64 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f16a7cc88bc0bbef0aed05f4f", "width": 300 }, { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a16a7cc88bc0bbef0aed05f4f", "width": 640 } ], "is_externally_hosted": false, "languages": ["nl"], "media_type": "audio", "name": "Wat een Week!", "publisher": "Maxim Hartman & Willem Treur", "total_episodes": 477, "type": "show", "uri": "spotify:show:6AeemTu3AwFDGkM50OtnbI" } } ], "limit": 48, "next": null, "offset": 0, "previous": null, "total": 13 } python-spotify-2.0.2/tests/fixtures/saved_tracks.json000066400000000000000000015432361515206530700231300ustar00rootroot00000000000000{ "href": "https://api.spotify.com/v1/me/tracks?offset=0&limit=48", "items": [ { "added_at": "2026-02-23T13:28:26Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/61jrgPBUklDAQV9DptCc8u" }, "href": "https://api.spotify.com/v1/artists/61jrgPBUklDAQV9DptCc8u", "id": "61jrgPBUklDAQV9DptCc8u", "name": "Starbenders", "type": "artist", "uri": "spotify:artist:61jrgPBUklDAQV9DptCc8u" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1X0ak6iQZOYqdVXzj8Tfbz" }, "href": "https://api.spotify.com/v1/albums/1X0ak6iQZOYqdVXzj8Tfbz", "id": "1X0ak6iQZOYqdVXzj8Tfbz", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b2736a2135afb61a9fa65676be6d" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e026a2135afb61a9fa65676be6d" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d000048516a2135afb61a9fa65676be6d" } ], "is_playable": true, "name": "Cold Silver", "release_date": "2025-10-08", "release_date_precision": "day", "total_tracks": 3, "type": "album", "uri": "spotify:album:1X0ak6iQZOYqdVXzj8Tfbz" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/61jrgPBUklDAQV9DptCc8u" }, "href": "https://api.spotify.com/v1/artists/61jrgPBUklDAQV9DptCc8u", "id": "61jrgPBUklDAQV9DptCc8u", "name": "Starbenders", "type": "artist", "uri": "spotify:artist:61jrgPBUklDAQV9DptCc8u" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 222242, "explicit": true, "external_ids": { "isrc": "USYFZ2565101" }, "external_urls": { "spotify": "https://open.spotify.com/track/0Y0PdrwwWtYTFhCY5Kj0iv" }, "href": "https://api.spotify.com/v1/tracks/0Y0PdrwwWtYTFhCY5Kj0iv", "id": "0Y0PdrwwWtYTFhCY5Kj0iv", "is_local": false, "is_playable": true, "name": "Cold Silver", "popularity": 36, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:0Y0PdrwwWtYTFhCY5Kj0iv" } }, { "added_at": "2026-02-18T23:33:21Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2GgySUiN0AJwFJLdZCE9Ce" }, "href": "https://api.spotify.com/v1/artists/2GgySUiN0AJwFJLdZCE9Ce", "id": "2GgySUiN0AJwFJLdZCE9Ce", "name": "Lolita KompleX", "type": "artist", "uri": "spotify:artist:2GgySUiN0AJwFJLdZCE9Ce" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6voJTR0ZT84lekqx3gyZ2M" }, "href": "https://api.spotify.com/v1/albums/6voJTR0ZT84lekqx3gyZ2M", "id": "6voJTR0ZT84lekqx3gyZ2M", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b2737be5c309088b465e688dd4e5" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e027be5c309088b465e688dd4e5" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d000048517be5c309088b465e688dd4e5" } ], "is_playable": true, "name": "Escapism", "release_date": "2019-07-05", "release_date_precision": "day", "total_tracks": 11, "type": "album", "uri": "spotify:album:6voJTR0ZT84lekqx3gyZ2M" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2GgySUiN0AJwFJLdZCE9Ce" }, "href": "https://api.spotify.com/v1/artists/2GgySUiN0AJwFJLdZCE9Ce", "id": "2GgySUiN0AJwFJLdZCE9Ce", "name": "Lolita KompleX", "type": "artist", "uri": "spotify:artist:2GgySUiN0AJwFJLdZCE9Ce" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 181039, "explicit": false, "external_ids": { "isrc": "FR2X41948396" }, "external_urls": { "spotify": "https://open.spotify.com/track/3TaqQSf0dmZNLen5ogqUH7" }, "href": "https://api.spotify.com/v1/tracks/3TaqQSf0dmZNLen5ogqUH7", "id": "3TaqQSf0dmZNLen5ogqUH7", "is_local": false, "is_playable": true, "name": "Dystopia", "popularity": 21, "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:3TaqQSf0dmZNLen5ogqUH7" } }, { "added_at": "2026-02-17T11:44:29Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3CjlHNtplJyTf9npxaPl5w" }, "href": "https://api.spotify.com/v1/artists/3CjlHNtplJyTf9npxaPl5w", "id": "3CjlHNtplJyTf9npxaPl5w", "name": "CHVRCHES", "type": "artist", "uri": "spotify:artist:3CjlHNtplJyTf9npxaPl5w" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3Qabstvdx4TfWujTzy5Gee" }, "href": "https://api.spotify.com/v1/albums/3Qabstvdx4TfWujTzy5Gee", "id": "3Qabstvdx4TfWujTzy5Gee", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273a425e7a03d90b49694716fba" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02a425e7a03d90b49694716fba" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851a425e7a03d90b49694716fba" } ], "is_playable": true, "name": "Such Great Heights [From \"Tell Me Lies (Season 3)\"]", "release_date": "2026-02-17", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:3Qabstvdx4TfWujTzy5Gee" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3CjlHNtplJyTf9npxaPl5w" }, "href": "https://api.spotify.com/v1/artists/3CjlHNtplJyTf9npxaPl5w", "id": "3CjlHNtplJyTf9npxaPl5w", "name": "CHVRCHES", "type": "artist", "uri": "spotify:artist:3CjlHNtplJyTf9npxaPl5w" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 267976, "explicit": false, "external_ids": { "isrc": "USHR12552506" }, "external_urls": { "spotify": "https://open.spotify.com/track/2UJ5jlXlRkBx4dyVGIEGc0" }, "href": "https://api.spotify.com/v1/tracks/2UJ5jlXlRkBx4dyVGIEGc0", "id": "2UJ5jlXlRkBx4dyVGIEGc0", "is_local": false, "is_playable": true, "name": "Such Great Heights - From \"Tell Me Lies (Season 3)\"", "popularity": 54, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:2UJ5jlXlRkBx4dyVGIEGc0" } }, { "added_at": "2026-02-16T22:56:14Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EvbQBS99RXzFGGimAS3i9" }, "href": "https://api.spotify.com/v1/artists/4EvbQBS99RXzFGGimAS3i9", "id": "4EvbQBS99RXzFGGimAS3i9", "name": "Blood Stain Child", "type": "artist", "uri": "spotify:artist:4EvbQBS99RXzFGGimAS3i9" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4TQyTokknRMto3WhTdodZK" }, "href": "https://api.spotify.com/v1/albums/4TQyTokknRMto3WhTdodZK", "id": "4TQyTokknRMto3WhTdodZK", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273d396dcff123c425a196ac2f1" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02d396dcff123c425a196ac2f1" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851d396dcff123c425a196ac2f1" } ], "is_playable": true, "name": "Epsilon", "release_date": "2011-06-30", "release_date_precision": "day", "total_tracks": 12, "type": "album", "uri": "spotify:album:4TQyTokknRMto3WhTdodZK" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4EvbQBS99RXzFGGimAS3i9" }, "href": "https://api.spotify.com/v1/artists/4EvbQBS99RXzFGGimAS3i9", "id": "4EvbQBS99RXzFGGimAS3i9", "name": "Blood Stain Child", "type": "artist", "uri": "spotify:artist:4EvbQBS99RXzFGGimAS3i9" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 261013, "explicit": false, "external_ids": { "isrc": "ITY101114003" }, "external_urls": { "spotify": "https://open.spotify.com/track/0YyBaPhV9rGcDhs3dS7V6q" }, "href": "https://api.spotify.com/v1/tracks/0YyBaPhV9rGcDhs3dS7V6q", "id": "0YyBaPhV9rGcDhs3dS7V6q", "is_local": false, "is_playable": true, "name": "Stargazer", "popularity": 31, "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:0YyBaPhV9rGcDhs3dS7V6q" } }, { "added_at": "2026-02-16T22:27:42Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/16AVsBqzmIZTNHd0eX8VbK" }, "href": "https://api.spotify.com/v1/artists/16AVsBqzmIZTNHd0eX8VbK", "id": "16AVsBqzmIZTNHd0eX8VbK", "name": "The Birthday Massacre", "type": "artist", "uri": "spotify:artist:16AVsBqzmIZTNHd0eX8VbK" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6VoutwXXcQBDbcZlmlYbxc" }, "href": "https://api.spotify.com/v1/albums/6VoutwXXcQBDbcZlmlYbxc", "id": "6VoutwXXcQBDbcZlmlYbxc", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b2738c88a251fa147359fcce93a1" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e028c88a251fa147359fcce93a1" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d000048518c88a251fa147359fcce93a1" } ], "is_playable": true, "name": "Pins And Needles", "release_date": "2010-09-14", "release_date_precision": "day", "total_tracks": 11, "type": "album", "uri": "spotify:album:6VoutwXXcQBDbcZlmlYbxc" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/16AVsBqzmIZTNHd0eX8VbK" }, "href": "https://api.spotify.com/v1/artists/16AVsBqzmIZTNHd0eX8VbK", "id": "16AVsBqzmIZTNHd0eX8VbK", "name": "The Birthday Massacre", "type": "artist", "uri": "spotify:artist:16AVsBqzmIZTNHd0eX8VbK" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 229600, "explicit": false, "external_ids": { "isrc": "US57M1068010" }, "external_urls": { "spotify": "https://open.spotify.com/track/7Gfg6IiBYzsq1XG9dm1oRG" }, "href": "https://api.spotify.com/v1/tracks/7Gfg6IiBYzsq1XG9dm1oRG", "id": "7Gfg6IiBYzsq1XG9dm1oRG", "is_local": false, "is_playable": true, "name": "Sleepwalking", "popularity": 42, "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:7Gfg6IiBYzsq1XG9dm1oRG" } }, { "added_at": "2026-02-16T21:15:43Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/16AVsBqzmIZTNHd0eX8VbK" }, "href": "https://api.spotify.com/v1/artists/16AVsBqzmIZTNHd0eX8VbK", "id": "16AVsBqzmIZTNHd0eX8VbK", "name": "The Birthday Massacre", "type": "artist", "uri": "spotify:artist:16AVsBqzmIZTNHd0eX8VbK" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6VoutwXXcQBDbcZlmlYbxc" }, "href": "https://api.spotify.com/v1/albums/6VoutwXXcQBDbcZlmlYbxc", "id": "6VoutwXXcQBDbcZlmlYbxc", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b2738c88a251fa147359fcce93a1" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e028c88a251fa147359fcce93a1" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d000048518c88a251fa147359fcce93a1" } ], "is_playable": true, "name": "Pins And Needles", "release_date": "2010-09-14", "release_date_precision": "day", "total_tracks": 11, "type": "album", "uri": "spotify:album:6VoutwXXcQBDbcZlmlYbxc" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/16AVsBqzmIZTNHd0eX8VbK" }, "href": "https://api.spotify.com/v1/artists/16AVsBqzmIZTNHd0eX8VbK", "id": "16AVsBqzmIZTNHd0eX8VbK", "name": "The Birthday Massacre", "type": "artist", "uri": "spotify:artist:16AVsBqzmIZTNHd0eX8VbK" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 200266, "explicit": false, "external_ids": { "isrc": "US57M1068004" }, "external_urls": { "spotify": "https://open.spotify.com/track/6wRnCFOePoaifD2SmZ7K7B" }, "href": "https://api.spotify.com/v1/tracks/6wRnCFOePoaifD2SmZ7K7B", "id": "6wRnCFOePoaifD2SmZ7K7B", "is_local": false, "is_playable": true, "name": "Control", "popularity": 35, "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:6wRnCFOePoaifD2SmZ7K7B" } }, { "added_at": "2026-02-13T10:59:08Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1HGrQZLhmqlEuACUnQY7yy" }, "href": "https://api.spotify.com/v1/albums/1HGrQZLhmqlEuACUnQY7yy", "id": "1HGrQZLhmqlEuACUnQY7yy", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b2735db919ecd425e6692c12a945" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e025db919ecd425e6692c12a945" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d000048515db919ecd425e6692c12a945" } ], "is_playable": true, "name": "FATE of ALL", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:1HGrQZLhmqlEuACUnQY7yy" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 244360, "explicit": false, "external_ids": { "isrc": "QZHN52659492" }, "external_urls": { "spotify": "https://open.spotify.com/track/29DpW469MK56dBqxSfzwDs" }, "href": "https://api.spotify.com/v1/tracks/29DpW469MK56dBqxSfzwDs", "id": "29DpW469MK56dBqxSfzwDs", "is_local": false, "is_playable": true, "name": "FATE of ALL", "popularity": 39, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:29DpW469MK56dBqxSfzwDs" } }, { "added_at": "2026-02-11T21:37:52Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4G9NDjRyZFDlJKMRL8hx3S" }, "href": "https://api.spotify.com/v1/artists/4G9NDjRyZFDlJKMRL8hx3S", "id": "4G9NDjRyZFDlJKMRL8hx3S", "name": "sombr", "type": "artist", "uri": "spotify:artist:4G9NDjRyZFDlJKMRL8hx3S" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/7mvXPtV4jvA1hp5Wx2FAJA" }, "href": "https://api.spotify.com/v1/albums/7mvXPtV4jvA1hp5Wx2FAJA", "id": "7mvXPtV4jvA1hp5Wx2FAJA", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b2734229702de91cb3d3a4383302" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e024229702de91cb3d3a4383302" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d000048514229702de91cb3d3a4383302" } ], "is_playable": true, "name": "I Barely Know Her", "release_date": "2025-08-22", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:7mvXPtV4jvA1hp5Wx2FAJA" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4G9NDjRyZFDlJKMRL8hx3S" }, "href": "https://api.spotify.com/v1/artists/4G9NDjRyZFDlJKMRL8hx3S", "id": "4G9NDjRyZFDlJKMRL8hx3S", "name": "sombr", "type": "artist", "uri": "spotify:artist:4G9NDjRyZFDlJKMRL8hx3S" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 242903, "explicit": false, "external_ids": { "isrc": "USWB12502453" }, "external_urls": { "spotify": "https://open.spotify.com/track/05od2qm2MTSKCHxy1GBp5W" }, "href": "https://api.spotify.com/v1/tracks/05od2qm2MTSKCHxy1GBp5W", "id": "05od2qm2MTSKCHxy1GBp5W", "is_local": false, "is_playable": true, "name": "12 to 12", "popularity": 90, "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:05od2qm2MTSKCHxy1GBp5W" } }, { "added_at": "2026-02-10T22:19:19Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7zt6Af78CalxaPDqORfw8L" }, "href": "https://api.spotify.com/v1/artists/7zt6Af78CalxaPDqORfw8L", "id": "7zt6Af78CalxaPDqORfw8L", "name": "Annie", "type": "artist", "uri": "spotify:artist:7zt6Af78CalxaPDqORfw8L" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1dMkUqXlm5b3JxSzBmVIX5" }, "href": "https://api.spotify.com/v1/albums/1dMkUqXlm5b3JxSzBmVIX5", "id": "1dMkUqXlm5b3JxSzBmVIX5", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b2730570e34fef3c011c35486001" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e020570e34fef3c011c35486001" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d000048510570e34fef3c011c35486001" } ], "is_playable": true, "name": "Dark Hearts", "release_date": "2020-10-16", "release_date_precision": "day", "total_tracks": 13, "type": "album", "uri": "spotify:album:1dMkUqXlm5b3JxSzBmVIX5" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7zt6Af78CalxaPDqORfw8L" }, "href": "https://api.spotify.com/v1/artists/7zt6Af78CalxaPDqORfw8L", "id": "7zt6Af78CalxaPDqORfw8L", "name": "Annie", "type": "artist", "uri": "spotify:artist:7zt6Af78CalxaPDqORfw8L" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 226869, "explicit": false, "external_ids": { "isrc": "NOQVR2001070" }, "external_urls": { "spotify": "https://open.spotify.com/track/7t1C2Z5kYtmhZGMs5mIFz2" }, "href": "https://api.spotify.com/v1/tracks/7t1C2Z5kYtmhZGMs5mIFz2", "id": "7t1C2Z5kYtmhZGMs5mIFz2", "is_local": false, "is_playable": true, "name": "American Cars", "popularity": 47, "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:7t1C2Z5kYtmhZGMs5mIFz2" } }, { "added_at": "2026-02-10T21:44:05Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0JXwYf8x27ZfMO2gGuh6HO" }, "href": "https://api.spotify.com/v1/artists/0JXwYf8x27ZfMO2gGuh6HO", "id": "0JXwYf8x27ZfMO2gGuh6HO", "name": "Brooke Combe", "type": "artist", "uri": "spotify:artist:0JXwYf8x27ZfMO2gGuh6HO" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/7kz0Hn6RArQSJVQfyIqaxp" }, "href": "https://api.spotify.com/v1/albums/7kz0Hn6RArQSJVQfyIqaxp", "id": "7kz0Hn6RArQSJVQfyIqaxp", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b27347bda116b82088a2a40fb9c0" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e0247bda116b82088a2a40fb9c0" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d0000485147bda116b82088a2a40fb9c0" } ], "is_playable": true, "name": "Black Is The New Gold", "release_date": "2023-04-21", "release_date_precision": "day", "total_tracks": 8, "type": "album", "uri": "spotify:album:7kz0Hn6RArQSJVQfyIqaxp" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0JXwYf8x27ZfMO2gGuh6HO" }, "href": "https://api.spotify.com/v1/artists/0JXwYf8x27ZfMO2gGuh6HO", "id": "0JXwYf8x27ZfMO2gGuh6HO", "name": "Brooke Combe", "type": "artist", "uri": "spotify:artist:0JXwYf8x27ZfMO2gGuh6HO" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 179354, "explicit": false, "external_ids": { "isrc": "GBUM72200009" }, "external_urls": { "spotify": "https://open.spotify.com/track/6xXx3GFDuZe2kaLRbyNqqa" }, "href": "https://api.spotify.com/v1/tracks/6xXx3GFDuZe2kaLRbyNqqa", "id": "6xXx3GFDuZe2kaLRbyNqqa", "is_local": false, "is_playable": true, "name": "Miss Me Now", "popularity": 36, "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:6xXx3GFDuZe2kaLRbyNqqa" } }, { "added_at": "2026-02-10T21:44:04Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6NvsbUgzHkjZK3ZUEWui41" }, "href": "https://api.spotify.com/v1/artists/6NvsbUgzHkjZK3ZUEWui41", "id": "6NvsbUgzHkjZK3ZUEWui41", "name": "Kai Bosch", "type": "artist", "uri": "spotify:artist:6NvsbUgzHkjZK3ZUEWui41" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/7gnf1UNA18n7SThlTZa3CS" }, "href": "https://api.spotify.com/v1/albums/7gnf1UNA18n7SThlTZa3CS", "id": "7gnf1UNA18n7SThlTZa3CS", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273acd4f105323904b6cc1cf4e1" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02acd4f105323904b6cc1cf4e1" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851acd4f105323904b6cc1cf4e1" } ], "is_playable": true, "name": "Angel", "release_date": "2025-02-19", "release_date_precision": "day", "total_tracks": 3, "type": "album", "uri": "spotify:album:7gnf1UNA18n7SThlTZa3CS" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6NvsbUgzHkjZK3ZUEWui41" }, "href": "https://api.spotify.com/v1/artists/6NvsbUgzHkjZK3ZUEWui41", "id": "6NvsbUgzHkjZK3ZUEWui41", "name": "Kai Bosch", "type": "artist", "uri": "spotify:artist:6NvsbUgzHkjZK3ZUEWui41" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 202593, "explicit": false, "external_ids": { "isrc": "GBFB92500003" }, "external_urls": { "spotify": "https://open.spotify.com/track/04GhEfWKEragdPIlf1s8hd" }, "href": "https://api.spotify.com/v1/tracks/04GhEfWKEragdPIlf1s8hd", "id": "04GhEfWKEragdPIlf1s8hd", "is_local": false, "is_playable": true, "name": "Angel", "popularity": 35, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:04GhEfWKEragdPIlf1s8hd" } }, { "added_at": "2026-02-08T21:58:53Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6os1temnovzJIEGRUmn3fG" }, "href": "https://api.spotify.com/v1/artists/6os1temnovzJIEGRUmn3fG", "id": "6os1temnovzJIEGRUmn3fG", "name": "BNYX\u00ae", "type": "artist", "uri": "spotify:artist:6os1temnovzJIEGRUmn3fG" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0fA0VVWsXO9YnASrzqfmYu" }, "href": "https://api.spotify.com/v1/artists/0fA0VVWsXO9YnASrzqfmYu", "id": "0fA0VVWsXO9YnASrzqfmYu", "name": "Kid Cudi", "type": "artist", "uri": "spotify:artist:0fA0VVWsXO9YnASrzqfmYu" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5nPOO9iTcrs9k6yFffPxjH" }, "href": "https://api.spotify.com/v1/artists/5nPOO9iTcrs9k6yFffPxjH", "id": "5nPOO9iTcrs9k6yFffPxjH", "name": "R\u00f6yksopp", "type": "artist", "uri": "spotify:artist:5nPOO9iTcrs9k6yFffPxjH" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/05U0USUzKB8vLfdOWggfqC" }, "href": "https://api.spotify.com/v1/albums/05U0USUzKB8vLfdOWggfqC", "id": "05U0USUzKB8vLfdOWggfqC", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b27329b9d44066f5211cc732f491" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e0229b9d44066f5211cc732f491" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d0000485129b9d44066f5211cc732f491" } ], "is_playable": true, "name": "EVERYWHERE I GO (REMIND ME) feat. Kid Cudi", "release_date": "2026-01-30", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:05U0USUzKB8vLfdOWggfqC" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6os1temnovzJIEGRUmn3fG" }, "href": "https://api.spotify.com/v1/artists/6os1temnovzJIEGRUmn3fG", "id": "6os1temnovzJIEGRUmn3fG", "name": "BNYX\u00ae", "type": "artist", "uri": "spotify:artist:6os1temnovzJIEGRUmn3fG" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0fA0VVWsXO9YnASrzqfmYu" }, "href": "https://api.spotify.com/v1/artists/0fA0VVWsXO9YnASrzqfmYu", "id": "0fA0VVWsXO9YnASrzqfmYu", "name": "Kid Cudi", "type": "artist", "uri": "spotify:artist:0fA0VVWsXO9YnASrzqfmYu" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5nPOO9iTcrs9k6yFffPxjH" }, "href": "https://api.spotify.com/v1/artists/5nPOO9iTcrs9k6yFffPxjH", "id": "5nPOO9iTcrs9k6yFffPxjH", "name": "R\u00f6yksopp", "type": "artist", "uri": "spotify:artist:5nPOO9iTcrs9k6yFffPxjH" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 217243, "explicit": true, "external_ids": { "isrc": "USUG12508483" }, "external_urls": { "spotify": "https://open.spotify.com/track/55QDC1UHFcqlnH0xSvvB7T" }, "href": "https://api.spotify.com/v1/tracks/55QDC1UHFcqlnH0xSvvB7T", "id": "55QDC1UHFcqlnH0xSvvB7T", "is_local": false, "is_playable": true, "name": "EVERYWHERE I GO (REMIND ME) feat. Kid Cudi", "popularity": 63, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:55QDC1UHFcqlnH0xSvvB7T" } }, { "added_at": "2026-02-05T23:55:38Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5sq7TecbA0bzgELXZmlXgg" }, "href": "https://api.spotify.com/v1/albums/5sq7TecbA0bzgELXZmlXgg", "id": "5sq7TecbA0bzgELXZmlXgg", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273614f462559ae5b794074f12e" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02614f462559ae5b794074f12e" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851614f462559ae5b794074f12e" } ], "is_playable": true, "name": "Under the Covers, Vol. II", "release_date": "2017-10-27", "release_date_precision": "day", "total_tracks": 12, "type": "album", "uri": "spotify:album:5sq7TecbA0bzgELXZmlXgg" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "name": "Ninja Sex Party", "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 250862, "explicit": false, "external_ids": { "isrc": "USHM21773619" }, "external_urls": { "spotify": "https://open.spotify.com/track/6UbGGbBpSfmFDyG17OFuId" }, "href": "https://api.spotify.com/v1/tracks/6UbGGbBpSfmFDyG17OFuId", "id": "6UbGGbBpSfmFDyG17OFuId", "is_local": false, "is_playable": true, "name": "Rocket Man", "popularity": 35, "preview_url": null, "track_number": 12, "type": "track", "uri": "spotify:track:6UbGGbBpSfmFDyG17OFuId" } }, { "added_at": "2026-02-04T19:13:21Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5R8aSm8lobxbG7h2AjmKAW" }, "href": "https://api.spotify.com/v1/artists/5R8aSm8lobxbG7h2AjmKAW", "id": "5R8aSm8lobxbG7h2AjmKAW", "name": "KROMEA", "type": "artist", "uri": "spotify:artist:5R8aSm8lobxbG7h2AjmKAW" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4B5d3LOYzvyPtv8zfFBV9N" }, "href": "https://api.spotify.com/v1/albums/4B5d3LOYzvyPtv8zfFBV9N", "id": "4B5d3LOYzvyPtv8zfFBV9N", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273164b1c0ca47cfe70d742f526" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02164b1c0ca47cfe70d742f526" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851164b1c0ca47cfe70d742f526" } ], "is_playable": true, "name": "Overtake EP", "release_date": "2018-05-25", "release_date_precision": "day", "total_tracks": 4, "type": "album", "uri": "spotify:album:4B5d3LOYzvyPtv8zfFBV9N" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5R8aSm8lobxbG7h2AjmKAW" }, "href": "https://api.spotify.com/v1/artists/5R8aSm8lobxbG7h2AjmKAW", "id": "5R8aSm8lobxbG7h2AjmKAW", "name": "KROMEA", "type": "artist", "uri": "spotify:artist:5R8aSm8lobxbG7h2AjmKAW" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 222546, "explicit": false, "external_ids": { "isrc": "FIVIG1800013" }, "external_urls": { "spotify": "https://open.spotify.com/track/5KGbSUW1wwV5nOq359erDf" }, "href": "https://api.spotify.com/v1/tracks/5KGbSUW1wwV5nOq359erDf", "id": "5KGbSUW1wwV5nOq359erDf", "is_local": false, "is_playable": true, "name": "Planets", "popularity": 34, "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:5KGbSUW1wwV5nOq359erDf" } }, { "added_at": "2026-02-02T14:23:23Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0JseT2AZzVMKsBlrAywFcO" }, "href": "https://api.spotify.com/v1/artists/0JseT2AZzVMKsBlrAywFcO", "id": "0JseT2AZzVMKsBlrAywFcO", "name": "Anavae", "type": "artist", "uri": "spotify:artist:0JseT2AZzVMKsBlrAywFcO" } ], "available_markets": [ "AR", "AU", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4GO80k3K2QDOrSCeC2ASCn" }, "href": "https://api.spotify.com/v1/albums/4GO80k3K2QDOrSCeC2ASCn", "id": "4GO80k3K2QDOrSCeC2ASCn", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b2737a2e6ff1c77488da072fbddb" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e027a2e6ff1c77488da072fbddb" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d000048517a2e6ff1c77488da072fbddb" } ], "is_playable": true, "name": "45", "release_date": "2019-11-01", "release_date_precision": "day", "total_tracks": 12, "type": "album", "uri": "spotify:album:4GO80k3K2QDOrSCeC2ASCn" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0JseT2AZzVMKsBlrAywFcO" }, "href": "https://api.spotify.com/v1/artists/0JseT2AZzVMKsBlrAywFcO", "id": "0JseT2AZzVMKsBlrAywFcO", "name": "Anavae", "type": "artist", "uri": "spotify:artist:0JseT2AZzVMKsBlrAywFcO" } ], "available_markets": [ "AR", "AU", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 216823, "explicit": false, "external_ids": { "isrc": "GBAJC1900443" }, "external_urls": { "spotify": "https://open.spotify.com/track/3dOgdq9C19ZyOJCV2qGwWm" }, "href": "https://api.spotify.com/v1/tracks/3dOgdq9C19ZyOJCV2qGwWm", "id": "3dOgdq9C19ZyOJCV2qGwWm", "is_local": false, "is_playable": true, "name": "Human", "popularity": 38, "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:3dOgdq9C19ZyOJCV2qGwWm" } }, { "added_at": "2026-02-02T13:49:13Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/61jrgPBUklDAQV9DptCc8u" }, "href": "https://api.spotify.com/v1/artists/61jrgPBUklDAQV9DptCc8u", "id": "61jrgPBUklDAQV9DptCc8u", "name": "Starbenders", "type": "artist", "uri": "spotify:artist:61jrgPBUklDAQV9DptCc8u" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "BJ", "MG", "MU", "MZ", "AO", "DJ", "ZM", "CG", "TJ", "VE", "ET" ], "external_urls": { "spotify": "https://open.spotify.com/album/6LuMBvlwocn2SFOE6GcawL" }, "href": "https://api.spotify.com/v1/albums/6LuMBvlwocn2SFOE6GcawL", "id": "6LuMBvlwocn2SFOE6GcawL", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273e46418c0c40f94f033ad3d73" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02e46418c0c40f94f033ad3d73" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851e46418c0c40f94f033ad3d73" } ], "is_playable": true, "name": "Japanese Rooms", "release_date": "2019-04-19", "release_date_precision": "day", "total_tracks": 6, "type": "album", "uri": "spotify:album:6LuMBvlwocn2SFOE6GcawL" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/61jrgPBUklDAQV9DptCc8u" }, "href": "https://api.spotify.com/v1/artists/61jrgPBUklDAQV9DptCc8u", "id": "61jrgPBUklDAQV9DptCc8u", "name": "Starbenders", "type": "artist", "uri": "spotify:artist:61jrgPBUklDAQV9DptCc8u" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "BJ", "MG", "MU", "MZ", "AO", "DJ", "ZM", "CG", "TJ", "VE", "ET" ], "disc_number": 1, "duration_ms": 227366, "explicit": false, "external_ids": { "isrc": "TCAED1987311" }, "external_urls": { "spotify": "https://open.spotify.com/track/2ikMCoZog1nUFApExQFgo2" }, "href": "https://api.spotify.com/v1/tracks/2ikMCoZog1nUFApExQFgo2", "id": "2ikMCoZog1nUFApExQFgo2", "is_local": false, "is_playable": true, "name": "Far from Heaven", "popularity": 23, "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:2ikMCoZog1nUFApExQFgo2" } }, { "added_at": "2026-01-30T08:57:30Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/61jrgPBUklDAQV9DptCc8u" }, "href": "https://api.spotify.com/v1/artists/61jrgPBUklDAQV9DptCc8u", "id": "61jrgPBUklDAQV9DptCc8u", "name": "Starbenders", "type": "artist", "uri": "spotify:artist:61jrgPBUklDAQV9DptCc8u" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2S3PYJxfbcMMxaHOwWXjAq" }, "href": "https://api.spotify.com/v1/albums/2S3PYJxfbcMMxaHOwWXjAq", "id": "2S3PYJxfbcMMxaHOwWXjAq", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273d43ddbd12bfe5f282cdb4d2d" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02d43ddbd12bfe5f282cdb4d2d" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851d43ddbd12bfe5f282cdb4d2d" } ], "is_playable": true, "name": "21st Century (Digital Boy)", "release_date": "2026-01-27", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:2S3PYJxfbcMMxaHOwWXjAq" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/61jrgPBUklDAQV9DptCc8u" }, "href": "https://api.spotify.com/v1/artists/61jrgPBUklDAQV9DptCc8u", "id": "61jrgPBUklDAQV9DptCc8u", "name": "Starbenders", "type": "artist", "uri": "spotify:artist:61jrgPBUklDAQV9DptCc8u" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 165282, "explicit": false, "external_ids": { "isrc": "USYFZ2677305" }, "external_urls": { "spotify": "https://open.spotify.com/track/62CvzSF6JMfrNY317ZiNZc" }, "href": "https://api.spotify.com/v1/tracks/62CvzSF6JMfrNY317ZiNZc", "id": "62CvzSF6JMfrNY317ZiNZc", "is_local": false, "is_playable": true, "name": "21st Century (Digital Boy)", "popularity": 35, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:62CvzSF6JMfrNY317ZiNZc" } }, { "added_at": "2026-01-20T22:35:35Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3vV6kgqJHi1rg46i4Iwzr1" }, "href": "https://api.spotify.com/v1/artists/3vV6kgqJHi1rg46i4Iwzr1", "id": "3vV6kgqJHi1rg46i4Iwzr1", "name": "Masters of Prophecy", "type": "artist", "uri": "spotify:artist:3vV6kgqJHi1rg46i4Iwzr1" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4IY5p6bgi73zzEOjKBIXmL" }, "href": "https://api.spotify.com/v1/albums/4IY5p6bgi73zzEOjKBIXmL", "id": "4IY5p6bgi73zzEOjKBIXmL", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273235800a8fcf394b99855abac" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02235800a8fcf394b99855abac" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851235800a8fcf394b99855abac" } ], "is_playable": true, "name": "Liquid Lightning", "release_date": "2025-11-23", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:4IY5p6bgi73zzEOjKBIXmL" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3vV6kgqJHi1rg46i4Iwzr1" }, "href": "https://api.spotify.com/v1/artists/3vV6kgqJHi1rg46i4Iwzr1", "id": "3vV6kgqJHi1rg46i4Iwzr1", "name": "Masters of Prophecy", "type": "artist", "uri": "spotify:artist:3vV6kgqJHi1rg46i4Iwzr1" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 256437, "explicit": false, "external_ids": { "isrc": "CBF8B2547992" }, "external_urls": { "spotify": "https://open.spotify.com/track/1jcctkKfRKJoYNjEKA2k42" }, "href": "https://api.spotify.com/v1/tracks/1jcctkKfRKJoYNjEKA2k42", "id": "1jcctkKfRKJoYNjEKA2k42", "is_local": false, "is_playable": true, "name": "Liquid Lightning", "popularity": 47, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:1jcctkKfRKJoYNjEKA2k42" } }, { "added_at": "2026-01-19T09:42:31Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4v4qHupYi7eRJfkniHrp4Z" }, "href": "https://api.spotify.com/v1/artists/4v4qHupYi7eRJfkniHrp4Z", "id": "4v4qHupYi7eRJfkniHrp4Z", "name": "Young Guns", "type": "artist", "uri": "spotify:artist:4v4qHupYi7eRJfkniHrp4Z" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2ZYmViriDHQS2bzBohrLXj" }, "href": "https://api.spotify.com/v1/albums/2ZYmViriDHQS2bzBohrLXj", "id": "2ZYmViriDHQS2bzBohrLXj", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b2738f2411416b3b2fe181d559fe" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e028f2411416b3b2fe181d559fe" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d000048518f2411416b3b2fe181d559fe" } ], "is_playable": true, "name": "Ones And Zeros", "release_date": "2015-02-18", "release_date_precision": "day", "total_tracks": 12, "type": "album", "uri": "spotify:album:2ZYmViriDHQS2bzBohrLXj" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4v4qHupYi7eRJfkniHrp4Z" }, "href": "https://api.spotify.com/v1/artists/4v4qHupYi7eRJfkniHrp4Z", "id": "4v4qHupYi7eRJfkniHrp4Z", "name": "Young Guns", "type": "artist", "uri": "spotify:artist:4v4qHupYi7eRJfkniHrp4Z" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "disc_number": 1, "duration_ms": 224213, "explicit": false, "external_ids": { "isrc": "GBUM71406930" }, "external_urls": { "spotify": "https://open.spotify.com/track/0QSMTHdo8JRa7PazhGrbIK" }, "href": "https://api.spotify.com/v1/tracks/0QSMTHdo8JRa7PazhGrbIK", "id": "0QSMTHdo8JRa7PazhGrbIK", "is_local": false, "is_playable": true, "name": "I Want Out", "popularity": 29, "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:0QSMTHdo8JRa7PazhGrbIK" } }, { "added_at": "2026-01-19T09:37:47Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6JslXiAQgoATL9rPmLE5du" }, "href": "https://api.spotify.com/v1/artists/6JslXiAQgoATL9rPmLE5du", "id": "6JslXiAQgoATL9rPmLE5du", "name": "Anike Ekina", "type": "artist", "uri": "spotify:artist:6JslXiAQgoATL9rPmLE5du" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/10VNoWgGKiAas5dWkpCUHL" }, "href": "https://api.spotify.com/v1/albums/10VNoWgGKiAas5dWkpCUHL", "id": "10VNoWgGKiAas5dWkpCUHL", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b27350dfe378fc89465e3d3ae2d0" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e0250dfe378fc89465e3d3ae2d0" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d0000485150dfe378fc89465e3d3ae2d0" } ], "is_playable": true, "name": "Light Back In (Special Metal version)", "release_date": "2025-08-01", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:10VNoWgGKiAas5dWkpCUHL" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6JslXiAQgoATL9rPmLE5du" }, "href": "https://api.spotify.com/v1/artists/6JslXiAQgoATL9rPmLE5du", "id": "6JslXiAQgoATL9rPmLE5du", "name": "Anike Ekina", "type": "artist", "uri": "spotify:artist:6JslXiAQgoATL9rPmLE5du" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 202805, "explicit": false, "external_ids": { "isrc": "DEA372013916" }, "external_urls": { "spotify": "https://open.spotify.com/track/34vearIqjyFqWWPZKPPxvH" }, "href": "https://api.spotify.com/v1/tracks/34vearIqjyFqWWPZKPPxvH", "id": "34vearIqjyFqWWPZKPPxvH", "is_local": false, "is_playable": true, "name": "Light Back In - Special Metal Version - Radio Edit", "popularity": 39, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:34vearIqjyFqWWPZKPPxvH" } }, { "added_at": "2026-01-19T09:05:04Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5ySYeIhqg4Rfs5tjteVMz3" }, "href": "https://api.spotify.com/v1/artists/5ySYeIhqg4Rfs5tjteVMz3", "id": "5ySYeIhqg4Rfs5tjteVMz3", "name": "Blondfire", "type": "artist", "uri": "spotify:artist:5ySYeIhqg4Rfs5tjteVMz3" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0UulNUxyPHQ2Dcnc2fuak7" }, "href": "https://api.spotify.com/v1/albums/0UulNUxyPHQ2Dcnc2fuak7", "id": "0UulNUxyPHQ2Dcnc2fuak7", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b2737a591fe36aa65157f11de048" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e027a591fe36aa65157f11de048" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d000048517a591fe36aa65157f11de048" } ], "is_playable": true, "name": "True Confessions", "release_date": "2016-02-05", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:0UulNUxyPHQ2Dcnc2fuak7" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5ySYeIhqg4Rfs5tjteVMz3" }, "href": "https://api.spotify.com/v1/artists/5ySYeIhqg4Rfs5tjteVMz3", "id": "5ySYeIhqg4Rfs5tjteVMz3", "name": "Blondfire", "type": "artist", "uri": "spotify:artist:5ySYeIhqg4Rfs5tjteVMz3" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 217708, "explicit": false, "external_ids": { "isrc": "TCACL1620223" }, "external_urls": { "spotify": "https://open.spotify.com/track/5Th9qF4aR9PJRrSyukyGLx" }, "href": "https://api.spotify.com/v1/tracks/5Th9qF4aR9PJRrSyukyGLx", "id": "5Th9qF4aR9PJRrSyukyGLx", "is_local": false, "is_playable": true, "name": "True Confessions", "popularity": 29, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:5Th9qF4aR9PJRrSyukyGLx" } }, { "added_at": "2026-01-10T10:37:48Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/39B7ChWwrWDs7zXlsu3MoP" }, "href": "https://api.spotify.com/v1/artists/39B7ChWwrWDs7zXlsu3MoP", "id": "39B7ChWwrWDs7zXlsu3MoP", "name": "Sonny Fodera", "type": "artist", "uri": "spotify:artist:39B7ChWwrWDs7zXlsu3MoP" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0Cs47vvRsPgEfliBU9KDiB" }, "href": "https://api.spotify.com/v1/artists/0Cs47vvRsPgEfliBU9KDiB", "id": "0Cs47vvRsPgEfliBU9KDiB", "name": "D.O.D", "type": "artist", "uri": "spotify:artist:0Cs47vvRsPgEfliBU9KDiB" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4STmXOXUF3UieHU46NWLVt" }, "href": "https://api.spotify.com/v1/artists/4STmXOXUF3UieHU46NWLVt", "id": "4STmXOXUF3UieHU46NWLVt", "name": "Poppy Baskcomb", "type": "artist", "uri": "spotify:artist:4STmXOXUF3UieHU46NWLVt" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1jmVSpWhzD8vciWg2Qtd5V" }, "href": "https://api.spotify.com/v1/albums/1jmVSpWhzD8vciWg2Qtd5V", "id": "1jmVSpWhzD8vciWg2Qtd5V", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b2734f623d698447c6ee9394c0ae" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e024f623d698447c6ee9394c0ae" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d000048514f623d698447c6ee9394c0ae" } ], "is_playable": true, "name": "Think About Us", "release_date": "2025-10-17", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:1jmVSpWhzD8vciWg2Qtd5V" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/39B7ChWwrWDs7zXlsu3MoP" }, "href": "https://api.spotify.com/v1/artists/39B7ChWwrWDs7zXlsu3MoP", "id": "39B7ChWwrWDs7zXlsu3MoP", "name": "Sonny Fodera", "type": "artist", "uri": "spotify:artist:39B7ChWwrWDs7zXlsu3MoP" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0Cs47vvRsPgEfliBU9KDiB" }, "href": "https://api.spotify.com/v1/artists/0Cs47vvRsPgEfliBU9KDiB", "id": "0Cs47vvRsPgEfliBU9KDiB", "name": "D.O.D", "type": "artist", "uri": "spotify:artist:0Cs47vvRsPgEfliBU9KDiB" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4STmXOXUF3UieHU46NWLVt" }, "href": "https://api.spotify.com/v1/artists/4STmXOXUF3UieHU46NWLVt", "id": "4STmXOXUF3UieHU46NWLVt", "name": "Poppy Baskcomb", "type": "artist", "uri": "spotify:artist:4STmXOXUF3UieHU46NWLVt" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 178148, "explicit": false, "external_ids": { "isrc": "US39N2510213" }, "external_urls": { "spotify": "https://open.spotify.com/track/0lRnxwJeUOxwEvWMw4uQKj" }, "href": "https://api.spotify.com/v1/tracks/0lRnxwJeUOxwEvWMw4uQKj", "id": "0lRnxwJeUOxwEvWMw4uQKj", "is_local": false, "is_playable": true, "name": "Think About Us", "popularity": 80, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:0lRnxwJeUOxwEvWMw4uQKj" } }, { "added_at": "2026-01-08T23:48:41Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/29GuyTDTPnxeRQhEdbmGLn" }, "href": "https://api.spotify.com/v1/artists/29GuyTDTPnxeRQhEdbmGLn", "id": "29GuyTDTPnxeRQhEdbmGLn", "name": "HEXXENMIND", "type": "artist", "uri": "spotify:artist:29GuyTDTPnxeRQhEdbmGLn" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3nL6S2DQUe71FicS2UpJ4b" }, "href": "https://api.spotify.com/v1/albums/3nL6S2DQUe71FicS2UpJ4b", "id": "3nL6S2DQUe71FicS2UpJ4b", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273ef9542dcf36ea3f7f66d2487" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02ef9542dcf36ea3f7f66d2487" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851ef9542dcf36ea3f7f66d2487" } ], "is_playable": true, "name": "The Fate of Ophelia - Rock", "release_date": "2025-10-15", "release_date_precision": "day", "total_tracks": 4, "type": "album", "uri": "spotify:album:3nL6S2DQUe71FicS2UpJ4b" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/29GuyTDTPnxeRQhEdbmGLn" }, "href": "https://api.spotify.com/v1/artists/29GuyTDTPnxeRQhEdbmGLn", "id": "29GuyTDTPnxeRQhEdbmGLn", "name": "HEXXENMIND", "type": "artist", "uri": "spotify:artist:29GuyTDTPnxeRQhEdbmGLn" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 267697, "explicit": false, "external_ids": { "isrc": "MXA3V2454127" }, "external_urls": { "spotify": "https://open.spotify.com/track/7sa0Obv4Y9y7rpIYhudEu7" }, "href": "https://api.spotify.com/v1/tracks/7sa0Obv4Y9y7rpIYhudEu7", "id": "7sa0Obv4Y9y7rpIYhudEu7", "is_local": false, "is_playable": true, "name": "The Fate of Ophelia", "popularity": 56, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:7sa0Obv4Y9y7rpIYhudEu7" } }, { "added_at": "2026-01-08T23:30:42Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/61jrgPBUklDAQV9DptCc8u" }, "href": "https://api.spotify.com/v1/artists/61jrgPBUklDAQV9DptCc8u", "id": "61jrgPBUklDAQV9DptCc8u", "name": "Starbenders", "type": "artist", "uri": "spotify:artist:61jrgPBUklDAQV9DptCc8u" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3oj49xNyRWGKpWXI6I8p8U" }, "href": "https://api.spotify.com/v1/albums/3oj49xNyRWGKpWXI6I8p8U", "id": "3oj49xNyRWGKpWXI6I8p8U", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b2731980c65519ce49d2471700e6" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e021980c65519ce49d2471700e6" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d000048511980c65519ce49d2471700e6" } ], "is_playable": true, "name": "Somebody Else", "release_date": "2025-12-03", "release_date_precision": "day", "total_tracks": 3, "type": "album", "uri": "spotify:album:3oj49xNyRWGKpWXI6I8p8U" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/61jrgPBUklDAQV9DptCc8u" }, "href": "https://api.spotify.com/v1/artists/61jrgPBUklDAQV9DptCc8u", "id": "61jrgPBUklDAQV9DptCc8u", "name": "Starbenders", "type": "artist", "uri": "spotify:artist:61jrgPBUklDAQV9DptCc8u" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 225085, "explicit": true, "external_ids": { "isrc": "USYFZ2572602" }, "external_urls": { "spotify": "https://open.spotify.com/track/4YpWdFAPE72zuMkQe2bE47" }, "href": "https://api.spotify.com/v1/tracks/4YpWdFAPE72zuMkQe2bE47", "id": "4YpWdFAPE72zuMkQe2bE47", "is_local": false, "is_playable": true, "name": "Somebody Else", "popularity": 33, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4YpWdFAPE72zuMkQe2bE47" } }, { "added_at": "2026-01-06T14:23:27Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4DWnSG0RYPAds8EIKY26q3" }, "href": "https://api.spotify.com/v1/artists/4DWnSG0RYPAds8EIKY26q3", "id": "4DWnSG0RYPAds8EIKY26q3", "name": "Blue Stahli", "type": "artist", "uri": "spotify:artist:4DWnSG0RYPAds8EIKY26q3" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6wZ6bHs81VeaqrAP7LYax1" }, "href": "https://api.spotify.com/v1/albums/6wZ6bHs81VeaqrAP7LYax1", "id": "6wZ6bHs81VeaqrAP7LYax1", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b27320d06426954869610e4a052f" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e0220d06426954869610e4a052f" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d0000485120d06426954869610e4a052f" } ], "is_playable": true, "name": "The Devil (Deluxe Edition)", "release_date": "2015-10-02", "release_date_precision": "day", "total_tracks": 23, "type": "album", "uri": "spotify:album:6wZ6bHs81VeaqrAP7LYax1" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4DWnSG0RYPAds8EIKY26q3" }, "href": "https://api.spotify.com/v1/artists/4DWnSG0RYPAds8EIKY26q3", "id": "4DWnSG0RYPAds8EIKY26q3", "name": "Blue Stahli", "type": "artist", "uri": "spotify:artist:4DWnSG0RYPAds8EIKY26q3" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 227386, "explicit": false, "external_ids": { "isrc": "QMDA71333541" }, "external_urls": { "spotify": "https://open.spotify.com/track/6roRQM5LLinr2ScyOh1ZHw" }, "href": "https://api.spotify.com/v1/tracks/6roRQM5LLinr2ScyOh1ZHw", "id": "6roRQM5LLinr2ScyOh1ZHw", "is_local": false, "is_playable": true, "name": "The Fall", "popularity": 40, "preview_url": null, "track_number": 8, "type": "track", "uri": "spotify:track:6roRQM5LLinr2ScyOh1ZHw" } }, { "added_at": "2026-01-05T21:54:42Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1NcsVSxFdXsnwvE64zV9xX" }, "href": "https://api.spotify.com/v1/artists/1NcsVSxFdXsnwvE64zV9xX", "id": "1NcsVSxFdXsnwvE64zV9xX", "name": "Rave The Reqviem", "type": "artist", "uri": "spotify:artist:1NcsVSxFdXsnwvE64zV9xX" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3ZdwtiZ6iYOtkRtFq2tmO9" }, "href": "https://api.spotify.com/v1/albums/3ZdwtiZ6iYOtkRtFq2tmO9", "id": "3ZdwtiZ6iYOtkRtFq2tmO9", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273a289c90263027f60738bed75" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02a289c90263027f60738bed75" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851a289c90263027f60738bed75" } ], "is_playable": true, "name": "The Gospel of Nil - Revised Standard Version", "release_date": "2016-10-06", "release_date_precision": "day", "total_tracks": 12, "type": "album", "uri": "spotify:album:3ZdwtiZ6iYOtkRtFq2tmO9" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1NcsVSxFdXsnwvE64zV9xX" }, "href": "https://api.spotify.com/v1/artists/1NcsVSxFdXsnwvE64zV9xX", "id": "1NcsVSxFdXsnwvE64zV9xX", "name": "Rave The Reqviem", "type": "artist", "uri": "spotify:artist:1NcsVSxFdXsnwvE64zV9xX" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 194085, "explicit": false, "external_ids": { "isrc": "TCACP1623532" }, "external_urls": { "spotify": "https://open.spotify.com/track/6vy64DzPmsCUNue0FpmM6r" }, "href": "https://api.spotify.com/v1/tracks/6vy64DzPmsCUNue0FpmM6r", "id": "6vy64DzPmsCUNue0FpmM6r", "is_local": false, "is_playable": true, "name": "Mono Heart", "popularity": 29, "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:6vy64DzPmsCUNue0FpmM6r" } }, { "added_at": "2026-01-05T21:22:46Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TVQlzIjzD4ToSVeXIB15H" }, "href": "https://api.spotify.com/v1/artists/0TVQlzIjzD4ToSVeXIB15H", "id": "0TVQlzIjzD4ToSVeXIB15H", "name": "The Bardic DM", "type": "artist", "uri": "spotify:artist:0TVQlzIjzD4ToSVeXIB15H" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/54apQNp3ruFrK20sYZvmdf" }, "href": "https://api.spotify.com/v1/albums/54apQNp3ruFrK20sYZvmdf", "id": "54apQNp3ruFrK20sYZvmdf", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b27373af64d05e42fafa8d4cea95" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e0273af64d05e42fafa8d4cea95" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d0000485173af64d05e42fafa8d4cea95" } ], "is_playable": true, "name": "Bardcore Mayhem, Vol. 1", "release_date": "2025-09-24", "release_date_precision": "day", "total_tracks": 12, "type": "album", "uri": "spotify:album:54apQNp3ruFrK20sYZvmdf" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TVQlzIjzD4ToSVeXIB15H" }, "href": "https://api.spotify.com/v1/artists/0TVQlzIjzD4ToSVeXIB15H", "id": "0TVQlzIjzD4ToSVeXIB15H", "name": "The Bardic DM", "type": "artist", "uri": "spotify:artist:0TVQlzIjzD4ToSVeXIB15H" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 172079, "explicit": false, "external_ids": { "isrc": "QT3F22572862" }, "external_urls": { "spotify": "https://open.spotify.com/track/0f56nfzpUaXE6t5E3oza3q" }, "href": "https://api.spotify.com/v1/tracks/0f56nfzpUaXE6t5E3oza3q", "id": "0f56nfzpUaXE6t5E3oza3q", "is_local": false, "is_playable": true, "name": "Arrow splitter", "popularity": 37, "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:0f56nfzpUaXE6t5E3oza3q" } }, { "added_at": "2026-01-05T10:41:32Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3hvgLXeDFNiqDOVXl0xTge" }, "href": "https://api.spotify.com/v1/artists/3hvgLXeDFNiqDOVXl0xTge", "id": "3hvgLXeDFNiqDOVXl0xTge", "name": "LukHash", "type": "artist", "uri": "spotify:artist:3hvgLXeDFNiqDOVXl0xTge" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4Xv90HE4uhD2e71SV7gSEZ" }, "href": "https://api.spotify.com/v1/albums/4Xv90HE4uhD2e71SV7gSEZ", "id": "4Xv90HE4uhD2e71SV7gSEZ", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273c8e2783d3f24c010089a6813" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02c8e2783d3f24c010089a6813" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851c8e2783d3f24c010089a6813" } ], "is_playable": true, "name": "Home Arcade", "release_date": "2025-05-02", "release_date_precision": "day", "total_tracks": 13, "type": "album", "uri": "spotify:album:4Xv90HE4uhD2e71SV7gSEZ" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3hvgLXeDFNiqDOVXl0xTge" }, "href": "https://api.spotify.com/v1/artists/3hvgLXeDFNiqDOVXl0xTge", "id": "3hvgLXeDFNiqDOVXl0xTge", "name": "LukHash", "type": "artist", "uri": "spotify:artist:3hvgLXeDFNiqDOVXl0xTge" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 176280, "explicit": false, "external_ids": { "isrc": "QT3TB2405473" }, "external_urls": { "spotify": "https://open.spotify.com/track/0qvDlGZL5TnvV80AMH3lYf" }, "href": "https://api.spotify.com/v1/tracks/0qvDlGZL5TnvV80AMH3lYf", "id": "0qvDlGZL5TnvV80AMH3lYf", "is_local": false, "is_playable": true, "name": "Touching the Sky", "popularity": 34, "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:0qvDlGZL5TnvV80AMH3lYf" } }, { "added_at": "2026-01-05T10:35:53Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3Wcyta3gkOdQ4TfY0WyZpu" }, "href": "https://api.spotify.com/v1/artists/3Wcyta3gkOdQ4TfY0WyZpu", "id": "3Wcyta3gkOdQ4TfY0WyZpu", "name": "YONAKA", "type": "artist", "uri": "spotify:artist:3Wcyta3gkOdQ4TfY0WyZpu" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3PO0IfUeN5wVemwQlYSIVa" }, "href": "https://api.spotify.com/v1/albums/3PO0IfUeN5wVemwQlYSIVa", "id": "3PO0IfUeN5wVemwQlYSIVa", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273903ede5546f4ef01bf4240ef" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02903ede5546f4ef01bf4240ef" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851903ede5546f4ef01bf4240ef" } ], "is_playable": true, "name": "CREATURE", "release_date": "2018-11-16", "release_date_precision": "day", "total_tracks": 4, "type": "album", "uri": "spotify:album:3PO0IfUeN5wVemwQlYSIVa" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3Wcyta3gkOdQ4TfY0WyZpu" }, "href": "https://api.spotify.com/v1/artists/3Wcyta3gkOdQ4TfY0WyZpu", "id": "3Wcyta3gkOdQ4TfY0WyZpu", "name": "YONAKA", "type": "artist", "uri": "spotify:artist:3Wcyta3gkOdQ4TfY0WyZpu" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 190206, "explicit": false, "external_ids": { "isrc": "GBAHS1800707" }, "external_urls": { "spotify": "https://open.spotify.com/track/1ldVaFbdm2axVLe6TQox6H" }, "href": "https://api.spotify.com/v1/tracks/1ldVaFbdm2axVLe6TQox6H", "id": "1ldVaFbdm2axVLe6TQox6H", "is_local": false, "is_playable": true, "name": "Death By Love", "popularity": 34, "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:1ldVaFbdm2axVLe6TQox6H" } }, { "added_at": "2026-01-03T22:26:12Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4enJurkJhWYJxokouQ02ky" }, "href": "https://api.spotify.com/v1/artists/4enJurkJhWYJxokouQ02ky", "id": "4enJurkJhWYJxokouQ02ky", "name": "Paperwater", "type": "artist", "uri": "spotify:artist:4enJurkJhWYJxokouQ02ky" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/7i4Kb4tSmsvXWTM399KKct" }, "href": "https://api.spotify.com/v1/albums/7i4Kb4tSmsvXWTM399KKct", "id": "7i4Kb4tSmsvXWTM399KKct", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273f73aa7e970746c696069a52f" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02f73aa7e970746c696069a52f" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851f73aa7e970746c696069a52f" } ], "is_playable": true, "name": "GIRL I WANT YOU", "release_date": "2025-09-11", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:7i4Kb4tSmsvXWTM399KKct" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4enJurkJhWYJxokouQ02ky" }, "href": "https://api.spotify.com/v1/artists/4enJurkJhWYJxokouQ02ky", "id": "4enJurkJhWYJxokouQ02ky", "name": "Paperwater", "type": "artist", "uri": "spotify:artist:4enJurkJhWYJxokouQ02ky" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 211653, "explicit": false, "external_ids": { "isrc": "USLD91782518" }, "external_urls": { "spotify": "https://open.spotify.com/track/5ocaIFjQEcuZni3guyHoHl" }, "href": "https://api.spotify.com/v1/tracks/5ocaIFjQEcuZni3guyHoHl", "id": "5ocaIFjQEcuZni3guyHoHl", "is_local": false, "is_playable": true, "name": "GIRL I WANT YOU", "popularity": 46, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:5ocaIFjQEcuZni3guyHoHl" } }, { "added_at": "2026-01-02T22:02:50Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7k5jeohQCF20a8foBD9ize" }, "href": "https://api.spotify.com/v1/artists/7k5jeohQCF20a8foBD9ize", "id": "7k5jeohQCF20a8foBD9ize", "name": "Battle Beast", "type": "artist", "uri": "spotify:artist:7k5jeohQCF20a8foBD9ize" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2729tzbbE6CeRuFmbGOUry" }, "href": "https://api.spotify.com/v1/albums/2729tzbbE6CeRuFmbGOUry", "id": "2729tzbbE6CeRuFmbGOUry", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b27386ea58e1cdf473eb1dd9ed9c" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e0286ea58e1cdf473eb1dd9ed9c" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d0000485186ea58e1cdf473eb1dd9ed9c" } ], "is_playable": true, "name": "Steelbound", "release_date": "2025-10-17", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:2729tzbbE6CeRuFmbGOUry" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7k5jeohQCF20a8foBD9ize" }, "href": "https://api.spotify.com/v1/artists/7k5jeohQCF20a8foBD9ize", "id": "7k5jeohQCF20a8foBD9ize", "name": "Battle Beast", "type": "artist", "uri": "spotify:artist:7k5jeohQCF20a8foBD9ize" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 230786, "explicit": false, "external_ids": { "isrc": "DED832500343" }, "external_urls": { "spotify": "https://open.spotify.com/track/5CEM8PzhisIOQAr8TmG79e" }, "href": "https://api.spotify.com/v1/tracks/5CEM8PzhisIOQAr8TmG79e", "id": "5CEM8PzhisIOQAr8TmG79e", "is_local": false, "is_playable": true, "name": "Riders Of The Storm", "popularity": 45, "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:5CEM8PzhisIOQAr8TmG79e" } }, { "added_at": "2026-01-02T18:49:02Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/28eLrVsohdXynlnIzQ2VvI" }, "href": "https://api.spotify.com/v1/artists/28eLrVsohdXynlnIzQ2VvI", "id": "28eLrVsohdXynlnIzQ2VvI", "name": "Lord Of The Lost", "type": "artist", "uri": "spotify:artist:28eLrVsohdXynlnIzQ2VvI" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/301WuaWtWbDOlsAih6cITQ" }, "href": "https://api.spotify.com/v1/albums/301WuaWtWbDOlsAih6cITQ", "id": "301WuaWtWbDOlsAih6cITQ", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273a39a5a7a9213a9b107c716ac" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02a39a5a7a9213a9b107c716ac" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851a39a5a7a9213a9b107c716ac" } ], "is_playable": true, "name": "Raveyard", "release_date": "2025-09-03", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:301WuaWtWbDOlsAih6cITQ" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/28eLrVsohdXynlnIzQ2VvI" }, "href": "https://api.spotify.com/v1/artists/28eLrVsohdXynlnIzQ2VvI", "id": "28eLrVsohdXynlnIzQ2VvI", "name": "Lord Of The Lost", "type": "artist", "uri": "spotify:artist:28eLrVsohdXynlnIzQ2VvI" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6LkMGN0t3HDNL8hIvma70r" }, "href": "https://api.spotify.com/v1/artists/6LkMGN0t3HDNL8hIvma70r", "id": "6LkMGN0t3HDNL8hIvma70r", "name": "K\u00e4\u00e4rij\u00e4", "type": "artist", "uri": "spotify:artist:6LkMGN0t3HDNL8hIvma70r" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 225307, "explicit": false, "external_ids": { "isrc": "ATN262540305" }, "external_urls": { "spotify": "https://open.spotify.com/track/2GJVCzNulP71igNkJtJ9ZO" }, "href": "https://api.spotify.com/v1/tracks/2GJVCzNulP71igNkJtJ9ZO", "id": "2GJVCzNulP71igNkJtJ9ZO", "is_local": false, "is_playable": true, "name": "Raveyard (feat. K\u00e4\u00e4rij\u00e4)", "popularity": 41, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:2GJVCzNulP71igNkJtJ9ZO" } }, { "added_at": "2026-01-02T18:30:43Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4pQN0GB0fNEEOfQCaWotsY" }, "href": "https://api.spotify.com/v1/artists/4pQN0GB0fNEEOfQCaWotsY", "id": "4pQN0GB0fNEEOfQCaWotsY", "name": "Helloween", "type": "artist", "uri": "spotify:artist:4pQN0GB0fNEEOfQCaWotsY" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "UY", "US", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TO", "TT", "TV", "VU", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MO", "MR", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5oFAGk4EQNN5uEah2C5HWI" }, "href": "https://api.spotify.com/v1/albums/5oFAGk4EQNN5uEah2C5HWI", "id": "5oFAGk4EQNN5uEah2C5HWI", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273399785f2588d4b348a1b246c" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02399785f2588d4b348a1b246c" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851399785f2588d4b348a1b246c" } ], "is_playable": true, "name": "Giants & Monsters", "release_date": "2025-08-29", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:5oFAGk4EQNN5uEah2C5HWI" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4pQN0GB0fNEEOfQCaWotsY" }, "href": "https://api.spotify.com/v1/artists/4pQN0GB0fNEEOfQCaWotsY", "id": "4pQN0GB0fNEEOfQCaWotsY", "name": "Helloween", "type": "artist", "uri": "spotify:artist:4pQN0GB0fNEEOfQCaWotsY" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PL", "PT", "SK", "ES", "SE", "CH", "TR", "UY", "US", "GB", "AD", "LI", "MC", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TO", "TT", "TV", "VU", "AZ", "BI", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "MO", "MR", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 210253, "explicit": true, "external_ids": { "isrc": "DE1KY2506517" }, "external_urls": { "spotify": "https://open.spotify.com/track/4uFUalyidCKsnJbFCzRmhs" }, "href": "https://api.spotify.com/v1/tracks/4uFUalyidCKsnJbFCzRmhs", "id": "4uFUalyidCKsnJbFCzRmhs", "is_local": false, "is_playable": true, "name": "A Little Is A Little Too Much", "popularity": 48, "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:4uFUalyidCKsnJbFCzRmhs" } }, { "added_at": "2025-12-29T20:40:58Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3iCJOi5YKh247eutgCyLFe" }, "href": "https://api.spotify.com/v1/artists/3iCJOi5YKh247eutgCyLFe", "id": "3iCJOi5YKh247eutgCyLFe", "name": "I See Stars", "type": "artist", "uri": "spotify:artist:3iCJOi5YKh247eutgCyLFe" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0wk685JsrY5zGqCjXtcLBv" }, "href": "https://api.spotify.com/v1/albums/0wk685JsrY5zGqCjXtcLBv", "id": "0wk685JsrY5zGqCjXtcLBv", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b27339e218ccf7e285fa70e18ea2" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e0239e218ccf7e285fa70e18ea2" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d0000485139e218ccf7e285fa70e18ea2" } ], "is_playable": true, "name": "THE WHEEL", "release_date": "2025-09-12", "release_date_precision": "day", "total_tracks": 14, "type": "album", "uri": "spotify:album:0wk685JsrY5zGqCjXtcLBv" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3iCJOi5YKh247eutgCyLFe" }, "href": "https://api.spotify.com/v1/artists/3iCJOi5YKh247eutgCyLFe", "id": "3iCJOi5YKh247eutgCyLFe", "name": "I See Stars", "type": "artist", "uri": "spotify:artist:3iCJOi5YKh247eutgCyLFe" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 209000, "explicit": false, "external_ids": { "isrc": "USYFZ2554003" }, "external_urls": { "spotify": "https://open.spotify.com/track/0lkPcWWGuj2q9YHox1GWZE" }, "href": "https://api.spotify.com/v1/tracks/0lkPcWWGuj2q9YHox1GWZE", "id": "0lkPcWWGuj2q9YHox1GWZE", "is_local": false, "is_playable": true, "name": "Eliminator", "popularity": 37, "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:0lkPcWWGuj2q9YHox1GWZE" } }, { "added_at": "2025-12-27T19:39:06Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1A6HQzOvtGaCYihOuIKjE6" }, "href": "https://api.spotify.com/v1/artists/1A6HQzOvtGaCYihOuIKjE6", "id": "1A6HQzOvtGaCYihOuIKjE6", "name": "Mr. Polska", "type": "artist", "uri": "spotify:artist:1A6HQzOvtGaCYihOuIKjE6" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2z9op9COiMU6QquVfY8HTN" }, "href": "https://api.spotify.com/v1/artists/2z9op9COiMU6QquVfY8HTN", "id": "2z9op9COiMU6QquVfY8HTN", "name": "WINSON", "type": "artist", "uri": "spotify:artist:2z9op9COiMU6QquVfY8HTN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/30tToHC6q3nB7Lious0MZW" }, "href": "https://api.spotify.com/v1/artists/30tToHC6q3nB7Lious0MZW", "id": "30tToHC6q3nB7Lious0MZW", "name": "Teletech", "type": "artist", "uri": "spotify:artist:30tToHC6q3nB7Lious0MZW" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6KpFTQPwkK9hY39Tl7Wggv" }, "href": "https://api.spotify.com/v1/albums/6KpFTQPwkK9hY39Tl7Wggv", "id": "6KpFTQPwkK9hY39Tl7Wggv", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273acac489988aaa24f3fec5eb9" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02acac489988aaa24f3fec5eb9" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851acac489988aaa24f3fec5eb9" } ], "is_playable": true, "name": "Otherside", "release_date": "2025-12-19", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:6KpFTQPwkK9hY39Tl7Wggv" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1A6HQzOvtGaCYihOuIKjE6" }, "href": "https://api.spotify.com/v1/artists/1A6HQzOvtGaCYihOuIKjE6", "id": "1A6HQzOvtGaCYihOuIKjE6", "name": "Mr. Polska", "type": "artist", "uri": "spotify:artist:1A6HQzOvtGaCYihOuIKjE6" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2z9op9COiMU6QquVfY8HTN" }, "href": "https://api.spotify.com/v1/artists/2z9op9COiMU6QquVfY8HTN", "id": "2z9op9COiMU6QquVfY8HTN", "name": "WINSON", "type": "artist", "uri": "spotify:artist:2z9op9COiMU6QquVfY8HTN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/30tToHC6q3nB7Lious0MZW" }, "href": "https://api.spotify.com/v1/artists/30tToHC6q3nB7Lious0MZW", "id": "30tToHC6q3nB7Lious0MZW", "name": "Teletech", "type": "artist", "uri": "spotify:artist:30tToHC6q3nB7Lious0MZW" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 192000, "explicit": false, "external_ids": { "isrc": "DEH742537818" }, "external_urls": { "spotify": "https://open.spotify.com/track/07Zj558j9j9TWq7HIcTFZn" }, "href": "https://api.spotify.com/v1/tracks/07Zj558j9j9TWq7HIcTFZn", "id": "07Zj558j9j9TWq7HIcTFZn", "is_local": false, "is_playable": true, "name": "Otherside", "popularity": 44, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:07Zj558j9j9TWq7HIcTFZn" } }, { "added_at": "2025-12-23T21:27:53Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/343NN0x0NpJGNjwB52gJ5J" }, "href": "https://api.spotify.com/v1/artists/343NN0x0NpJGNjwB52gJ5J", "id": "343NN0x0NpJGNjwB52gJ5J", "name": "FHE", "type": "artist", "uri": "spotify:artist:343NN0x0NpJGNjwB52gJ5J" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2OMCroH113OoIxVbMUwtSY" }, "href": "https://api.spotify.com/v1/albums/2OMCroH113OoIxVbMUwtSY", "id": "2OMCroH113OoIxVbMUwtSY", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273e8622fd0b82b487248ce5647" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02e8622fd0b82b487248ce5647" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851e8622fd0b82b487248ce5647" } ], "is_playable": true, "name": "Beg For More", "release_date": "2020-07-23", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:2OMCroH113OoIxVbMUwtSY" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/343NN0x0NpJGNjwB52gJ5J" }, "href": "https://api.spotify.com/v1/artists/343NN0x0NpJGNjwB52gJ5J", "id": "343NN0x0NpJGNjwB52gJ5J", "name": "FHE", "type": "artist", "uri": "spotify:artist:343NN0x0NpJGNjwB52gJ5J" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 203586, "explicit": false, "external_ids": { "isrc": "GBKQU2075409" }, "external_urls": { "spotify": "https://open.spotify.com/track/6DEsqinq33fSFFMj6MoEH3" }, "href": "https://api.spotify.com/v1/tracks/6DEsqinq33fSFFMj6MoEH3", "id": "6DEsqinq33fSFFMj6MoEH3", "is_local": false, "is_playable": true, "name": "Beg For More", "popularity": 31, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:6DEsqinq33fSFFMj6MoEH3" } }, { "added_at": "2025-12-23T20:55:47Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0V8zk3mDbTH54fs1bdqx8y" }, "href": "https://api.spotify.com/v1/artists/0V8zk3mDbTH54fs1bdqx8y", "id": "0V8zk3mDbTH54fs1bdqx8y", "name": "Ari Mason", "type": "artist", "uri": "spotify:artist:0V8zk3mDbTH54fs1bdqx8y" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/58JgOCCyTnvjCq08A0Cl2Q" }, "href": "https://api.spotify.com/v1/albums/58JgOCCyTnvjCq08A0Cl2Q", "id": "58JgOCCyTnvjCq08A0Cl2Q", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273ab0eef579685053904e2328c" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02ab0eef579685053904e2328c" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851ab0eef579685053904e2328c" } ], "is_playable": true, "name": "Creatures", "release_date": "2016-03-25", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:58JgOCCyTnvjCq08A0Cl2Q" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0V8zk3mDbTH54fs1bdqx8y" }, "href": "https://api.spotify.com/v1/artists/0V8zk3mDbTH54fs1bdqx8y", "id": "0V8zk3mDbTH54fs1bdqx8y", "name": "Ari Mason", "type": "artist", "uri": "spotify:artist:0V8zk3mDbTH54fs1bdqx8y" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 206535, "explicit": false, "external_ids": { "isrc": "USY251636239" }, "external_urls": { "spotify": "https://open.spotify.com/track/6cRk4120UqIZziStFd0Ma3" }, "href": "https://api.spotify.com/v1/tracks/6cRk4120UqIZziStFd0Ma3", "id": "6cRk4120UqIZziStFd0Ma3", "is_local": false, "is_playable": true, "name": "Beasts Tonight", "popularity": 43, "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:6cRk4120UqIZziStFd0Ma3" } }, { "added_at": "2025-12-23T20:32:48Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3gjygQY5Q2P3b5F1ZIP0Dj" }, "href": "https://api.spotify.com/v1/artists/3gjygQY5Q2P3b5F1ZIP0Dj", "id": "3gjygQY5Q2P3b5F1ZIP0Dj", "name": "BLACKBOOK", "type": "artist", "uri": "spotify:artist:3gjygQY5Q2P3b5F1ZIP0Dj" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/7y3DJ8V7R0MbyhbxLL0qvr" }, "href": "https://api.spotify.com/v1/albums/7y3DJ8V7R0MbyhbxLL0qvr", "id": "7y3DJ8V7R0MbyhbxLL0qvr", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b27367da077ab4a88a567edb4713" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e0267da077ab4a88a567edb4713" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d0000485167da077ab4a88a567edb4713" } ], "is_playable": true, "name": "Wait Until Midnight", "release_date": "2025-10-17", "release_date_precision": "day", "total_tracks": 4, "type": "album", "uri": "spotify:album:7y3DJ8V7R0MbyhbxLL0qvr" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3gjygQY5Q2P3b5F1ZIP0Dj" }, "href": "https://api.spotify.com/v1/artists/3gjygQY5Q2P3b5F1ZIP0Dj", "id": "3gjygQY5Q2P3b5F1ZIP0Dj", "name": "BLACKBOOK", "type": "artist", "uri": "spotify:artist:3gjygQY5Q2P3b5F1ZIP0Dj" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 197760, "explicit": false, "external_ids": { "isrc": "DEWG82500207" }, "external_urls": { "spotify": "https://open.spotify.com/track/72rDdFFIDIu7QsBUoSYKim" }, "href": "https://api.spotify.com/v1/tracks/72rDdFFIDIu7QsBUoSYKim", "id": "72rDdFFIDIu7QsBUoSYKim", "is_local": false, "is_playable": true, "name": "Wait Until Midnight", "popularity": 28, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:72rDdFFIDIu7QsBUoSYKim" } }, { "added_at": "2025-12-23T20:10:24Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/28NEaGWW9MKwryzTsFX8ko" }, "href": "https://api.spotify.com/v1/artists/28NEaGWW9MKwryzTsFX8ko", "id": "28NEaGWW9MKwryzTsFX8ko", "name": "Arctis", "type": "artist", "uri": "spotify:artist:28NEaGWW9MKwryzTsFX8ko" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0dEhAHwtBRfkm3kFvlA4de" }, "href": "https://api.spotify.com/v1/albums/0dEhAHwtBRfkm3kFvlA4de", "id": "0dEhAHwtBRfkm3kFvlA4de", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b2737b5803a0b230a775fa79f322" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e027b5803a0b230a775fa79f322" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d000048517b5803a0b230a775fa79f322" } ], "is_playable": true, "name": "Arctis", "release_date": "2024-11-01", "release_date_precision": "day", "total_tracks": 11, "type": "album", "uri": "spotify:album:0dEhAHwtBRfkm3kFvlA4de" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/28NEaGWW9MKwryzTsFX8ko" }, "href": "https://api.spotify.com/v1/artists/28NEaGWW9MKwryzTsFX8ko", "id": "28NEaGWW9MKwryzTsFX8ko", "name": "Arctis", "type": "artist", "uri": "spotify:artist:28NEaGWW9MKwryzTsFX8ko" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 219130, "explicit": false, "external_ids": { "isrc": "ATN262435001" }, "external_urls": { "spotify": "https://open.spotify.com/track/3JygLXJ44lWW4PgwFJHnef" }, "href": "https://api.spotify.com/v1/tracks/3JygLXJ44lWW4PgwFJHnef", "id": "3JygLXJ44lWW4PgwFJHnef", "is_local": false, "is_playable": true, "name": "I'll Give You Hell", "popularity": 28, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:3JygLXJ44lWW4PgwFJHnef" } }, { "added_at": "2025-12-22T00:08:16Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2x7EATekOPhFGRx3syMGEC" }, "href": "https://api.spotify.com/v1/artists/2x7EATekOPhFGRx3syMGEC", "id": "2x7EATekOPhFGRx3syMGEC", "name": "The Knocks", "type": "artist", "uri": "spotify:artist:2x7EATekOPhFGRx3syMGEC" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/586uxXMyD5ObPuzjtrzO1Q" }, "href": "https://api.spotify.com/v1/artists/586uxXMyD5ObPuzjtrzO1Q", "id": "586uxXMyD5ObPuzjtrzO1Q", "name": "SOFI TUKKER", "type": "artist", "uri": "spotify:artist:586uxXMyD5ObPuzjtrzO1Q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2yYylDKJUY5NCfv4YsZpZW" }, "href": "https://api.spotify.com/v1/albums/2yYylDKJUY5NCfv4YsZpZW", "id": "2yYylDKJUY5NCfv4YsZpZW", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b27347ce7985d84e6715a97cecd8" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e0247ce7985d84e6715a97cecd8" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d0000485147ce7985d84e6715a97cecd8" } ], "is_playable": true, "name": "One On One", "release_date": "2023-12-08", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:2yYylDKJUY5NCfv4YsZpZW" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2x7EATekOPhFGRx3syMGEC" }, "href": "https://api.spotify.com/v1/artists/2x7EATekOPhFGRx3syMGEC", "id": "2x7EATekOPhFGRx3syMGEC", "name": "The Knocks", "type": "artist", "uri": "spotify:artist:2x7EATekOPhFGRx3syMGEC" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/586uxXMyD5ObPuzjtrzO1Q" }, "href": "https://api.spotify.com/v1/artists/586uxXMyD5ObPuzjtrzO1Q", "id": "586uxXMyD5ObPuzjtrzO1Q", "name": "SOFI TUKKER", "type": "artist", "uri": "spotify:artist:586uxXMyD5ObPuzjtrzO1Q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 212252, "explicit": false, "external_ids": { "isrc": "QM37X2300009" }, "external_urls": { "spotify": "https://open.spotify.com/track/2xmlpRPQUA3lR6HYaeYv7g" }, "href": "https://api.spotify.com/v1/tracks/2xmlpRPQUA3lR6HYaeYv7g", "id": "2xmlpRPQUA3lR6HYaeYv7g", "is_local": false, "is_playable": true, "name": "One On One", "popularity": 51, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:2xmlpRPQUA3lR6HYaeYv7g" } }, { "added_at": "2025-12-20T23:34:26Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2MdFJmUQf3ckA99IhFF9my" }, "href": "https://api.spotify.com/v1/artists/2MdFJmUQf3ckA99IhFF9my", "id": "2MdFJmUQf3ckA99IhFF9my", "name": "Ely Oaks", "type": "artist", "uri": "spotify:artist:2MdFJmUQf3ckA99IhFF9my" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/45DVKreI7RJd1QX49dRJOS" }, "href": "https://api.spotify.com/v1/albums/45DVKreI7RJd1QX49dRJOS", "id": "45DVKreI7RJd1QX49dRJOS", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b27372b1caa2ab6a5f2221b555ca" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e0272b1caa2ab6a5f2221b555ca" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d0000485172b1caa2ab6a5f2221b555ca" } ], "is_playable": true, "name": "Breakin' Dishes", "release_date": "2025-09-12", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:45DVKreI7RJd1QX49dRJOS" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2MdFJmUQf3ckA99IhFF9my" }, "href": "https://api.spotify.com/v1/artists/2MdFJmUQf3ckA99IhFF9my", "id": "2MdFJmUQf3ckA99IhFF9my", "name": "Ely Oaks", "type": "artist", "uri": "spotify:artist:2MdFJmUQf3ckA99IhFF9my" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 133517, "explicit": false, "external_ids": { "isrc": "DE1N22500077" }, "external_urls": { "spotify": "https://open.spotify.com/track/3rTvXpSq6fDU1PitJlmnhm" }, "href": "https://api.spotify.com/v1/tracks/3rTvXpSq6fDU1PitJlmnhm", "id": "3rTvXpSq6fDU1PitJlmnhm", "is_local": false, "is_playable": true, "name": "Breakin' Dishes", "popularity": 64, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:3rTvXpSq6fDU1PitJlmnhm" } }, { "added_at": "2025-12-19T22:42:45Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0PrVmVD88Xk509v7BOT6a2" }, "href": "https://api.spotify.com/v1/albums/0PrVmVD88Xk509v7BOT6a2", "id": "0PrVmVD88Xk509v7BOT6a2", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273c62cf08cee6bff48127078ea" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02c62cf08cee6bff48127078ea" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851c62cf08cee6bff48127078ea" } ], "is_playable": true, "name": "Bitters\u00fc\u00df", "release_date": "2025-02-14", "release_date_precision": "day", "total_tracks": 16, "type": "album", "uri": "spotify:album:0PrVmVD88Xk509v7BOT6a2" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/58xrjO7pWlfj2C2uksXScP" }, "href": "https://api.spotify.com/v1/artists/58xrjO7pWlfj2C2uksXScP", "id": "58xrjO7pWlfj2C2uksXScP", "name": "Abor & Tynna", "type": "artist", "uri": "spotify:artist:58xrjO7pWlfj2C2uksXScP" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 183893, "explicit": false, "external_ids": { "isrc": "DEE862401925" }, "external_urls": { "spotify": "https://open.spotify.com/track/1H92AxiNEizRr0crbIJRGo" }, "href": "https://api.spotify.com/v1/tracks/1H92AxiNEizRr0crbIJRGo", "id": "1H92AxiNEizRr0crbIJRGo", "is_local": false, "is_playable": true, "name": "Winnetou", "popularity": 39, "preview_url": null, "track_number": 11, "type": "track", "uri": "spotify:track:1H92AxiNEizRr0crbIJRGo" } }, { "added_at": "2025-12-18T21:39:07Z", "track": { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6pIRdCtSE5hLFfIfcTAicI" }, "href": "https://api.spotify.com/v1/artists/6pIRdCtSE5hLFfIfcTAicI", "id": "6pIRdCtSE5hLFfIfcTAicI", "name": "Delain", "type": "artist", "uri": "spotify:artist:6pIRdCtSE5hLFfIfcTAicI" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4cGfPdyycjpZp07DbCJtbY" }, "href": "https://api.spotify.com/v1/albums/4cGfPdyycjpZp07DbCJtbY", "id": "4cGfPdyycjpZp07DbCJtbY", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b2738e13be833e2f32f132a1a27b" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e028e13be833e2f32f132a1a27b" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d000048518e13be833e2f32f132a1a27b" } ], "is_playable": true, "name": "We Are The Others", "release_date": "2012-06-01", "release_date_precision": "day", "total_tracks": 12, "type": "album", "uri": "spotify:album:4cGfPdyycjpZp07DbCJtbY" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6pIRdCtSE5hLFfIfcTAicI" }, "href": "https://api.spotify.com/v1/artists/6pIRdCtSE5hLFfIfcTAicI", "id": "6pIRdCtSE5hLFfIfcTAicI", "name": "Delain", "type": "artist", "uri": "spotify:artist:6pIRdCtSE5hLFfIfcTAicI" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 199280, "explicit": false, "external_ids": { "isrc": "NLA241208409" }, "external_urls": { "spotify": "https://open.spotify.com/track/6uKvnGeg6xgzPTH3QSPTB6" }, "href": "https://api.spotify.com/v1/tracks/6uKvnGeg6xgzPTH3QSPTB6", "id": "6uKvnGeg6xgzPTH3QSPTB6", "is_local": false, "is_playable": true, "name": "We Are The Others", "popularity": 44, "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:6uKvnGeg6xgzPTH3QSPTB6" } }, { "added_at": "2025-12-18T21:15:33Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6rVZNRKhwhm7DYuJrMARb4" }, "href": "https://api.spotify.com/v1/artists/6rVZNRKhwhm7DYuJrMARb4", "id": "6rVZNRKhwhm7DYuJrMARb4", "name": "Venus 5", "type": "artist", "uri": "spotify:artist:6rVZNRKhwhm7DYuJrMARb4" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3cyWbMuXwDiHTOzkydUWwN" }, "href": "https://api.spotify.com/v1/albums/3cyWbMuXwDiHTOzkydUWwN", "id": "3cyWbMuXwDiHTOzkydUWwN", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273d07c5fb903eb78c45840ffd3" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02d07c5fb903eb78c45840ffd3" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851d07c5fb903eb78c45840ffd3" } ], "is_playable": true, "name": "Like A Witch", "release_date": "2025-12-17", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:3cyWbMuXwDiHTOzkydUWwN" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6rVZNRKhwhm7DYuJrMARb4" }, "href": "https://api.spotify.com/v1/artists/6rVZNRKhwhm7DYuJrMARb4", "id": "6rVZNRKhwhm7DYuJrMARb4", "name": "Venus 5", "type": "artist", "uri": "spotify:artist:6rVZNRKhwhm7DYuJrMARb4" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 188522, "explicit": false, "external_ids": { "isrc": "ITG272600036" }, "external_urls": { "spotify": "https://open.spotify.com/track/4BRNp7hCB6HXAT4Pmjs20q" }, "href": "https://api.spotify.com/v1/tracks/4BRNp7hCB6HXAT4Pmjs20q", "id": "4BRNp7hCB6HXAT4Pmjs20q", "is_local": false, "is_playable": true, "name": "Like A Witch", "popularity": 13, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4BRNp7hCB6HXAT4Pmjs20q" } }, { "added_at": "2025-12-18T18:27:31Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4cysB2a8Q2cJ5g2ZX1Y0gV" }, "href": "https://api.spotify.com/v1/artists/4cysB2a8Q2cJ5g2ZX1Y0gV", "id": "4cysB2a8Q2cJ5g2ZX1Y0gV", "name": "ORDO M'ERA LUNA", "type": "artist", "uri": "spotify:artist:4cysB2a8Q2cJ5g2ZX1Y0gV" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6x0GKK1wLHJpQlRg9NViiB" }, "href": "https://api.spotify.com/v1/albums/6x0GKK1wLHJpQlRg9NViiB", "id": "6x0GKK1wLHJpQlRg9NViiB", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273283ac365388db9cf8f6533cc" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02283ac365388db9cf8f6533cc" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851283ac365388db9cf8f6533cc" } ], "is_playable": true, "name": "Dark Heart Of The Moon", "release_date": "2025-05-09", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:6x0GKK1wLHJpQlRg9NViiB" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4cysB2a8Q2cJ5g2ZX1Y0gV" }, "href": "https://api.spotify.com/v1/artists/4cysB2a8Q2cJ5g2ZX1Y0gV", "id": "4cysB2a8Q2cJ5g2ZX1Y0gV", "name": "ORDO M'ERA LUNA", "type": "artist", "uri": "spotify:artist:4cysB2a8Q2cJ5g2ZX1Y0gV" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 214093, "explicit": false, "external_ids": { "isrc": "DEBZ72500118" }, "external_urls": { "spotify": "https://open.spotify.com/track/0kqIcYezyGQTiXeQFEbJ4m" }, "href": "https://api.spotify.com/v1/tracks/0kqIcYezyGQTiXeQFEbJ4m", "id": "0kqIcYezyGQTiXeQFEbJ4m", "is_local": false, "is_playable": true, "name": "Dark Heart Of The Moon", "popularity": 38, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:0kqIcYezyGQTiXeQFEbJ4m" } }, { "added_at": "2025-12-15T22:57:12Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7ouEqUl1PCVPlNninecdcz" }, "href": "https://api.spotify.com/v1/artists/7ouEqUl1PCVPlNninecdcz", "id": "7ouEqUl1PCVPlNninecdcz", "name": "HAVEN.", "type": "artist", "uri": "spotify:artist:7ouEqUl1PCVPlNninecdcz" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/29G5je6tT7As2ZFY72CdXs" }, "href": "https://api.spotify.com/v1/artists/29G5je6tT7As2ZFY72CdXs", "id": "29G5je6tT7As2ZFY72CdXs", "name": "Kaitlin Aragon", "type": "artist", "uri": "spotify:artist:29G5je6tT7As2ZFY72CdXs" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6gePAokYlEquPQ4LDVc1ri" }, "href": "https://api.spotify.com/v1/albums/6gePAokYlEquPQ4LDVc1ri", "id": "6gePAokYlEquPQ4LDVc1ri", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b27337085d118f1f004df8511099" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e0237085d118f1f004df8511099" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d0000485137085d118f1f004df8511099" } ], "is_playable": true, "name": "I Run", "release_date": "2025-11-21", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:6gePAokYlEquPQ4LDVc1ri" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7ouEqUl1PCVPlNninecdcz" }, "href": "https://api.spotify.com/v1/artists/7ouEqUl1PCVPlNninecdcz", "id": "7ouEqUl1PCVPlNninecdcz", "name": "HAVEN.", "type": "artist", "uri": "spotify:artist:7ouEqUl1PCVPlNninecdcz" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/29G5je6tT7As2ZFY72CdXs" }, "href": "https://api.spotify.com/v1/artists/29G5je6tT7As2ZFY72CdXs", "id": "29G5je6tT7As2ZFY72CdXs", "name": "Kaitlin Aragon", "type": "artist", "uri": "spotify:artist:29G5je6tT7As2ZFY72CdXs" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 129565, "explicit": false, "external_ids": { "isrc": "CA5KR2603887" }, "external_urls": { "spotify": "https://open.spotify.com/track/1WwQ714xuznu44tEnkem2g" }, "href": "https://api.spotify.com/v1/tracks/1WwQ714xuznu44tEnkem2g", "id": "1WwQ714xuznu44tEnkem2g", "is_local": false, "is_playable": true, "name": "I Run", "popularity": 86, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:1WwQ714xuznu44tEnkem2g" } }, { "added_at": "2025-12-15T22:51:25Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/43BxCL6t4c73BQnIJtry5v" }, "href": "https://api.spotify.com/v1/artists/43BxCL6t4c73BQnIJtry5v", "id": "43BxCL6t4c73BQnIJtry5v", "name": "James Hype", "type": "artist", "uri": "spotify:artist:43BxCL6t4c73BQnIJtry5v" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0czTwfZBBvlvlOiypvDvwe" }, "href": "https://api.spotify.com/v1/artists/0czTwfZBBvlvlOiypvDvwe", "id": "0czTwfZBBvlvlOiypvDvwe", "name": "Sam Harper", "type": "artist", "uri": "spotify:artist:0czTwfZBBvlvlOiypvDvwe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2biXipa3IRLZUOnXgtKmXc" }, "href": "https://api.spotify.com/v1/artists/2biXipa3IRLZUOnXgtKmXc", "id": "2biXipa3IRLZUOnXgtKmXc", "name": "Bobby Harvey", "type": "artist", "uri": "spotify:artist:2biXipa3IRLZUOnXgtKmXc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1iEczV3pKJ9MPmRvYGB9bz" }, "href": "https://api.spotify.com/v1/albums/1iEczV3pKJ9MPmRvYGB9bz", "id": "1iEczV3pKJ9MPmRvYGB9bz", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273f60d7f051679fab1ecb2a381" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02f60d7f051679fab1ecb2a381" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851f60d7f051679fab1ecb2a381" } ], "is_playable": true, "name": "Waterfalls (feat. Sam Harper & Bobby Harvey)", "release_date": "2025-08-08", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:1iEczV3pKJ9MPmRvYGB9bz" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/43BxCL6t4c73BQnIJtry5v" }, "href": "https://api.spotify.com/v1/artists/43BxCL6t4c73BQnIJtry5v", "id": "43BxCL6t4c73BQnIJtry5v", "name": "James Hype", "type": "artist", "uri": "spotify:artist:43BxCL6t4c73BQnIJtry5v" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0czTwfZBBvlvlOiypvDvwe" }, "href": "https://api.spotify.com/v1/artists/0czTwfZBBvlvlOiypvDvwe", "id": "0czTwfZBBvlvlOiypvDvwe", "name": "Sam Harper", "type": "artist", "uri": "spotify:artist:0czTwfZBBvlvlOiypvDvwe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2biXipa3IRLZUOnXgtKmXc" }, "href": "https://api.spotify.com/v1/artists/2biXipa3IRLZUOnXgtKmXc", "id": "2biXipa3IRLZUOnXgtKmXc", "name": "Bobby Harvey", "type": "artist", "uri": "spotify:artist:2biXipa3IRLZUOnXgtKmXc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 120578, "explicit": false, "external_ids": { "isrc": "GBUM72504512" }, "external_urls": { "spotify": "https://open.spotify.com/track/1OcV53oesLQw3VTW9I3uD3" }, "href": "https://api.spotify.com/v1/tracks/1OcV53oesLQw3VTW9I3uD3", "id": "1OcV53oesLQw3VTW9I3uD3", "is_local": false, "is_playable": true, "name": "Waterfalls (feat. Sam Harper & Bobby Harvey)", "popularity": 80, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:1OcV53oesLQw3VTW9I3uD3" } }, { "added_at": "2025-12-15T22:51:17Z", "track": { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0QaSiI5TLA4N7mcsdxShDO" }, "href": "https://api.spotify.com/v1/artists/0QaSiI5TLA4N7mcsdxShDO", "id": "0QaSiI5TLA4N7mcsdxShDO", "name": "Sub Focus", "type": "artist", "uri": "spotify:artist:0QaSiI5TLA4N7mcsdxShDO" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2UNjfzEkfsdWVDwnuD6vdH" }, "href": "https://api.spotify.com/v1/artists/2UNjfzEkfsdWVDwnuD6vdH", "id": "2UNjfzEkfsdWVDwnuD6vdH", "name": "bbyclose", "type": "artist", "uri": "spotify:artist:2UNjfzEkfsdWVDwnuD6vdH" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4MkZ4elzb1iHTMmzyYh1Jc" }, "href": "https://api.spotify.com/v1/albums/4MkZ4elzb1iHTMmzyYh1Jc", "id": "4MkZ4elzb1iHTMmzyYh1Jc", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273c49f59a5fb56e49d55b36558" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02c49f59a5fb56e49d55b36558" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851c49f59a5fb56e49d55b36558" } ], "is_playable": true, "name": "On & On", "release_date": "2025-03-14", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:4MkZ4elzb1iHTMmzyYh1Jc" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0QaSiI5TLA4N7mcsdxShDO" }, "href": "https://api.spotify.com/v1/artists/0QaSiI5TLA4N7mcsdxShDO", "id": "0QaSiI5TLA4N7mcsdxShDO", "name": "Sub Focus", "type": "artist", "uri": "spotify:artist:0QaSiI5TLA4N7mcsdxShDO" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2UNjfzEkfsdWVDwnuD6vdH" }, "href": "https://api.spotify.com/v1/artists/2UNjfzEkfsdWVDwnuD6vdH", "id": "2UNjfzEkfsdWVDwnuD6vdH", "name": "bbyclose", "type": "artist", "uri": "spotify:artist:2UNjfzEkfsdWVDwnuD6vdH" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 184827, "explicit": false, "external_ids": { "isrc": "GBUM72500754" }, "external_urls": { "spotify": "https://open.spotify.com/track/2B0xsnWUjm7cPLs9gGoepp" }, "href": "https://api.spotify.com/v1/tracks/2B0xsnWUjm7cPLs9gGoepp", "id": "2B0xsnWUjm7cPLs9gGoepp", "is_local": false, "is_playable": true, "name": "On & On", "popularity": 61, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:2B0xsnWUjm7cPLs9gGoepp" } } ], "limit": 48, "next": "https://api.spotify.com/v1/me/tracks?offset=48&limit=48", "offset": 0, "previous": null, "total": 5320 } python-spotify-2.0.2/tests/fixtures/search.json000066400000000000000000001305661515206530700217210ustar00rootroot00000000000000{ "tracks": { "href": "https://api.spotify.com/v1/search?offset=0&limit=5&query=Never%20Gonna%20Give%20You%20Up&type=track", "limit": 5, "next": "https://api.spotify.com/v1/search?offset=5&limit=5&query=Never%20Gonna%20Give%20You%20Up&type=track", "offset": 0, "previous": null, "total": 16, "items": [ { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0gxyHStUsqpMadRV0Di1Qt" }, "href": "https://api.spotify.com/v1/artists/0gxyHStUsqpMadRV0Di1Qt", "id": "0gxyHStUsqpMadRV0Di1Qt", "name": "Rick Astley", "type": "artist", "uri": "spotify:artist:0gxyHStUsqpMadRV0Di1Qt" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6eUW0wxWtzkFdaEFsTJto6" }, "href": "https://api.spotify.com/v1/albums/6eUW0wxWtzkFdaEFsTJto6", "id": "6eUW0wxWtzkFdaEFsTJto6", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b27315ebbedaacef61af244262a8" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e0215ebbedaacef61af244262a8" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d0000485115ebbedaacef61af244262a8" } ], "is_playable": true, "name": "Whenever You Need Somebody", "release_date": "1987-11-12", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:6eUW0wxWtzkFdaEFsTJto6" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0gxyHStUsqpMadRV0Di1Qt" }, "href": "https://api.spotify.com/v1/artists/0gxyHStUsqpMadRV0Di1Qt", "id": "0gxyHStUsqpMadRV0Di1Qt", "name": "Rick Astley", "type": "artist", "uri": "spotify:artist:0gxyHStUsqpMadRV0Di1Qt" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 213573, "explicit": false, "external_ids": { "isrc": "GBARL9300135" }, "external_urls": { "spotify": "https://open.spotify.com/track/4PTG3Z6ehGkBFwjybzWkR8" }, "href": "https://api.spotify.com/v1/tracks/4PTG3Z6ehGkBFwjybzWkR8", "id": "4PTG3Z6ehGkBFwjybzWkR8", "is_local": false, "is_playable": true, "name": "Never Gonna Give You Up", "popularity": 78, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4PTG3Z6ehGkBFwjybzWkR8" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1mYgKcXdbklH5RwjU6XA8c" }, "href": "https://api.spotify.com/v1/artists/1mYgKcXdbklH5RwjU6XA8c", "id": "1mYgKcXdbklH5RwjU6XA8c", "name": "Sekou", "type": "artist", "uri": "spotify:artist:1mYgKcXdbklH5RwjU6XA8c" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1yXHaolBuecNtg6qZllfno" }, "href": "https://api.spotify.com/v1/albums/1yXHaolBuecNtg6qZllfno", "id": "1yXHaolBuecNtg6qZllfno", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b27360ea77d78d3d377266a216de" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e0260ea77d78d3d377266a216de" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d0000485160ea77d78d3d377266a216de" } ], "is_playable": true, "name": "Never Gunna Give You Up", "release_date": "2025-10-03", "release_date_precision": "day", "total_tracks": 2, "type": "album", "uri": "spotify:album:1yXHaolBuecNtg6qZllfno" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1mYgKcXdbklH5RwjU6XA8c" }, "href": "https://api.spotify.com/v1/artists/1mYgKcXdbklH5RwjU6XA8c", "id": "1mYgKcXdbklH5RwjU6XA8c", "name": "Sekou", "type": "artist", "uri": "spotify:artist:1mYgKcXdbklH5RwjU6XA8c" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 165315, "explicit": false, "external_ids": { "isrc": "GBUM72505545" }, "external_urls": { "spotify": "https://open.spotify.com/track/5juAS6AmOceMjFnlUaJQr2" }, "href": "https://api.spotify.com/v1/tracks/5juAS6AmOceMjFnlUaJQr2", "id": "5juAS6AmOceMjFnlUaJQr2", "is_local": false, "is_playable": true, "name": "Never Gunna Give You Up", "popularity": 58, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:5juAS6AmOceMjFnlUaJQr2" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1K8Sk2nWCEIqOsGPT1cV9Q" }, "href": "https://api.spotify.com/v1/artists/1K8Sk2nWCEIqOsGPT1cV9Q", "id": "1K8Sk2nWCEIqOsGPT1cV9Q", "name": "Harlem Dance Club", "type": "artist", "uri": "spotify:artist:1K8Sk2nWCEIqOsGPT1cV9Q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2cGYid81TxVdEc4UPo3h9x" }, "href": "https://api.spotify.com/v1/albums/2cGYid81TxVdEc4UPo3h9x", "id": "2cGYid81TxVdEc4UPo3h9x", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273135d2ae166774541e2630370" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02135d2ae166774541e2630370" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851135d2ae166774541e2630370" } ], "is_playable": true, "name": "Never Gonna Give You Up", "release_date": "2026-02-04", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:2cGYid81TxVdEc4UPo3h9x" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1K8Sk2nWCEIqOsGPT1cV9Q" }, "href": "https://api.spotify.com/v1/artists/1K8Sk2nWCEIqOsGPT1cV9Q", "id": "1K8Sk2nWCEIqOsGPT1cV9Q", "name": "Harlem Dance Club", "type": "artist", "uri": "spotify:artist:1K8Sk2nWCEIqOsGPT1cV9Q" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 193231, "explicit": false, "external_ids": { "isrc": "QZHNC2668731" }, "external_urls": { "spotify": "https://open.spotify.com/track/0EuQ4KOfNmQX9RQt8BN9gG" }, "href": "https://api.spotify.com/v1/tracks/0EuQ4KOfNmQX9RQt8BN9gG", "id": "0EuQ4KOfNmQX9RQt8BN9gG", "is_local": false, "is_playable": true, "name": "Never Gonna Give You Up", "popularity": 20, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:0EuQ4KOfNmQX9RQt8BN9gG" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5ApzCoihjAuHAfGVoVqv61" }, "href": "https://api.spotify.com/v1/artists/5ApzCoihjAuHAfGVoVqv61", "id": "5ApzCoihjAuHAfGVoVqv61", "name": "Kapena", "type": "artist", "uri": "spotify:artist:5ApzCoihjAuHAfGVoVqv61" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4y32ym1lHG1X3sahnZqOkF" }, "href": "https://api.spotify.com/v1/albums/4y32ym1lHG1X3sahnZqOkF", "id": "4y32ym1lHG1X3sahnZqOkF", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273ea165b51f57f46cb58bd7ac2" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02ea165b51f57f46cb58bd7ac2" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851ea165b51f57f46cb58bd7ac2" } ], "is_playable": true, "name": "Kapena and More!", "release_date": "1990-11-14", "release_date_precision": "day", "total_tracks": 14, "type": "album", "uri": "spotify:album:4y32ym1lHG1X3sahnZqOkF" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5ApzCoihjAuHAfGVoVqv61" }, "href": "https://api.spotify.com/v1/artists/5ApzCoihjAuHAfGVoVqv61", "id": "5ApzCoihjAuHAfGVoVqv61", "name": "Kapena", "type": "artist", "uri": "spotify:artist:5ApzCoihjAuHAfGVoVqv61" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 191796, "explicit": false, "external_ids": { "isrc": "USX9P1306179" }, "external_urls": { "spotify": "https://open.spotify.com/track/0PAiAlK1oyPeWvet3ZVmfE" }, "href": "https://api.spotify.com/v1/tracks/0PAiAlK1oyPeWvet3ZVmfE", "id": "0PAiAlK1oyPeWvet3ZVmfE", "is_local": false, "is_playable": true, "name": "Never Gonna Give You Up", "popularity": 36, "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:0PAiAlK1oyPeWvet3ZVmfE" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5ApzCoihjAuHAfGVoVqv61" }, "href": "https://api.spotify.com/v1/artists/5ApzCoihjAuHAfGVoVqv61", "id": "5ApzCoihjAuHAfGVoVqv61", "name": "Kapena", "type": "artist", "uri": "spotify:artist:5ApzCoihjAuHAfGVoVqv61" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/7jcahaVnc8W0Yf4cog7Lho" }, "href": "https://api.spotify.com/v1/albums/7jcahaVnc8W0Yf4cog7Lho", "id": "7jcahaVnc8W0Yf4cog7Lho", "images": [ { "height": 640, "width": 640, "url": "https://i.scdn.co/image/ab67616d0000b273f857e22fae01830dda2d96fe" }, { "height": 300, "width": 300, "url": "https://i.scdn.co/image/ab67616d00001e02f857e22fae01830dda2d96fe" }, { "height": 64, "width": 64, "url": "https://i.scdn.co/image/ab67616d00004851f857e22fae01830dda2d96fe" } ], "is_playable": true, "name": "30", "release_date": "2015-12-28", "release_date_precision": "day", "total_tracks": 30, "type": "album", "uri": "spotify:album:7jcahaVnc8W0Yf4cog7Lho" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5ApzCoihjAuHAfGVoVqv61" }, "href": "https://api.spotify.com/v1/artists/5ApzCoihjAuHAfGVoVqv61", "id": "5ApzCoihjAuHAfGVoVqv61", "name": "Kapena", "type": "artist", "uri": "spotify:artist:5ApzCoihjAuHAfGVoVqv61" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 191053, "explicit": false, "external_ids": { "isrc": "USCGJ1621993" }, "external_urls": { "spotify": "https://open.spotify.com/track/3XQsHKA5zyxVkavbQ5d79m" }, "href": "https://api.spotify.com/v1/tracks/3XQsHKA5zyxVkavbQ5d79m", "id": "3XQsHKA5zyxVkavbQ5d79m", "is_local": false, "is_playable": true, "name": "Never Gonna Give You Up", "popularity": 1, "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:3XQsHKA5zyxVkavbQ5d79m" } ] } } python-spotify-2.0.2/tests/fixtures/show.json000066400000000000000000004357531515206530700214420ustar00rootroot00000000000000{ "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "copyrights": [], "description": "Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan, and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.", "html_description": "

Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan, and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.

", "explicit": true, "external_urls": { "spotify": "https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD" }, "href": "https://api.spotify.com/v1/shows/1Y9ExMgMxoBVrgrfU7u0nD", "id": "1Y9ExMgMxoBVrgrfU7u0nD", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "width": 64 } ], "is_externally_hosted": false, "languages": ["en-US"], "media_type": "audio", "name": "Safety Third", "publisher": "Safety Third ", "type": "show", "uri": "spotify:show:1Y9ExMgMxoBVrgrfU7u0nD", "total_episodes": 159, "episodes": { "href": "https://api.spotify.com/v1/shows/1Y9ExMgMxoBVrgrfU7u0nD/episodes?offset=0&limit=50", "limit": 50, "next": "https://api.spotify.com/v1/shows/1Y9ExMgMxoBVrgrfU7u0nD/episodes?offset=50&limit=50", "offset": 0, "previous": null, "total": 159, "items": [ { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/4iiYwCmm1Z7VQYxuYQjVLW/clip_134000_195840.mp3", "description": "Don't back this Kickstarter: http://kck.st/4qBbxoEPatreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u2068@TheBackyardScientist\u2069 @WilliamOsman2\u2069 \u2068@NileRed\u2069 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Don't back this Kickstarter: http://kck.st/4qBbxoE

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u2068@TheBackyardScientist\u2069

@WilliamOsman2\u2069

\u2068@NileRed\u2069


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4749648, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3TFqlEpcxCgD118RdWy4l6" }, "href": "https://api.spotify.com/v1/episodes/3TFqlEpcxCgD118RdWy4l6", "id": "3TFqlEpcxCgD118RdWy4l6", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "We Tried Making a Better Coke - Safety Third 158", "release_date": "2026-02-19", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3TFqlEpcxCgD118RdWy4l6" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/53aYZXFzw2WFuECEAKgC6m/clip_100000_165360.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u2068@TheBackyardScientist\u2069@WilliamOsman2\u2069\u2068@NileRed\u2069Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u2068@TheBackyardScientist\u2069

@WilliamOsman2\u2069

\u2068@NileRed\u2069


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4190616, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/7237hqixNa5Pa1bV5Pak2p" }, "href": "https://api.spotify.com/v1/episodes/7237hqixNa5Pa1bV5Pak2p", "id": "7237hqixNa5Pa1bV5Pak2p", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ae32a1a91e4974bf4cfe752a1", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fe32a1a91e4974bf4cfe752a1", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68de32a1a91e4974bf4cfe752a1", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "how long can we actually keep this up? - Safety Third 157", "release_date": "2026-02-12", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:7237hqixNa5Pa1bV5Pak2p" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/1QnEB6W3KCZjmozkmrMukR/clip_539000_607200.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u2068@TheBackyardScientist\u2069 @WilliamOsman2\u2069 \u2068@NileRed\u2069 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u2068@TheBackyardScientist\u2069

@WilliamOsman2\u2069

\u2068@NileRed\u2069


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5486976, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/2X2dSrYifdwxzNA5I9YGpl" }, "href": "https://api.spotify.com/v1/episodes/2X2dSrYifdwxzNA5I9YGpl", "id": "2X2dSrYifdwxzNA5I9YGpl", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "are you actually angry or just frustrated? - Safety Third 156", "release_date": "2026-02-05", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:2X2dSrYifdwxzNA5I9YGpl" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/4RDe7tNjpMBwAN4youDtBM/clip_1137000_1197600.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u00a0\u2068@TheBackyardScientist\u2069\u00a0\u00a0\u2068@WilliamOsman2\u2069\u00a0\u00a0\u2068@NileRed\u2069\u00a0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u00a0\u2068@TheBackyardScientist\u2069\u00a0

\u00a0\u2068@WilliamOsman2\u2069\u00a0

\u00a0\u2068@NileRed\u2069\u00a0


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 3047904, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/2bA0hdVhjQOR4fwgYwfJK4" }, "href": "https://api.spotify.com/v1/episodes/2bA0hdVhjQOR4fwgYwfJK4", "id": "2bA0hdVhjQOR4fwgYwfJK4", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a8a97f0d163dfdc3020ddc6a4", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f8a97f0d163dfdc3020ddc6a4", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d8a97f0d163dfdc3020ddc6a4", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Is your workshop just a storage unit? - Safety Third 155", "release_date": "2026-01-29", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:2bA0hdVhjQOR4fwgYwfJK4" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/7GUYFFkecsDVlychEf2InD/clip_126000_182000.mp3", "description": "Watch \u00a0@LabCoatz_Science\u00a0 recreate Coca Cola here https://youtu.be/TDkH3EbWTYc?si=qLcxjFW1O-mOOIUwPatreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u00a0@TheBackyardScientist\u00a0\u00a0@WilliamOsman2\u00a0\u00a0@NileRed\u00a0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Watch \u00a0@LabCoatz_Science\u00a0 recreate Coca Cola here https://youtu.be/TDkH3EbWTYc?si=qLcxjFW1O-mOOIUw


Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u00a0@TheBackyardScientist\u00a0

\u00a0@WilliamOsman2\u00a0

\u00a0@NileRed\u00a0


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5867928, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/5jg6DwBwVPbRtafX2bMXfW" }, "href": "https://api.spotify.com/v1/episodes/5jg6DwBwVPbRtafX2bMXfW", "id": "5jg6DwBwVPbRtafX2bMXfW", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "He STOLE Coke's Secret Recipe - Safety Third 154", "release_date": "2026-01-22", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:5jg6DwBwVPbRtafX2bMXfW" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/2uItv6ETouDgXk8HyWOWmk/clip_643061_703061.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D \u00a0@TheBackyardScientist\u00a0 \u00a0@WilliamOsman2\u00a0 \u00a0@NileRed\u00a0 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u00a0@TheBackyardScientist\u00a0

\u00a0@WilliamOsman2\u00a0

\u00a0@NileRed\u00a0


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5365080, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/7qu6i0NNgDSQy76Z3HRZ6S" }, "href": "https://api.spotify.com/v1/episodes/7qu6i0NNgDSQy76Z3HRZ6S", "id": "7qu6i0NNgDSQy76Z3HRZ6S", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a7c7f05ad6605e500a55302ee", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f7c7f05ad6605e500a55302ee", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d7c7f05ad6605e500a55302ee", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "RAM prices DESTROYED our computer builds- Safety Third 153", "release_date": "2026-01-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:7qu6i0NNgDSQy76Z3HRZ6S" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/1VvF0Vr5gU12RuTK53azWX/clip_612629_672629.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u00a0@TheBackyardScientist\u00a0 \u00a0@WilliamOsman2\u00a0 \u00a0@NileRed\u00a0 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u00a0@TheBackyardScientist\u00a0

\u00a0@WilliamOsman2\u00a0

\u00a0@NileRed\u00a0

Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 3635800, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3uNZj71kjRvHqSfRhDuat3" }, "href": "https://api.spotify.com/v1/episodes/3uNZj71kjRvHqSfRhDuat3", "id": "3uNZj71kjRvHqSfRhDuat3", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a7c9b586110f14bfebfc8d12e", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f7c9b586110f14bfebfc8d12e", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d7c9b586110f14bfebfc8d12e", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Confessing Our Worst Childhood Pranks - Safety Third 152", "release_date": "2026-01-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3uNZj71kjRvHqSfRhDuat3" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/73Q1vDOqBIDKeCjni7Vpwy/clip_160811_220811.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u00a0@TheBackyardScientist\u00a0 \u00a0@WilliamOsman2\u00a0 \u00a0@NileRed2\u00a0 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u00a0@TheBackyardScientist\u00a0

\u00a0@WilliamOsman2\u00a0

\u00a0@NileRed2\u00a0


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5826951, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/6lhqiOpaAuxilP07sLfuV8" }, "href": "https://api.spotify.com/v1/episodes/6lhqiOpaAuxilP07sLfuV8", "id": "6lhqiOpaAuxilP07sLfuV8", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a7c8e9118ee68825631a8a2fb", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f7c8e9118ee68825631a8a2fb", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d7c8e9118ee68825631a8a2fb", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "I Survived PayMoneyWubby's 24-Hour Torture Stream (And Got PTSD) - Safety Third 151", "release_date": "2026-01-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:6lhqiOpaAuxilP07sLfuV8" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/2DjgwqRBurO3mqxJnm4osk/clip_414947_474947.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D \u00a0@TheBackyardScientist\u00a0 \u00a0@WilliamOsman2\u00a0 \u00a0@NileRed\u00a0 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u00a0@TheBackyardScientist\u00a0

\u00a0@WilliamOsman2\u00a0

\u00a0@NileRed\u00a0


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4026932, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/4w4d295F7QwCCy2dCCIVoq" }, "href": "https://api.spotify.com/v1/episodes/4w4d295F7QwCCy2dCCIVoq", "id": "4w4d295F7QwCCy2dCCIVoq", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a1caeb53f42c57c5041db2e12", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f1caeb53f42c57c5041db2e12", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d1caeb53f42c57c5041db2e12", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "how far back do we remember - Safety Third 150", "release_date": "2026-01-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:4w4d295F7QwCCy2dCCIVoq" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/1QfopdIgQr3fvuTLShkCSM/clip_382497_442497.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u00a0@TheBackyardScientist\u00a0\u00a0@WilliamOsman2\u00a0\u00a0@NileRed\u00a0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u00a0@TheBackyardScientist\u00a0

\u00a0@WilliamOsman2\u00a0

\u00a0@NileRed\u00a0


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4417018, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/2Xfuh9pem3qCEA5wWIE3mC" }, "href": "https://api.spotify.com/v1/episodes/2Xfuh9pem3qCEA5wWIE3mC", "id": "2Xfuh9pem3qCEA5wWIE3mC", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a76337e64fb02e22fed37928f", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f76337e64fb02e22fed37928f", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d76337e64fb02e22fed37928f", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "even NileRed can\u2019t afford this - Safety Third 149", "release_date": "2026-01-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:2Xfuh9pem3qCEA5wWIE3mC" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/0JqVmZxFWOHlCGeE1tOho5/clip_253651_313651.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D \u00a0@TheBackyardScientist\u00a0 \u00a0@WilliamOsman2\u00a0 \u00a0@NileRed\u00a0 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u00a0@TheBackyardScientist\u00a0

\u00a0@WilliamOsman2\u00a0

\u00a0@NileRed\u00a0


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4553012, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/2zh1C31QQj9d4zddWtBX1N" }, "href": "https://api.spotify.com/v1/episodes/2zh1C31QQj9d4zddWtBX1N", "id": "2zh1C31QQj9d4zddWtBX1N", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a1dea658e2ab066895d4cf5bd", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f1dea658e2ab066895d4cf5bd", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d1dea658e2ab066895d4cf5bd", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Why Carbon Nanotubes Are Nearly Impossible to Make - Safety Third 148", "release_date": "2026-01-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:2zh1C31QQj9d4zddWtBX1N" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/4aBKEjr3O0sk3Z1P71SuDu/clip_185387_245387.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D \u00a0@TheBackyardScientist\u00a0 \u00a0@WilliamOsman2\u00a0 \u00a0@NileRed\u00a0 Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u00a0@TheBackyardScientist\u00a0

\u00a0@WilliamOsman2\u00a0

\u00a0@NileRed\u00a0


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 3794181, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/6ilVUUydSRAnaJvjjwNuzt" }, "href": "https://api.spotify.com/v1/episodes/6ilVUUydSRAnaJvjjwNuzt", "id": "6ilVUUydSRAnaJvjjwNuzt", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a0860f82a32b6efecac503e1e", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f0860f82a32b6efecac503e1e", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d0860f82a32b6efecac503e1e", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "solar is a scam - Safety Third 147", "release_date": "2026-01-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:6ilVUUydSRAnaJvjjwNuzt" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/0lQl1sOEbvAlGKMlAKXP4k/clip_621363_681363.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u00a0@TheBackyardScientist\u00a0\u00a0@WilliamOsman2\u00a0\u00a0@NileRedExtra\u00a0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u00a0@TheBackyardScientist\u00a0

\u00a0@WilliamOsman2\u00a0

\u00a0@NileRedExtra\u00a0


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4410697, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/4yYkLICPT4hwKiE12ahmaS" }, "href": "https://api.spotify.com/v1/episodes/4yYkLICPT4hwKiE12ahmaS", "id": "4yYkLICPT4hwKiE12ahmaS", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "there's an infestation - Safety Third 146", "release_date": "2026-01-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:4yYkLICPT4hwKiE12ahmaS" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3Snl0NRM30ypAv7d983PTP/clip_124425_184425.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u00a0@TheBackyardScientist\u00a0\u00a0@WilliamOsman2\u00a0\u00a0@TommyCallaway\u00a0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u00a0@TheBackyardScientist\u00a0

\u00a0@WilliamOsman2\u00a0

\u00a0@TommyCallaway\u00a0


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5904953, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/71lgHMUv6DqIPVSBR0lHIe" }, "href": "https://api.spotify.com/v1/episodes/71lgHMUv6DqIPVSBR0lHIe", "id": "71lgHMUv6DqIPVSBR0lHIe", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a8271d8dab008b881d45a7876", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f8271d8dab008b881d45a7876", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d8271d8dab008b881d45a7876", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "how to make $100000 on youtube - Safety Third 145", "release_date": "2026-01-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:71lgHMUv6DqIPVSBR0lHIe" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/2UN4fJLpsEzfKbXTxpQ5uH/clip_499916_559916.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u00a0@TheBackyardScientist\u00a0\u00a0@WilliamOsman2\u00a0\u00a0@NileRed\u00a0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u00a0@TheBackyardScientist\u00a0

\u00a0@WilliamOsman2\u00a0

\u00a0@NileRed\u00a0


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4753006, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/31Z5wPeZ2QF2ETpX94aTTz" }, "href": "https://api.spotify.com/v1/episodes/31Z5wPeZ2QF2ETpX94aTTz", "id": "31Z5wPeZ2QF2ETpX94aTTz", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8aced64cb5f44b398cf1cb0a93", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fced64cb5f44b398cf1cb0a93", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dced64cb5f44b398cf1cb0a93", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "We SAVED Will's Farm - Safety Third 144", "release_date": "2026-01-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:31Z5wPeZ2QF2ETpX94aTTz" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/6U2QTlEN4ShUvdV67eRHy3/clip_454599_514599.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u00a0@TheBackyardScientist\u00a0\u00a0@WilliamOsman2\u00a0\u00a0@NileRed\u00a0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u00a0@TheBackyardScientist\u00a0

\u00a0@WilliamOsman2\u00a0

\u00a0@NileRed\u00a0


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5129952, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/57IS2fYCmc0tRR1jtREKXp" }, "href": "https://api.spotify.com/v1/episodes/57IS2fYCmc0tRR1jtREKXp", "id": "57IS2fYCmc0tRR1jtREKXp", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8aca97ae44e72b12aafb9d98b9", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fca97ae44e72b12aafb9d98b9", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dca97ae44e72b12aafb9d98b9", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Our Stupid Childhood Inventions - Safety Third 143", "release_date": "2026-01-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:57IS2fYCmc0tRR1jtREKXp" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3KbdRPVyErDuzNwZJ1yc1Z/clip_286965_346965.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u00a0@TheBackyardScientist\u00a0\u00a0@WilliamOsman2\u00a0\u00a0@NileRed\u00a0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u00a0@TheBackyardScientist\u00a0

\u00a0@WilliamOsman2\u00a0

\u00a0@NileRed\u00a0


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4548284, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3m0ohH2FGgFIhyOLnbBc5D" }, "href": "https://api.spotify.com/v1/episodes/3m0ohH2FGgFIhyOLnbBc5D", "id": "3m0ohH2FGgFIhyOLnbBc5D", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a07a2e7c0152f1061053d04f4", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f07a2e7c0152f1061053d04f4", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d07a2e7c0152f1061053d04f4", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "we're back again baby! - Safety Third 142", "release_date": "2026-01-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3m0ohH2FGgFIhyOLnbBc5D" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/2lkbJiYHRe2nK5BIB7ECUH/clip_430502_490502.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopFollow Safety Third on Twitter: https://twitter.com/SafetyThirdPodFollow Safety Third on Instagram: https://instagram.com/safetythirdofficialCheck out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304AListen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdgListen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D\u00a0@TheBackyardScientist\u00a0\u00a0@WilliamOsman2\u00a0\u00a0@NileRed\u00a0Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube \"Scientists\". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop


Follow Safety Third on Twitter: https://twitter.com/SafetyThirdPod

Follow Safety Third on Instagram: https://instagram.com/safetythirdofficial

Check out our clips channel: https://www.youtube.com/channel/UC1LFFd9I2Ooza4EL0aA304A


Listen on Spotify: https://open.spotify.com/show/1Y9ExMgMxoBVrgrfU7u0nD?si=1HKwgnSNRCqjeijlSVNxdg

Listen on Apple Podcasts: https://podcasts.apple.com/us/podcast/safety-third/id1570503392

Listen on Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5yZWRjaXJjbGUuY29tL2M2ZDJlODY5LTIyYWUtNGU2OC1iODhlLWUxOTU3ZDA3MGQzYQ%3D%3D


\u00a0@TheBackyardScientist\u00a0

\u00a0@WilliamOsman2\u00a0

\u00a0@NileRed\u00a0


Safety Third is a weekly show hosted by William Osman, NileRed, The Backyard Scientist, Allen Pan and a couple other YouTube "Scientists". Sometimes we have guests, sometimes it's just us, but always: safety is our number three priority.



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4619050, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3Djm1peAXhH2DJAcf5EI4t" }, "href": "https://api.spotify.com/v1/episodes/3Djm1peAXhH2DJAcf5EI4t", "id": "3Djm1peAXhH2DJAcf5EI4t", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8aed276654b59a905bfa8d3fdb", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fed276654b59a905bfa8d3fdb", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68ded276654b59a905bfa8d3fdb", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "How We Keep Getting Through TSA - Safety Third 141", "release_date": "2026-01-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3Djm1peAXhH2DJAcf5EI4t" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/0SDCE30uIy8sqTgtq2ZsFR/clip_259000_318000.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5121048, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/0RGDUnfGOJmsSgoTu6A9wb" }, "href": "https://api.spotify.com/v1/episodes/0RGDUnfGOJmsSgoTu6A9wb", "id": "0RGDUnfGOJmsSgoTu6A9wb", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8aaa7ca654e29007b236cf268a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1faa7ca654e29007b236cf268a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68daa7ca654e29007b236cf268a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "What happen to NileRed? - Safety Third 140", "release_date": "2025-06-19", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:0RGDUnfGOJmsSgoTu6A9wb" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/2gFA17kTnwBG3krxcFt4O5/clip_430000_494640.mp3", "description": "\ud83e\udd24Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

🤤



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 3700631, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/6hh4HTvEggU2CtulBw5Bfd" }, "href": "https://api.spotify.com/v1/episodes/6hh4HTvEggU2CtulBw5Bfd", "id": "6hh4HTvEggU2CtulBw5Bfd", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a24544d9f88e8bea1c4a43541", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f24544d9f88e8bea1c4a43541", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d24544d9f88e8bea1c4a43541", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Gourmet or a Biohazard - Safety Third 139", "release_date": "2025-06-05", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:6hh4HTvEggU2CtulBw5Bfd" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/6z0N1CzQC5HUlD0vuCNdiu/clip_227000_289520.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 6014520, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/1pBmRheQbSnndzrsyQxcoO" }, "href": "https://api.spotify.com/v1/episodes/1pBmRheQbSnndzrsyQxcoO", "id": "1pBmRheQbSnndzrsyQxcoO", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a9f444dde32e222b2e0ea809a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f9f444dde32e222b2e0ea809a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d9f444dde32e222b2e0ea809a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "We Did It In 6 Days - Safety Third 138", "release_date": "2025-05-29", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:1pBmRheQbSnndzrsyQxcoO" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/5v1lnveozYoewqMXszJCFZ/clip_442500_502500.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4768368, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/4xxuGDc2mV6D4Ilv3Ok8dA" }, "href": "https://api.spotify.com/v1/episodes/4xxuGDc2mV6D4Ilv3Ok8dA", "id": "4xxuGDc2mV6D4Ilv3Ok8dA", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8aa7871036b390d33b743dacf2", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fa7871036b390d33b743dacf2", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68da7871036b390d33b743dacf2", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "What's In Water?- Safety Third 137", "release_date": "2025-05-15", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:4xxuGDc2mV6D4Ilv3Ok8dA" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/7l2yrS8bujDB96ZesqAabR/clip_636000_702880.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5291760, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/0K68py3R90cjUQJiMJypoB" }, "href": "https://api.spotify.com/v1/episodes/0K68py3R90cjUQJiMJypoB", "id": "0K68py3R90cjUQJiMJypoB", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a172a24c4cd98acaa6651f071", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f172a24c4cd98acaa6651f071", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d172a24c4cd98acaa6651f071", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "We Investigate the Bee Problem - Safety Third 136", "release_date": "2025-05-08", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:0K68py3R90cjUQJiMJypoB" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3M6RrQbRtxz4nSqTMI9WgH/clip_666000_726080.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5255231, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3NMwNuYdExWcYKmyml7Y9S" }, "href": "https://api.spotify.com/v1/episodes/3NMwNuYdExWcYKmyml7Y9S", "id": "3NMwNuYdExWcYKmyml7Y9S", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a94a8d4c84116774b11869dea", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f94a8d4c84116774b11869dea", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d94a8d4c84116774b11869dea", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "The Future of Science Videos... - Safety Third 135", "release_date": "2025-05-01", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3NMwNuYdExWcYKmyml7Y9S" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/5aH5s1Jdc7ZECuh5Ur6S93/clip_358000_419240.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5718840, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/1a77xkMaa0L6Ry7deZmX7C" }, "href": "https://api.spotify.com/v1/episodes/1a77xkMaa0L6Ry7deZmX7C", "id": "1a77xkMaa0L6Ry7deZmX7C", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a2d89fc55b99736a3f0dc37d2", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f2d89fc55b99736a3f0dc37d2", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d2d89fc55b99736a3f0dc37d2", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Let's Do Dangerous Experiments - Safety Third 134", "release_date": "2025-04-24", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:1a77xkMaa0L6Ry7deZmX7C" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/17gOJyjGswQZ5vivGw6s7L/clip_1088000_1148200.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5144640, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/7Iddb7fU6NQK4CVQzg8pRt" }, "href": "https://api.spotify.com/v1/episodes/7Iddb7fU6NQK4CVQzg8pRt", "id": "7Iddb7fU6NQK4CVQzg8pRt", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a677a69719097ce8c3b30a8bc", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f677a69719097ce8c3b30a8bc", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d677a69719097ce8c3b30a8bc", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Getting Away with Crime - Safety Third 133", "release_date": "2025-04-17", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:7Iddb7fU6NQK4CVQzg8pRt" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/0h4eqly7xNTOm9rMrfwjEw/clip_344000_407760.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4117583, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3GMMfTQFAKluh2ZCmDBq0B" }, "href": "https://api.spotify.com/v1/episodes/3GMMfTQFAKluh2ZCmDBq0B", "id": "3GMMfTQFAKluh2ZCmDBq0B", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a3a79d75ad1e43fcd54120273", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f3a79d75ad1e43fcd54120273", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d3a79d75ad1e43fcd54120273", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Is Bigger Better? - Safety Third 132", "release_date": "2025-04-10", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3GMMfTQFAKluh2ZCmDBq0B" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/29ABfx7S04owFtgqCxPK76/clip_482000_542360.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5034768, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/1e0uQx6quq5Q8pGkBvmI4z" }, "href": "https://api.spotify.com/v1/episodes/1e0uQx6quq5Q8pGkBvmI4z", "id": "1e0uQx6quq5Q8pGkBvmI4z", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "We're Not Lovin\u2019 It - Safety Third 131 - Safety Third 131", "release_date": "2025-04-03", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:1e0uQx6quq5Q8pGkBvmI4z" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/6mhkoYXxx9lm9Q0mmBulln/clip_100000_164040.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5616576, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/62DQPE6rzL6QubfVmc6wiJ" }, "href": "https://api.spotify.com/v1/episodes/62DQPE6rzL6QubfVmc6wiJ", "id": "62DQPE6rzL6QubfVmc6wiJ", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a09dd0918e72f37f4e45e3484", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f09dd0918e72f37f4e45e3484", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d09dd0918e72f37f4e45e3484", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Space is Hard - Safety Third 130", "release_date": "2025-03-27", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:62DQPE6rzL6QubfVmc6wiJ" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/4XZFcfqSE1MGgKOOpsAouX/clip_585553_645553.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5608823, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/5xbFenzg8j2MMvVSmUnlR2" }, "href": "https://api.spotify.com/v1/episodes/5xbFenzg8j2MMvVSmUnlR2", "id": "5xbFenzg8j2MMvVSmUnlR2", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8a390f4a4fd6167520cbe06250", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1f390f4a4fd6167520cbe06250", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68d390f4a4fd6167520cbe06250", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "NileRed\u2019s Childhood Trauma - Safety Third 129", "release_date": "2025-03-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:5xbFenzg8j2MMvVSmUnlR2" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/0ZytdKQ7py9sner1Bh23f6/clip_261000_321880.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5331480, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/2W8M0lrvTSd6HM4ByLbVBg" }, "href": "https://api.spotify.com/v1/episodes/2W8M0lrvTSd6HM4ByLbVBg", "id": "2W8M0lrvTSd6HM4ByLbVBg", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac6b7e3a8e1c8b10906f82deb", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc6b7e3a8e1c8b10906f82deb", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc6b7e3a8e1c8b10906f82deb", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Is it good internship? - Safety Third 128", "release_date": "2025-03-13", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:2W8M0lrvTSd6HM4ByLbVBg" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3CphxvM8FnTjP1NR71NPtn/clip_151690_211690.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/





Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4423368, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/1cbSydOSIAElmsZ2wG55YF" }, "href": "https://api.spotify.com/v1/episodes/1cbSydOSIAElmsZ2wG55YF", "id": "1cbSydOSIAElmsZ2wG55YF", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ab618e09100a574e2410b8075", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fb618e09100a574e2410b8075", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68db618e09100a574e2410b8075", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Our best business idea yet - Safety Third 127", "release_date": "2025-03-06", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:1cbSydOSIAElmsZ2wG55YF" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/2zwJ2nHFxrdBqVCklWH6rM/clip_615000_674000.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5128248, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/7nkWaQCTwCl0Dy7KQzVKgJ" }, "href": "https://api.spotify.com/v1/episodes/7nkWaQCTwCl0Dy7KQzVKgJ", "id": "7nkWaQCTwCl0Dy7KQzVKgJ", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8aaeca1df66b68db2b6ae8eb55", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1faeca1df66b68db2b6ae8eb55", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68daeca1df66b68db2b6ae8eb55", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "NileRed - Safety Third 126", "release_date": "2025-02-27", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:7nkWaQCTwCl0Dy7KQzVKgJ" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/4l0px7lf31GG4zv0VXUSxL/clip_268000_318000.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5082240, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/316huXjTjaHz3sMZt77F2S" }, "href": "https://api.spotify.com/v1/episodes/316huXjTjaHz3sMZt77F2S", "id": "316huXjTjaHz3sMZt77F2S", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8adcf056832b32a240b38888fe", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fdcf056832b32a240b38888fe", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68ddcf056832b32a240b38888fe", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Hiding NSFW Material in Optical Illusions - Safety Third 125", "release_date": "2025-02-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:316huXjTjaHz3sMZt77F2S" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/2KiZkHl0EHfdJnXsR5Q8Hy/clip_788000_848120.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 3842933, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/70DaOV8Y2u28R5OCbMGq40" }, "href": "https://api.spotify.com/v1/episodes/70DaOV8Y2u28R5OCbMGq40", "id": "70DaOV8Y2u28R5OCbMGq40", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "How NileRed Almost Lost a Video - Safety Third 124", "release_date": "2025-02-13", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:70DaOV8Y2u28R5OCbMGq40" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/4JJ8gU3d9HSzVglb3Zq99R/clip_110000_169600.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4225946, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/7HmmkFKjEns2aALdxmBrRL" }, "href": "https://api.spotify.com/v1/episodes/7HmmkFKjEns2aALdxmBrRL", "id": "7HmmkFKjEns2aALdxmBrRL", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "We Have Problems - Safety Third 123", "release_date": "2025-02-06", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:7HmmkFKjEns2aALdxmBrRL" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3ESsCWp7leiVH7XQu4Yi2l/clip_311257_371257.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5018209, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/56kSgt0rYKVILw7IMjqi5S" }, "href": "https://api.spotify.com/v1/episodes/56kSgt0rYKVILw7IMjqi5S", "id": "56kSgt0rYKVILw7IMjqi5S", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Someone Keeps Pulling Money Out of His Bank Account - Safety Third 122", "release_date": "2025-01-30", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:56kSgt0rYKVILw7IMjqi5S" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/1Uzu7dEcUjqdbAzsFEVFXy/clip_271000_331000.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4313258, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/4a1OnVZout7utVcxNJLDeA" }, "href": "https://api.spotify.com/v1/episodes/4a1OnVZout7utVcxNJLDeA", "id": "4a1OnVZout7utVcxNJLDeA", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "NileRed's Most Dangerous Machine - Safety Third 121", "release_date": "2025-01-23", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:4a1OnVZout7utVcxNJLDeA" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/66Ml5is5EqhjI64imKtOpF/clip_489000_550040.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4364976, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3zrPDefh3l6bIswzU3KbkB" }, "href": "https://api.spotify.com/v1/episodes/3zrPDefh3l6bIswzU3KbkB", "id": "3zrPDefh3l6bIswzU3KbkB", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "More Machines, More Problems - Safety Third 120", "release_date": "2025-01-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3zrPDefh3l6bIswzU3KbkB" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/06lRxUmh8UNVTByuyxLYqh/clip_132296_192296.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 3690161, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3o0RYoo5iOMKSmEbunsbvW" }, "href": "https://api.spotify.com/v1/episodes/3o0RYoo5iOMKSmEbunsbvW", "id": "3o0RYoo5iOMKSmEbunsbvW", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "My Squirrel Has Brain Damage - Safety Third 119", "release_date": "2024-07-26", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 90000 }, "type": "episode", "uri": "spotify:episode:3o0RYoo5iOMKSmEbunsbvW" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/6msRFio3561me28DofTad7/clip_570865_630865.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5690591, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/7CbsFHQq8ljztiUSGw46Fj" }, "href": "https://api.spotify.com/v1/episodes/7CbsFHQq8ljztiUSGw46Fj", "id": "7CbsFHQq8ljztiUSGw46Fj", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Math Haters vs Math Nerd - Safety Third 118", "release_date": "2024-07-18", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:7CbsFHQq8ljztiUSGw46Fj" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/59kIitZiPVjT9KScqbQ4ud/clip_287735_347735.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5808720, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/7I6SU4lQbmxipsRNN5hGGk" }, "href": "https://api.spotify.com/v1/episodes/7I6SU4lQbmxipsRNN5hGGk", "id": "7I6SU4lQbmxipsRNN5hGGk", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Dr. Disrespect is Not Beating The Drake Allegations - Safety Third 117", "release_date": "2024-07-11", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:7I6SU4lQbmxipsRNN5hGGk" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/2bqHwGWLlsEMSNIg59Odlv/clip_135559_195559.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5290728, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/5RTOrKLydGUJxiebaBbEbe" }, "href": "https://api.spotify.com/v1/episodes/5RTOrKLydGUJxiebaBbEbe", "id": "5RTOrKLydGUJxiebaBbEbe", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "NileRed's Most Important Employee - Safety Third 116", "release_date": "2024-07-04", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:5RTOrKLydGUJxiebaBbEbe" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/7uj2npDbrFuQ1HWLuPKeo5/clip_236465_296465.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 6685800, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/2cxiMfCIlOPiMQhsdRMKG0" }, "href": "https://api.spotify.com/v1/episodes/2cxiMfCIlOPiMQhsdRMKG0", "id": "2cxiMfCIlOPiMQhsdRMKG0", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "How Real Engineering Got Fired - Safety Third 115", "release_date": "2024-06-27", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:2cxiMfCIlOPiMQhsdRMKG0" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/6iuiZ3W7DV0DUl9dvK5tF1/clip_439813_499813.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5509825, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/2jALMGr63flWEdRl8NxvQR" }, "href": "https://api.spotify.com/v1/episodes/2jALMGr63flWEdRl8NxvQR", "id": "2jALMGr63flWEdRl8NxvQR", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Thin Mint Zyns - Safety Third 114", "release_date": "2024-06-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:2jALMGr63flWEdRl8NxvQR" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/0KgFGEHvoKXPBDVJurNrJA/clip_303096_363096.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2731702, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/0Rr3sI7wj3VaNQFPhalCVj" }, "href": "https://api.spotify.com/v1/episodes/0Rr3sI7wj3VaNQFPhalCVj", "id": "0Rr3sI7wj3VaNQFPhalCVj", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Live from Open Sauce 2023 - Safety Third 113", "release_date": "2024-06-13", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:0Rr3sI7wj3VaNQFPhalCVj" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/7A38OhaLYIZK55NEw4BHQu/clip_552910_612910.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5192437, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3XKOIVuGVzzEPNnlyz7PX4" }, "href": "https://api.spotify.com/v1/episodes/3XKOIVuGVzzEPNnlyz7PX4", "id": "3XKOIVuGVzzEPNnlyz7PX4", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "He Tried Hiring a Child Bartender - Safety Third 112", "release_date": "2024-06-06", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3XKOIVuGVzzEPNnlyz7PX4" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/0eTBmBv351dUpUjip2VOnB/clip_489832_549832.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4338191, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/5qGMPBYEW5Izdm9W5F7PSb" }, "href": "https://api.spotify.com/v1/episodes/5qGMPBYEW5Izdm9W5F7PSb", "id": "5qGMPBYEW5Izdm9W5F7PSb", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Ted Nivison Has a Disgusting Keyboard - Safety Third 111", "release_date": "2024-05-30", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:5qGMPBYEW5Izdm9W5F7PSb" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3SEynoolqW895KB999YBU8/clip_433955_493955.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 5367528, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/7G5CGTUvtSpLP67O4cYAWq" }, "href": "https://api.spotify.com/v1/episodes/7G5CGTUvtSpLP67O4cYAWq", "id": "7G5CGTUvtSpLP67O4cYAWq", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "The Worst Parts of Dating a Mad Scientist - Safety Third 110", "release_date": "2024-05-23", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:7G5CGTUvtSpLP67O4cYAWq" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/0jxt3zWP6S5HHnMpoCtdNn/clip_452775_512775.mp3", "description": "Patreon: https://www.patreon.com/safetythirdMerch: https://safetythird.shopYouTube: https://www.youtube.com/@safetythird/Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "html_description": "

Patreon: https://www.patreon.com/safetythird

Merch: https://safetythird.shop

YouTube: https://www.youtube.com/@safetythird/



Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 6502817, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3cJk5Cfvpkrdf9hxY5Hi3p" }, "href": "https://api.spotify.com/v1/episodes/3cJk5Cfvpkrdf9hxY5Hi3p", "id": "3cJk5Cfvpkrdf9hxY5Hi3p", "images": [ { "url": "https://i.scdn.co/image/ab6765630000ba8ac7bedd27a4413b1abf926d8a", "height": 640, "width": 640 }, { "url": "https://i.scdn.co/image/ab67656300005f1fc7bedd27a4413b1abf926d8a", "height": 300, "width": 300 }, { "url": "https://i.scdn.co/image/ab6765630000f68dc7bedd27a4413b1abf926d8a", "height": 64, "width": 64 } ], "is_externally_hosted": true, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Confronting His Old Boss - Safety Third 109", "release_date": "2024-05-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3cJk5Cfvpkrdf9hxY5Hi3p" } ] } } python-spotify-2.0.2/tests/fixtures/show_episodes.json000066400000000000000000005400031515206530700233160ustar00rootroot00000000000000{ "href": "https://api.spotify.com/v1/shows/0e30iIgSffe6xJhFKe35Db/episodes?offset=0&limit=48", "items": [ { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3ZMPQqrY7A7LNKI7dwuGil/clip_452960_512960.mp3", "description": "The Great War of 2077 and how the Fallout world diverged from our own. Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2193893, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3ssmxnilHYaKhwRWoBGMbU" }, "href": "https://api.spotify.com/v1/episodes/3ssmxnilHYaKhwRWoBGMbU", "html_description": "

The Great War of 2077 and how the Fallout world diverged from our own.

Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "3ssmxnilHYaKhwRWoBGMbU", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a224b816136e4325c58a7c15b", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f224b816136e4325c58a7c15b", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d224b816136e4325c58a7c15b", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "The Great War - Fallout Lorecast EP 1", "release_date": "2019-01-09", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3ssmxnilHYaKhwRWoBGMbU" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/2dnqUE3bfxuhGmFbMPogR5/clip_183364_243364.mp3", "description": "Support the show to keep it going, plus get great rewards at patreon.com/falloutlorecast Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2472333, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/1bbj9aqeeZ3UMUlcWN0S03" }, "href": "https://api.spotify.com/v1/episodes/1bbj9aqeeZ3UMUlcWN0S03", "html_description": "

Support the show to keep it going, plus get great rewards at patreon.com/falloutlorecast Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on Twitter: twitter.com/falloutlorecast

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "1bbj9aqeeZ3UMUlcWN0S03", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a2a60efcce283f3eebea03b01", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f2a60efcce283f3eebea03b01", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d2a60efcce283f3eebea03b01", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Who Dropped the First Bomb?", "release_date": "2019-01-15", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:1bbj9aqeeZ3UMUlcWN0S03" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/29Xq81kppwk8whpFIdUFrM/clip_384506_444506.mp3", "description": "The lore behind Vault-Tec Corporation. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2263640, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/4zui8zWBisCfnTkZ1vgIc0" }, "href": "https://api.spotify.com/v1/episodes/4zui8zWBisCfnTkZ1vgIc0", "html_description": "

The lore behind Vault-Tec Corporation. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on Twitter: twitter.com/falloutlorecast

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "4zui8zWBisCfnTkZ1vgIc0", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a15b2cb1cf646a9b161d1226b", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f15b2cb1cf646a9b161d1226b", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d15b2cb1cf646a9b161d1226b", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault-Tec Corporation", "release_date": "2019-01-22", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:4zui8zWBisCfnTkZ1vgIc0" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/2Gl0P5Eit50XryFyCAGwG5/clip_202281_262281.mp3", "description": "Most of the vaults are terrible, this one is ghoulish.Support the show to keep it going, plus get great rewards at patreon.com/falloutlorecast Become a patron! https://patreon.com/falloutlorecastTalk Fallout and join the Robots Radio fam: discord.gg/JXKfVhMStay plugged in on Twitter: twitter.com/falloutlorecastRobots Radio Youtube: youtube.com/c/r0b0tsSend me a note! Email: falloutlorecast@gmail.comwww.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 520044, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/7wH4iaoceRIympxiLVZPHF" }, "href": "https://api.spotify.com/v1/episodes/7wH4iaoceRIympxiLVZPHF", "html_description": "

Most of the vaults are terrible, this one is ghoulish.

Support the show to keep it going, plus get great rewards at patreon.com/falloutlorecast Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on Twitter: twitter.com/falloutlorecast

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "7wH4iaoceRIympxiLVZPHF", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8aace3770451596db4137aa9e5", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1face3770451596db4137aa9e5", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68dace3770451596db4137aa9e5", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault 3 A Fiendish Finish", "release_date": "2019-01-24", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:7wH4iaoceRIympxiLVZPHF" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/615513Vr8mT2vIfzKyE07J/clip_652466_712466.mp3", "description": "The lore behind Vault 8 and Vault City.\u00a0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 814027, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/4Z2MUOz9GBHzHsEIAc5Ltl" }, "href": "https://api.spotify.com/v1/episodes/4Z2MUOz9GBHzHsEIAc5Ltl", "html_description": "

The lore behind Vault 8 and Vault City.\u00a0Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on Twitter: twitter.com/falloutlorecast

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "4Z2MUOz9GBHzHsEIAc5Ltl", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a13d0eefc4d146b76eea15d67", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f13d0eefc4d146b76eea15d67", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d13d0eefc4d146b76eea15d67", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault 8 & Vault City", "release_date": "2019-01-26", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:4Z2MUOz9GBHzHsEIAc5Ltl" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/1IU4s7yN8BguHeSYGtsVhN/clip_132961_192961.mp3", "description": "The origins of the Brotherhood of Steel and Roger Maxson.\u00a0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2312124, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/24IzdUok36xLkgQEjOjS6V" }, "href": "https://api.spotify.com/v1/episodes/24IzdUok36xLkgQEjOjS6V", "html_description": "

The origins of the Brotherhood of Steel and Roger Maxson.\u00a0Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "24IzdUok36xLkgQEjOjS6V", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a0c6fc7fba3ac1ee8579693db", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f0c6fc7fba3ac1ee8579693db", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d0c6fc7fba3ac1ee8579693db", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "The Brotherhood of Steel (Origin)", "release_date": "2019-01-28", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:24IzdUok36xLkgQEjOjS6V" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3U6ehsNGxMpR6NppP8Sv1t/clip_404185_464185.mp3", "description": "The lore behind Vault 11 and the dilemma of self-preservation versus morality.\u00a0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 833097, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/6fUziggVu74s6JwZ0lsIjX" }, "href": "https://api.spotify.com/v1/episodes/6fUziggVu74s6JwZ0lsIjX", "html_description": "

The lore behind Vault 11 and the dilemma of self-preservation versus morality.\u00a0Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "6fUziggVu74s6JwZ0lsIjX", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a177e9739e349a411d3feaeb8", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f177e9739e349a411d3feaeb8", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d177e9739e349a411d3feaeb8", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault 11 The Sacrifice", "release_date": "2019-01-31", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:6fUziggVu74s6JwZ0lsIjX" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/5t7Bbh0PeOT51HG8TKU6d2/clip_131424_191424.mp3", "description": "The lore behind Vault 12 and the origins of a ghoulish city.\u00a0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 549668, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/1pYEeMveLHGbbIo10G34dx" }, "href": "https://api.spotify.com/v1/episodes/1pYEeMveLHGbbIo10G34dx", "html_description": "

The lore behind Vault 12 and the origins of a ghoulish city.\u00a0Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "1pYEeMveLHGbbIo10G34dx", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ac219ed826eed5a53e8630fd1", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fc219ed826eed5a53e8630fd1", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68dc219ed826eed5a53e8630fd1", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault 12 A Ghoulish Experience", "release_date": "2019-02-02", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:1pYEeMveLHGbbIo10G34dx" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/2MmgcnXeIBQbYGvS6U77Oa/clip_178564_238564.mp3", "description": "The origins and ideology of the Enclave.\u00a0Become a patron! https://patreon.com/falloutlorecastTalk Fallout and join the Robots Radio fam: discord.gg/JXKfVhMStay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0tsSend me a note! Email: falloutlorecast@gmail.comwww.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2096979, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/1h69SINnBwMCqfEXjPAVIl" }, "href": "https://api.spotify.com/v1/episodes/1h69SINnBwMCqfEXjPAVIl", "html_description": "

The origins and ideology of the Enclave.\u00a0Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "1h69SINnBwMCqfEXjPAVIl", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a8bc610b5319ed5d7174131af", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f8bc610b5319ed5d7174131af", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d8bc610b5319ed5d7174131af", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "The Origin of the Enclave", "release_date": "2019-02-04", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:1h69SINnBwMCqfEXjPAVIl" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3KWEyZ1ucu9JBOUOBwJxYp/clip_147647_207647.mp3", "description": "The lore behind Vault 13 and an invasion by intelligent deathclaws.\u00a0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 1026089, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/33UquUg4oftJ4ereH4nrNO" }, "href": "https://api.spotify.com/v1/episodes/33UquUg4oftJ4ereH4nrNO", "html_description": "

The lore behind Vault 13 and an invasion by intelligent deathclaws.\u00a0Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "33UquUg4oftJ4ereH4nrNO", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a409536212a26657ac7eefa5a", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f409536212a26657ac7eefa5a", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d409536212a26657ac7eefa5a", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault 13 & Intelligent Deathclaws", "release_date": "2019-02-07", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:33UquUg4oftJ4ereH4nrNO" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3bEayi2Mx8F1bq2dFbzLSv/clip_417827_477827.mp3", "description": "Get an early listen to the 1st episode of the upcoming Elder Scrolls Lorecast! Brought to you by: Storyblocks.com: Storyblocks.com/robotsradio Gamefly Game Rentals FREE for 30 Days! Click here: https://www.dpbolvw.net/click-100173810-10495782?sid=flore 15% off Loot Crate click: https://www.dpbolvw.net/click-100173810-13902093?sid=flore and use coupon code: ROBOTSRADIO Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/esolorecast Check out live streams most evenings on Twitch: twitch.tv/robotsradio Send me a note! Email: elderscrollslorecast@gmail.com Get a cool shirt, hat, or sticker, and support the show.\u00a0Merch: https://robotsradio.net/store/ Dsicover more Robots Radio shows at robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2362592, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/5nkbQDDCKSH4CwYalm62er" }, "href": "https://api.spotify.com/v1/episodes/5nkbQDDCKSH4CwYalm62er", "html_description": "

Get an early listen to the 1st episode of the upcoming Elder Scrolls Lorecast! Brought to you by: Storyblocks.com: Storyblocks.com/robotsradio Gamefly Game Rentals FREE for 30 Days! Click here: https://www.dpbolvw.net/click-100173810-10495782?sid=flore 15% off Loot Crate click: https://www.dpbolvw.net/click-100173810-13902093?sid=flore and use coupon code: ROBOTSRADIO Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/esolorecast Check out live streams most evenings on Twitch: twitch.tv/robotsradio Send me a note! Email: elderscrollslorecast@gmail.com Get a cool shirt, hat, or sticker, and support the show.\u00a0Merch: https://robotsradio.net/store/ Dsicover more Robots Radio shows at robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "5nkbQDDCKSH4CwYalm62er", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ab123bf90e3b34c113ab95837", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fb123bf90e3b34c113ab95837", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68db123bf90e3b34c113ab95837", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "[SNEAK PEEK] - Elder Scrolls Lorecast First Episode", "release_date": "2019-02-11", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:5nkbQDDCKSH4CwYalm62er" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/4Mave1BG7EHeU0qq1twtAn/clip_459968_519968.mp3", "description": "Duke from Out of the Vault joins me to discuss our thoughts on Power Armor. www.outofthevaultshow.com\u00a0Become a patron! https://patreon.com/falloutlorecastTalk Fallout and join the Robots Radio fam: discord.gg/JXKfVhMStay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0tsSend me a note! Email: falloutlorecast@gmail.comwww.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4749139, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/18tLLTavfPIPoJxau3xDQJ" }, "href": "https://api.spotify.com/v1/episodes/18tLLTavfPIPoJxau3xDQJ", "html_description": "

Duke from Out of the Vault joins me to discuss our thoughts on Power Armor. www.outofthevaultshow.com\u00a0Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "18tLLTavfPIPoJxau3xDQJ", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ae51cfa015cbd544a002bccbe", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fe51cfa015cbd544a002bccbe", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68de51cfa015cbd544a002bccbe", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Power Armor w/ Duke from Out of the Vault", "release_date": "2019-02-13", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:18tLLTavfPIPoJxau3xDQJ" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/7fz7lIYIOwji5rAzsPnPLl/clip_149474_209474.mp3", "description": "The lore behind Vault 15 and it's connection to Shady Sands and 3 of the most vile groups of raiders in the wasteland.\u00a0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 806974, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/1EQ6z4eaCRs6kJeVXjWIcm" }, "href": "https://api.spotify.com/v1/episodes/1EQ6z4eaCRs6kJeVXjWIcm", "html_description": "

The lore behind Vault 15 and it's connection to Shady Sands and 3 of the most vile groups of raiders in the wasteland.\u00a0Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "1EQ6z4eaCRs6kJeVXjWIcm", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a5ec46a0a8e2a9bd2da0ff0ed", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f5ec46a0a8e2a9bd2da0ff0ed", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d5ec46a0a8e2a9bd2da0ff0ed", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault 15 The Origin of The Khans", "release_date": "2019-02-16", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:1EQ6z4eaCRs6kJeVXjWIcm" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/13AFXYxT2YCrDCMzgN2jh8/clip_437695_497695.mp3", "description": "In this episode, we discuss the origin, research, and importance of West Tek.\u00a0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2198700, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/5ia7J0CaNRhuxsB0yVxdcn" }, "href": "https://api.spotify.com/v1/episodes/5ia7J0CaNRhuxsB0yVxdcn", "html_description": "

In this episode, we discuss the origin, research, and importance of West Tek.\u00a0Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "5ia7J0CaNRhuxsB0yVxdcn", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ad78d04bb088afb0a28507ae3", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fd78d04bb088afb0a28507ae3", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68dd78d04bb088afb0a28507ae3", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "West Tek - FEV & Power Armor", "release_date": "2019-02-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:5ia7J0CaNRhuxsB0yVxdcn" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/513rEkpn7WJz0Htlf4U1mW/clip_264594_324594.mp3", "description": "In this minisode we discuss the lore behind Vault 19 and the psychology of tribalism.\u00a0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 882076, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/1rzpxakE5YSwvSX6rXlG1V" }, "href": "https://api.spotify.com/v1/episodes/1rzpxakE5YSwvSX6rXlG1V", "html_description": "

In this minisode we discuss the lore behind Vault 19 and the psychology of tribalism.\u00a0Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "1rzpxakE5YSwvSX6rXlG1V", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8aff81331e3ff9b334529acf3d", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fff81331e3ff9b334529acf3d", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68dff81331e3ff9b334529acf3d", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault 19 Red vs Blue (or On Tribalism)", "release_date": "2019-02-25", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:1rzpxakE5YSwvSX6rXlG1V" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/7E5XBMlZJ1xDCikgXyFWD9/clip_417053_477053.mp3", "description": "Super Mutants. Nuff said. Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2252251, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/1PI4CPzbfD5HFEMWlaNQAV" }, "href": "https://api.spotify.com/v1/episodes/1PI4CPzbfD5HFEMWlaNQAV", "html_description": "

Super Mutants. Nuff said. Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "1PI4CPzbfD5HFEMWlaNQAV", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ac6f34f6430f9c4a3ad47c295", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fc6f34f6430f9c4a3ad47c295", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68dc6f34f6430f9c4a3ad47c295", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Super Mutants", "release_date": "2019-02-27", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:1PI4CPzbfD5HFEMWlaNQAV" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/59AarJkmlwPHocAqoRzmjL/clip_506150_566150.mp3", "description": "Welcome Dave from the Vault Boys WV to the show. We chat about Fallout 76, West Virginia, and what got him into the series. Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2875219, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/4CZKdqqXWP5ez2rOzT5eL6" }, "href": "https://api.spotify.com/v1/episodes/4CZKdqqXWP5ez2rOzT5eL6", "html_description": "

Welcome Dave from the Vault Boys WV to the show. We chat about Fallout 76, West Virginia, and what got him into the series. Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "4CZKdqqXWP5ez2rOzT5eL6", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a671b875905fa85a37794e728", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f671b875905fa85a37794e728", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d671b875905fa85a37794e728", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "West Virginia and Fallout 76 w/ Dave from Vault Boys WV", "release_date": "2019-03-06", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:4CZKdqqXWP5ez2rOzT5eL6" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/4uCmQqEm9FvkGJde3XNGq3/clip_499141_559141.mp3", "description": "This episode we discuss Ghouls! Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2147004, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/1SOZlOQl3FYwatj6Zvfrsj" }, "href": "https://api.spotify.com/v1/episodes/1SOZlOQl3FYwatj6Zvfrsj", "html_description": "

This episode we discuss Ghouls! Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "1SOZlOQl3FYwatj6Zvfrsj", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a231f303240fb4cff66631727", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f231f303240fb4cff66631727", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d231f303240fb4cff66631727", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Ghouls!", "release_date": "2019-03-13", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:1SOZlOQl3FYwatj6Zvfrsj" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/10pW151AvQJo91XBk3nhOv/clip_491656_551656.mp3", "description": "Vault 21, where everything was determined randomly. Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2028669, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/16hX5oaM52mREneUOHdBiA" }, "href": "https://api.spotify.com/v1/episodes/16hX5oaM52mREneUOHdBiA", "html_description": "

Vault 21, where everything was determined randomly. Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "16hX5oaM52mREneUOHdBiA", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a3b1dde4fdcf1bd80837f188d", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f3b1dde4fdcf1bd80837f188d", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d3b1dde4fdcf1bd80837f188d", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault 21 - A Roll of the Dice", "release_date": "2019-03-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:16hX5oaM52mREneUOHdBiA" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3VLKYxi0uNf6K5jvCWQKZe/clip_192390_252390.mp3", "description": "This episode is all about Deathclaws, plus a great question from our Patron Emily G. and reviews. Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2764538, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/2qvIReQpMaGK9OEeuW47VS" }, "href": "https://api.spotify.com/v1/episodes/2qvIReQpMaGK9OEeuW47VS", "html_description": "

This episode is all about Deathclaws, plus a great question from our Patron Emily G. and reviews. Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "2qvIReQpMaGK9OEeuW47VS", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a96e9fbfd524c6a0c883d9600", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f96e9fbfd524c6a0c883d9600", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d96e9fbfd524c6a0c883d9600", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Deathclaws", "release_date": "2019-03-28", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:2qvIReQpMaGK9OEeuW47VS" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/674KUlwHqUgINDmE1ktTSH/clip_169257_229257.mp3", "description": "How'd you like to be mind controlled by fungus?\u00a0Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2129684, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3zEdqLh9PXFGCKAdvZcVPa" }, "href": "https://api.spotify.com/v1/episodes/3zEdqLh9PXFGCKAdvZcVPa", "html_description": "

How'd you like to be mind controlled by fungus?\u00a0Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "3zEdqLh9PXFGCKAdvZcVPa", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a2a2b2c2191341a700f6357f5", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f2a2b2c2191341a700f6357f5", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d2a2b2c2191341a700f6357f5", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault 22 - Fungus Zombies", "release_date": "2019-04-03", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3zEdqLh9PXFGCKAdvZcVPa" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/33k0bqpfn2GmKl1EFtbiYm/clip_356761_416761.mp3", "description": "How 4 movies influenced the creation of one of our favorite game universes. Sponsors: Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4128705, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/2tTa25CiLYBnlJtYc2B5Mj" }, "href": "https://api.spotify.com/v1/episodes/2tTa25CiLYBnlJtYc2B5Mj", "html_description": "

How 4 movies influenced the creation of one of our favorite game universes. Sponsors: Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "2tTa25CiLYBnlJtYc2B5Mj", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a2bf6dc2d6838fab7ab17e223", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f2bf6dc2d6838fab7ab17e223", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d2bf6dc2d6838fab7ab17e223", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Movie Influences w/ Stuart from Committee Quest", "release_date": "2019-04-11", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:2tTa25CiLYBnlJtYc2B5Mj" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/6AiDmRa0IIvAzEjFKuE0Kf/clip_590064_650064.mp3", "description": "The New California Republic (NCR) patrols the wasteland in an attempt to re-establish American ideals. Become a patron! https://patreon.com/falloutlorecast Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.socialRobots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2118086, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/4Tyt0Prd9yqd2vv4wC1TJE" }, "href": "https://api.spotify.com/v1/episodes/4Tyt0Prd9yqd2vv4wC1TJE", "html_description": "

The New California Republic (NCR) patrols the wasteland in an attempt to re-establish American ideals. Become a patron! https://patreon.com/falloutlorecast

Talk Fallout and join the Robots Radio fam: discord.gg/JXKfVhM

Stay plugged in on BlueSky: https://bsky.app/profile/robotsradio.bsky.social

Robots Radio Youtube: youtube.com/c/r0b0ts

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net




Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "4Tyt0Prd9yqd2vv4wC1TJE", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8aaf31ef37c37e6cdc2262e0cb", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1faf31ef37c37e6cdc2262e0cb", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68daf31ef37c37e6cdc2262e0cb", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "The New California Republic (NCR)", "release_date": "2019-04-17", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:4Tyt0Prd9yqd2vv4wC1TJE" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/1jpHL9hopn1ql3h84em1qI/clip_478118_538118.mp3", "description": "Throwing in an extra episode this week - a wonderful interview with my daughter about Fallout and discovering Bethesda's games. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 1838393, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/2N9dQBdUq02DWnZ7NalLGv" }, "href": "https://api.spotify.com/v1/episodes/2N9dQBdUq02DWnZ7NalLGv", "html_description": "

Throwing in an extra episode this week - a wonderful interview with my daughter about Fallout and discovering Bethesda's games. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "2N9dQBdUq02DWnZ7NalLGv", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a3bbb6db2291ce62d8e50e6cf", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f3bbb6db2291ce62d8e50e6cf", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d3bbb6db2291ce62d8e50e6cf", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Extra Episode - Generational Perspectives w/ Tom's Daughter Laney", "release_date": "2019-04-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:2N9dQBdUq02DWnZ7NalLGv" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/1B7LR09SzOeCKeJ1nSisFz/clip_232334_292334.mp3", "description": "What is the Fallout Bible and what would have happened in Vault 27? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 1894478, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/7sTC5e0OLOn1e164IRsoUH" }, "href": "https://api.spotify.com/v1/episodes/7sTC5e0OLOn1e164IRsoUH", "html_description": "

What is the Fallout Bible and what would have happened in Vault 27? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "7sTC5e0OLOn1e164IRsoUH", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a52c5396a2915758428a83fbb", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f52c5396a2915758428a83fbb", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d52c5396a2915758428a83fbb", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "The Fallout Bible & Vault 27", "release_date": "2019-04-24", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:7sTC5e0OLOn1e164IRsoUH" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/1FCDxILnIZHfeeJHj5KpCo/clip_142855_202855.mp3", "description": "Enjoy this quick episode of Robots Thoughts where he ponders the safest place to ride out a nuclear war. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 831451, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/4hkn51b92Zss7v41zODTHV" }, "href": "https://api.spotify.com/v1/episodes/4hkn51b92Zss7v41zODTHV", "html_description": "

Enjoy this quick episode of Robots Thoughts where he ponders the safest place to ride out a nuclear war. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "4hkn51b92Zss7v41zODTHV", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8af3df1626a78fac918e9c928e", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1ff3df1626a78fac918e9c928e", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68df3df1626a78fac918e9c928e", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Robots Thoughts - Safest Place During Nuclear Fallout", "release_date": "2019-04-27", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:4hkn51b92Zss7v41zODTHV" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/5f3X21w0sDwecfDILNhWFO/clip_177316_237316.mp3", "description": "What's going on with the Institute and those crazy synths? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2550804, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/1yQIvJJLlJMphCsGMqAcPk" }, "href": "https://api.spotify.com/v1/episodes/1yQIvJJLlJMphCsGMqAcPk", "html_description": "

What's going on with the Institute and those crazy synths? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "1yQIvJJLlJMphCsGMqAcPk", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a143949ea0c4c48ee398a2f84", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f143949ea0c4c48ee398a2f84", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d143949ea0c4c48ee398a2f84", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Synths & The Institute", "release_date": "2019-05-01", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:1yQIvJJLlJMphCsGMqAcPk" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/1oOFshFO0CVzi3QUMyLcP4/clip_543693_603693.mp3", "description": "A genius, a brain in a machine, and children = a new culture for a new time. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2160404, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/69MYgP6oCkzkcwXZjBYkCp" }, "href": "https://api.spotify.com/v1/episodes/69MYgP6oCkzkcwXZjBYkCp", "html_description": "

A genius, a brain in a machine, and children = a new culture for a new time. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "69MYgP6oCkzkcwXZjBYkCp", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a8a4ef3ed09c6169d6f23bfff", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f8a4ef3ed09c6169d6f23bfff", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d8a4ef3ed09c6169d6f23bfff", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Derek Greenway, Vault 29, Twin Mothers & The Goddess Diana", "release_date": "2019-05-08", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:69MYgP6oCkzkcwXZjBYkCp" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3P5BCmuFZZ1cCxFReOWCtj/clip_509707_569707.mp3", "description": "A recap of the main events of Fallout 1. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2430223, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/67FIGQqDzfYVrXOoPMrQge" }, "href": "https://api.spotify.com/v1/episodes/67FIGQqDzfYVrXOoPMrQge", "html_description": "

A recap of the main events of Fallout 1. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "67FIGQqDzfYVrXOoPMrQge", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8adee8b3a349e65a704ec081f2", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fdee8b3a349e65a704ec081f2", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68ddee8b3a349e65a704ec081f2", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Fallout: A Post Nuclear Role Playing Game - A Recap of Fallout 1", "release_date": "2019-05-20", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:67FIGQqDzfYVrXOoPMrQge" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3h1CaMJCD0IFLSisLJzzsC/clip_433092_493092.mp3", "description": "What happens when an entire vault community has access to all of it's weapons? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2052571, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/4e4V4bLrK56k996hd2oPUo" }, "href": "https://api.spotify.com/v1/episodes/4e4V4bLrK56k996hd2oPUo", "html_description": "

What happens when an entire vault community has access to all of it's weapons? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "4e4V4bLrK56k996hd2oPUo", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a0b647fbec32544ce2d4eac1b", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f0b647fbec32544ce2d4eac1b", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d0b647fbec32544ce2d4eac1b", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault 34, Boomers & a Pulse Rifle", "release_date": "2019-05-29", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:4e4V4bLrK56k996hd2oPUo" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/1icAMgzGw40UTMZogcEFNz/clip_172139_232139.mp3", "description": "Mr Handy and all of it's variations. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 3112228, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/1XhqJdNSG4odYRhtH8G6nJ" }, "href": "https://api.spotify.com/v1/episodes/1XhqJdNSG4odYRhtH8G6nJ", "html_description": "

Mr Handy and all of it's variations. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "1XhqJdNSG4odYRhtH8G6nJ", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ab4343aace50ee621af668691", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fb4343aace50ee621af668691", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68db4343aace50ee621af668691", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "The Mr Handy Line of Robots", "release_date": "2019-06-04", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:1XhqJdNSG4odYRhtH8G6nJ" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/6UOiTaXUelyxAmPy0ri7rc/clip_462757_522757.mp3", "description": "Jameson from The DL: Weekly Gaming News has me on to discuss the Bethesda E3 conference. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4420466, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/1WQVLB4QRJj4QKZ4z1RRhr" }, "href": "https://api.spotify.com/v1/episodes/1WQVLB4QRJj4QKZ4z1RRhr", "html_description": "

Jameson from The DL: Weekly Gaming News has me on to discuss the Bethesda E3 conference. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "1WQVLB4QRJj4QKZ4z1RRhr", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a3f66f4de0e3b85f69b2d0092", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f3f66f4de0e3b85f69b2d0092", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d3f66f4de0e3b85f69b2d0092", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Bethesda E3 2019 w/ Jameson from The DL", "release_date": "2019-06-11", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:1WQVLB4QRJj4QKZ4z1RRhr" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3hXn3LiOepTXswCkiRogl2/clip_0_60000.mp3", "description": "A number of people have asked about how to play the Fallout RPG game I've been creating. Here's the basics of gameplay.\u00a0Fallout RPG by Robots: https://drive.google.com/open?id=1MY7yGoiG4c5-jTo_Q13rzYmwTKlXoezn Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2413217, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/394kPEIAQCUgZCw48L4zae" }, "href": "https://api.spotify.com/v1/episodes/394kPEIAQCUgZCw48L4zae", "html_description": "

A number of people have asked about how to play the Fallout RPG game I've been creating. Here's the basics of gameplay.\u00a0Fallout RPG by Robots: https://drive.google.com/open?id=1MY7yGoiG4c5-jTo_Q13rzYmwTKlXoezn Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "394kPEIAQCUgZCw48L4zae", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a82acca7a8cf9e7c32dd33bc7", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f82acca7a8cf9e7c32dd33bc7", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d82acca7a8cf9e7c32dd33bc7", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "My Fallout RPG Play Instructions", "release_date": "2019-06-13", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:394kPEIAQCUgZCw48L4zae" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/4zo4oiGxqAGWjryjaBwnGs/clip_434147_494147.mp3", "description": "These vaults are all described with a single line of text. Let's brainstorm what they may have been like. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 1768359, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/4eM1aVDBA5eMyrXD0ymk0w" }, "href": "https://api.spotify.com/v1/episodes/4eM1aVDBA5eMyrXD0ymk0w", "html_description": "

These vaults are all described with a single line of text. Let's brainstorm what they may have been like. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "4eM1aVDBA5eMyrXD0ymk0w", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a25115c8baee2b48ed33d245f", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f25115c8baee2b48ed33d245f", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d25115c8baee2b48ed33d245f", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault Oddities - 36, 42, 43", "release_date": "2019-06-19", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:4eM1aVDBA5eMyrXD0ymk0w" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/4oqhrOVT8OcXTARawk5XRi/clip_426370_486370.mp3", "description": "The main storyline of Fallout 2. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2481031, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3B4iAXTy5LHvMwNHSzYMRu" }, "href": "https://api.spotify.com/v1/episodes/3B4iAXTy5LHvMwNHSzYMRu", "html_description": "

The main storyline of Fallout 2. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "3B4iAXTy5LHvMwNHSzYMRu", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8aaa912f37a83111b4f8038dc1", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1faa912f37a83111b4f8038dc1", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68daa912f37a83111b4f8038dc1", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Fallout 2 Recap & Details", "release_date": "2019-06-26", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3B4iAXTy5LHvMwNHSzYMRu" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/1QYGjgIoyhm83eR7DUQni0/clip_163978_223978.mp3", "description": "More vaults from the Fallout Bible with only a short description. How would these play out?\u00a0Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net Our Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2313900, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/6fp6VYhWvDTc627nhRcY34" }, "href": "https://api.spotify.com/v1/episodes/6fp6VYhWvDTc627nhRcY34", "html_description": "

More vaults from the Fallout Bible with only a short description. How would these play out?\u00a0Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast

Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM

Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "6fp6VYhWvDTc627nhRcY34", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a080c23afb045d70c6f5b14d2", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f080c23afb045d70c6f5b14d2", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d080c23afb045d70c6f5b14d2", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault Oddities 2 - 53, 55, 56", "release_date": "2019-07-03", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:6fp6VYhWvDTc627nhRcY34" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/30gt9ujJ23p5Qac4J7LyiG/clip_395357_455357.mp3", "description": "Toon (from twitch.tv/tooniversal) join me this week to talk about recent Fallout 76 updates, future, streaming the game, and more. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 3289338, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/0MldixXFwkWY2EPNX8J1U9" }, "href": "https://api.spotify.com/v1/episodes/0MldixXFwkWY2EPNX8J1U9", "html_description": "

Toon (from twitch.tv/tooniversal) join me this week to talk about recent Fallout 76 updates, future, streaming the game, and more. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "0MldixXFwkWY2EPNX8J1U9", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8aa1c2d6a9cf1dc66c9e3dfc8d", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fa1c2d6a9cf1dc66c9e3dfc8d", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68da1c2d6a9cf1dc66c9e3dfc8d", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Fallout 76 Update w/ Toon", "release_date": "2019-07-17", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:0MldixXFwkWY2EPNX8J1U9" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/5KrPsxdfcoa2pCRBHFWI50/clip_177414_237414.mp3", "description": "Too many men? Too many women? Not enough... pants?\u00a0 Become a patron! https://patreon.com/falloutlorecast Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2086555, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3L5KhEbyCRaBSeYcE6naD6" }, "href": "https://api.spotify.com/v1/episodes/3L5KhEbyCRaBSeYcE6naD6", "html_description": "

Too many men? Too many women? Not enough... pants?\u00a0

Become a patron! https://patreon.com/falloutlorecast

Send me a note! Email: falloutlorecast@gmail.com

www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "3L5KhEbyCRaBSeYcE6naD6", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8aa3f242bdb73a658e2c7106d8", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fa3f242bdb73a658e2c7106d8", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68da3f242bdb73a658e2c7106d8", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault Oddities 3 - 68, 69, 70", "release_date": "2019-07-24", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3L5KhEbyCRaBSeYcE6naD6" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/173fF8LRsjiMYfDlBqyVFO/clip_143332_203332.mp3", "description": "Patron guests Kryptex & Mustang talk with R0B0TS about Fallout 4 factions, morality, network news, and more on this very special episode.\u00a0If you're interested in joining us on the show next month, check out patreon.com/falloutlorecast. All tier 4 patrons and up can join in for our live episode. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 3471281, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3iA0ZfSQpzR7zGzI5SpNgx" }, "href": "https://api.spotify.com/v1/episodes/3iA0ZfSQpzR7zGzI5SpNgx", "html_description": "

Patron guests Kryptex & Mustang talk with R0B0TS about Fallout 4 factions, morality, network news, and more on this very special episode.\u00a0If you're interested in joining us on the show next month, check out patreon.com/falloutlorecast. All tier 4 patrons and up can join in for our live episode. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "3iA0ZfSQpzR7zGzI5SpNgx", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8aa901fc638a1c1da08b6bbada", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fa901fc638a1c1da08b6bbada", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68da901fc638a1c1da08b6bbada", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Which Fallout 4 Faction was \"Right\" w/ Patron Guests Kryptex & Mustang", "release_date": "2019-07-31", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3iA0ZfSQpzR7zGzI5SpNgx" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/3aC748UISaCSNNB06EE64F/clip_371355_431355.mp3", "description": "Vault City from Fallout 2. The culture, rules, government, & community. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 2389838, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/5OD0lEvUHg0BkNL3V1Stpg" }, "href": "https://api.spotify.com/v1/episodes/5OD0lEvUHg0BkNL3V1Stpg", "html_description": "

Vault City from Fallout 2. The culture, rules, government, & community. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "5OD0lEvUHg0BkNL3V1Stpg", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8abb35f07556cdd2c8e5628194", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fbb35f07556cdd2c8e5628194", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68dbb35f07556cdd2c8e5628194", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault City - Fallout 2 Factions", "release_date": "2019-08-07", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:5OD0lEvUHg0BkNL3V1Stpg" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/0lNoGzZ7idbXP4TydKReRL/clip_141796_201796.mp3", "description": "Support the show to keep it going, plus get great rewards at patreon.com/falloutlorecast Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 1839386, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/1p1GiQSxFSvkcS3BdXNZM9" }, "href": "https://api.spotify.com/v1/episodes/1p1GiQSxFSvkcS3BdXNZM9", "html_description": "

Support the show to keep it going, plus get great rewards at patreon.com/falloutlorecast Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "1p1GiQSxFSvkcS3BdXNZM9", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a5938a31803fc47dac08ea6b2", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f5938a31803fc47dac08ea6b2", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d5938a31803fc47dac08ea6b2", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault 75 - Human Genetic Conditioning", "release_date": "2019-08-12", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:1p1GiQSxFSvkcS3BdXNZM9" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/69Q6ESqk0hmLhSZE2UcH8w/clip_310006_370006.mp3", "description": "Support the show to keep it going, plus get great rewards at patreon.com/falloutlorecast Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 1956310, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/5lRRLF7Y9EPwzWPUjL4wBi" }, "href": "https://api.spotify.com/v1/episodes/5lRRLF7Y9EPwzWPUjL4wBi", "html_description": "

Support the show to keep it going, plus get great rewards at patreon.com/falloutlorecast Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "5lRRLF7Y9EPwzWPUjL4wBi", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a5c1e373a2e0367acc93fb596", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f5c1e373a2e0367acc93fb596", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d5c1e373a2e0367acc93fb596", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "The Khans, New Khans, & Great Khans", "release_date": "2019-08-21", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:5lRRLF7Y9EPwzWPUjL4wBi" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/2jstDAomT4wI5M1c8vh2rQ/clip_163496_223496.mp3", "description": "Support the show to keep it going, plus get great rewards at patreon.com/falloutlorecast Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 3789453, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/0bVSlmo3VHL5egu8hacUHd" }, "href": "https://api.spotify.com/v1/episodes/0bVSlmo3VHL5egu8hacUHd", "html_description": "

Support the show to keep it going, plus get great rewards at patreon.com/falloutlorecast Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "0bVSlmo3VHL5egu8hacUHd", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a37d92e2a399e11989028f571", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f37d92e2a399e11989028f571", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d37d92e2a399e11989028f571", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Most Evil Faction - Monthly Patron Call", "release_date": "2019-08-28", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:0bVSlmo3VHL5egu8hacUHd" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/2dqqLMizQRxJXDg57KjsIR/clip_636820_696820.mp3", "description": "Is it ever okay to experiment on humans against their will? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 1872326, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/53j8zWJoetnjS0borOSC68" }, "href": "https://api.spotify.com/v1/episodes/53j8zWJoetnjS0borOSC68", "html_description": "

Is it ever okay to experiment on humans against their will? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "53j8zWJoetnjS0borOSC68", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a9aefca1e45c07f2ba6cbcf52", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f9aefca1e45c07f2ba6cbcf52", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d9aefca1e45c07f2ba6cbcf52", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault 81 & Curie", "release_date": "2019-09-04", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:53j8zWJoetnjS0borOSC68" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/2qc7zmFNhQ44hVW8YUTM9h/clip_230605_290605.mp3", "description": "What do you do when you realize what you believed about yourself was a lie? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 1950876, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/2FjaAQfmyFnc12gJNr1yDT" }, "href": "https://api.spotify.com/v1/episodes/2FjaAQfmyFnc12gJNr1yDT", "html_description": "

What do you do when you realize what you believed about yourself was a lie? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "2FjaAQfmyFnc12gJNr1yDT", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8ac45911c1f83d566d8ceeade1", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fc45911c1f83d566d8ceeade1", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68dc45911c1f83d566d8ceeade1", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Being Paladin Danse - The Fallout Lorecast", "release_date": "2019-09-11", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:2FjaAQfmyFnc12gJNr1yDT" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/1nNtTnZ6A7n367UjXP6InT/clip_455264_515264.mp3", "description": "Extended Episode! Ken joins me to talk about all the awesome details of one of the wasteland's most influential individuals - Mr. House. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4927608, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3OZ75wJY5jgqxciFhjoxpd" }, "href": "https://api.spotify.com/v1/episodes/3OZ75wJY5jgqxciFhjoxpd", "html_description": "

Extended Episode! Ken joins me to talk about all the awesome details of one of the wasteland's most influential individuals - Mr. House. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "3OZ75wJY5jgqxciFhjoxpd", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8aa0dbb924716a66008ffa5295", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1fa0dbb924716a66008ffa5295", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68da0dbb924716a66008ffa5295", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "EXTENDED EPISODE: Mr. House w/ Ken (Chad A Fallout 76 Story)", "release_date": "2019-09-19", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3OZ75wJY5jgqxciFhjoxpd" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/7jXkeShygyis1vOR77Rsn1/clip_272656_332656.mp3", "description": "Robots is joined by 4 of our tier 4 patrons to discuss who the best companion is and why. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 4302968, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/2BV0OCNWY2hCjArmHAQH60" }, "href": "https://api.spotify.com/v1/episodes/2BV0OCNWY2hCjArmHAQH60", "html_description": "

Robots is joined by 4 of our tier 4 patrons to discuss who the best companion is and why. Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "2BV0OCNWY2hCjArmHAQH60", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a270ef7e866cc87449d1ce6a1", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f270ef7e866cc87449d1ce6a1", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d270ef7e866cc87449d1ce6a1", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Who is the Best Companion? | Monthly Patron Call | Fallout Lorecast", "release_date": "2019-09-25", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:2BV0OCNWY2hCjArmHAQH60" }, { "audio_preview_url": "https://podz-content.spotifycdn.com/audio/clips/4hlzS7WW27RWImhiDYX3Gl/clip_342553_402553.mp3", "description": "Vault 87 was the source for the super mutants of the capital wastes... but why were the scientists okay with this? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.netOur Sponsors:* Check out Quince: https://quince.com/FALLOUTLOREAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy", "duration_ms": 1998027, "explicit": false, "external_urls": { "spotify": "https://open.spotify.com/episode/3Ta9ouqOcHnYRTAIo0XRGU" }, "href": "https://api.spotify.com/v1/episodes/3Ta9ouqOcHnYRTAIo0XRGU", "html_description": "

Vault 87 was the source for the super mutants of the capital wastes... but why were the scientists okay with this? Sponsors: Storyblocks.com: Storyblocks.com/robotsradio Patreon: Become a patron! https://patreon.com/falloutlorecast Audiobooks.com - Get 3 FREE Audiobooks! https://www.dpbolvw.net/click-100173810-11099382?sid=flore Gamefly - Want 2 months of rentals for the price of 1 at Gamefly? https://www.dpbolvw.net/click-100173810-10495782?sid=flore Loot Crate - 15% off Loot Crate. Click the link and use coupon code: ROBOTSRADIO https://www.dpbolvw.net/click-100173810-13902093?sid=flore GreenMan Gaming - Get awesome discounts on games. https://www.dpbolvw.net/click-100173810-13764551?sid=flore NordVPN - Stay Safe on the Internet and get 68% off. https://www.dpbolvw.net/click-100173810-12814552?sid=flore Buy cool stuff and support the show! Fallout 76: https://amzn.to/3h99B3U Fallout Cookbook: https://amzn.to/3aGjeod Fallout Boardgame: https://amzn.to/2EgmBq3 The Art of Fallout 4: https://amzn.to/3gfQST3 Get a REAL Nuca-Cola Quantum! https://amzn.to/322O3zG Fallout Funco Pop Figures: https://amzn.to/3gcYsOc Links: Live Shows every Monday Night and game streams: twitch.tv/robotsradio Fallout Hub Podcast w/ Tom & others:\u00a0https://anchor.fm/the-fallout-hub Talk Fallout and join the Robots Radio fam:\u00a0Discord: discord.gg/JXKfVhM Stay plugged in on Twitter: twitter.com/falloutlorecast Robots Radio Youtube: youtube.com/c/r0b0ts Send me a note! Email: falloutlorecast@gmail.com www.robotsradio.net



Our Sponsors:
* Check out Quince: https://quince.com/FALLOUTLORE


Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy", "id": "3Ta9ouqOcHnYRTAIo0XRGU", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6765630000ba8a01af91e0364108d405f274d2", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67656300005f1f01af91e0364108d405f274d2", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab6765630000f68d01af91e0364108d405f274d2", "width": 64 } ], "is_externally_hosted": false, "is_playable": true, "language": "en-US", "languages": ["en-US"], "name": "Vault 87 & Capital Wasteland Super Mutants | Fallout Lorecast", "release_date": "2019-10-02", "release_date_precision": "day", "resume_point": { "fully_played": false, "resume_position_ms": 0 }, "type": "episode", "uri": "spotify:episode:3Ta9ouqOcHnYRTAIo0XRGU" } ], "limit": 48, "next": "https://api.spotify.com/v1/shows/0e30iIgSffe6xJhFKe35Db/episodes?offset=48&limit=48", "offset": 0, "previous": null, "total": 395 } python-spotify-2.0.2/tests/fixtures/top_artists.json000066400000000000000000001325671515206530700230320ustar00rootroot00000000000000{ "items": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "followers": { "href": null, "total": 68073 }, "genres": ["power metal"], "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb1f6d7d07049a2e47d19ac5fc", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051741f6d7d07049a2e47d19ac5fc", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1781f6d7d07049a2e47d19ac5fc", "width": 160 } ], "name": "Machinae Supremacy", "popularity": 37, "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5HFkc3t0HYETL4JeEbDB1v" }, "followers": { "href": null, "total": 1078839 }, "genres": [ "power metal", "metal", "symphonic metal", "folk metal", "medieval metal", "heavy metal" ], "href": "https://api.spotify.com/v1/artists/5HFkc3t0HYETL4JeEbDB1v", "id": "5HFkc3t0HYETL4JeEbDB1v", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb7eebe31d9542992df74099f3", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051747eebe31d9542992df74099f3", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1787eebe31d9542992df74099f3", "width": 160 } ], "name": "Powerwolf", "popularity": 60, "type": "artist", "uri": "spotify:artist:5HFkc3t0HYETL4JeEbDB1v" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "followers": { "href": null, "total": 28638 }, "genres": [], "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb4c4e09e55e5b83bb9f35e3dc", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051744c4e09e55e5b83bb9f35e3dc", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1784c4e09e55e5b83bb9f35e3dc", "width": 160 } ], "name": "Area 11", "popularity": 28, "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/61jrgPBUklDAQV9DptCc8u" }, "followers": { "href": null, "total": 64722 }, "genres": [], "href": "https://api.spotify.com/v1/artists/61jrgPBUklDAQV9DptCc8u", "id": "61jrgPBUklDAQV9DptCc8u", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb0dc6a1a0c7741d136176c027", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051740dc6a1a0c7741d136176c027", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1780dc6a1a0c7741d136176c027", "width": 160 } ], "name": "Starbenders", "popularity": 39, "type": "artist", "uri": "spotify:artist:61jrgPBUklDAQV9DptCc8u" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/17l4XlVVWNktDeJDigQ3HJ" }, "followers": { "href": null, "total": 51318 }, "genres": [ "german indie", "german indie pop", "neue deutsche welle", "german pop" ], "href": "https://api.spotify.com/v1/artists/17l4XlVVWNktDeJDigQ3HJ", "id": "17l4XlVVWNktDeJDigQ3HJ", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5ebfa3d426be3f5de7abfa48e74", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174fa3d426be3f5de7abfa48e74", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178fa3d426be3f5de7abfa48e74", "width": 160 } ], "name": "Dilla", "popularity": 43, "type": "artist", "uri": "spotify:artist:17l4XlVVWNktDeJDigQ3HJ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3jsyANBBy6gOZUSQhiGclx" }, "followers": { "href": null, "total": 424114 }, "genres": ["comedy"], "href": "https://api.spotify.com/v1/artists/3jsyANBBy6gOZUSQhiGclx", "id": "3jsyANBBy6gOZUSQhiGclx", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb39f5c5c876f9c86fb1f7869e", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab6761610000517439f5c5c876f9c86fb1f7869e", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f17839f5c5c876f9c86fb1f7869e", "width": 160 } ], "name": "Ninja Sex Party", "popularity": 50, "type": "artist", "uri": "spotify:artist:3jsyANBBy6gOZUSQhiGclx" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5UlJRJmlRLhQJX8lJuerVq" }, "followers": { "href": null, "total": 29781 }, "genres": [], "href": "https://api.spotify.com/v1/artists/5UlJRJmlRLhQJX8lJuerVq", "id": "5UlJRJmlRLhQJX8lJuerVq", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5ebe8dba2f5aadd542097eefba4", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174e8dba2f5aadd542097eefba4", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178e8dba2f5aadd542097eefba4", "width": 160 } ], "name": "Telenova", "popularity": 39, "type": "artist", "uri": "spotify:artist:5UlJRJmlRLhQJX8lJuerVq" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "followers": { "href": null, "total": 740284 }, "genres": ["norwegian pop"], "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5ebe264eb6c9a66b212bb108f85", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174e264eb6c9a66b212bb108f85", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178e264eb6c9a66b212bb108f85", "width": 160 } ], "name": "Sigrid", "popularity": 55, "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "followers": { "href": null, "total": 2506437 }, "genres": [ "power metal", "metal", "heavy metal", "symphonic metal", "folk metal" ], "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5ebfc0524cca1171fac8678f4bf", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174fc0524cca1171fac8678f4bf", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178fc0524cca1171fac8678f4bf", "width": 160 } ], "name": "Sabaton", "popularity": 70, "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "followers": { "href": null, "total": 2464287 }, "genres": ["stutter house", "house", "edm"], "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb381c41adc678e4ce864eb274", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174381c41adc678e4ce864eb274", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178381c41adc678e4ce864eb274", "width": 160 } ], "name": "Fred again..", "popularity": 78, "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "followers": { "href": null, "total": 1734133 }, "genres": ["chillwave", "chillstep"], "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb9f4a0cbfcc9b274344681ccb", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051749f4a0cbfcc9b274344681ccb", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1789f4a0cbfcc9b274344681ccb", "width": 160 } ], "name": "ODESZA", "popularity": 65, "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0r6IrOHMBaKiiZPV1zeIu2" }, "followers": { "href": null, "total": 57004 }, "genres": ["power metal", "symphonic metal"], "href": "https://api.spotify.com/v1/artists/0r6IrOHMBaKiiZPV1zeIu2", "id": "0r6IrOHMBaKiiZPV1zeIu2", "images": [ { "height": 1000, "url": "https://i.scdn.co/image/b1cf96c8cca5f174dbe58b8f150672f2582ed204", "width": 1000 }, { "height": 640, "url": "https://i.scdn.co/image/9a397c48779c6739b878a66bf15fcfb7416cb783", "width": 640 }, { "height": 200, "url": "https://i.scdn.co/image/9e4383625df14ed99fba104d5731e4a8738b51e9", "width": 200 }, { "height": 64, "url": "https://i.scdn.co/image/8c8571ddd48c725da78754043c127093f66dd1d4", "width": 64 } ], "name": "Follow The Cipher", "popularity": 42, "type": "artist", "uri": "spotify:artist:0r6IrOHMBaKiiZPV1zeIu2" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4NHQUGzhtTLFvgF5SZesLK" }, "followers": { "href": null, "total": 3744534 }, "genres": [], "href": "https://api.spotify.com/v1/artists/4NHQUGzhtTLFvgF5SZesLK", "id": "4NHQUGzhtTLFvgF5SZesLK", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb2360c963315739fc33b01687", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051742360c963315739fc33b01687", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1782360c963315739fc33b01687", "width": 160 } ], "name": "Tove Lo", "popularity": 72, "type": "artist", "uri": "spotify:artist:4NHQUGzhtTLFvgF5SZesLK" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6tkhw6PSVw7b2M7h5fLBLE" }, "followers": { "href": null, "total": 46596 }, "genres": ["power metal", "symphonic metal"], "href": "https://api.spotify.com/v1/artists/6tkhw6PSVw7b2M7h5fLBLE", "id": "6tkhw6PSVw7b2M7h5fLBLE", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb5a6feb4fd2ea111ae426e789", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051745a6feb4fd2ea111ae426e789", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1785a6feb4fd2ea111ae426e789", "width": 160 } ], "name": "Cyhra", "popularity": 38, "type": "artist", "uri": "spotify:artist:6tkhw6PSVw7b2M7h5fLBLE" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7A0awCXkE1FtSU8B0qwOJQ" }, "followers": { "href": null, "total": 961706 }, "genres": [], "href": "https://api.spotify.com/v1/artists/7A0awCXkE1FtSU8B0qwOJQ", "id": "7A0awCXkE1FtSU8B0qwOJQ", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb5b2ba819fa89b17d6ae81567", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051745b2ba819fa89b17d6ae81567", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1785b2ba819fa89b17d6ae81567", "width": 160 } ], "name": "Jamie xx", "popularity": 58, "type": "artist", "uri": "spotify:artist:7A0awCXkE1FtSU8B0qwOJQ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/16AVsBqzmIZTNHd0eX8VbK" }, "followers": { "href": null, "total": 259619 }, "genres": [ "gothic rock", "gothic metal", "industrial rock", "industrial", "darkwave" ], "href": "https://api.spotify.com/v1/artists/16AVsBqzmIZTNHd0eX8VbK", "id": "16AVsBqzmIZTNHd0eX8VbK", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb916d2275e3b91d069e6e7683", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174916d2275e3b91d069e6e7683", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178916d2275e3b91d069e6e7683", "width": 160 } ], "name": "The Birthday Massacre", "popularity": 46, "type": "artist", "uri": "spotify:artist:16AVsBqzmIZTNHd0eX8VbK" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/28eLrVsohdXynlnIzQ2VvI" }, "followers": { "href": null, "total": 210183 }, "genres": [ "gothic metal", "industrial metal", "gothic rock", "medieval metal", "industrial", "industrial rock" ], "href": "https://api.spotify.com/v1/artists/28eLrVsohdXynlnIzQ2VvI", "id": "28eLrVsohdXynlnIzQ2VvI", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb5e090d979d9e9811a0f4e434", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051745e090d979d9e9811a0f4e434", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1785e090d979d9e9811a0f4e434", "width": 160 } ], "name": "Lord Of The Lost", "popularity": 51, "type": "artist", "uri": "spotify:artist:28eLrVsohdXynlnIzQ2VvI" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/7k5jeohQCF20a8foBD9ize" }, "followers": { "href": null, "total": 301337 }, "genres": ["power metal", "symphonic metal", "metal", "heavy metal"], "href": "https://api.spotify.com/v1/artists/7k5jeohQCF20a8foBD9ize", "id": "7k5jeohQCF20a8foBD9ize", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb736a6608998f7d7b5d8d3205", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174736a6608998f7d7b5d8d3205", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178736a6608998f7d7b5d8d3205", "width": 160 } ], "name": "Battle Beast", "popularity": 53, "type": "artist", "uri": "spotify:artist:7k5jeohQCF20a8foBD9ize" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0TVQlzIjzD4ToSVeXIB15H" }, "followers": { "href": null, "total": 8621 }, "genres": [], "href": "https://api.spotify.com/v1/artists/0TVQlzIjzD4ToSVeXIB15H", "id": "0TVQlzIjzD4ToSVeXIB15H", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb44659e33a0314ddfb9bfae77", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab6761610000517444659e33a0314ddfb9bfae77", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f17844659e33a0314ddfb9bfae77", "width": 160 } ], "name": "The Bardic DM", "popularity": 44, "type": "artist", "uri": "spotify:artist:0TVQlzIjzD4ToSVeXIB15H" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6JslXiAQgoATL9rPmLE5du" }, "followers": { "href": null, "total": 6175 }, "genres": [], "href": "https://api.spotify.com/v1/artists/6JslXiAQgoATL9rPmLE5du", "id": "6JslXiAQgoATL9rPmLE5du", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5ebb66006f5c150c98afb32adab", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174b66006f5c150c98afb32adab", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178b66006f5c150c98afb32adab", "width": 160 } ], "name": "Anike Ekina", "popularity": 21, "type": "artist", "uri": "spotify:artist:6JslXiAQgoATL9rPmLE5du" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6QzMY3tnu0m56eKUnr4uCF" }, "followers": { "href": null, "total": 172224 }, "genres": [], "href": "https://api.spotify.com/v1/artists/6QzMY3tnu0m56eKUnr4uCF", "id": "6QzMY3tnu0m56eKUnr4uCF", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb1c878723fffd5445c38e5778", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051741c878723fffd5445c38e5778", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1781c878723fffd5445c38e5778", "width": 160 } ], "name": "Alfie Templeman", "popularity": 46, "type": "artist", "uri": "spotify:artist:6QzMY3tnu0m56eKUnr4uCF" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3hE8S8ohRErocpkY7uJW4a" }, "followers": { "href": null, "total": 1441830 }, "genres": [ "symphonic metal", "gothic metal", "gothic rock", "power metal", "metal" ], "href": "https://api.spotify.com/v1/artists/3hE8S8ohRErocpkY7uJW4a", "id": "3hE8S8ohRErocpkY7uJW4a", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb9d081a5e8f131e9076ac74de", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051749d081a5e8f131e9076ac74de", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1789d081a5e8f131e9076ac74de", "width": 160 } ], "name": "Within Temptation", "popularity": 61, "type": "artist", "uri": "spotify:artist:3hE8S8ohRErocpkY7uJW4a" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/25sJFKMqDENdsTF7zRXoif" }, "followers": { "href": null, "total": 146164 }, "genres": ["slap house"], "href": "https://api.spotify.com/v1/artists/25sJFKMqDENdsTF7zRXoif", "id": "25sJFKMqDENdsTF7zRXoif", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5ebed9ed4f6ed4b2fe64a67efa7", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174ed9ed4f6ed4b2fe64a67efa7", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178ed9ed4f6ed4b2fe64a67efa7", "width": 160 } ], "name": "Klaas", "popularity": 63, "type": "artist", "uri": "spotify:artist:25sJFKMqDENdsTF7zRXoif" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5IpS1TN1Crp8Ym4zjiIrtK" }, "followers": { "href": null, "total": 636869 }, "genres": ["phonk", "brazilian phonk"], "href": "https://api.spotify.com/v1/artists/5IpS1TN1Crp8Ym4zjiIrtK", "id": "5IpS1TN1Crp8Ym4zjiIrtK", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb649f083a33e92e1e03ea77a0", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174649f083a33e92e1e03ea77a0", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178649f083a33e92e1e03ea77a0", "width": 160 } ], "name": "LXNGVX", "popularity": 65, "type": "artist", "uri": "spotify:artist:5IpS1TN1Crp8Ym4zjiIrtK" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1NcsVSxFdXsnwvE64zV9xX" }, "followers": { "href": null, "total": 31244 }, "genres": [ "industrial metal", "industrial rock", "industrial", "symphonic metal" ], "href": "https://api.spotify.com/v1/artists/1NcsVSxFdXsnwvE64zV9xX", "id": "1NcsVSxFdXsnwvE64zV9xX", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb24f41a362f0e9217226ec0c0", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab6761610000517424f41a362f0e9217226ec0c0", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f17824f41a362f0e9217226ec0c0", "width": 160 } ], "name": "Rave The Reqviem", "popularity": 36, "type": "artist", "uri": "spotify:artist:1NcsVSxFdXsnwvE64zV9xX" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5KKpBU5eC2tJDzf0wmlRp2" }, "followers": { "href": null, "total": 3524083 }, "genres": [], "href": "https://api.spotify.com/v1/artists/5KKpBU5eC2tJDzf0wmlRp2", "id": "5KKpBU5eC2tJDzf0wmlRp2", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5ebde2e2ac1d53fdf9518354798", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174de2e2ac1d53fdf9518354798", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178de2e2ac1d53fdf9518354798", "width": 160 } ], "name": "RAYE", "popularity": 82, "type": "artist", "uri": "spotify:artist:5KKpBU5eC2tJDzf0wmlRp2" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0rEuaTPLMhlViNCJrg3NEH" }, "followers": { "href": null, "total": 399626 }, "genres": ["power metal", "symphonic metal", "metal"], "href": "https://api.spotify.com/v1/artists/0rEuaTPLMhlViNCJrg3NEH", "id": "0rEuaTPLMhlViNCJrg3NEH", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5ebc3eeafedc823cf781661e4bb", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174c3eeafedc823cf781661e4bb", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178c3eeafedc823cf781661e4bb", "width": 160 } ], "name": "Beast In Black", "popularity": 58, "type": "artist", "uri": "spotify:artist:0rEuaTPLMhlViNCJrg3NEH" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2pH3wEn4eYlMMIIQyKPbVR" }, "followers": { "href": null, "total": 1282232 }, "genres": ["power metal", "speed metal", "metal", "symphonic metal"], "href": "https://api.spotify.com/v1/artists/2pH3wEn4eYlMMIIQyKPbVR", "id": "2pH3wEn4eYlMMIIQyKPbVR", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb2c0d92dae9b4af4c8a565c3b", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051742c0d92dae9b4af4c8a565c3b", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1782c0d92dae9b4af4c8a565c3b", "width": 160 } ], "name": "DragonForce", "popularity": 56, "type": "artist", "uri": "spotify:artist:2pH3wEn4eYlMMIIQyKPbVR" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6s5ubAp65wXoTZefE01RNR" }, "followers": { "href": null, "total": 981067 }, "genres": ["gabber", "europop"], "href": "https://api.spotify.com/v1/artists/6s5ubAp65wXoTZefE01RNR", "id": "6s5ubAp65wXoTZefE01RNR", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eba317ca98cdf346619c07c3cd", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174a317ca98cdf346619c07c3cd", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178a317ca98cdf346619c07c3cd", "width": 160 } ], "name": "Joost", "popularity": 65, "type": "artist", "uri": "spotify:artist:6s5ubAp65wXoTZefE01RNR" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2PQVMx0BpRQhzMWLa7X0T6" }, "followers": { "href": null, "total": 153017 }, "genres": [ "melodic death metal", "metal", "death metal", "progressive metal" ], "href": "https://api.spotify.com/v1/artists/2PQVMx0BpRQhzMWLa7X0T6", "id": "2PQVMx0BpRQhzMWLa7X0T6", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb371a2a051989643acde8cd83", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174371a2a051989643acde8cd83", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178371a2a051989643acde8cd83", "width": 160 } ], "name": "Scar Symmetry", "popularity": 40, "type": "artist", "uri": "spotify:artist:2PQVMx0BpRQhzMWLa7X0T6" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2x7EATekOPhFGRx3syMGEC" }, "followers": { "href": null, "total": 259421 }, "genres": ["nu disco"], "href": "https://api.spotify.com/v1/artists/2x7EATekOPhFGRx3syMGEC", "id": "2x7EATekOPhFGRx3syMGEC", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb05dacd07ad341a94d7bf33fe", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab6761610000517405dacd07ad341a94d7bf33fe", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f17805dacd07ad341a94d7bf33fe", "width": 160 } ], "name": "The Knocks", "popularity": 57, "type": "artist", "uri": "spotify:artist:2x7EATekOPhFGRx3syMGEC" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3kcwSBHk3lMgHMHuxjJLNZ" }, "followers": { "href": null, "total": 103284 }, "genres": ["nederpop"], "href": "https://api.spotify.com/v1/artists/3kcwSBHk3lMgHMHuxjJLNZ", "id": "3kcwSBHk3lMgHMHuxjJLNZ", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb6cb811eb3e3f4e65ef1931fe", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051746cb811eb3e3f4e65ef1931fe", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1786cb811eb3e3f4e65ef1931fe", "width": 160 } ], "name": "Bazart", "popularity": 46, "type": "artist", "uri": "spotify:artist:3kcwSBHk3lMgHMHuxjJLNZ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0lLY20XpZ9yDobkbHI7u1y" }, "followers": { "href": null, "total": 347387 }, "genres": ["dubstep", "edm", "drumstep", "glitch", "electro house"], "href": "https://api.spotify.com/v1/artists/0lLY20XpZ9yDobkbHI7u1y", "id": "0lLY20XpZ9yDobkbHI7u1y", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb0fb1220e7e3ace47ebad023e", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051740fb1220e7e3ace47ebad023e", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1780fb1220e7e3ace47ebad023e", "width": 160 } ], "name": "Pegboard Nerds", "popularity": 47, "type": "artist", "uri": "spotify:artist:0lLY20XpZ9yDobkbHI7u1y" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/12Zk1DFhCbHY6v3xep2ZjI" }, "followers": { "href": null, "total": 742195 }, "genres": [], "href": "https://api.spotify.com/v1/artists/12Zk1DFhCbHY6v3xep2ZjI", "id": "12Zk1DFhCbHY6v3xep2ZjI", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb6338990250f5d5a447650ba9", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051746338990250f5d5a447650ba9", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1786338990250f5d5a447650ba9", "width": 160 } ], "name": "070 Shake", "popularity": 68, "type": "artist", "uri": "spotify:artist:12Zk1DFhCbHY6v3xep2ZjI" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5WId4o5jdGVhptNU0uqKxu" }, "followers": { "href": null, "total": 247134 }, "genres": [], "href": "https://api.spotify.com/v1/artists/5WId4o5jdGVhptNU0uqKxu", "id": "5WId4o5jdGVhptNU0uqKxu", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb8a5ad7938183d6c07858d8f6", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051748a5ad7938183d6c07858d8f6", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1788a5ad7938183d6c07858d8f6", "width": 160 } ], "name": "St. Lucia", "popularity": 43, "type": "artist", "uri": "spotify:artist:5WId4o5jdGVhptNU0uqKxu" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2KaW48xlLnXC2v8tvyhWsa" }, "followers": { "href": null, "total": 632068 }, "genres": ["symphonic metal", "power metal", "metal"], "href": "https://api.spotify.com/v1/artists/2KaW48xlLnXC2v8tvyhWsa", "id": "2KaW48xlLnXC2v8tvyhWsa", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb293f7f4aebb31292f607bf3b", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174293f7f4aebb31292f607bf3b", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178293f7f4aebb31292f607bf3b", "width": 160 } ], "name": "Amaranthe", "popularity": 56, "type": "artist", "uri": "spotify:artist:2KaW48xlLnXC2v8tvyhWsa" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/538iX6YCTybcgzsrjDTrFi" }, "followers": { "href": null, "total": 57806 }, "genres": [], "href": "https://api.spotify.com/v1/artists/538iX6YCTybcgzsrjDTrFi", "id": "538iX6YCTybcgzsrjDTrFi", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb107cf7007e710fc7c68046fe", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174107cf7007e710fc7c68046fe", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178107cf7007e710fc7c68046fe", "width": 160 } ], "name": "LEAP", "popularity": 52, "type": "artist", "uri": "spotify:artist:538iX6YCTybcgzsrjDTrFi" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6RbFulf0Q38msfpcgh8e0m" }, "followers": { "href": null, "total": 22406 }, "genres": [], "href": "https://api.spotify.com/v1/artists/6RbFulf0Q38msfpcgh8e0m", "id": "6RbFulf0Q38msfpcgh8e0m", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eba8406532e63d57825205e082", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174a8406532e63d57825205e082", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178a8406532e63d57825205e082", "width": 160 } ], "name": "Ember Falls", "popularity": 28, "type": "artist", "uri": "spotify:artist:6RbFulf0Q38msfpcgh8e0m" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0GG2cWaonE4JPrjcCCQ1EG" }, "followers": { "href": null, "total": 405797 }, "genres": [], "href": "https://api.spotify.com/v1/artists/0GG2cWaonE4JPrjcCCQ1EG", "id": "0GG2cWaonE4JPrjcCCQ1EG", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb3e048d910001f75091fd46f3", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051743e048d910001f75091fd46f3", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1783e048d910001f75091fd46f3", "width": 160 } ], "name": "SG Lewis", "popularity": 60, "type": "artist", "uri": "spotify:artist:0GG2cWaonE4JPrjcCCQ1EG" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3oKRxpszQKUjjaHz388fVA" }, "followers": { "href": null, "total": 1144334 }, "genres": ["indie soul"], "href": "https://api.spotify.com/v1/artists/3oKRxpszQKUjjaHz388fVA", "id": "3oKRxpszQKUjjaHz388fVA", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb3f64ee564d3617f6a764f933", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051743f64ee564d3617f6a764f933", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1783f64ee564d3617f6a764f933", "width": 160 } ], "name": "Parcels", "popularity": 68, "type": "artist", "uri": "spotify:artist:3oKRxpszQKUjjaHz388fVA" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6mS5GeFyhea6w9OKo8PO3p" }, "followers": { "href": null, "total": 154064 }, "genres": ["nederpop", "hollands"], "href": "https://api.spotify.com/v1/artists/6mS5GeFyhea6w9OKo8PO3p", "id": "6mS5GeFyhea6w9OKo8PO3p", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb6b0979bff02a5a668cd2f457", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051746b0979bff02a5a668cd2f457", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1786b0979bff02a5a668cd2f457", "width": 160 } ], "name": "Goldband", "popularity": 50, "type": "artist", "uri": "spotify:artist:6mS5GeFyhea6w9OKo8PO3p" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6nDLku5uL3ou60kvCGZorh" }, "followers": { "href": null, "total": 1147281 }, "genres": [], "href": "https://api.spotify.com/v1/artists/6nDLku5uL3ou60kvCGZorh", "id": "6nDLku5uL3ou60kvCGZorh", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5ebb37fd268f79456bf904d617e", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174b37fd268f79456bf904d617e", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178b37fd268f79456bf904d617e", "width": 160 } ], "name": "Bloodhound Gang", "popularity": 62, "type": "artist", "uri": "spotify:artist:6nDLku5uL3ou60kvCGZorh" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5J9s2Y6roGagMAipTa5XqV" }, "followers": { "href": null, "total": 32248 }, "genres": [], "href": "https://api.spotify.com/v1/artists/5J9s2Y6roGagMAipTa5XqV", "id": "5J9s2Y6roGagMAipTa5XqV", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb5f08c6f971b426cceb0738cc", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051745f08c6f971b426cceb0738cc", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1785f08c6f971b426cceb0738cc", "width": 160 } ], "name": "HONEYMOAN", "popularity": 42, "type": "artist", "uri": "spotify:artist:5J9s2Y6roGagMAipTa5XqV" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5TrkbV9x6OdTBlzWPJeBz5" }, "followers": { "href": null, "total": 148270 }, "genres": [], "href": "https://api.spotify.com/v1/artists/5TrkbV9x6OdTBlzWPJeBz5", "id": "5TrkbV9x6OdTBlzWPJeBz5", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5ebb866041cc76e685f65b40474", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174b866041cc76e685f65b40474", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178b866041cc76e685f65b40474", "width": 160 } ], "name": "Youngr", "popularity": 41, "type": "artist", "uri": "spotify:artist:5TrkbV9x6OdTBlzWPJeBz5" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0gCEvTSonJD4GLMZwBnMzg" }, "followers": { "href": null, "total": 7079 }, "genres": [], "href": "https://api.spotify.com/v1/artists/0gCEvTSonJD4GLMZwBnMzg", "id": "0gCEvTSonJD4GLMZwBnMzg", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5ebec2eb89a9ed518335d17330b", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab67616100005174ec2eb89a9ed518335d17330b", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f178ec2eb89a9ed518335d17330b", "width": 160 } ], "name": "Walking On Rivers", "popularity": 41, "type": "artist", "uri": "spotify:artist:0gCEvTSonJD4GLMZwBnMzg" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/57ylwQTnFnIhJh4nu4rxCs" }, "followers": { "href": null, "total": 1314180 }, "genres": ["melodic death metal", "metal", "death metal"], "href": "https://api.spotify.com/v1/artists/57ylwQTnFnIhJh4nu4rxCs", "id": "57ylwQTnFnIhJh4nu4rxCs", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb5c3bd919d1344a738af14136", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051745c3bd919d1344a738af14136", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1785c3bd919d1344a738af14136", "width": 160 } ], "name": "In Flames", "popularity": 61, "type": "artist", "uri": "spotify:artist:57ylwQTnFnIhJh4nu4rxCs" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4wKbEwlRYNLlwUu9OCgLBr" }, "followers": { "href": null, "total": 13844 }, "genres": ["synthwave"], "href": "https://api.spotify.com/v1/artists/4wKbEwlRYNLlwUu9OCgLBr", "id": "4wKbEwlRYNLlwUu9OCgLBr", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb39fa4c7432b484e90689df14", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab6761610000517439fa4c7432b484e90689df14", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f17839fa4c7432b484e90689df14", "width": 160 } ], "name": "Jeremiah Kane", "popularity": 36, "type": "artist", "uri": "spotify:artist:4wKbEwlRYNLlwUu9OCgLBr" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/1Qp56T7n950O3EGMsSl81D" }, "followers": { "href": null, "total": 3880121 }, "genres": ["metal", "hard rock"], "href": "https://api.spotify.com/v1/artists/1Qp56T7n950O3EGMsSl81D", "id": "1Qp56T7n950O3EGMsSl81D", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb2d972470f1f8110be7c07017", "width": 640 }, { "height": 320, "url": "https://i.scdn.co/image/ab676161000051742d972470f1f8110be7c07017", "width": 320 }, { "height": 160, "url": "https://i.scdn.co/image/ab6761610000f1782d972470f1f8110be7c07017", "width": 160 } ], "name": "Ghost", "popularity": 72, "type": "artist", "uri": "spotify:artist:1Qp56T7n950O3EGMsSl81D" } ], "total": 198, "limit": 48, "offset": 0, "href": "https://api.spotify.com/v1/me/top/artists?limit=48", "next": "https://api.spotify.com/v1/me/top/artists?offset=48&limit=48", "previous": null } python-spotify-2.0.2/tests/fixtures/top_tracks.json000066400000000000000000013342351515206530700226250ustar00rootroot00000000000000{ "items": [ { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/28eLrVsohdXynlnIzQ2VvI" }, "href": "https://api.spotify.com/v1/artists/28eLrVsohdXynlnIzQ2VvI", "id": "28eLrVsohdXynlnIzQ2VvI", "name": "Lord Of The Lost", "type": "artist", "uri": "spotify:artist:28eLrVsohdXynlnIzQ2VvI" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/30g6j2xuqynpAiohatDOW6" }, "href": "https://api.spotify.com/v1/albums/30g6j2xuqynpAiohatDOW6", "id": "30g6j2xuqynpAiohatDOW6", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27322e8fe51124a59f85957aa1b", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0222e8fe51124a59f85957aa1b", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485122e8fe51124a59f85957aa1b", "width": 64 } ], "is_playable": true, "name": "OPVS NOIR Vol. 1", "release_date": "2025-08-08", "release_date_precision": "day", "total_tracks": 11, "type": "album", "uri": "spotify:album:30g6j2xuqynpAiohatDOW6" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/28eLrVsohdXynlnIzQ2VvI" }, "href": "https://api.spotify.com/v1/artists/28eLrVsohdXynlnIzQ2VvI", "id": "28eLrVsohdXynlnIzQ2VvI", "name": "Lord Of The Lost", "type": "artist", "uri": "spotify:artist:28eLrVsohdXynlnIzQ2VvI" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 173023, "explicit": false, "external_ids": { "isrc": "ATN262528501" }, "external_urls": { "spotify": "https://open.spotify.com/track/28p5fdZ2TAGx8z88KFZo5d" }, "href": "https://api.spotify.com/v1/tracks/28p5fdZ2TAGx8z88KFZo5d", "id": "28p5fdZ2TAGx8z88KFZo5d", "is_local": false, "is_playable": true, "name": "My Sanctuary", "popularity": 37, "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:28p5fdZ2TAGx8z88KFZo5d" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1N2FgBLehaq77UEdJhCt7f" }, "href": "https://api.spotify.com/v1/artists/1N2FgBLehaq77UEdJhCt7f", "id": "1N2FgBLehaq77UEdJhCt7f", "name": "Saint Etienne", "type": "artist", "uri": "spotify:artist:1N2FgBLehaq77UEdJhCt7f" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5CEt8piPRnEk8BAE9gpdAz" }, "href": "https://api.spotify.com/v1/albums/5CEt8piPRnEk8BAE9gpdAz", "id": "5CEt8piPRnEk8BAE9gpdAz", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2731cef74bb3b67d18911704d1c", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e021cef74bb3b67d18911704d1c", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048511cef74bb3b67d18911704d1c", "width": 64 } ], "is_playable": true, "name": "International", "release_date": "2025-09-05", "release_date_precision": "day", "total_tracks": 12, "type": "album", "uri": "spotify:album:5CEt8piPRnEk8BAE9gpdAz" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1N2FgBLehaq77UEdJhCt7f" }, "href": "https://api.spotify.com/v1/artists/1N2FgBLehaq77UEdJhCt7f", "id": "1N2FgBLehaq77UEdJhCt7f", "name": "Saint Etienne", "type": "artist", "uri": "spotify:artist:1N2FgBLehaq77UEdJhCt7f" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0RwXnFrEoI8tltFvYpJgP6" }, "href": "https://api.spotify.com/v1/artists/0RwXnFrEoI8tltFvYpJgP6", "id": "0RwXnFrEoI8tltFvYpJgP6", "name": "Confidence Man", "type": "artist", "uri": "spotify:artist:0RwXnFrEoI8tltFvYpJgP6" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 183960, "explicit": false, "external_ids": { "isrc": "GBPVV2400755" }, "external_urls": { "spotify": "https://open.spotify.com/track/6UYzOKGh4hXae0reTWKK24" }, "href": "https://api.spotify.com/v1/tracks/6UYzOKGh4hXae0reTWKK24", "id": "6UYzOKGh4hXae0reTWKK24", "is_local": false, "is_playable": true, "name": "Brand New Me", "popularity": 32, "preview_url": null, "track_number": 7, "type": "track", "uri": "spotify:track:6UYzOKGh4hXae0reTWKK24" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5IpS1TN1Crp8Ym4zjiIrtK" }, "href": "https://api.spotify.com/v1/artists/5IpS1TN1Crp8Ym4zjiIrtK", "id": "5IpS1TN1Crp8Ym4zjiIrtK", "name": "LXNGVX", "type": "artist", "uri": "spotify:artist:5IpS1TN1Crp8Ym4zjiIrtK" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1l8if9zQ8F0MEHVWYrMREe" }, "href": "https://api.spotify.com/v1/albums/1l8if9zQ8F0MEHVWYrMREe", "id": "1l8if9zQ8F0MEHVWYrMREe", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273427c80da235cb76fc89b8e27", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02427c80da235cb76fc89b8e27", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851427c80da235cb76fc89b8e27", "width": 64 } ], "is_playable": true, "name": "Montagem Mysterious Game", "release_date": "2023-12-01", "release_date_precision": "day", "total_tracks": 3, "type": "album", "uri": "spotify:album:1l8if9zQ8F0MEHVWYrMREe" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5IpS1TN1Crp8Ym4zjiIrtK" }, "href": "https://api.spotify.com/v1/artists/5IpS1TN1Crp8Ym4zjiIrtK", "id": "5IpS1TN1Crp8Ym4zjiIrtK", "name": "LXNGVX", "type": "artist", "uri": "spotify:artist:5IpS1TN1Crp8Ym4zjiIrtK" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 103495, "explicit": false, "external_ids": { "isrc": "QZTBF2315869" }, "external_urls": { "spotify": "https://open.spotify.com/track/7vOmSP2647oNUGGEhWd1cr" }, "href": "https://api.spotify.com/v1/tracks/7vOmSP2647oNUGGEhWd1cr", "id": "7vOmSP2647oNUGGEhWd1cr", "is_local": false, "is_playable": true, "name": "Montagem Mysterious Game", "popularity": 71, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:7vOmSP2647oNUGGEhWd1cr" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/3Jvz71ZoKZaTQbbQyXfHwT" }, "href": "https://api.spotify.com/v1/albums/3Jvz71ZoKZaTQbbQyXfHwT", "id": "3Jvz71ZoKZaTQbbQyXfHwT", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27376281d4278154e7ee9d731c3", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0276281d4278154e7ee9d731c3", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485176281d4278154e7ee9d731c3", "width": 64 } ], "is_playable": true, "name": "USB", "release_date": "2026-01-23", "release_date_precision": "day", "total_tracks": 35, "type": "album", "uri": "spotify:album:3Jvz71ZoKZaTQbbQyXfHwT" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3NqV2DJoAWsjl787bWaHW7" }, "href": "https://api.spotify.com/v1/artists/3NqV2DJoAWsjl787bWaHW7", "id": "3NqV2DJoAWsjl787bWaHW7", "name": "Amyl and The Sniffers", "type": "artist", "uri": "spotify:artist:3NqV2DJoAWsjl787bWaHW7" } ], "available_markets": [], "disc_number": 1, "duration_ms": 219130, "explicit": false, "external_ids": { "isrc": "GBAHS2501375" }, "external_urls": { "spotify": "https://open.spotify.com/track/1A3XE7nDuLKrgnzXNNoFlW" }, "href": "https://api.spotify.com/v1/tracks/1A3XE7nDuLKrgnzXNNoFlW", "id": "1A3XE7nDuLKrgnzXNNoFlW", "is_local": false, "is_playable": true, "name": "you're a star", "popularity": 55, "preview_url": null, "track_number": 14, "type": "track", "uri": "spotify:track:1A3XE7nDuLKrgnzXNNoFlW" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6kACVPfCOnqzgfEF5ryl0x" }, "href": "https://api.spotify.com/v1/artists/6kACVPfCOnqzgfEF5ryl0x", "id": "6kACVPfCOnqzgfEF5ryl0x", "name": "Johnny Cash", "type": "artist", "uri": "spotify:artist:6kACVPfCOnqzgfEF5ryl0x" } ], "available_markets": ["ES", "PT"], "external_urls": { "spotify": "https://open.spotify.com/album/2D071Op9WrIRHEfQYRdjDc" }, "href": "https://api.spotify.com/v1/albums/2D071Op9WrIRHEfQYRdjDc", "id": "2D071Op9WrIRHEfQYRdjDc", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2733323a7383204e24a5f91f54c", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e023323a7383204e24a5f91f54c", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048513323a7383204e24a5f91f54c", "width": 64 } ], "is_playable": true, "name": "Silver", "release_date": "1979", "release_date_precision": "year", "total_tracks": 12, "type": "album", "uri": "spotify:album:2D071Op9WrIRHEfQYRdjDc" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6kACVPfCOnqzgfEF5ryl0x" }, "href": "https://api.spotify.com/v1/artists/6kACVPfCOnqzgfEF5ryl0x", "id": "6kACVPfCOnqzgfEF5ryl0x", "name": "Johnny Cash", "type": "artist", "uri": "spotify:artist:6kACVPfCOnqzgfEF5ryl0x" } ], "available_markets": ["ES", "PT"], "disc_number": 1, "duration_ms": 225493, "explicit": false, "external_ids": { "isrc": "USSM17900687" }, "external_urls": { "spotify": "https://open.spotify.com/track/6WrgT3Ztfis3E9V64u7u6t" }, "href": "https://api.spotify.com/v1/tracks/6WrgT3Ztfis3E9V64u7u6t", "id": "6WrgT3Ztfis3E9V64u7u6t", "is_local": false, "is_playable": true, "name": "(Ghost) Riders in the Sky", "popularity": 29, "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:6WrgT3Ztfis3E9V64u7u6t" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6os1temnovzJIEGRUmn3fG" }, "href": "https://api.spotify.com/v1/artists/6os1temnovzJIEGRUmn3fG", "id": "6os1temnovzJIEGRUmn3fG", "name": "BNYX\u00ae", "type": "artist", "uri": "spotify:artist:6os1temnovzJIEGRUmn3fG" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0fA0VVWsXO9YnASrzqfmYu" }, "href": "https://api.spotify.com/v1/artists/0fA0VVWsXO9YnASrzqfmYu", "id": "0fA0VVWsXO9YnASrzqfmYu", "name": "Kid Cudi", "type": "artist", "uri": "spotify:artist:0fA0VVWsXO9YnASrzqfmYu" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5nPOO9iTcrs9k6yFffPxjH" }, "href": "https://api.spotify.com/v1/artists/5nPOO9iTcrs9k6yFffPxjH", "id": "5nPOO9iTcrs9k6yFffPxjH", "name": "R\u00f6yksopp", "type": "artist", "uri": "spotify:artist:5nPOO9iTcrs9k6yFffPxjH" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/05U0USUzKB8vLfdOWggfqC" }, "href": "https://api.spotify.com/v1/albums/05U0USUzKB8vLfdOWggfqC", "id": "05U0USUzKB8vLfdOWggfqC", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27329b9d44066f5211cc732f491", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0229b9d44066f5211cc732f491", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485129b9d44066f5211cc732f491", "width": 64 } ], "is_playable": true, "name": "EVERYWHERE I GO (REMIND ME) feat. Kid Cudi", "release_date": "2026-01-30", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:05U0USUzKB8vLfdOWggfqC" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6os1temnovzJIEGRUmn3fG" }, "href": "https://api.spotify.com/v1/artists/6os1temnovzJIEGRUmn3fG", "id": "6os1temnovzJIEGRUmn3fG", "name": "BNYX\u00ae", "type": "artist", "uri": "spotify:artist:6os1temnovzJIEGRUmn3fG" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0fA0VVWsXO9YnASrzqfmYu" }, "href": "https://api.spotify.com/v1/artists/0fA0VVWsXO9YnASrzqfmYu", "id": "0fA0VVWsXO9YnASrzqfmYu", "name": "Kid Cudi", "type": "artist", "uri": "spotify:artist:0fA0VVWsXO9YnASrzqfmYu" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5nPOO9iTcrs9k6yFffPxjH" }, "href": "https://api.spotify.com/v1/artists/5nPOO9iTcrs9k6yFffPxjH", "id": "5nPOO9iTcrs9k6yFffPxjH", "name": "R\u00f6yksopp", "type": "artist", "uri": "spotify:artist:5nPOO9iTcrs9k6yFffPxjH" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 217243, "explicit": true, "external_ids": { "isrc": "USUG12508483" }, "external_urls": { "spotify": "https://open.spotify.com/track/55QDC1UHFcqlnH0xSvvB7T" }, "href": "https://api.spotify.com/v1/tracks/55QDC1UHFcqlnH0xSvvB7T", "id": "55QDC1UHFcqlnH0xSvvB7T", "is_local": false, "is_playable": true, "name": "EVERYWHERE I GO (REMIND ME) feat. Kid Cudi", "popularity": 63, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:55QDC1UHFcqlnH0xSvvB7T" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5Oc8vZtWeKU5aikCtKXDYK" }, "href": "https://api.spotify.com/v1/albums/5Oc8vZtWeKU5aikCtKXDYK", "id": "5Oc8vZtWeKU5aikCtKXDYK", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273060527443968eda6776ba762", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02060527443968eda6776ba762", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851060527443968eda6776ba762", "width": 64 } ], "is_playable": true, "name": "Modern Synthesis", "release_date": "2016-07-01", "release_date_precision": "day", "total_tracks": 11, "type": "album", "uri": "spotify:album:5Oc8vZtWeKU5aikCtKXDYK" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3jULn43a6xfzqleyeFjPIq" }, "href": "https://api.spotify.com/v1/artists/3jULn43a6xfzqleyeFjPIq", "id": "3jULn43a6xfzqleyeFjPIq", "name": "Area 11", "type": "artist", "uri": "spotify:artist:3jULn43a6xfzqleyeFjPIq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 216506, "explicit": false, "external_ids": { "isrc": "UK9291600010" }, "external_urls": { "spotify": "https://open.spotify.com/track/1PkSZNDQNdgCLG4RtgMjlD" }, "href": "https://api.spotify.com/v1/tracks/1PkSZNDQNdgCLG4RtgMjlD", "id": "1PkSZNDQNdgCLG4RtgMjlD", "is_local": false, "is_playable": true, "name": "After the Flags", "popularity": 15, "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:1PkSZNDQNdgCLG4RtgMjlD" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7ouEqUl1PCVPlNninecdcz" }, "href": "https://api.spotify.com/v1/artists/7ouEqUl1PCVPlNninecdcz", "id": "7ouEqUl1PCVPlNninecdcz", "name": "HAVEN.", "type": "artist", "uri": "spotify:artist:7ouEqUl1PCVPlNninecdcz" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/29G5je6tT7As2ZFY72CdXs" }, "href": "https://api.spotify.com/v1/artists/29G5je6tT7As2ZFY72CdXs", "id": "29G5je6tT7As2ZFY72CdXs", "name": "Kaitlin Aragon", "type": "artist", "uri": "spotify:artist:29G5je6tT7As2ZFY72CdXs" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6gePAokYlEquPQ4LDVc1ri" }, "href": "https://api.spotify.com/v1/albums/6gePAokYlEquPQ4LDVc1ri", "id": "6gePAokYlEquPQ4LDVc1ri", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27337085d118f1f004df8511099", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0237085d118f1f004df8511099", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485137085d118f1f004df8511099", "width": 64 } ], "is_playable": true, "name": "I Run", "release_date": "2025-11-21", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:6gePAokYlEquPQ4LDVc1ri" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7ouEqUl1PCVPlNninecdcz" }, "href": "https://api.spotify.com/v1/artists/7ouEqUl1PCVPlNninecdcz", "id": "7ouEqUl1PCVPlNninecdcz", "name": "HAVEN.", "type": "artist", "uri": "spotify:artist:7ouEqUl1PCVPlNninecdcz" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/29G5je6tT7As2ZFY72CdXs" }, "href": "https://api.spotify.com/v1/artists/29G5je6tT7As2ZFY72CdXs", "id": "29G5je6tT7As2ZFY72CdXs", "name": "Kaitlin Aragon", "type": "artist", "uri": "spotify:artist:29G5je6tT7As2ZFY72CdXs" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 129565, "explicit": false, "external_ids": { "isrc": "CA5KR2603887" }, "external_urls": { "spotify": "https://open.spotify.com/track/1WwQ714xuznu44tEnkem2g" }, "href": "https://api.spotify.com/v1/tracks/1WwQ714xuznu44tEnkem2g", "id": "1WwQ714xuznu44tEnkem2g", "is_local": false, "is_playable": true, "name": "I Run", "popularity": 86, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:1WwQ714xuznu44tEnkem2g" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/76TvRLbqtgOcAoIsBplbfz" }, "href": "https://api.spotify.com/v1/artists/76TvRLbqtgOcAoIsBplbfz", "id": "76TvRLbqtgOcAoIsBplbfz", "name": "Soft Faith", "type": "artist", "uri": "spotify:artist:76TvRLbqtgOcAoIsBplbfz" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0lDo9zbShSX0EXnxLpUZIU" }, "href": "https://api.spotify.com/v1/artists/0lDo9zbShSX0EXnxLpUZIU", "id": "0lDo9zbShSX0EXnxLpUZIU", "name": "LEXXE", "type": "artist", "uri": "spotify:artist:0lDo9zbShSX0EXnxLpUZIU" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2k9qbwMJmO8HTT9TiYIeTG" }, "href": "https://api.spotify.com/v1/albums/2k9qbwMJmO8HTT9TiYIeTG", "id": "2k9qbwMJmO8HTT9TiYIeTG", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27340a6359bfce111ee9afedf92", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0240a6359bfce111ee9afedf92", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485140a6359bfce111ee9afedf92", "width": 64 } ], "is_playable": true, "name": "Hold Me Closer", "release_date": "2025-07-03", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:2k9qbwMJmO8HTT9TiYIeTG" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/76TvRLbqtgOcAoIsBplbfz" }, "href": "https://api.spotify.com/v1/artists/76TvRLbqtgOcAoIsBplbfz", "id": "76TvRLbqtgOcAoIsBplbfz", "name": "Soft Faith", "type": "artist", "uri": "spotify:artist:76TvRLbqtgOcAoIsBplbfz" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0lDo9zbShSX0EXnxLpUZIU" }, "href": "https://api.spotify.com/v1/artists/0lDo9zbShSX0EXnxLpUZIU", "id": "0lDo9zbShSX0EXnxLpUZIU", "name": "LEXXE", "type": "artist", "uri": "spotify:artist:0lDo9zbShSX0EXnxLpUZIU" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 199680, "explicit": false, "external_ids": { "isrc": "QZTB52535927" }, "external_urls": { "spotify": "https://open.spotify.com/track/3Z9opAvcyRGRJBV6VcaptT" }, "href": "https://api.spotify.com/v1/tracks/3Z9opAvcyRGRJBV6VcaptT", "id": "3Z9opAvcyRGRJBV6VcaptT", "is_local": false, "is_playable": true, "name": "Hold Me Closer", "popularity": 18, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:3Z9opAvcyRGRJBV6VcaptT" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5pdyjBIaY5o1yOyexGIUc6" }, "href": "https://api.spotify.com/v1/artists/5pdyjBIaY5o1yOyexGIUc6", "id": "5pdyjBIaY5o1yOyexGIUc6", "name": "Lights", "type": "artist", "uri": "spotify:artist:5pdyjBIaY5o1yOyexGIUc6" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4aR6RrvJDzBrXYQTx7x5p5" }, "href": "https://api.spotify.com/v1/albums/4aR6RrvJDzBrXYQTx7x5p5", "id": "4aR6RrvJDzBrXYQTx7x5p5", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273c9f25860a66cf9f593b38b57", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02c9f25860a66cf9f593b38b57", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851c9f25860a66cf9f593b38b57", "width": 64 } ], "is_playable": true, "name": "A6EXTENDED", "release_date": "2026-01-30", "release_date_precision": "day", "total_tracks": 21, "type": "album", "uri": "spotify:album:4aR6RrvJDzBrXYQTx7x5p5" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5pdyjBIaY5o1yOyexGIUc6" }, "href": "https://api.spotify.com/v1/artists/5pdyjBIaY5o1yOyexGIUc6", "id": "5pdyjBIaY5o1yOyexGIUc6", "name": "Lights", "type": "artist", "uri": "spotify:artist:5pdyjBIaY5o1yOyexGIUc6" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 230117, "explicit": false, "external_ids": { "isrc": "CACN02500016" }, "external_urls": { "spotify": "https://open.spotify.com/track/3J3RYcIvUlauZxZI6hPLun" }, "href": "https://api.spotify.com/v1/tracks/3J3RYcIvUlauZxZI6hPLun", "id": "3J3RYcIvUlauZxZI6hPLun", "is_local": false, "is_playable": true, "name": "EDUCATION", "popularity": 41, "preview_url": null, "track_number": 14, "type": "track", "uri": "spotify:track:3J3RYcIvUlauZxZI6hPLun" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TVQlzIjzD4ToSVeXIB15H" }, "href": "https://api.spotify.com/v1/artists/0TVQlzIjzD4ToSVeXIB15H", "id": "0TVQlzIjzD4ToSVeXIB15H", "name": "The Bardic DM", "type": "artist", "uri": "spotify:artist:0TVQlzIjzD4ToSVeXIB15H" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/54apQNp3ruFrK20sYZvmdf" }, "href": "https://api.spotify.com/v1/albums/54apQNp3ruFrK20sYZvmdf", "id": "54apQNp3ruFrK20sYZvmdf", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27373af64d05e42fafa8d4cea95", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0273af64d05e42fafa8d4cea95", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485173af64d05e42fafa8d4cea95", "width": 64 } ], "is_playable": true, "name": "Bardcore Mayhem, Vol. 1", "release_date": "2025-09-24", "release_date_precision": "day", "total_tracks": 12, "type": "album", "uri": "spotify:album:54apQNp3ruFrK20sYZvmdf" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TVQlzIjzD4ToSVeXIB15H" }, "href": "https://api.spotify.com/v1/artists/0TVQlzIjzD4ToSVeXIB15H", "id": "0TVQlzIjzD4ToSVeXIB15H", "name": "The Bardic DM", "type": "artist", "uri": "spotify:artist:0TVQlzIjzD4ToSVeXIB15H" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 172079, "explicit": false, "external_ids": { "isrc": "QT3F22572862" }, "external_urls": { "spotify": "https://open.spotify.com/track/0f56nfzpUaXE6t5E3oza3q" }, "href": "https://api.spotify.com/v1/tracks/0f56nfzpUaXE6t5E3oza3q", "id": "0f56nfzpUaXE6t5E3oza3q", "is_local": false, "is_playable": true, "name": "Arrow splitter", "popularity": 37, "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:0f56nfzpUaXE6t5E3oza3q" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "name": "Sigrid", "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/37P2qivB9weEafn1Y2VeF8" }, "href": "https://api.spotify.com/v1/albums/37P2qivB9weEafn1Y2VeF8", "id": "37P2qivB9weEafn1Y2VeF8", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2735caedc2e29bf01bf567d7c24", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e025caedc2e29bf01bf567d7c24", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048515caedc2e29bf01bf567d7c24", "width": 64 } ], "is_playable": true, "name": "There\u2019s Always More That I Could Say", "release_date": "2025-10-24", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:37P2qivB9weEafn1Y2VeF8" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "name": "Sigrid", "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 173251, "explicit": false, "external_ids": { "isrc": "GBUM72501847" }, "external_urls": { "spotify": "https://open.spotify.com/track/4qM72D1GHUQRXwnmLZUcMH" }, "href": "https://api.spotify.com/v1/tracks/4qM72D1GHUQRXwnmLZUcMH", "id": "4qM72D1GHUQRXwnmLZUcMH", "is_local": false, "is_playable": true, "name": "Do It Again", "popularity": 42, "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:4qM72D1GHUQRXwnmLZUcMH" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/17l4XlVVWNktDeJDigQ3HJ" }, "href": "https://api.spotify.com/v1/artists/17l4XlVVWNktDeJDigQ3HJ", "id": "17l4XlVVWNktDeJDigQ3HJ", "name": "Dilla", "type": "artist", "uri": "spotify:artist:17l4XlVVWNktDeJDigQ3HJ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4pPLwz3J2zEskvu1Z6ATQ6" }, "href": "https://api.spotify.com/v1/albums/4pPLwz3J2zEskvu1Z6ATQ6", "id": "4pPLwz3J2zEskvu1Z6ATQ6", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273209cf8ab39b8856a6ab9668e", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02209cf8ab39b8856a6ab9668e", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851209cf8ab39b8856a6ab9668e", "width": 64 } ], "is_playable": true, "name": "Avenue", "release_date": "2022-10-07", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:4pPLwz3J2zEskvu1Z6ATQ6" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/17l4XlVVWNktDeJDigQ3HJ" }, "href": "https://api.spotify.com/v1/artists/17l4XlVVWNktDeJDigQ3HJ", "id": "17l4XlVVWNktDeJDigQ3HJ", "name": "Dilla", "type": "artist", "uri": "spotify:artist:17l4XlVVWNktDeJDigQ3HJ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 182013, "explicit": false, "external_ids": { "isrc": "DEQ322200330" }, "external_urls": { "spotify": "https://open.spotify.com/track/6CjwjsGzDVn2hwREI6BKoY" }, "href": "https://api.spotify.com/v1/tracks/6CjwjsGzDVn2hwREI6BKoY", "id": "6CjwjsGzDVn2hwREI6BKoY", "is_local": false, "is_playable": true, "name": "Avenue", "popularity": 42, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:6CjwjsGzDVn2hwREI6BKoY" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6NBVjRVV1TNiZ3a9odGlOQ" }, "href": "https://api.spotify.com/v1/albums/6NBVjRVV1TNiZ3a9odGlOQ", "id": "6NBVjRVV1TNiZ3a9odGlOQ", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2736549db795138dc2b76258712", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e026549db795138dc2b76258712", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048516549db795138dc2b76258712", "width": 64 } ], "is_playable": true, "name": "A View From The End Of The World", "release_date": "2010-01-01", "release_date_precision": "day", "total_tracks": 14, "type": "album", "uri": "spotify:album:6NBVjRVV1TNiZ3a9odGlOQ" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 212000, "explicit": false, "external_ids": { "isrc": "FIUM71001654" }, "external_urls": { "spotify": "https://open.spotify.com/track/3YjFUYTXrJrFsYXmxaXmqY" }, "href": "https://api.spotify.com/v1/tracks/3YjFUYTXrJrFsYXmxaXmqY", "id": "3YjFUYTXrJrFsYXmxaXmqY", "is_local": false, "is_playable": true, "name": "The Greatest Show On Earth", "popularity": 17, "preview_url": null, "track_number": 13, "type": "track", "uri": "spotify:track:3YjFUYTXrJrFsYXmxaXmqY" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/39B7ChWwrWDs7zXlsu3MoP" }, "href": "https://api.spotify.com/v1/artists/39B7ChWwrWDs7zXlsu3MoP", "id": "39B7ChWwrWDs7zXlsu3MoP", "name": "Sonny Fodera", "type": "artist", "uri": "spotify:artist:39B7ChWwrWDs7zXlsu3MoP" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0Cs47vvRsPgEfliBU9KDiB" }, "href": "https://api.spotify.com/v1/artists/0Cs47vvRsPgEfliBU9KDiB", "id": "0Cs47vvRsPgEfliBU9KDiB", "name": "D.O.D", "type": "artist", "uri": "spotify:artist:0Cs47vvRsPgEfliBU9KDiB" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4STmXOXUF3UieHU46NWLVt" }, "href": "https://api.spotify.com/v1/artists/4STmXOXUF3UieHU46NWLVt", "id": "4STmXOXUF3UieHU46NWLVt", "name": "Poppy Baskcomb", "type": "artist", "uri": "spotify:artist:4STmXOXUF3UieHU46NWLVt" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1jmVSpWhzD8vciWg2Qtd5V" }, "href": "https://api.spotify.com/v1/albums/1jmVSpWhzD8vciWg2Qtd5V", "id": "1jmVSpWhzD8vciWg2Qtd5V", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2734f623d698447c6ee9394c0ae", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e024f623d698447c6ee9394c0ae", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048514f623d698447c6ee9394c0ae", "width": 64 } ], "is_playable": true, "name": "Think About Us", "release_date": "2025-10-17", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:1jmVSpWhzD8vciWg2Qtd5V" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/39B7ChWwrWDs7zXlsu3MoP" }, "href": "https://api.spotify.com/v1/artists/39B7ChWwrWDs7zXlsu3MoP", "id": "39B7ChWwrWDs7zXlsu3MoP", "name": "Sonny Fodera", "type": "artist", "uri": "spotify:artist:39B7ChWwrWDs7zXlsu3MoP" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0Cs47vvRsPgEfliBU9KDiB" }, "href": "https://api.spotify.com/v1/artists/0Cs47vvRsPgEfliBU9KDiB", "id": "0Cs47vvRsPgEfliBU9KDiB", "name": "D.O.D", "type": "artist", "uri": "spotify:artist:0Cs47vvRsPgEfliBU9KDiB" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4STmXOXUF3UieHU46NWLVt" }, "href": "https://api.spotify.com/v1/artists/4STmXOXUF3UieHU46NWLVt", "id": "4STmXOXUF3UieHU46NWLVt", "name": "Poppy Baskcomb", "type": "artist", "uri": "spotify:artist:4STmXOXUF3UieHU46NWLVt" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 178148, "explicit": false, "external_ids": { "isrc": "US39N2510213" }, "external_urls": { "spotify": "https://open.spotify.com/track/0lRnxwJeUOxwEvWMw4uQKj" }, "href": "https://api.spotify.com/v1/tracks/0lRnxwJeUOxwEvWMw4uQKj", "id": "0lRnxwJeUOxwEvWMw4uQKj", "is_local": false, "is_playable": true, "name": "Think About Us", "popularity": 80, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:0lRnxwJeUOxwEvWMw4uQKj" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/48QP1FCIq76VufzDPShGi5" }, "href": "https://api.spotify.com/v1/artists/48QP1FCIq76VufzDPShGi5", "id": "48QP1FCIq76VufzDPShGi5", "name": "Auger", "type": "artist", "uri": "spotify:artist:48QP1FCIq76VufzDPShGi5" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/468UoiP1ZXTvpSERBIri1j" }, "href": "https://api.spotify.com/v1/albums/468UoiP1ZXTvpSERBIri1j", "id": "468UoiP1ZXTvpSERBIri1j", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273a61bd5bca56d2b07e1d1ee11", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02a61bd5bca56d2b07e1d1ee11", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851a61bd5bca56d2b07e1d1ee11", "width": 64 } ], "is_playable": true, "name": "Too Soon", "release_date": "2025-09-26", "release_date_precision": "day", "total_tracks": 2, "type": "album", "uri": "spotify:album:468UoiP1ZXTvpSERBIri1j" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/48QP1FCIq76VufzDPShGi5" }, "href": "https://api.spotify.com/v1/artists/48QP1FCIq76VufzDPShGi5", "id": "48QP1FCIq76VufzDPShGi5", "name": "Auger", "type": "artist", "uri": "spotify:artist:48QP1FCIq76VufzDPShGi5" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0O6Y0Loo99vhWd86Hls3L5" }, "href": "https://api.spotify.com/v1/artists/0O6Y0Loo99vhWd86Hls3L5", "id": "0O6Y0Loo99vhWd86Hls3L5", "name": "Bonnie Mavis", "type": "artist", "uri": "spotify:artist:0O6Y0Loo99vhWd86Hls3L5" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 220754, "explicit": false, "external_ids": { "isrc": "DEZC62514448" }, "external_urls": { "spotify": "https://open.spotify.com/track/2N3GqfCKAbHkmGW69RzWN9" }, "href": "https://api.spotify.com/v1/tracks/2N3GqfCKAbHkmGW69RzWN9", "id": "2N3GqfCKAbHkmGW69RzWN9", "is_local": false, "is_playable": true, "name": "Too Soon", "popularity": 39, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:2N3GqfCKAbHkmGW69RzWN9" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TVQlzIjzD4ToSVeXIB15H" }, "href": "https://api.spotify.com/v1/artists/0TVQlzIjzD4ToSVeXIB15H", "id": "0TVQlzIjzD4ToSVeXIB15H", "name": "The Bardic DM", "type": "artist", "uri": "spotify:artist:0TVQlzIjzD4ToSVeXIB15H" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3q0YOrU7o2opcNSvPWwH5g" }, "href": "https://api.spotify.com/v1/albums/3q0YOrU7o2opcNSvPWwH5g", "id": "3q0YOrU7o2opcNSvPWwH5g", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27381ddb1d811d3fbc640b4b123", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0281ddb1d811d3fbc640b4b123", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485181ddb1d811d3fbc640b4b123", "width": 64 } ], "is_playable": true, "name": "Bardcore Mayhem, Vol. 3", "release_date": "2025-11-02", "release_date_precision": "day", "total_tracks": 13, "type": "album", "uri": "spotify:album:3q0YOrU7o2opcNSvPWwH5g" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0TVQlzIjzD4ToSVeXIB15H" }, "href": "https://api.spotify.com/v1/artists/0TVQlzIjzD4ToSVeXIB15H", "id": "0TVQlzIjzD4ToSVeXIB15H", "name": "The Bardic DM", "type": "artist", "uri": "spotify:artist:0TVQlzIjzD4ToSVeXIB15H" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 206439, "explicit": false, "external_ids": { "isrc": "QT6ED2527743" }, "external_urls": { "spotify": "https://open.spotify.com/track/5syCodXydzRuemOKomfq7m" }, "href": "https://api.spotify.com/v1/tracks/5syCodXydzRuemOKomfq7m", "id": "5syCodXydzRuemOKomfq7m", "is_local": false, "is_playable": true, "name": "Slay It, Then Saut\u00e9 It", "popularity": 36, "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:5syCodXydzRuemOKomfq7m" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4NHQUGzhtTLFvgF5SZesLK" }, "href": "https://api.spotify.com/v1/artists/4NHQUGzhtTLFvgF5SZesLK", "id": "4NHQUGzhtTLFvgF5SZesLK", "name": "Tove Lo", "type": "artist", "uri": "spotify:artist:4NHQUGzhtTLFvgF5SZesLK" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0HO9NtwyP7ZqB1jZ70MJL6" }, "href": "https://api.spotify.com/v1/albums/0HO9NtwyP7ZqB1jZ70MJL6", "id": "0HO9NtwyP7ZqB1jZ70MJL6", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273aeb431774ee02fb6b7a9fea3", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02aeb431774ee02fb6b7a9fea3", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851aeb431774ee02fb6b7a9fea3", "width": 64 } ], "is_playable": true, "name": "Dirt Femme", "release_date": "2022-10-14", "release_date_precision": "day", "total_tracks": 12, "type": "album", "uri": "spotify:album:0HO9NtwyP7ZqB1jZ70MJL6" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4NHQUGzhtTLFvgF5SZesLK" }, "href": "https://api.spotify.com/v1/artists/4NHQUGzhtTLFvgF5SZesLK", "id": "4NHQUGzhtTLFvgF5SZesLK", "name": "Tove Lo", "type": "artist", "uri": "spotify:artist:4NHQUGzhtTLFvgF5SZesLK" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 231333, "explicit": false, "external_ids": { "isrc": "QMUY42200072" }, "external_urls": { "spotify": "https://open.spotify.com/track/7owdogCJWuV3VFpluGIKgH" }, "href": "https://api.spotify.com/v1/tracks/7owdogCJWuV3VFpluGIKgH", "id": "7owdogCJWuV3VFpluGIKgH", "is_local": false, "is_playable": true, "name": "Grapefruit", "popularity": 49, "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:7owdogCJWuV3VFpluGIKgH" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" } ], "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/3Jvz71ZoKZaTQbbQyXfHwT" }, "href": "https://api.spotify.com/v1/albums/3Jvz71ZoKZaTQbbQyXfHwT", "id": "3Jvz71ZoKZaTQbbQyXfHwT", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27376281d4278154e7ee9d731c3", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0276281d4278154e7ee9d731c3", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485176281d4278154e7ee9d731c3", "width": 64 } ], "is_playable": true, "name": "USB", "release_date": "2026-01-23", "release_date_precision": "day", "total_tracks": 35, "type": "album", "uri": "spotify:album:3Jvz71ZoKZaTQbbQyXfHwT" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4oLeXFyACqeem2VImYeBFe" }, "href": "https://api.spotify.com/v1/artists/4oLeXFyACqeem2VImYeBFe", "id": "4oLeXFyACqeem2VImYeBFe", "name": "Fred again..", "type": "artist", "uri": "spotify:artist:4oLeXFyACqeem2VImYeBFe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/3an9rnsXKPCAMlZgH4A0n4" }, "href": "https://api.spotify.com/v1/artists/3an9rnsXKPCAMlZgH4A0n4", "id": "3an9rnsXKPCAMlZgH4A0n4", "name": "KETTAMA", "type": "artist", "uri": "spotify:artist:3an9rnsXKPCAMlZgH4A0n4" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5fEdUhbIAf9JlPhlc3swPx" }, "href": "https://api.spotify.com/v1/artists/5fEdUhbIAf9JlPhlc3swPx", "id": "5fEdUhbIAf9JlPhlc3swPx", "name": "Shady Nasty", "type": "artist", "uri": "spotify:artist:5fEdUhbIAf9JlPhlc3swPx" } ], "available_markets": [], "disc_number": 1, "duration_ms": 286285, "explicit": true, "external_ids": { "isrc": "GBAHS2501370" }, "external_urls": { "spotify": "https://open.spotify.com/track/2Fxdbus1OWJBhy3NMHUF7J" }, "href": "https://api.spotify.com/v1/tracks/2Fxdbus1OWJBhy3NMHUF7J", "id": "2Fxdbus1OWJBhy3NMHUF7J", "is_local": false, "is_playable": true, "name": "HARDSTYLE 2", "popularity": 55, "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:2Fxdbus1OWJBhy3NMHUF7J" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1gfIkFZ4hIs2gETkRVaY68" }, "href": "https://api.spotify.com/v1/artists/1gfIkFZ4hIs2gETkRVaY68", "id": "1gfIkFZ4hIs2gETkRVaY68", "name": "Sons of the Pioneers", "type": "artist", "uri": "spotify:artist:1gfIkFZ4hIs2gETkRVaY68" } ], "available_markets": ["PR", "US"], "external_urls": { "spotify": "https://open.spotify.com/album/43W6LvGekoOd3Yk5ym8Bj7" }, "href": "https://api.spotify.com/v1/albums/43W6LvGekoOd3Yk5ym8Bj7", "id": "43W6LvGekoOd3Yk5ym8Bj7", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27375b0c528969decafb51425a4", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0275b0c528969decafb51425a4", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485175b0c528969decafb51425a4", "width": 64 } ], "is_playable": true, "name": "Cool Water (With Bonus Tracks)", "release_date": "1959-05-10", "release_date_precision": "day", "total_tracks": 24, "type": "album", "uri": "spotify:album:43W6LvGekoOd3Yk5ym8Bj7" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1gfIkFZ4hIs2gETkRVaY68" }, "href": "https://api.spotify.com/v1/artists/1gfIkFZ4hIs2gETkRVaY68", "id": "1gfIkFZ4hIs2gETkRVaY68", "name": "Sons of the Pioneers", "type": "artist", "uri": "spotify:artist:1gfIkFZ4hIs2gETkRVaY68" } ], "available_markets": ["PR", "US"], "disc_number": 1, "duration_ms": 141946, "explicit": false, "external_ids": { "isrc": "USRN10100775" }, "external_urls": { "spotify": "https://open.spotify.com/track/5kI7vpum3qPDB8ZT6rSPNV" }, "href": "https://api.spotify.com/v1/tracks/5kI7vpum3qPDB8ZT6rSPNV", "id": "5kI7vpum3qPDB8ZT6rSPNV", "is_local": false, "is_playable": true, "name": "Riders In The Sky", "popularity": 38, "preview_url": null, "track_number": 10, "type": "track", "uri": "spotify:track:5kI7vpum3qPDB8ZT6rSPNV" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "name": "Sigrid", "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/37P2qivB9weEafn1Y2VeF8" }, "href": "https://api.spotify.com/v1/albums/37P2qivB9weEafn1Y2VeF8", "id": "37P2qivB9weEafn1Y2VeF8", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2735caedc2e29bf01bf567d7c24", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e025caedc2e29bf01bf567d7c24", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048515caedc2e29bf01bf567d7c24", "width": 64 } ], "is_playable": true, "name": "There\u2019s Always More That I Could Say", "release_date": "2025-10-24", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:37P2qivB9weEafn1Y2VeF8" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4TrraAsitQKl821DQY42cZ" }, "href": "https://api.spotify.com/v1/artists/4TrraAsitQKl821DQY42cZ", "id": "4TrraAsitQKl821DQY42cZ", "name": "Sigrid", "type": "artist", "uri": "spotify:artist:4TrraAsitQKl821DQY42cZ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 172889, "explicit": false, "external_ids": { "isrc": "GBUM72501846" }, "external_urls": { "spotify": "https://open.spotify.com/track/67WAthizRvsLDjgzIZs27h" }, "href": "https://api.spotify.com/v1/tracks/67WAthizRvsLDjgzIZs27h", "id": "67WAthizRvsLDjgzIZs27h", "is_local": false, "is_playable": true, "name": "Two Years", "popularity": 41, "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:67WAthizRvsLDjgzIZs27h" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2ZRQcIgzPCVaT9XKhXZIzh" }, "href": "https://api.spotify.com/v1/artists/2ZRQcIgzPCVaT9XKhXZIzh", "id": "2ZRQcIgzPCVaT9XKhXZIzh", "name": "Gryffin", "type": "artist", "uri": "spotify:artist:2ZRQcIgzPCVaT9XKhXZIzh" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "RW", "TG", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2IAVHJdaRPFA6MQqXHoG75" }, "href": "https://api.spotify.com/v1/albums/2IAVHJdaRPFA6MQqXHoG75", "id": "2IAVHJdaRPFA6MQqXHoG75", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2730e5311993a01fb2e7169f6a7", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e020e5311993a01fb2e7169f6a7", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048510e5311993a01fb2e7169f6a7", "width": 64 } ], "is_playable": true, "name": "Gravity", "release_date": "2019-10-24", "release_date_precision": "day", "total_tracks": 16, "type": "album", "uri": "spotify:album:2IAVHJdaRPFA6MQqXHoG75" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/2ZRQcIgzPCVaT9XKhXZIzh" }, "href": "https://api.spotify.com/v1/artists/2ZRQcIgzPCVaT9XKhXZIzh", "id": "2ZRQcIgzPCVaT9XKhXZIzh", "name": "Gryffin", "type": "artist", "uri": "spotify:artist:2ZRQcIgzPCVaT9XKhXZIzh" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2JfoFQs5wPHgLz8wnJ4wL2" }, "href": "https://api.spotify.com/v1/artists/2JfoFQs5wPHgLz8wnJ4wL2", "id": "2JfoFQs5wPHgLz8wnJ4wL2", "name": "ZOHARA", "type": "artist", "uri": "spotify:artist:2JfoFQs5wPHgLz8wnJ4wL2" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "RW", "TG", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 221129, "explicit": false, "external_ids": { "isrc": "USUM71817462" }, "external_urls": { "spotify": "https://open.spotify.com/track/3aFxfpfeATHYg1n750dhgq" }, "href": "https://api.spotify.com/v1/tracks/3aFxfpfeATHYg1n750dhgq", "id": "3aFxfpfeATHYg1n750dhgq", "is_local": false, "is_playable": true, "name": "Remember (with ZOHARA)", "popularity": 54, "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:3aFxfpfeATHYg1n750dhgq" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/543ccHFPnZfJMD8tRGPtu7" }, "href": "https://api.spotify.com/v1/artists/543ccHFPnZfJMD8tRGPtu7", "id": "543ccHFPnZfJMD8tRGPtu7", "name": "James Smith", "type": "artist", "uri": "spotify:artist:543ccHFPnZfJMD8tRGPtu7" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/7qo7ithHnDDufzWRUkpTHq" }, "href": "https://api.spotify.com/v1/albums/7qo7ithHnDDufzWRUkpTHq", "id": "7qo7ithHnDDufzWRUkpTHq", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2733ef65e80e82a07db7d2ce6f8", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e023ef65e80e82a07db7d2ce6f8", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048513ef65e80e82a07db7d2ce6f8", "width": 64 } ], "is_playable": true, "name": "Jesus Is A Woman", "release_date": "2025-08-29", "release_date_precision": "day", "total_tracks": 3, "type": "album", "uri": "spotify:album:7qo7ithHnDDufzWRUkpTHq" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/543ccHFPnZfJMD8tRGPtu7" }, "href": "https://api.spotify.com/v1/artists/543ccHFPnZfJMD8tRGPtu7", "id": "543ccHFPnZfJMD8tRGPtu7", "name": "James Smith", "type": "artist", "uri": "spotify:artist:543ccHFPnZfJMD8tRGPtu7" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 190529, "explicit": false, "external_ids": { "isrc": "GBQGW2500068" }, "external_urls": { "spotify": "https://open.spotify.com/track/10ZuUH8nrb4IbRRJUmsFXq" }, "href": "https://api.spotify.com/v1/tracks/10ZuUH8nrb4IbRRJUmsFXq", "id": "10ZuUH8nrb4IbRRJUmsFXq", "is_local": false, "is_playable": true, "name": "Jesus Is A Woman", "popularity": 29, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:10ZuUH8nrb4IbRRJUmsFXq" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0QaSiI5TLA4N7mcsdxShDO" }, "href": "https://api.spotify.com/v1/artists/0QaSiI5TLA4N7mcsdxShDO", "id": "0QaSiI5TLA4N7mcsdxShDO", "name": "Sub Focus", "type": "artist", "uri": "spotify:artist:0QaSiI5TLA4N7mcsdxShDO" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/06z3wshQtpYwZnDoVle3pw" }, "href": "https://api.spotify.com/v1/albums/06z3wshQtpYwZnDoVle3pw", "id": "06z3wshQtpYwZnDoVle3pw", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273c7f55a59f035464b5b97b305", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02c7f55a59f035464b5b97b305", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851c7f55a59f035464b5b97b305", "width": 64 } ], "is_playable": true, "name": "Contact", "release_date": "2025-11-21", "release_date_precision": "day", "total_tracks": 14, "type": "album", "uri": "spotify:album:06z3wshQtpYwZnDoVle3pw" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0QaSiI5TLA4N7mcsdxShDO" }, "href": "https://api.spotify.com/v1/artists/0QaSiI5TLA4N7mcsdxShDO", "id": "0QaSiI5TLA4N7mcsdxShDO", "name": "Sub Focus", "type": "artist", "uri": "spotify:artist:0QaSiI5TLA4N7mcsdxShDO" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2UNjfzEkfsdWVDwnuD6vdH" }, "href": "https://api.spotify.com/v1/artists/2UNjfzEkfsdWVDwnuD6vdH", "id": "2UNjfzEkfsdWVDwnuD6vdH", "name": "bbyclose", "type": "artist", "uri": "spotify:artist:2UNjfzEkfsdWVDwnuD6vdH" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 184827, "explicit": false, "external_ids": { "isrc": "GBUM72500754" }, "external_urls": { "spotify": "https://open.spotify.com/track/3zMBJKHkqDqm0ZVMKGLHak" }, "href": "https://api.spotify.com/v1/tracks/3zMBJKHkqDqm0ZVMKGLHak", "id": "3zMBJKHkqDqm0ZVMKGLHak", "is_local": false, "is_playable": true, "name": "On & On (feat. bbyclose)", "popularity": 59, "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:3zMBJKHkqDqm0ZVMKGLHak" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6JslXiAQgoATL9rPmLE5du" }, "href": "https://api.spotify.com/v1/artists/6JslXiAQgoATL9rPmLE5du", "id": "6JslXiAQgoATL9rPmLE5du", "name": "Anike Ekina", "type": "artist", "uri": "spotify:artist:6JslXiAQgoATL9rPmLE5du" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/10VNoWgGKiAas5dWkpCUHL" }, "href": "https://api.spotify.com/v1/albums/10VNoWgGKiAas5dWkpCUHL", "id": "10VNoWgGKiAas5dWkpCUHL", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27350dfe378fc89465e3d3ae2d0", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0250dfe378fc89465e3d3ae2d0", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485150dfe378fc89465e3d3ae2d0", "width": 64 } ], "is_playable": true, "name": "Light Back In (Special Metal version)", "release_date": "2025-08-01", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:10VNoWgGKiAas5dWkpCUHL" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6JslXiAQgoATL9rPmLE5du" }, "href": "https://api.spotify.com/v1/artists/6JslXiAQgoATL9rPmLE5du", "id": "6JslXiAQgoATL9rPmLE5du", "name": "Anike Ekina", "type": "artist", "uri": "spotify:artist:6JslXiAQgoATL9rPmLE5du" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 202805, "explicit": false, "external_ids": { "isrc": "DEA372013916" }, "external_urls": { "spotify": "https://open.spotify.com/track/34vearIqjyFqWWPZKPPxvH" }, "href": "https://api.spotify.com/v1/tracks/34vearIqjyFqWWPZKPPxvH", "id": "34vearIqjyFqWWPZKPPxvH", "is_local": false, "is_playable": true, "name": "Light Back In - Special Metal Version - Radio Edit", "popularity": 39, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:34vearIqjyFqWWPZKPPxvH" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4FmJD0mpgQ70SNt2EKK8tq" }, "href": "https://api.spotify.com/v1/artists/4FmJD0mpgQ70SNt2EKK8tq", "id": "4FmJD0mpgQ70SNt2EKK8tq", "name": "Miracle Of Sound", "type": "artist", "uri": "spotify:artist:4FmJD0mpgQ70SNt2EKK8tq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4HUG49D7cBMLrcavbReCG8" }, "href": "https://api.spotify.com/v1/albums/4HUG49D7cBMLrcavbReCG8", "id": "4HUG49D7cBMLrcavbReCG8", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2736e156986dc730ab3f4379381", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e026e156986dc730ab3f4379381", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048516e156986dc730ab3f4379381", "width": 64 } ], "is_playable": true, "name": "Level 12", "release_date": "2023-06-02", "release_date_precision": "day", "total_tracks": 15, "type": "album", "uri": "spotify:album:4HUG49D7cBMLrcavbReCG8" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4FmJD0mpgQ70SNt2EKK8tq" }, "href": "https://api.spotify.com/v1/artists/4FmJD0mpgQ70SNt2EKK8tq", "id": "4FmJD0mpgQ70SNt2EKK8tq", "name": "Miracle Of Sound", "type": "artist", "uri": "spotify:artist:4FmJD0mpgQ70SNt2EKK8tq" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 168948, "explicit": false, "external_ids": { "isrc": "QZK6K2302976" }, "external_urls": { "spotify": "https://open.spotify.com/track/6ybRWbM4jdku0Pk8SzjORB" }, "href": "https://api.spotify.com/v1/tracks/6ybRWbM4jdku0Pk8SzjORB", "id": "6ybRWbM4jdku0Pk8SzjORB", "is_local": false, "is_playable": true, "name": "Skal", "popularity": 62, "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:6ybRWbM4jdku0Pk8SzjORB" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5Uw20NgiZnH2WMcpQ7FdRB" }, "href": "https://api.spotify.com/v1/artists/5Uw20NgiZnH2WMcpQ7FdRB", "id": "5Uw20NgiZnH2WMcpQ7FdRB", "name": "Mia Morgan", "type": "artist", "uri": "spotify:artist:5Uw20NgiZnH2WMcpQ7FdRB" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/0IsgnhTThoZkeCzY0Bh5JN" }, "href": "https://api.spotify.com/v1/albums/0IsgnhTThoZkeCzY0Bh5JN", "id": "0IsgnhTThoZkeCzY0Bh5JN", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273e48fff336e78369502ba3ab7", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02e48fff336e78369502ba3ab7", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851e48fff336e78369502ba3ab7", "width": 64 } ], "is_playable": true, "name": "FLEISCH", "release_date": "2022-04-29", "release_date_precision": "day", "total_tracks": 12, "type": "album", "uri": "spotify:album:0IsgnhTThoZkeCzY0Bh5JN" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/5Uw20NgiZnH2WMcpQ7FdRB" }, "href": "https://api.spotify.com/v1/artists/5Uw20NgiZnH2WMcpQ7FdRB", "id": "5Uw20NgiZnH2WMcpQ7FdRB", "name": "Mia Morgan", "type": "artist", "uri": "spotify:artist:5Uw20NgiZnH2WMcpQ7FdRB" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 236015, "explicit": false, "external_ids": { "isrc": "FRX872179579" }, "external_urls": { "spotify": "https://open.spotify.com/track/4A6V42HNYeihI4miScgujq" }, "href": "https://api.spotify.com/v1/tracks/4A6V42HNYeihI4miScgujq", "id": "4A6V42HNYeihI4miScgujq", "is_local": false, "is_playable": true, "name": "JENNIFER CHECK", "popularity": 24, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:4A6V42HNYeihI4miScgujq" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1HGrQZLhmqlEuACUnQY7yy" }, "href": "https://api.spotify.com/v1/albums/1HGrQZLhmqlEuACUnQY7yy", "id": "1HGrQZLhmqlEuACUnQY7yy", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2735db919ecd425e6692c12a945", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e025db919ecd425e6692c12a945", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048515db919ecd425e6692c12a945", "width": 64 } ], "is_playable": true, "name": "FATE of ALL", "release_date": "2026-02-13", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:1HGrQZLhmqlEuACUnQY7yy" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/6cmp7ut7okJAgJOSaMAVf3" }, "href": "https://api.spotify.com/v1/artists/6cmp7ut7okJAgJOSaMAVf3", "id": "6cmp7ut7okJAgJOSaMAVf3", "name": "Machinae Supremacy", "type": "artist", "uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 244360, "explicit": false, "external_ids": { "isrc": "QZHN52659492" }, "external_urls": { "spotify": "https://open.spotify.com/track/29DpW469MK56dBqxSfzwDs" }, "href": "https://api.spotify.com/v1/tracks/29DpW469MK56dBqxSfzwDs", "id": "29DpW469MK56dBqxSfzwDs", "is_local": false, "is_playable": true, "name": "FATE of ALL", "popularity": 39, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:29DpW469MK56dBqxSfzwDs" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3hvgLXeDFNiqDOVXl0xTge" }, "href": "https://api.spotify.com/v1/artists/3hvgLXeDFNiqDOVXl0xTge", "id": "3hvgLXeDFNiqDOVXl0xTge", "name": "LukHash", "type": "artist", "uri": "spotify:artist:3hvgLXeDFNiqDOVXl0xTge" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4Xv90HE4uhD2e71SV7gSEZ" }, "href": "https://api.spotify.com/v1/albums/4Xv90HE4uhD2e71SV7gSEZ", "id": "4Xv90HE4uhD2e71SV7gSEZ", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273c8e2783d3f24c010089a6813", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02c8e2783d3f24c010089a6813", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851c8e2783d3f24c010089a6813", "width": 64 } ], "is_playable": true, "name": "Home Arcade", "release_date": "2025-05-02", "release_date_precision": "day", "total_tracks": 13, "type": "album", "uri": "spotify:album:4Xv90HE4uhD2e71SV7gSEZ" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3hvgLXeDFNiqDOVXl0xTge" }, "href": "https://api.spotify.com/v1/artists/3hvgLXeDFNiqDOVXl0xTge", "id": "3hvgLXeDFNiqDOVXl0xTge", "name": "LukHash", "type": "artist", "uri": "spotify:artist:3hvgLXeDFNiqDOVXl0xTge" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 176280, "explicit": false, "external_ids": { "isrc": "QT3TB2405473" }, "external_urls": { "spotify": "https://open.spotify.com/track/0qvDlGZL5TnvV80AMH3lYf" }, "href": "https://api.spotify.com/v1/tracks/0qvDlGZL5TnvV80AMH3lYf", "id": "0qvDlGZL5TnvV80AMH3lYf", "is_local": false, "is_playable": true, "name": "Touching the Sky", "popularity": 34, "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:0qvDlGZL5TnvV80AMH3lYf" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0rEuaTPLMhlViNCJrg3NEH" }, "href": "https://api.spotify.com/v1/artists/0rEuaTPLMhlViNCJrg3NEH", "id": "0rEuaTPLMhlViNCJrg3NEH", "name": "Beast In Black", "type": "artist", "uri": "spotify:artist:0rEuaTPLMhlViNCJrg3NEH" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/30O1KkbyS9bbOniw7xtQux" }, "href": "https://api.spotify.com/v1/albums/30O1KkbyS9bbOniw7xtQux", "id": "30O1KkbyS9bbOniw7xtQux", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273913a6d7587d853e1dd4c1580", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02913a6d7587d853e1dd4c1580", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851913a6d7587d853e1dd4c1580", "width": 64 } ], "is_playable": true, "name": "Dark Connection", "release_date": "2021-10-29", "release_date_precision": "day", "total_tracks": 13, "type": "album", "uri": "spotify:album:30O1KkbyS9bbOniw7xtQux" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0rEuaTPLMhlViNCJrg3NEH" }, "href": "https://api.spotify.com/v1/artists/0rEuaTPLMhlViNCJrg3NEH", "id": "0rEuaTPLMhlViNCJrg3NEH", "name": "Beast In Black", "type": "artist", "uri": "spotify:artist:0rEuaTPLMhlViNCJrg3NEH" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 272669, "explicit": false, "external_ids": { "isrc": "DED832100530" }, "external_urls": { "spotify": "https://open.spotify.com/track/4cjWVc72Lp9wkwm73AtXNf" }, "href": "https://api.spotify.com/v1/tracks/4cjWVc72Lp9wkwm73AtXNf", "id": "4cjWVc72Lp9wkwm73AtXNf", "is_local": false, "is_playable": true, "name": "They Don't Care About Us", "popularity": 61, "preview_url": null, "track_number": 13, "type": "track", "uri": "spotify:track:4cjWVc72Lp9wkwm73AtXNf" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/17l4XlVVWNktDeJDigQ3HJ" }, "href": "https://api.spotify.com/v1/artists/17l4XlVVWNktDeJDigQ3HJ", "id": "17l4XlVVWNktDeJDigQ3HJ", "name": "Dilla", "type": "artist", "uri": "spotify:artist:17l4XlVVWNktDeJDigQ3HJ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6i6I3dfo8SHBqLq9MHfJt4" }, "href": "https://api.spotify.com/v1/albums/6i6I3dfo8SHBqLq9MHfJt4", "id": "6i6I3dfo8SHBqLq9MHfJt4", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273fa830b43aa43aa34b512a733", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02fa830b43aa43aa34b512a733", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851fa830b43aa43aa34b512a733", "width": 64 } ], "is_playable": true, "name": "Dreiundzwanzig", "release_date": "2025-08-08", "release_date_precision": "day", "total_tracks": 6, "type": "album", "uri": "spotify:album:6i6I3dfo8SHBqLq9MHfJt4" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/17l4XlVVWNktDeJDigQ3HJ" }, "href": "https://api.spotify.com/v1/artists/17l4XlVVWNktDeJDigQ3HJ", "id": "17l4XlVVWNktDeJDigQ3HJ", "name": "Dilla", "type": "artist", "uri": "spotify:artist:17l4XlVVWNktDeJDigQ3HJ" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 180542, "explicit": false, "external_ids": { "isrc": "DEQ322500253" }, "external_urls": { "spotify": "https://open.spotify.com/track/5flXEtnmx7VsADuAYdEiIO" }, "href": "https://api.spotify.com/v1/tracks/5flXEtnmx7VsADuAYdEiIO", "id": "5flXEtnmx7VsADuAYdEiIO", "is_local": false, "is_playable": true, "name": "Angst", "popularity": 31, "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:5flXEtnmx7VsADuAYdEiIO" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/43BxCL6t4c73BQnIJtry5v" }, "href": "https://api.spotify.com/v1/artists/43BxCL6t4c73BQnIJtry5v", "id": "43BxCL6t4c73BQnIJtry5v", "name": "James Hype", "type": "artist", "uri": "spotify:artist:43BxCL6t4c73BQnIJtry5v" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0czTwfZBBvlvlOiypvDvwe" }, "href": "https://api.spotify.com/v1/artists/0czTwfZBBvlvlOiypvDvwe", "id": "0czTwfZBBvlvlOiypvDvwe", "name": "Sam Harper", "type": "artist", "uri": "spotify:artist:0czTwfZBBvlvlOiypvDvwe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2biXipa3IRLZUOnXgtKmXc" }, "href": "https://api.spotify.com/v1/artists/2biXipa3IRLZUOnXgtKmXc", "id": "2biXipa3IRLZUOnXgtKmXc", "name": "Bobby Harvey", "type": "artist", "uri": "spotify:artist:2biXipa3IRLZUOnXgtKmXc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1iEczV3pKJ9MPmRvYGB9bz" }, "href": "https://api.spotify.com/v1/albums/1iEczV3pKJ9MPmRvYGB9bz", "id": "1iEczV3pKJ9MPmRvYGB9bz", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273f60d7f051679fab1ecb2a381", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02f60d7f051679fab1ecb2a381", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851f60d7f051679fab1ecb2a381", "width": 64 } ], "is_playable": true, "name": "Waterfalls (feat. Sam Harper & Bobby Harvey)", "release_date": "2025-08-08", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:1iEczV3pKJ9MPmRvYGB9bz" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/43BxCL6t4c73BQnIJtry5v" }, "href": "https://api.spotify.com/v1/artists/43BxCL6t4c73BQnIJtry5v", "id": "43BxCL6t4c73BQnIJtry5v", "name": "James Hype", "type": "artist", "uri": "spotify:artist:43BxCL6t4c73BQnIJtry5v" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0czTwfZBBvlvlOiypvDvwe" }, "href": "https://api.spotify.com/v1/artists/0czTwfZBBvlvlOiypvDvwe", "id": "0czTwfZBBvlvlOiypvDvwe", "name": "Sam Harper", "type": "artist", "uri": "spotify:artist:0czTwfZBBvlvlOiypvDvwe" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2biXipa3IRLZUOnXgtKmXc" }, "href": "https://api.spotify.com/v1/artists/2biXipa3IRLZUOnXgtKmXc", "id": "2biXipa3IRLZUOnXgtKmXc", "name": "Bobby Harvey", "type": "artist", "uri": "spotify:artist:2biXipa3IRLZUOnXgtKmXc" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 120578, "explicit": false, "external_ids": { "isrc": "GBUM72504512" }, "external_urls": { "spotify": "https://open.spotify.com/track/1OcV53oesLQw3VTW9I3uD3" }, "href": "https://api.spotify.com/v1/tracks/1OcV53oesLQw3VTW9I3uD3", "id": "1OcV53oesLQw3VTW9I3uD3", "is_local": false, "is_playable": true, "name": "Waterfalls (feat. Sam Harper & Bobby Harvey)", "popularity": 80, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:1OcV53oesLQw3VTW9I3uD3" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7mnBLXK823vNxN3UWB7Gfz" }, "href": "https://api.spotify.com/v1/artists/7mnBLXK823vNxN3UWB7Gfz", "id": "7mnBLXK823vNxN3UWB7Gfz", "name": "The Black Keys", "type": "artist", "uri": "spotify:artist:7mnBLXK823vNxN3UWB7Gfz" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/15TCQN0DHHM3XX4TfnNkV8" }, "href": "https://api.spotify.com/v1/albums/15TCQN0DHHM3XX4TfnNkV8", "id": "15TCQN0DHHM3XX4TfnNkV8", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2731984ae05d586371351e056d7", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e021984ae05d586371351e056d7", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048511984ae05d586371351e056d7", "width": 64 } ], "is_playable": true, "name": "El Camino (2021 Remaster)", "release_date": "2011", "release_date_precision": "year", "total_tracks": 11, "type": "album", "uri": "spotify:album:15TCQN0DHHM3XX4TfnNkV8" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7mnBLXK823vNxN3UWB7Gfz" }, "href": "https://api.spotify.com/v1/artists/7mnBLXK823vNxN3UWB7Gfz", "id": "7mnBLXK823vNxN3UWB7Gfz", "name": "The Black Keys", "type": "artist", "uri": "spotify:artist:7mnBLXK823vNxN3UWB7Gfz" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 251333, "explicit": false, "external_ids": { "isrc": "USNO12100179" }, "external_urls": { "spotify": "https://open.spotify.com/track/3BR01wZsCALix7hnhZltGs" }, "href": "https://api.spotify.com/v1/tracks/3BR01wZsCALix7hnhZltGs", "id": "3BR01wZsCALix7hnhZltGs", "is_local": false, "is_playable": true, "name": "Little Black Submarines - 2021 Remaster", "popularity": 64, "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:3BR01wZsCALix7hnhZltGs" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3VzsvmhnUb9OZ59bq2aoNZ" }, "href": "https://api.spotify.com/v1/albums/3VzsvmhnUb9OZ59bq2aoNZ", "id": "3VzsvmhnUb9OZ59bq2aoNZ", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27345951a69fe39a6e163122eab", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0245951a69fe39a6e163122eab", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485145951a69fe39a6e163122eab", "width": 64 } ], "is_playable": true, "name": "A Moment Apart", "release_date": "2017-09-08", "release_date_precision": "day", "total_tracks": 16, "type": "album", "uri": "spotify:album:3VzsvmhnUb9OZ59bq2aoNZ" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5EBlHXi71tDXnFtroEh7Rg" }, "href": "https://api.spotify.com/v1/artists/5EBlHXi71tDXnFtroEh7Rg", "id": "5EBlHXi71tDXnFtroEh7Rg", "name": "Naomi Wild", "type": "artist", "uri": "spotify:artist:5EBlHXi71tDXnFtroEh7Rg" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 215130, "explicit": false, "external_ids": { "isrc": "GBCFB1700211" }, "external_urls": { "spotify": "https://open.spotify.com/track/7KT7VGnPU5QVXN3q1BOeqb" }, "href": "https://api.spotify.com/v1/tracks/7KT7VGnPU5QVXN3q1BOeqb", "id": "7KT7VGnPU5QVXN3q1BOeqb", "is_local": false, "is_playable": true, "name": "Higher Ground", "popularity": 62, "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:7KT7VGnPU5QVXN3q1BOeqb" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/61jrgPBUklDAQV9DptCc8u" }, "href": "https://api.spotify.com/v1/artists/61jrgPBUklDAQV9DptCc8u", "id": "61jrgPBUklDAQV9DptCc8u", "name": "Starbenders", "type": "artist", "uri": "spotify:artist:61jrgPBUklDAQV9DptCc8u" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1X0ak6iQZOYqdVXzj8Tfbz" }, "href": "https://api.spotify.com/v1/albums/1X0ak6iQZOYqdVXzj8Tfbz", "id": "1X0ak6iQZOYqdVXzj8Tfbz", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2736a2135afb61a9fa65676be6d", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e026a2135afb61a9fa65676be6d", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048516a2135afb61a9fa65676be6d", "width": 64 } ], "is_playable": true, "name": "Cold Silver", "release_date": "2025-10-08", "release_date_precision": "day", "total_tracks": 3, "type": "album", "uri": "spotify:album:1X0ak6iQZOYqdVXzj8Tfbz" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/61jrgPBUklDAQV9DptCc8u" }, "href": "https://api.spotify.com/v1/artists/61jrgPBUklDAQV9DptCc8u", "id": "61jrgPBUklDAQV9DptCc8u", "name": "Starbenders", "type": "artist", "uri": "spotify:artist:61jrgPBUklDAQV9DptCc8u" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 222242, "explicit": true, "external_ids": { "isrc": "USYFZ2565101" }, "external_urls": { "spotify": "https://open.spotify.com/track/0Y0PdrwwWtYTFhCY5Kj0iv" }, "href": "https://api.spotify.com/v1/tracks/0Y0PdrwwWtYTFhCY5Kj0iv", "id": "0Y0PdrwwWtYTFhCY5Kj0iv", "is_local": false, "is_playable": true, "name": "Cold Silver", "popularity": 36, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:0Y0PdrwwWtYTFhCY5Kj0iv" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7y25aQ8W1jYhdkTdDdiUjH" }, "href": "https://api.spotify.com/v1/artists/7y25aQ8W1jYhdkTdDdiUjH", "id": "7y25aQ8W1jYhdkTdDdiUjH", "name": "KARAVIRS", "type": "artist", "uri": "spotify:artist:7y25aQ8W1jYhdkTdDdiUjH" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1ux2pdgf8Bzaz21pxEEKWQ" }, "href": "https://api.spotify.com/v1/albums/1ux2pdgf8Bzaz21pxEEKWQ", "id": "1ux2pdgf8Bzaz21pxEEKWQ", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2730a1d1416d7e8e0013425220d", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e020a1d1416d7e8e0013425220d", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048510a1d1416d7e8e0013425220d", "width": 64 } ], "is_playable": true, "name": "Ribbon in my hair", "release_date": "2025-07-04", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:1ux2pdgf8Bzaz21pxEEKWQ" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7y25aQ8W1jYhdkTdDdiUjH" }, "href": "https://api.spotify.com/v1/artists/7y25aQ8W1jYhdkTdDdiUjH", "id": "7y25aQ8W1jYhdkTdDdiUjH", "name": "KARAVIRS", "type": "artist", "uri": "spotify:artist:7y25aQ8W1jYhdkTdDdiUjH" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 230039, "explicit": false, "external_ids": { "isrc": "QZTBD2562114" }, "external_urls": { "spotify": "https://open.spotify.com/track/6TA8mUL3TjaNqf9kuYBojR" }, "href": "https://api.spotify.com/v1/tracks/6TA8mUL3TjaNqf9kuYBojR", "id": "6TA8mUL3TjaNqf9kuYBojR", "is_local": false, "is_playable": true, "name": "Ribbon in my hair", "popularity": 46, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:6TA8mUL3TjaNqf9kuYBojR" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7k5jeohQCF20a8foBD9ize" }, "href": "https://api.spotify.com/v1/artists/7k5jeohQCF20a8foBD9ize", "id": "7k5jeohQCF20a8foBD9ize", "name": "Battle Beast", "type": "artist", "uri": "spotify:artist:7k5jeohQCF20a8foBD9ize" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2729tzbbE6CeRuFmbGOUry" }, "href": "https://api.spotify.com/v1/albums/2729tzbbE6CeRuFmbGOUry", "id": "2729tzbbE6CeRuFmbGOUry", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27386ea58e1cdf473eb1dd9ed9c", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0286ea58e1cdf473eb1dd9ed9c", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485186ea58e1cdf473eb1dd9ed9c", "width": 64 } ], "is_playable": true, "name": "Steelbound", "release_date": "2025-10-17", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:2729tzbbE6CeRuFmbGOUry" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7k5jeohQCF20a8foBD9ize" }, "href": "https://api.spotify.com/v1/artists/7k5jeohQCF20a8foBD9ize", "id": "7k5jeohQCF20a8foBD9ize", "name": "Battle Beast", "type": "artist", "uri": "spotify:artist:7k5jeohQCF20a8foBD9ize" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 230786, "explicit": false, "external_ids": { "isrc": "DED832500343" }, "external_urls": { "spotify": "https://open.spotify.com/track/5CEM8PzhisIOQAr8TmG79e" }, "href": "https://api.spotify.com/v1/tracks/5CEM8PzhisIOQAr8TmG79e", "id": "5CEM8PzhisIOQAr8TmG79e", "is_local": false, "is_playable": true, "name": "Riders Of The Storm", "popularity": 45, "preview_url": null, "track_number": 9, "type": "track", "uri": "spotify:track:5CEM8PzhisIOQAr8TmG79e" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0wnYgCeP013HkKoOyC5V32" }, "href": "https://api.spotify.com/v1/artists/0wnYgCeP013HkKoOyC5V32", "id": "0wnYgCeP013HkKoOyC5V32", "name": "Allie X", "type": "artist", "uri": "spotify:artist:0wnYgCeP013HkKoOyC5V32" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2MhRCfdhN8os29CovIIsqV" }, "href": "https://api.spotify.com/v1/albums/2MhRCfdhN8os29CovIIsqV", "id": "2MhRCfdhN8os29CovIIsqV", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2738bc25b0c8091663832455805", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e028bc25b0c8091663832455805", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048518bc25b0c8091663832455805", "width": 64 } ], "is_playable": true, "name": "Happiness Is Going To Get You", "release_date": "2025-11-07", "release_date_precision": "day", "total_tracks": 12, "type": "album", "uri": "spotify:album:2MhRCfdhN8os29CovIIsqV" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/0wnYgCeP013HkKoOyC5V32" }, "href": "https://api.spotify.com/v1/artists/0wnYgCeP013HkKoOyC5V32", "id": "0wnYgCeP013HkKoOyC5V32", "name": "Allie X", "type": "artist", "uri": "spotify:artist:0wnYgCeP013HkKoOyC5V32" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 236026, "explicit": false, "external_ids": { "isrc": "QMFME2521305" }, "external_urls": { "spotify": "https://open.spotify.com/track/3H2rJN1EXtwchBCSPtQMH1" }, "href": "https://api.spotify.com/v1/tracks/3H2rJN1EXtwchBCSPtQMH1", "id": "3H2rJN1EXtwchBCSPtQMH1", "is_local": false, "is_playable": true, "name": "Reunite", "popularity": 40, "preview_url": null, "track_number": 4, "type": "track", "uri": "spotify:track:3H2rJN1EXtwchBCSPtQMH1" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/29GuyTDTPnxeRQhEdbmGLn" }, "href": "https://api.spotify.com/v1/artists/29GuyTDTPnxeRQhEdbmGLn", "id": "29GuyTDTPnxeRQhEdbmGLn", "name": "HEXXENMIND", "type": "artist", "uri": "spotify:artist:29GuyTDTPnxeRQhEdbmGLn" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3nL6S2DQUe71FicS2UpJ4b" }, "href": "https://api.spotify.com/v1/albums/3nL6S2DQUe71FicS2UpJ4b", "id": "3nL6S2DQUe71FicS2UpJ4b", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273ef9542dcf36ea3f7f66d2487", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02ef9542dcf36ea3f7f66d2487", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851ef9542dcf36ea3f7f66d2487", "width": 64 } ], "is_playable": true, "name": "The Fate of Ophelia - Rock", "release_date": "2025-10-15", "release_date_precision": "day", "total_tracks": 4, "type": "album", "uri": "spotify:album:3nL6S2DQUe71FicS2UpJ4b" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/29GuyTDTPnxeRQhEdbmGLn" }, "href": "https://api.spotify.com/v1/artists/29GuyTDTPnxeRQhEdbmGLn", "id": "29GuyTDTPnxeRQhEdbmGLn", "name": "HEXXENMIND", "type": "artist", "uri": "spotify:artist:29GuyTDTPnxeRQhEdbmGLn" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 267697, "explicit": false, "external_ids": { "isrc": "MXA3V2454127" }, "external_urls": { "spotify": "https://open.spotify.com/track/7sa0Obv4Y9y7rpIYhudEu7" }, "href": "https://api.spotify.com/v1/tracks/7sa0Obv4Y9y7rpIYhudEu7", "id": "7sa0Obv4Y9y7rpIYhudEu7", "is_local": false, "is_playable": true, "name": "The Fate of Ophelia", "popularity": 56, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:7sa0Obv4Y9y7rpIYhudEu7" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1A6HQzOvtGaCYihOuIKjE6" }, "href": "https://api.spotify.com/v1/artists/1A6HQzOvtGaCYihOuIKjE6", "id": "1A6HQzOvtGaCYihOuIKjE6", "name": "Mr. Polska", "type": "artist", "uri": "spotify:artist:1A6HQzOvtGaCYihOuIKjE6" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2z9op9COiMU6QquVfY8HTN" }, "href": "https://api.spotify.com/v1/artists/2z9op9COiMU6QquVfY8HTN", "id": "2z9op9COiMU6QquVfY8HTN", "name": "WINSON", "type": "artist", "uri": "spotify:artist:2z9op9COiMU6QquVfY8HTN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/30tToHC6q3nB7Lious0MZW" }, "href": "https://api.spotify.com/v1/artists/30tToHC6q3nB7Lious0MZW", "id": "30tToHC6q3nB7Lious0MZW", "name": "Teletech", "type": "artist", "uri": "spotify:artist:30tToHC6q3nB7Lious0MZW" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/6KpFTQPwkK9hY39Tl7Wggv" }, "href": "https://api.spotify.com/v1/albums/6KpFTQPwkK9hY39Tl7Wggv", "id": "6KpFTQPwkK9hY39Tl7Wggv", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273acac489988aaa24f3fec5eb9", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02acac489988aaa24f3fec5eb9", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851acac489988aaa24f3fec5eb9", "width": 64 } ], "is_playable": true, "name": "Otherside", "release_date": "2025-12-19", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:6KpFTQPwkK9hY39Tl7Wggv" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1A6HQzOvtGaCYihOuIKjE6" }, "href": "https://api.spotify.com/v1/artists/1A6HQzOvtGaCYihOuIKjE6", "id": "1A6HQzOvtGaCYihOuIKjE6", "name": "Mr. Polska", "type": "artist", "uri": "spotify:artist:1A6HQzOvtGaCYihOuIKjE6" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/2z9op9COiMU6QquVfY8HTN" }, "href": "https://api.spotify.com/v1/artists/2z9op9COiMU6QquVfY8HTN", "id": "2z9op9COiMU6QquVfY8HTN", "name": "WINSON", "type": "artist", "uri": "spotify:artist:2z9op9COiMU6QquVfY8HTN" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/30tToHC6q3nB7Lious0MZW" }, "href": "https://api.spotify.com/v1/artists/30tToHC6q3nB7Lious0MZW", "id": "30tToHC6q3nB7Lious0MZW", "name": "Teletech", "type": "artist", "uri": "spotify:artist:30tToHC6q3nB7Lious0MZW" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 192000, "explicit": false, "external_ids": { "isrc": "DEH742537818" }, "external_urls": { "spotify": "https://open.spotify.com/track/07Zj558j9j9TWq7HIcTFZn" }, "href": "https://api.spotify.com/v1/tracks/07Zj558j9j9TWq7HIcTFZn", "id": "07Zj558j9j9TWq7HIcTFZn", "is_local": false, "is_playable": true, "name": "Otherside", "popularity": 44, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:07Zj558j9j9TWq7HIcTFZn" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/4MRcN8PhMhBe84tcPLe2QJ" }, "href": "https://api.spotify.com/v1/albums/4MRcN8PhMhBe84tcPLe2QJ", "id": "4MRcN8PhMhBe84tcPLe2QJ", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2731b029b71b43652cdc6e9fc0f", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e021b029b71b43652cdc6e9fc0f", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048511b029b71b43652cdc6e9fc0f", "width": 64 } ], "is_playable": true, "name": "A Moment Apart (Deluxe Edition)", "release_date": "2018-11-30", "release_date_precision": "day", "total_tracks": 25, "type": "album", "uri": "spotify:album:4MRcN8PhMhBe84tcPLe2QJ" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw" }, "href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw", "id": "21mKp7DqtSNHhCAU2ugvUw", "name": "ODESZA", "type": "artist", "uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/0DGAOR3KtqWwWSwDzhzqOa" }, "href": "https://api.spotify.com/v1/artists/0DGAOR3KtqWwWSwDzhzqOa", "id": "0DGAOR3KtqWwWSwDzhzqOa", "name": "Zyra", "type": "artist", "uri": "spotify:artist:0DGAOR3KtqWwWSwDzhzqOa" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 2, "duration_ms": 240440, "explicit": false, "external_ids": { "isrc": "GBCFB1800360" }, "external_urls": { "spotify": "https://open.spotify.com/track/2XyNLoEWc4IDt9OVzXZUXl" }, "href": "https://api.spotify.com/v1/tracks/2XyNLoEWc4IDt9OVzXZUXl", "id": "2XyNLoEWc4IDt9OVzXZUXl", "is_local": false, "is_playable": true, "name": "It\u2019s Only - ODESZA VIP Remix", "popularity": 58, "preview_url": null, "track_number": 3, "type": "track", "uri": "spotify:track:2XyNLoEWc4IDt9OVzXZUXl" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1NcsVSxFdXsnwvE64zV9xX" }, "href": "https://api.spotify.com/v1/artists/1NcsVSxFdXsnwvE64zV9xX", "id": "1NcsVSxFdXsnwvE64zV9xX", "name": "Rave The Reqviem", "type": "artist", "uri": "spotify:artist:1NcsVSxFdXsnwvE64zV9xX" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/3ZdwtiZ6iYOtkRtFq2tmO9" }, "href": "https://api.spotify.com/v1/albums/3ZdwtiZ6iYOtkRtFq2tmO9", "id": "3ZdwtiZ6iYOtkRtFq2tmO9", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273a289c90263027f60738bed75", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02a289c90263027f60738bed75", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851a289c90263027f60738bed75", "width": 64 } ], "is_playable": true, "name": "The Gospel of Nil - Revised Standard Version", "release_date": "2016-10-06", "release_date_precision": "day", "total_tracks": 12, "type": "album", "uri": "spotify:album:3ZdwtiZ6iYOtkRtFq2tmO9" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1NcsVSxFdXsnwvE64zV9xX" }, "href": "https://api.spotify.com/v1/artists/1NcsVSxFdXsnwvE64zV9xX", "id": "1NcsVSxFdXsnwvE64zV9xX", "name": "Rave The Reqviem", "type": "artist", "uri": "spotify:artist:1NcsVSxFdXsnwvE64zV9xX" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 194085, "explicit": false, "external_ids": { "isrc": "TCACP1623532" }, "external_urls": { "spotify": "https://open.spotify.com/track/6vy64DzPmsCUNue0FpmM6r" }, "href": "https://api.spotify.com/v1/tracks/6vy64DzPmsCUNue0FpmM6r", "id": "6vy64DzPmsCUNue0FpmM6r", "is_local": false, "is_playable": true, "name": "Mono Heart", "popularity": 29, "preview_url": null, "track_number": 6, "type": "track", "uri": "spotify:track:6vy64DzPmsCUNue0FpmM6r" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1yqxFtPHKcGcv6SXZNdyT9" }, "href": "https://api.spotify.com/v1/artists/1yqxFtPHKcGcv6SXZNdyT9", "id": "1yqxFtPHKcGcv6SXZNdyT9", "name": "MK", "type": "artist", "uri": "spotify:artist:1yqxFtPHKcGcv6SXZNdyT9" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4DWuml4Jf6K81b5rAPwMb6" }, "href": "https://api.spotify.com/v1/artists/4DWuml4Jf6K81b5rAPwMb6", "id": "4DWuml4Jf6K81b5rAPwMb6", "name": "Clementine Douglas", "type": "artist", "uri": "spotify:artist:4DWuml4Jf6K81b5rAPwMb6" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2D48QGD5lU5kErH6PxLjTs" }, "href": "https://api.spotify.com/v1/albums/2D48QGD5lU5kErH6PxLjTs", "id": "2D48QGD5lU5kErH6PxLjTs", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273ff386681b00d7f8ee77734c9", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02ff386681b00d7f8ee77734c9", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851ff386681b00d7f8ee77734c9", "width": 64 } ], "is_playable": true, "name": "Come Find Me (with Clementine Douglas)", "release_date": "2025-09-26", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:2D48QGD5lU5kErH6PxLjTs" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/1yqxFtPHKcGcv6SXZNdyT9" }, "href": "https://api.spotify.com/v1/artists/1yqxFtPHKcGcv6SXZNdyT9", "id": "1yqxFtPHKcGcv6SXZNdyT9", "name": "MK", "type": "artist", "uri": "spotify:artist:1yqxFtPHKcGcv6SXZNdyT9" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/4DWuml4Jf6K81b5rAPwMb6" }, "href": "https://api.spotify.com/v1/artists/4DWuml4Jf6K81b5rAPwMb6", "id": "4DWuml4Jf6K81b5rAPwMb6", "name": "Clementine Douglas", "type": "artist", "uri": "spotify:artist:4DWuml4Jf6K81b5rAPwMb6" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 207149, "explicit": false, "external_ids": { "isrc": "GBARL2501473" }, "external_urls": { "spotify": "https://open.spotify.com/track/03AhbPoniP5uqqJKYGWgZE" }, "href": "https://api.spotify.com/v1/tracks/03AhbPoniP5uqqJKYGWgZE", "id": "03AhbPoniP5uqqJKYGWgZE", "is_local": false, "is_playable": true, "name": "Come Find Me (with Clementine Douglas)", "popularity": 67, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:03AhbPoniP5uqqJKYGWgZE" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/343NN0x0NpJGNjwB52gJ5J" }, "href": "https://api.spotify.com/v1/artists/343NN0x0NpJGNjwB52gJ5J", "id": "343NN0x0NpJGNjwB52gJ5J", "name": "FHE", "type": "artist", "uri": "spotify:artist:343NN0x0NpJGNjwB52gJ5J" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2OMCroH113OoIxVbMUwtSY" }, "href": "https://api.spotify.com/v1/albums/2OMCroH113OoIxVbMUwtSY", "id": "2OMCroH113OoIxVbMUwtSY", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273e8622fd0b82b487248ce5647", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02e8622fd0b82b487248ce5647", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851e8622fd0b82b487248ce5647", "width": 64 } ], "is_playable": true, "name": "Beg For More", "release_date": "2020-07-23", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:2OMCroH113OoIxVbMUwtSY" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/343NN0x0NpJGNjwB52gJ5J" }, "href": "https://api.spotify.com/v1/artists/343NN0x0NpJGNjwB52gJ5J", "id": "343NN0x0NpJGNjwB52gJ5J", "name": "FHE", "type": "artist", "uri": "spotify:artist:343NN0x0NpJGNjwB52gJ5J" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 203586, "explicit": false, "external_ids": { "isrc": "GBKQU2075409" }, "external_urls": { "spotify": "https://open.spotify.com/track/6DEsqinq33fSFFMj6MoEH3" }, "href": "https://api.spotify.com/v1/tracks/6DEsqinq33fSFFMj6MoEH3", "id": "6DEsqinq33fSFFMj6MoEH3", "is_local": false, "is_playable": true, "name": "Beg For More", "popularity": 31, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:6DEsqinq33fSFFMj6MoEH3" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4v4qHupYi7eRJfkniHrp4Z" }, "href": "https://api.spotify.com/v1/artists/4v4qHupYi7eRJfkniHrp4Z", "id": "4v4qHupYi7eRJfkniHrp4Z", "name": "Young Guns", "type": "artist", "uri": "spotify:artist:4v4qHupYi7eRJfkniHrp4Z" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/2ZYmViriDHQS2bzBohrLXj" }, "href": "https://api.spotify.com/v1/albums/2ZYmViriDHQS2bzBohrLXj", "id": "2ZYmViriDHQS2bzBohrLXj", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2738f2411416b3b2fe181d559fe", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e028f2411416b3b2fe181d559fe", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048518f2411416b3b2fe181d559fe", "width": 64 } ], "is_playable": true, "name": "Ones And Zeros", "release_date": "2015-02-18", "release_date_precision": "day", "total_tracks": 12, "type": "album", "uri": "spotify:album:2ZYmViriDHQS2bzBohrLXj" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4v4qHupYi7eRJfkniHrp4Z" }, "href": "https://api.spotify.com/v1/artists/4v4qHupYi7eRJfkniHrp4Z", "id": "4v4qHupYi7eRJfkniHrp4Z", "name": "Young Guns", "type": "artist", "uri": "spotify:artist:4v4qHupYi7eRJfkniHrp4Z" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "XK" ], "disc_number": 1, "duration_ms": 224213, "explicit": false, "external_ids": { "isrc": "GBUM71406930" }, "external_urls": { "spotify": "https://open.spotify.com/track/0QSMTHdo8JRa7PazhGrbIK" }, "href": "https://api.spotify.com/v1/tracks/0QSMTHdo8JRa7PazhGrbIK", "id": "0QSMTHdo8JRa7PazhGrbIK", "is_local": false, "is_playable": true, "name": "I Want Out", "popularity": 29, "preview_url": null, "track_number": 2, "type": "track", "uri": "spotify:track:0QSMTHdo8JRa7PazhGrbIK" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4gfZR0IgXCNrMe1U2QfnyA" }, "href": "https://api.spotify.com/v1/artists/4gfZR0IgXCNrMe1U2QfnyA", "id": "4gfZR0IgXCNrMe1U2QfnyA", "name": "DummiBoiBeatz", "type": "artist", "uri": "spotify:artist:4gfZR0IgXCNrMe1U2QfnyA" } ], "available_markets": [], "external_urls": { "spotify": "https://open.spotify.com/album/3R9XNmwrYl49GE9tKPCtpL" }, "href": "https://api.spotify.com/v1/albums/3R9XNmwrYl49GE9tKPCtpL", "id": "3R9XNmwrYl49GE9tKPCtpL", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2738ac99c178ab3be15dcac0aa9", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e028ac99c178ab3be15dcac0aa9", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048518ac99c178ab3be15dcac0aa9", "width": 64 } ], "is_playable": true, "name": "Chosen (Side A)", "release_date": "2025-09-19", "release_date_precision": "day", "total_tracks": 10, "type": "album", "uri": "spotify:album:3R9XNmwrYl49GE9tKPCtpL" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/4gfZR0IgXCNrMe1U2QfnyA" }, "href": "https://api.spotify.com/v1/artists/4gfZR0IgXCNrMe1U2QfnyA", "id": "4gfZR0IgXCNrMe1U2QfnyA", "name": "DummiBoiBeatz", "type": "artist", "uri": "spotify:artist:4gfZR0IgXCNrMe1U2QfnyA" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/6y6iXD929Jqq0xc6lgwhl1" }, "href": "https://api.spotify.com/v1/artists/6y6iXD929Jqq0xc6lgwhl1", "id": "6y6iXD929Jqq0xc6lgwhl1", "name": "LAUREL", "type": "artist", "uri": "spotify:artist:6y6iXD929Jqq0xc6lgwhl1" } ], "available_markets": [], "disc_number": 1, "duration_ms": 222916, "explicit": false, "external_ids": { "isrc": "QT3EX2515848" }, "external_urls": { "spotify": "https://open.spotify.com/track/17abRyAYKiIm2B46H2jrix" }, "href": "https://api.spotify.com/v1/tracks/17abRyAYKiIm2B46H2jrix", "id": "17abRyAYKiIm2B46H2jrix", "is_local": false, "is_playable": false, "name": "Drown In Sunlight - DummiBoiBeatz Version", "popularity": 1, "preview_url": null, "restrictions": { "reason": "market" }, "track_number": 1, "type": "track", "uri": "spotify:track:17abRyAYKiIm2B46H2jrix" }, { "album": { "album_type": "album", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "name": "Sabaton", "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/1jjx7U3tayhJTytJVBj0WY" }, "href": "https://api.spotify.com/v1/albums/1jjx7U3tayhJTytJVBj0WY", "id": "1jjx7U3tayhJTytJVBj0WY", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b2732015d006804756df2e271b74", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e022015d006804756df2e271b74", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d000048512015d006804756df2e271b74", "width": 64 } ], "is_playable": true, "name": "Legends", "release_date": "2025-10-17", "release_date_precision": "day", "total_tracks": 11, "type": "album", "uri": "spotify:album:1jjx7U3tayhJTytJVBj0WY" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG" }, "href": "https://api.spotify.com/v1/artists/3o2dn2O0FCVsWDFSh8qxgG", "id": "3o2dn2O0FCVsWDFSh8qxgG", "name": "Sabaton", "type": "artist", "uri": "spotify:artist:3o2dn2O0FCVsWDFSh8qxgG" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 255973, "explicit": false, "external_ids": { "isrc": "SE6HE2500105" }, "external_urls": { "spotify": "https://open.spotify.com/track/3CZDkpmq245kzvCe44P2hM" }, "href": "https://api.spotify.com/v1/tracks/3CZDkpmq245kzvCe44P2hM", "id": "3CZDkpmq245kzvCe44P2hM", "is_local": false, "is_playable": true, "name": "I, Emperor", "popularity": 64, "preview_url": null, "track_number": 5, "type": "track", "uri": "spotify:track:3CZDkpmq245kzvCe44P2hM" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/17l4XlVVWNktDeJDigQ3HJ" }, "href": "https://api.spotify.com/v1/artists/17l4XlVVWNktDeJDigQ3HJ", "id": "17l4XlVVWNktDeJDigQ3HJ", "name": "Dilla", "type": "artist", "uri": "spotify:artist:17l4XlVVWNktDeJDigQ3HJ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5kDJnYkE7Xm5zgEsJHb23u" }, "href": "https://api.spotify.com/v1/artists/5kDJnYkE7Xm5zgEsJHb23u", "id": "5kDJnYkE7Xm5zgEsJHb23u", "name": "emi x", "type": "artist", "uri": "spotify:artist:5kDJnYkE7Xm5zgEsJHb23u" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "external_urls": { "spotify": "https://open.spotify.com/album/5fuGZizTNkIW3Y0xqJEInl" }, "href": "https://api.spotify.com/v1/albums/5fuGZizTNkIW3Y0xqJEInl", "id": "5fuGZizTNkIW3Y0xqJEInl", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27323e759d17f77ea31f69c3fb2", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0223e759d17f77ea31f69c3fb2", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485123e759d17f77ea31f69c3fb2", "width": 64 } ], "is_playable": true, "name": "unter ihrem dress", "release_date": "2021-10-29", "release_date_precision": "day", "total_tracks": 1, "type": "album", "uri": "spotify:album:5fuGZizTNkIW3Y0xqJEInl" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/17l4XlVVWNktDeJDigQ3HJ" }, "href": "https://api.spotify.com/v1/artists/17l4XlVVWNktDeJDigQ3HJ", "id": "17l4XlVVWNktDeJDigQ3HJ", "name": "Dilla", "type": "artist", "uri": "spotify:artist:17l4XlVVWNktDeJDigQ3HJ" }, { "external_urls": { "spotify": "https://open.spotify.com/artist/5kDJnYkE7Xm5zgEsJHb23u" }, "href": "https://api.spotify.com/v1/artists/5kDJnYkE7Xm5zgEsJHb23u", "id": "5kDJnYkE7Xm5zgEsJHb23u", "name": "emi x", "type": "artist", "uri": "spotify:artist:5kDJnYkE7Xm5zgEsJHb23u" } ], "available_markets": [ "AR", "AU", "AT", "BE", "BO", "BR", "BG", "CA", "CL", "CO", "CR", "CY", "CZ", "DK", "DO", "DE", "EC", "EE", "SV", "FI", "FR", "GR", "GT", "HN", "HK", "HU", "IS", "IE", "IT", "LV", "LT", "LU", "MY", "MT", "MX", "NL", "NZ", "NI", "NO", "PA", "PY", "PE", "PH", "PL", "PT", "SG", "SK", "ES", "SE", "CH", "TW", "TR", "UY", "US", "GB", "AD", "LI", "MC", "ID", "JP", "TH", "VN", "RO", "IL", "ZA", "SA", "AE", "BH", "QA", "OM", "KW", "EG", "MA", "DZ", "TN", "LB", "JO", "PS", "IN", "BY", "KZ", "MD", "UA", "AL", "BA", "HR", "ME", "MK", "RS", "SI", "KR", "BD", "PK", "LK", "GH", "KE", "NG", "TZ", "UG", "AG", "AM", "BS", "BB", "BZ", "BT", "BW", "BF", "CV", "CW", "DM", "FJ", "GM", "GE", "GD", "GW", "GY", "HT", "JM", "KI", "LS", "LR", "MW", "MV", "ML", "MH", "FM", "NA", "NR", "NE", "PW", "PG", "PR", "WS", "SM", "ST", "SN", "SC", "SL", "SB", "KN", "LC", "VC", "SR", "TL", "TO", "TT", "TV", "VU", "AZ", "BN", "BI", "KH", "CM", "TD", "KM", "GQ", "SZ", "GA", "GN", "KG", "LA", "MO", "MR", "MN", "NP", "RW", "TG", "UZ", "ZW", "BJ", "MG", "MU", "MZ", "AO", "CI", "DJ", "ZM", "CD", "CG", "IQ", "LY", "TJ", "VE", "ET", "XK" ], "disc_number": 1, "duration_ms": 164295, "explicit": false, "external_ids": { "isrc": "QZNWV2190153" }, "external_urls": { "spotify": "https://open.spotify.com/track/0fUSdXwgftvDECtVpSZ2cn" }, "href": "https://api.spotify.com/v1/tracks/0fUSdXwgftvDECtVpSZ2cn", "id": "0fUSdXwgftvDECtVpSZ2cn", "is_local": false, "is_playable": true, "name": "unter ihrem dress", "popularity": 46, "preview_url": null, "track_number": 1, "type": "track", "uri": "spotify:track:0fUSdXwgftvDECtVpSZ2cn" } ], "total": 2742, "limit": 48, "offset": 0, "href": "https://api.spotify.com/v1/me/top/tracks?limit=48", "next": "https://api.spotify.com/v1/me/top/tracks?offset=48&limit=48", "previous": null } python-spotify-2.0.2/tests/ruff.toml000066400000000000000000000007611515206530700175400ustar00rootroot00000000000000# This extend our general Ruff rules specifically for tests extend = "../pyproject.toml" lint.extend-select = [ "PT", # Use @pytest.fixture without parentheses ] lint.extend-ignore = [ "S101", # Use of assert detected. As these are tests... "S105", # Detection of passwords... "S106", # Detection of passwords... "SLF001", # Tests will access private/protected members... "TC002", # pytest doesn't like this one... "PLR0913", # we're overwriting function that has many arguments ] python-spotify-2.0.2/tests/syrupy.py000066400000000000000000000034031515206530700176220ustar00rootroot00000000000000"""Asynchronous Python client for Spotify.""" from __future__ import annotations from dataclasses import asdict, is_dataclass from typing import TYPE_CHECKING, Any from syrupy.extensions import AmberSnapshotExtension from syrupy.extensions.amber import AmberDataSerializer if TYPE_CHECKING: from syrupy.types import ( PropertyFilter, PropertyMatcher, PropertyPath, SerializableData, ) class SpotifySnapshotSerializer(AmberDataSerializer): """Spotify snapshot serializer for Syrupy. Handles special cases for Spotify data structures. """ @classmethod def _serialize( # pylint: disable=too-many-arguments cls, data: SerializableData, *, depth: int = 0, exclude: PropertyFilter | None = None, include: PropertyFilter | None = None, matcher: PropertyMatcher | None = None, path: PropertyPath = (), visited: set[Any] | None = None, ) -> str: """Pre-process data before serializing. This allows us to handle specific cases for Spotify data structures. """ serializable_data = data if is_dataclass(type(data)): serializable_data = asdict(data) return super()._serialize( serializable_data, depth=depth, exclude=exclude, include=include, matcher=matcher, path=path, visited=visited, ) class SpotifySnapshotExtension(AmberSnapshotExtension): """Spotify extension for Syrupy.""" VERSION = "1" """Current version of serialization format. Need to be bumped when we change the SpotifySnapshotSerializer. """ serializer_class: type[AmberDataSerializer] = SpotifySnapshotSerializer python-spotify-2.0.2/tests/test_spotify.py000066400000000000000000001353451515206530700210160ustar00rootroot00000000000000"""Asynchronous Python client for Spotify.""" from __future__ import annotations import asyncio from typing import TYPE_CHECKING, Any import aiohttp from aiohttp.hdrs import METH_DELETE, METH_GET, METH_POST, METH_PUT from aioresponses import CallbackResult, aioresponses import pytest from yarl import URL from spotifyaio import ( RepeatMode, SpotifyClient, SpotifyConnectionError, SpotifyError, SpotifyForbiddenError, SpotifyNotFoundError, ) from spotifyaio.models import SearchType from . import load_fixture from .const import HEADERS, SPOTIFY_URL if TYPE_CHECKING: from syrupy import SnapshotAssertion async def test_putting_in_own_session( responses: aioresponses, ) -> None: """Test putting in own session.""" responses.get( f"{SPOTIFY_URL}/v1/me/player?additional_types=track,episode", status=200, body=load_fixture("playback_1.json"), ) async with aiohttp.ClientSession() as session: spotify = SpotifyClient(session=session) spotify.authenticate("test") await spotify.get_playback() assert spotify.session is not None assert not spotify.session.closed await spotify.close() assert not spotify.session.closed async def test_creating_own_session( responses: aioresponses, ) -> None: """Test creating own session.""" responses.get( f"{SPOTIFY_URL}/v1/me/player?additional_types=track,episode", status=200, body=load_fixture("playback_1.json"), ) spotify = SpotifyClient() spotify.authenticate("test") await spotify.get_playback() assert spotify.session is not None assert not spotify.session.closed await spotify.close() assert spotify.session.closed async def test_json_decode_error( responses: aioresponses, authenticated_client: SpotifyClient, ) -> None: """Test raising a JSON decode error.""" responses.get( f"{SPOTIFY_URL}/v1/me/player?additional_types=track,episode", status=200, body="<>", ) with pytest.raises(SpotifyError): assert await authenticated_client.get_playback() async def test_refresh_token() -> None: """Test refreshing token.""" async def _get_token() -> str: return "token" async with SpotifyClient() as spotify: assert spotify._token is None # pylint: disable=protected-access await spotify.refresh_token() assert spotify._token is None # pylint: disable=protected-access spotify.refresh_token_function = _get_token await spotify.refresh_token() assert spotify._token == "token" # pylint: disable=protected-access async def test_timeout( responses: aioresponses, ) -> None: """Test request timeout.""" # Faking a timeout by sleeping async def response_handler(_: str, **_kwargs: Any) -> CallbackResult: """Response handler for this test.""" await asyncio.sleep(2) return CallbackResult(body="Goodmorning!") responses.get( f"{SPOTIFY_URL}/v1/me/player?additional_types=track,episode", callback=response_handler, ) async with SpotifyClient(request_timeout=1) as spotify: with pytest.raises(SpotifyConnectionError): assert await spotify.get_playback() async def test_get_album_tracks( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving tracks of an album.""" responses.get( f"{SPOTIFY_URL}/v1/albums/4aawyAB9vmqN3uQ7FjRGTy/tracks?limit=48", status=200, body=load_fixture("album_tracks.json"), ) response = await authenticated_client.get_album_tracks("4aawyAB9vmqN3uQ7FjRGTy") assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/albums/4aawyAB9vmqN3uQ7FjRGTy/tracks", METH_GET, headers=HEADERS, params={"limit": 48}, json=None, ) @pytest.mark.parametrize( "playback_fixture", [ "playback_1.json", "playback_2.json", "playback_3.json", "playback_4.json", "playback_episode_1.json", "playback_audiobook_1.json", ], ) async def test_get_playback_state( responses: aioresponses, snapshot: SnapshotAssertion, playback_fixture: str, authenticated_client: SpotifyClient, ) -> None: """Test retrieving playback state.""" responses.get( f"{SPOTIFY_URL}/v1/me/player?additional_types=track,episode", status=200, body=load_fixture(playback_fixture), ) response = await authenticated_client.get_playback() assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player", METH_GET, headers=HEADERS, params={"additional_types": "track,episode"}, json=None, ) async def test_get_no_playback_state( authenticated_client: SpotifyClient, responses: aioresponses, ) -> None: """Test retrieving no playback state.""" responses.get( f"{SPOTIFY_URL}/v1/me/player?additional_types=track,episode", status=204, ) response = await authenticated_client.get_playback() assert response is None responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player", METH_GET, headers=HEADERS, params={"additional_types": "track,episode"}, json=None, ) async def test_user_has_no_access_to_webapi( authenticated_client: SpotifyClient, responses: aioresponses, ) -> None: """Test that SpotifyForbiddenError is raised if user has no access to WebAPI.""" text = ( "Check settings on developer.spotify.com/dashboard, " "the user may not be registered." ) responses.get(f"{SPOTIFY_URL}/v1/me", status=403, body=text) with pytest.raises( SpotifyForbiddenError, match=text, ): await authenticated_client.get_current_user() responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me", METH_GET, headers=HEADERS, params=None, json=None, ) async def test_transfer_playback( authenticated_client: SpotifyClient, responses: aioresponses, ) -> None: """Test transferring playback.""" responses.put( f"{SPOTIFY_URL}/v1/me/player", status=200, body="3o0RYoo5iOMKSmEbunsbvW" ) await authenticated_client.transfer_playback("test") responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player", METH_PUT, headers=HEADERS, json={"device_ids": ["test"]}, params=None, ) async def test_get_devices( snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, responses: aioresponses, ) -> None: """Test retrieving devices.""" responses.get( f"{SPOTIFY_URL}/v1/me/player/devices", status=200, body=load_fixture("devices.json"), ) devices = await authenticated_client.get_devices() assert devices == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player/devices", headers=HEADERS, json=None, params=None, ) async def test_get_current_playing( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving current playing.""" responses.get( f"{SPOTIFY_URL}/v1/me/player/currently-playing", status=200, body=load_fixture("current_playing_track.json"), ) response = await authenticated_client.get_current_playing() assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player/currently-playing", headers=HEADERS, json=None, params=None, ) async def test_get_no_current_playing_state( responses: aioresponses, authenticated_client: SpotifyClient, ) -> None: """Test retrieving no current playing state.""" responses.get( f"{SPOTIFY_URL}/v1/me/player/currently-playing", status=204, ) response = await authenticated_client.get_current_playing() assert response is None responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player/currently-playing", headers=HEADERS, params=None, json=None, ) @pytest.mark.parametrize( ("arguments", "expected_params", "expected_data"), [ ({}, {}, {"position_ms": 0}), ({"device_id": "123qwe"}, {"device_id": "123qwe"}, {"position_ms": 0}), ( {"context_uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3"}, {}, {"position_ms": 0, "context_uri": "spotify:artist:6cmp7ut7okJAgJOSaMAVf3"}, ), ( { "uris": [ "spotify:track:1FyXbzOlq3dkxaB6iRsETv", "spotify:track:4e9hUiLsN4mx61ARosFi7p", ], "uri_offset": "spotify:track:4e9hUiLsN4mx61ARosFi7p", }, {}, { "position_ms": 0, "uris": [ "spotify:track:1FyXbzOlq3dkxaB6iRsETv", "spotify:track:4e9hUiLsN4mx61ARosFi7p", ], "offset": {"uri": "spotify:track:4e9hUiLsN4mx61ARosFi7p"}, }, ), ( {"uris": ["spotify:artist:6cmp7ut7okJAgJOSaMAVf3"], "position_offset": 5}, {}, { "position_ms": 0, "uris": ["spotify:artist:6cmp7ut7okJAgJOSaMAVf3"], "offset": {"position": 5}, }, ), ({"position": 5000}, {}, {"position_ms": 5000}), ], ) async def test_resume_playback( responses: aioresponses, authenticated_client: SpotifyClient, arguments: dict[str, Any], expected_params: dict[str, Any], expected_data: dict[str, Any], ) -> None: """Test resuming playback.""" url = URL.build( scheme="https", host="api.spotify.com", port=443, path="/v1/me/player/play", query=expected_params, ) responses.put(url, status=200, body="3o0RYoo5iOMKSmEbunsbvW") await authenticated_client.start_playback(**arguments) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player/play", METH_PUT, headers=HEADERS, params=expected_params, json=expected_data, ) @pytest.mark.parametrize( ("arguments", "expected_params"), [ ({}, {}), ({"device_id": "123qwe"}, {"device_id": "123qwe"}), ], ) async def test_pause_playback( responses: aioresponses, authenticated_client: SpotifyClient, arguments: dict[str, Any], expected_params: dict[str, Any], ) -> None: """Test pausing playback.""" url = URL.build( scheme="https", host="api.spotify.com", port=443, path="/v1/me/player/pause", query=expected_params, ) responses.put(url, status=200, body="3o0RYoo5iOMKSmEbunsbvW") await authenticated_client.pause_playback(**arguments) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player/pause", METH_PUT, headers=HEADERS, params=expected_params, json=None, ) @pytest.mark.parametrize( ("arguments", "expected_params"), [ ({}, {}), ({"device_id": "123qwe"}, {"device_id": "123qwe"}), ], ) async def test_next_track( responses: aioresponses, authenticated_client: SpotifyClient, arguments: dict[str, Any], expected_params: dict[str, Any], ) -> None: """Test next track.""" url = URL.build( scheme="https", host="api.spotify.com", port=443, path="/v1/me/player/next", query=expected_params, ) responses.post(url, status=200, body="3o0RYoo5iOMKSmEbunsbvW") await authenticated_client.next_track(**arguments) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player/next", METH_POST, headers=HEADERS, params=expected_params, json=None, ) @pytest.mark.parametrize( ("arguments", "expected_params"), [ ({}, {}), ({"device_id": "123qwe"}, {"device_id": "123qwe"}), ], ) async def test_previous_track( responses: aioresponses, authenticated_client: SpotifyClient, arguments: dict[str, Any], expected_params: dict[str, Any], ) -> None: """Test previous track.""" url = URL.build( scheme="https", host="api.spotify.com", port=443, path="/v1/me/player/previous", query=expected_params, ) responses.post(url, status=200, body="3o0RYoo5iOMKSmEbunsbvW") await authenticated_client.previous_track(**arguments) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player/previous", METH_POST, headers=HEADERS, params=expected_params, json=None, ) @pytest.mark.parametrize( ("arguments", "expected_params"), [ ({"position": 5000}, {"position_ms": 5000}), ( {"position": 5000, "device_id": "123qwe"}, {"device_id": "123qwe", "position_ms": 5000}, ), ], ) async def test_seek_track( responses: aioresponses, authenticated_client: SpotifyClient, arguments: dict[str, Any], expected_params: dict[str, Any], ) -> None: """Test seeking track.""" url = URL.build( scheme="https", host="api.spotify.com", port=443, path="/v1/me/player/seek", query=expected_params, ) responses.put(url, status=200, body="3o0RYoo5iOMKSmEbunsbvW") await authenticated_client.seek_track(**arguments) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player/seek", METH_PUT, headers=HEADERS, params=expected_params, json=None, ) @pytest.mark.parametrize( ("arguments", "expected_params"), [ ({"state": RepeatMode.OFF}, {"state": "off"}), ({"state": RepeatMode.TRACK}, {"state": "track"}), ({"state": RepeatMode.CONTEXT}, {"state": "context"}), ( {"state": RepeatMode.CONTEXT, "device_id": "123qwe"}, {"state": "context", "device_id": "123qwe"}, ), ], ) async def test_set_repeat( responses: aioresponses, authenticated_client: SpotifyClient, arguments: dict[str, Any], expected_params: dict[str, Any], ) -> None: """Test setting repeat.""" url = URL.build( scheme="https", host="api.spotify.com", port=443, path="/v1/me/player/repeat", query=expected_params, ) responses.put(url, status=200, body="3o0RYoo5iOMKSmEbunsbvW") await authenticated_client.set_repeat(**arguments) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player/repeat", METH_PUT, headers=HEADERS, params=expected_params, json=None, ) @pytest.mark.parametrize( ("arguments", "expected_params"), [ ({"volume": 50}, {"volume_percent": 50}), ( {"volume": 50, "device_id": "123qwe"}, {"volume_percent": 50, "device_id": "123qwe"}, ), ], ) async def test_set_volume( responses: aioresponses, authenticated_client: SpotifyClient, arguments: dict[str, Any], expected_params: dict[str, Any], ) -> None: """Test setting volume.""" url = URL.build( scheme="https", host="api.spotify.com", port=443, path="/v1/me/player/volume", query=expected_params, ) responses.put(url, status=200, body="3o0RYoo5iOMKSmEbunsbvW") await authenticated_client.set_volume(**arguments) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player/volume", METH_PUT, headers=HEADERS, params=expected_params, json=None, ) @pytest.mark.parametrize( ("arguments", "expected_params"), [ ({"state": True}, {"state": "true"}), ( {"state": False, "device_id": "123qwe"}, {"state": "false", "device_id": "123qwe"}, ), ], ) async def test_set_shuffle( responses: aioresponses, authenticated_client: SpotifyClient, arguments: dict[str, Any], expected_params: dict[str, Any], ) -> None: """Test setting shuffle.""" url = URL.build( scheme="https", host="api.spotify.com", port=443, path="/v1/me/player/shuffle", query=expected_params, ) responses.put(url, status=200, body="3o0RYoo5iOMKSmEbunsbvW") await authenticated_client.set_shuffle(**arguments) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player/shuffle", METH_PUT, headers=HEADERS, params=expected_params, json=None, ) @pytest.mark.parametrize( ("arguments", "expected_data"), [ ( {"uri": "spotify:track:1FyXbzOlq3dkxaB6iRsETv"}, {"uri": "spotify:track:1FyXbzOlq3dkxaB6iRsETv"}, ), ( {"uri": "spotify:track:1FyXbzOlq3dkxaB6iRsETv", "device_id": "123qwe"}, {"uri": "spotify:track:1FyXbzOlq3dkxaB6iRsETv", "device_id": "123qwe"}, ), ], ) async def test_add_to_queue( responses: aioresponses, authenticated_client: SpotifyClient, arguments: dict[str, Any], expected_data: dict[str, Any], ) -> None: """Test adding to queue.""" responses.post( f"{SPOTIFY_URL}/v1/me/player/queue", status=200, body="3o0RYoo5iOMKSmEbunsbvW" ) await authenticated_client.add_to_queue(**arguments) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player/queue", METH_POST, headers=HEADERS, params=None, json=expected_data, ) async def test_get_album( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving album.""" responses.get( f"{SPOTIFY_URL}/v1/albums/3IqzqH6ShrRtie9Yd2ODyG", status=200, body=load_fixture("get_album.json"), ) response = await authenticated_client.get_album("3IqzqH6ShrRtie9Yd2ODyG") assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/albums/3IqzqH6ShrRtie9Yd2ODyG", METH_GET, headers=HEADERS, params=None, json=None, ) @pytest.mark.parametrize( "fixture", [ "playlist_1.json", "playlist_2.json", "playlist_3.json", ], ) async def test_get_playlist( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, fixture: str, ) -> None: """Test retrieving playlist.""" responses.get( f"{SPOTIFY_URL}/v1/playlists/1Cp6VQCKf2VL4sP09jN9oX?additional_types=track,episode", status=200, body=load_fixture(fixture), ) response = await authenticated_client.get_playlist("1Cp6VQCKf2VL4sP09jN9oX") assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/playlists/1Cp6VQCKf2VL4sP09jN9oX", METH_GET, headers=HEADERS, params={"additional_types": "track,episode"}, json=None, ) async def test_get_not_found_playlist( responses: aioresponses, authenticated_client: SpotifyClient, ) -> None: """Test retrieving not found playlist.""" responses.get( f"{SPOTIFY_URL}/v1/playlists/1Cp6VQCKf2VL4sP09jN9oX?additional_types=track,episode", status=200, body=load_fixture("playlist_not_found.json"), ) with pytest.raises( SpotifyNotFoundError, match="Resource not found: v1/playlists/1Cp6VQCKf2VL4sP09jN9oX", ): await authenticated_client.get_playlist("1Cp6VQCKf2VL4sP09jN9oX") @pytest.mark.parametrize( "fixture", [ "current_user_playlist_1.json", "current_user_playlist_2.json", ], ) async def test_get_current_users_playlists( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, fixture: str, ) -> None: """Test retrieving playback state.""" responses.get( f"{SPOTIFY_URL}/v1/me/playlists?limit=48", status=200, body=load_fixture(fixture), ) response = await authenticated_client.get_playlists_for_current_user() assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/playlists", METH_GET, headers=HEADERS, params={"limit": 48}, json=None, ) @pytest.mark.parametrize( "playlist_id", [ "1Cp6VQCKf2VL4sP09jN9oX", "spotify:playlist:1Cp6VQCKf2VL4sP09jN9oX", "spotify:user:chilledcow:playlist:1Cp6VQCKf2VL4sP09jN9oX", ], ) async def test_get_playlist_variation( responses: aioresponses, authenticated_client: SpotifyClient, playlist_id: str, ) -> None: """Test retrieving playlist with different inputs.""" responses.get( f"{SPOTIFY_URL}/v1/playlists/1Cp6VQCKf2VL4sP09jN9oX?additional_types=track,episode", status=200, body=load_fixture("playlist_1.json"), ) await authenticated_client.get_playlist(playlist_id) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/playlists/1Cp6VQCKf2VL4sP09jN9oX", METH_GET, headers=HEADERS, params={"additional_types": "track,episode"}, json=None, ) async def test_get_current_user( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving current user.""" responses.get( f"{SPOTIFY_URL}/v1/me", status=200, body=load_fixture("current_user.json"), ) response = await authenticated_client.get_current_user() assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me", METH_GET, headers=HEADERS, params=None, json=None, ) async def test_get_episode( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving episode.""" responses.get( f"{SPOTIFY_URL}/v1/episodes/3o0RYoo5iOMKSmEbunsbvW", status=200, body=load_fixture("episode.json"), ) response = await authenticated_client.get_episode("3o0RYoo5iOMKSmEbunsbvW") assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/episodes/3o0RYoo5iOMKSmEbunsbvW", METH_GET, headers=HEADERS, params=None, json=None, ) async def test_get_show( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving show.""" responses.get( f"{SPOTIFY_URL}/v1/shows/1Y9ExMgMxoBVrgrfU7u0nD", status=200, body=load_fixture("show.json"), ) response = await authenticated_client.get_show("1Y9ExMgMxoBVrgrfU7u0nD") assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/shows/1Y9ExMgMxoBVrgrfU7u0nD", METH_GET, headers=HEADERS, params=None, json=None, ) async def test_get_following_artists( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving show.""" responses.get( f"{SPOTIFY_URL}/v1/me/following?type=artist&limit=48", status=200, body=load_fixture("followed_artists.json"), ) response = await authenticated_client.get_followed_artists() assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/following", METH_GET, headers=HEADERS, params={"type": "artist", "limit": 48}, json=None, ) async def test_get_saved_albums( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving saved albums.""" responses.get( f"{SPOTIFY_URL}/v1/me/albums?limit=48", status=200, body=load_fixture("saved_albums.json"), ) response = await authenticated_client.get_saved_albums() assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/albums", METH_GET, headers=HEADERS, params={"limit": 48}, json=None, ) async def test_get_saved_tracks( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving saved tracks.""" responses.get( f"{SPOTIFY_URL}/v1/me/tracks?limit=48", status=200, body=load_fixture("saved_tracks.json"), ) response = await authenticated_client.get_saved_tracks() assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/tracks", METH_GET, headers=HEADERS, params={"limit": 48}, json=None, ) async def test_get_saved_shows( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving saved shows.""" responses.get( f"{SPOTIFY_URL}/v1/me/shows?limit=48", status=200, body=load_fixture("saved_shows.json"), ) response = await authenticated_client.get_saved_shows() assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/shows", METH_GET, headers=HEADERS, params={"limit": 48}, json=None, ) async def test_get_recently_played_tracks( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving recently played tracks.""" responses.get( f"{SPOTIFY_URL}/v1/me/player/recently-played?limit=48", status=200, body=load_fixture("recently_played_tracks.json"), ) response = await authenticated_client.get_recently_played_tracks() assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/player/recently-played", METH_GET, headers=HEADERS, params={"limit": 48}, json=None, ) async def test_get_top_artists( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving top artists.""" responses.get( f"{SPOTIFY_URL}/v1/me/top/artists?limit=48", status=200, body=load_fixture("top_artists.json"), ) response = await authenticated_client.get_top_artists() assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/top/artists", METH_GET, headers=HEADERS, params={"limit": 48}, json=None, ) async def test_get_top_tracks( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving top tracks.""" responses.get( f"{SPOTIFY_URL}/v1/me/top/tracks?limit=48", status=200, body=load_fixture("top_tracks.json"), ) response = await authenticated_client.get_top_tracks() assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/top/tracks", METH_GET, headers=HEADERS, params={"limit": 48}, json=None, ) async def test_get_artist( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving an artist.""" responses.get( f"{SPOTIFY_URL}/v1/artists/0TnOYISbd1XYRBk9myaseg", status=200, body=load_fixture("artist.json"), ) response = await authenticated_client.get_artist("0TnOYISbd1XYRBk9myaseg") assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/artists/0TnOYISbd1XYRBk9myaseg", METH_GET, headers=HEADERS, params=None, json=None, ) async def test_get_artist_albums( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving albums of an artist.""" responses.get( f"{SPOTIFY_URL}/v1/artists/0TnOYISbd1XYRBk9myaseg/albums?limit=48", status=200, body=load_fixture("artist_albums.json"), ) response = await authenticated_client.get_artist_albums("0TnOYISbd1XYRBk9myaseg") assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/artists/0TnOYISbd1XYRBk9myaseg/albums", METH_GET, headers=HEADERS, params={"limit": 48}, json=None, ) async def test_get_audiobook( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving audiobook.""" responses.get( f"{SPOTIFY_URL}/v1/audiobooks/6SJQ8VzM5PlDy11wMtcD6v", status=200, body=load_fixture("audiobook.json"), ) response = await authenticated_client.get_audiobook("6SJQ8VzM5PlDy11wMtcD6v") assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/audiobooks/6SJQ8VzM5PlDy11wMtcD6v", METH_GET, headers=HEADERS, params=None, json=None, ) async def test_get_audiobook_chapters( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving audiobook chapters.""" responses.get( f"{SPOTIFY_URL}/v1/audiobooks/6SJQ8VzM5PlDy11wMtcD6v/chapters?limit=50", status=200, body=load_fixture("audiobook_chapters.json"), ) response = await authenticated_client.get_audiobook_chapters( "6SJQ8VzM5PlDy11wMtcD6v" ) assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/audiobooks/6SJQ8VzM5PlDy11wMtcD6v/chapters", METH_GET, headers=HEADERS, params={"limit": 50}, json=None, ) async def test_get_saved_audiobooks( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving saved audiobooks.""" responses.get( f"{SPOTIFY_URL}/v1/me/audiobooks?limit=48", status=200, body=load_fixture("saved_audiobooks.json"), ) response = await authenticated_client.get_saved_audiobooks() assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/audiobooks", METH_GET, headers=HEADERS, params={"limit": 48}, json=None, ) async def test_get_show_episodes( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving episodes of a show.""" responses.get( f"{SPOTIFY_URL}/v1/shows/0e30iIgSffe6xJhFKe35Db/episodes?limit=48", status=200, body=load_fixture("show_episodes.json"), ) response = await authenticated_client.get_show_episodes("0e30iIgSffe6xJhFKe35Db") assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/shows/0e30iIgSffe6xJhFKe35Db/episodes", METH_GET, headers=HEADERS, params={"limit": 48}, json=None, ) async def test_get_chapter( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving chapter.""" responses.get( f"{SPOTIFY_URL}/v1/chapters/0bnJ1qcNgHwwPWbDJAia57", status=200, body=load_fixture("chapter.json"), ) response = await authenticated_client.get_chapter("0bnJ1qcNgHwwPWbDJAia57") assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/chapters/0bnJ1qcNgHwwPWbDJAia57", METH_GET, headers=HEADERS, params=None, json=None, ) async def test_get_saved_episodes( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving saved episodes.""" responses.get( f"{SPOTIFY_URL}/v1/me/episodes?limit=48", status=200, body=load_fixture("saved_episodes.json"), ) response = await authenticated_client.get_saved_episodes() assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/episodes", METH_GET, headers=HEADERS, params={"limit": 48}, json=None, ) @pytest.mark.parametrize( "kwargs", [ {"name": "New Name"}, {"description": "New Description"}, {"public": False}, {"collaborative": True}, { "name": "New Name", "description": "New Description", "public": False, "collaborative": True, }, ], ) async def test_update_playlist_details( responses: aioresponses, authenticated_client: SpotifyClient, kwargs: dict[str, Any], ) -> None: """Test updating a playlist.""" responses.put( f"{SPOTIFY_URL}/v1/playlists/37i9dQZF1DXcBWIGoYBM5M", status=200, body="", ) await authenticated_client.update_playlist_details( "37i9dQZF1DXcBWIGoYBM5M", **kwargs ) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/playlists/37i9dQZF1DXcBWIGoYBM5M", METH_PUT, headers=HEADERS, params=None, json=kwargs, ) async def test_get_playlist_items( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving playlist items.""" responses.get( f"{SPOTIFY_URL}/v1/playlists/1Cp6VQCKf2VL4sP09jN9oX/items?limit=48", status=200, body=load_fixture("playlist_items.json"), ) response = await authenticated_client.get_playlist_items("1Cp6VQCKf2VL4sP09jN9oX") assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/playlists/1Cp6VQCKf2VL4sP09jN9oX/items", METH_GET, headers=HEADERS, params={"limit": 48}, json=None, ) @pytest.mark.parametrize( "kwargs", [ {"uris": ["spotify:track:4iV5W9uYEdYUVa79Axb7Rh"]}, { "uris": [ "spotify:track:4iV5W9uYEdYUVa79Axb7Rh", "spotify:track:1301WleyT98MSxVHPZCA6M", ] }, {"uris": ["spotify:track:4iV5W9uYEdYUVa79Axb7Rh"], "range_start": 5}, {"uris": ["spotify:track:4iV5W9uYEdYUVa79Axb7Rh"], "range_length": 10}, { "uris": ["spotify:track:4iV5W9uYEdYUVa79Axb7Rh"], "range_start": 5, "range_length": 10, }, {"uris": ["spotify:track:4iV5W9uYEdYUVa79Axb7Rh"], "insert_before": 10}, { "uris": ["spotify:track:4iV5W9uYEdYUVa79Axb7Rh"], "snapshot_id": "AAAACG9jmE4O/USJ4XSA7mfhfXkaxawY", }, ], ) async def test_update_playlist_items( responses: aioresponses, authenticated_client: SpotifyClient, kwargs: dict[str, Any], ) -> None: """Test updating playlist items.""" responses.put( f"{SPOTIFY_URL}/v1/playlists/37i9dQZF1DXcBWIGoYBM5M/items", status=200, body=load_fixture("playlist_update_items.json"), ) assert ( await authenticated_client.update_playlist_items( "37i9dQZF1DXcBWIGoYBM5M", **kwargs ) == "AAAACG9jmE4O/USJ4XSA7mfhfXkaxawY" ) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/playlists/37i9dQZF1DXcBWIGoYBM5M/items", METH_PUT, headers=HEADERS, params=None, json=kwargs, ) @pytest.mark.parametrize( "kwargs", [ {"uris": ["spotify:track:4iV5W9uYEdYUVa79Axb7Rh"]}, { "uris": [ "spotify:track:4iV5W9uYEdYUVa79Axb7Rh", "spotify:track:1301WleyT98MSxVHPZCA6M", ], "position": 5, }, ], ) async def test_add_playlist_items( responses: aioresponses, authenticated_client: SpotifyClient, kwargs: dict[str, Any], ) -> None: """Test adding playlist items.""" responses.post( f"{SPOTIFY_URL}/v1/playlists/37i9dQZF1DXcBWIGoYBM5M/items", status=201, body=load_fixture("playlist_update_items.json"), ) assert ( await authenticated_client.add_playlist_items( "37i9dQZF1DXcBWIGoYBM5M", **kwargs ) == "AAAACG9jmE4O/USJ4XSA7mfhfXkaxawY" ) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/playlists/37i9dQZF1DXcBWIGoYBM5M/items", METH_POST, headers=HEADERS, params=None, json=kwargs, ) async def test_add_too_many_playlist_items( responses: aioresponses, authenticated_client: SpotifyClient, ) -> None: """Test adding too many playlist items.""" with pytest.raises(ValueError, match="Maximum of 100 tracks can be added at once"): await authenticated_client.add_playlist_items( "37i9dQZF1DXcBWIGoYBM5M", uris=["abc"] * 101 ) responses.assert_not_called() # type: ignore[no-untyped-call] @pytest.mark.parametrize( ("kwargs", "expected_json"), [ ( {"uris": ["spotify:track:4iV5W9uYEdYUVa79Axb7Rh"]}, {"tracks": [{"uri": "spotify:track:4iV5W9uYEdYUVa79Axb7Rh"}]}, ), ( { "uris": [ "spotify:track:4iV5W9uYEdYUVa79Axb7Rh", "spotify:track:1301WleyT98MSxVHPZCA6M", ], "snapshot_id": "AAAACG9jmE4O/USJ4XSA7mfhfXkaxawY", }, { "tracks": [ {"uri": "spotify:track:4iV5W9uYEdYUVa79Axb7Rh"}, {"uri": "spotify:track:1301WleyT98MSxVHPZCA6M"}, ], "snapshot_id": "AAAACG9jmE4O/USJ4XSA7mfhfXkaxawY", }, ), ], ) async def test_remove_playlist_items( responses: aioresponses, authenticated_client: SpotifyClient, kwargs: dict[str, Any], expected_json: dict[str, Any], ) -> None: """Test removing playlist items.""" responses.delete( f"{SPOTIFY_URL}/v1/playlists/37i9dQZF1DXcBWIGoYBM5M/items", status=200, body=load_fixture("playlist_update_items.json"), ) assert ( await authenticated_client.remove_playlist_items( "37i9dQZF1DXcBWIGoYBM5M", **kwargs ) == "AAAACG9jmE4O/USJ4XSA7mfhfXkaxawY" ) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/playlists/37i9dQZF1DXcBWIGoYBM5M/items", METH_DELETE, headers=HEADERS, params=None, json=expected_json, ) async def test_remove_too_many_playlist_items( responses: aioresponses, authenticated_client: SpotifyClient, ) -> None: """Test removing too many playlist items.""" with pytest.raises( ValueError, match="Maximum of 100 tracks can be removed at once" ): await authenticated_client.remove_playlist_items( "37i9dQZF1DXcBWIGoYBM5M", uris=["abc"] * 101 ) responses.assert_not_called() # type: ignore[no-untyped-call] @pytest.mark.parametrize( "kwargs", [ {"description": "New Playlist"}, {"public": False}, {"collaborative": True}, {"public": False, "collaborative": True}, ], ) async def test_create_playlist( responses: aioresponses, authenticated_client: SpotifyClient, snapshot: SnapshotAssertion, kwargs: dict[str, Any], ) -> None: """Test creating a playlist.""" responses.post( f"{SPOTIFY_URL}/v1/me/playlists", status=201, body=load_fixture("new_playlist.json"), ) assert ( await authenticated_client.create_playlist("My Playlist", **kwargs) == snapshot ) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/playlists", METH_POST, headers=HEADERS, params=None, json={"name": "My Playlist"} | kwargs, ) async def test_get_playlist_cover_image( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving playlist cover image.""" responses.get( f"{SPOTIFY_URL}/v1/playlists/37i9dQZF1DXcBWIGoYBM5M/images", status=200, body=load_fixture("playlist_cover_image.json"), ) response = await authenticated_client.get_playlist_cover_image( "37i9dQZF1DXcBWIGoYBM5M" ) assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/playlists/37i9dQZF1DXcBWIGoYBM5M/images", METH_GET, headers=HEADERS, params=None, json=None, ) async def test_search( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test searching for tracks.""" responses.get( f"{SPOTIFY_URL}/v1/search?limit=5&q=Never+Gonna+Give+You+Up&type=track", status=200, body=load_fixture("search.json"), ) response = await authenticated_client.search( "Never Gonna Give You Up", [SearchType.TRACK] ) assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/search", METH_GET, headers=HEADERS, params={"q": "Never Gonna Give You Up", "type": "track", "limit": 5}, json=None, ) async def test_save_to_library( responses: aioresponses, authenticated_client: SpotifyClient, ) -> None: """Test saving items to library.""" responses.put( f"{SPOTIFY_URL}/v1/me/library?uris=spotify%3Atrack%3A4iV5W9uYEdYUVa79Axb7Rh%2Cspotify%3Aalbum%3A1uyf3l2d4XYwiEqAb7t7fX", status=200, body="", ) await authenticated_client.save_to_library( ["spotify:track:4iV5W9uYEdYUVa79Axb7Rh", "spotify:album:1uyf3l2d4XYwiEqAb7t7fX"] ) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/library", METH_PUT, headers=HEADERS, params={ "uris": "spotify:track:4iV5W9uYEdYUVa79Axb7Rh," "spotify:album:1uyf3l2d4XYwiEqAb7t7fX" }, json=None, ) async def test_save_to_library_no_uris( responses: aioresponses, authenticated_client: SpotifyClient, ) -> None: """Test saving empty list to library does nothing.""" await authenticated_client.save_to_library([]) responses.assert_not_called() # type: ignore[no-untyped-call] async def test_save_to_library_too_many( responses: aioresponses, authenticated_client: SpotifyClient, ) -> None: """Test saving too many items to library raises ValueError.""" with pytest.raises(ValueError, match="Maximum of 40 URIs can be saved at once"): await authenticated_client.save_to_library(["spotify:track:abc"] * 41) responses.assert_not_called() # type: ignore[no-untyped-call] async def test_remove_from_library( responses: aioresponses, authenticated_client: SpotifyClient, ) -> None: """Test removing items from library.""" responses.delete( f"{SPOTIFY_URL}/v1/me/library?uris=spotify%3Atrack%3A4iV5W9uYEdYUVa79Axb7Rh%2Cspotify%3Aalbum%3A1uyf3l2d4XYwiEqAb7t7fX", status=200, body="", ) await authenticated_client.remove_from_library( ["spotify:track:4iV5W9uYEdYUVa79Axb7Rh", "spotify:album:1uyf3l2d4XYwiEqAb7t7fX"] ) responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/library", METH_DELETE, headers=HEADERS, params={ "uris": "spotify:track:4iV5W9uYEdYUVa79Axb7Rh," "spotify:album:1uyf3l2d4XYwiEqAb7t7fX" }, json=None, ) async def test_remove_from_library_no_uris( responses: aioresponses, authenticated_client: SpotifyClient, ) -> None: """Test removing empty list from library does nothing.""" await authenticated_client.remove_from_library([]) responses.assert_not_called() # type: ignore[no-untyped-call] async def test_remove_from_library_too_many( responses: aioresponses, authenticated_client: SpotifyClient, ) -> None: """Test removing too many items from library raises ValueError.""" with pytest.raises(ValueError, match="Maximum of 40 URIs can be removed at once"): await authenticated_client.remove_from_library(["spotify:track:abc"] * 41) responses.assert_not_called() # type: ignore[no-untyped-call] async def test_are_in_library( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test checking if items are in library.""" responses.get( f"{SPOTIFY_URL}/v1/me/library/contains?uris=spotify%3Atrack%3A4iV5W9uYEdYUVa79Axb7Rh%2Cspotify%3Aalbum%3A1uyf3l2d4XYwiEqAb7t7fX", status=200, body=load_fixture("library_contains.json"), ) response = await authenticated_client.are_in_library( ["spotify:track:4iV5W9uYEdYUVa79Axb7Rh", "spotify:album:1uyf3l2d4XYwiEqAb7t7fX"] ) assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/me/library/contains", METH_GET, headers=HEADERS, params={ "uris": "spotify:track:4iV5W9uYEdYUVa79Axb7Rh," "spotify:album:1uyf3l2d4XYwiEqAb7t7fX" }, json=None, ) async def test_are_in_library_no_uris( responses: aioresponses, authenticated_client: SpotifyClient, ) -> None: """Test checking empty list returns empty dict.""" response = await authenticated_client.are_in_library([]) assert response == {} responses.assert_not_called() # type: ignore[no-untyped-call] async def test_are_in_library_too_many( responses: aioresponses, authenticated_client: SpotifyClient, ) -> None: """Test checking too many items raises ValueError.""" with pytest.raises(ValueError, match="Maximum of 40 URIs can be checked at once"): await authenticated_client.are_in_library(["spotify:track:abc"] * 41) responses.assert_not_called() # type: ignore[no-untyped-call] async def test_is_added_to_library( responses: aioresponses, authenticated_client: SpotifyClient, ) -> None: """Test checking single item in library.""" responses.get( f"{SPOTIFY_URL}/v1/me/library/contains?uris=spotify%3Atrack%3A4iV5W9uYEdYUVa79Axb7Rh", status=200, body=load_fixture("library_contains.json"), ) result = await authenticated_client.is_added_to_library( "spotify:track:4iV5W9uYEdYUVa79Axb7Rh" ) assert result is False async def test_get_audio_features( responses: aioresponses, snapshot: SnapshotAssertion, authenticated_client: SpotifyClient, ) -> None: """Test retrieving audio features.""" responses.get( f"{SPOTIFY_URL}/v1/audio-features/11dFghVXANMlKmJXsNCbNl", status=200, body=load_fixture("audio_features.json"), ) response = await authenticated_client.get_audio_features("11dFghVXANMlKmJXsNCbNl") assert response == snapshot responses.assert_called_once_with( f"{SPOTIFY_URL}/v1/audio-features/11dFghVXANMlKmJXsNCbNl", METH_GET, headers=HEADERS, params=None, json=None, )