Spotify
GET /v1/spotify/podcast-episodes

Spotify Podcast Episodes API

Bulk-list Spotify content with full metadata for each item.

23 credits per request (1.15 per result)
TL;DR
Bulk-list Spotify content with full metadata for each item. The Spotify Podcast Episodes API (Spotify) is a single authenticated GET request to /v1/spotify/podcast-episodes that responds with clean JSON, costs 23 credits, and is cached for 24 hours (repeat calls are free). Start with 100 free credits — no credit card.

What is the Spotify Podcast Episodes API?

The Spotify Podcast Episodes API lets you list items in bulk with metadata from Spotify with a single REST call. No OAuth, no scraping infrastructure, and no platform SDKs — send the URL, get clean structured JSON back. Results are cached for 24 hours, so repeat lookups are instant and free.

What you get

  • Bulk list of items with full metadata
  • View counts, dates, and direct URLs
  • Configurable result limit
  • Ideal for monitoring and content pipelines

Try it

Fill in the parameters below and copy a ready-to-run request in your language of choice.

Parameters

curl "https://api.captapi.com/v1/spotify/podcast-episodes?url=https%3A%2F%2Fopen.spotify.com%2Fartist%2F06HL4z0CvFAxyc27GXpf02" \
  -H "Authorization: Bearer capt_live_..."

Edit the parameters and the code updates instantly. Switch languages and hit copy.

Example response

{
  "success": true,
  "data": {
    "platform": "spotify",
    "podcast": {
      "platform": "spotify",
      "type": "podcast",
      "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
      "url": "https://open.spotify.com/show/4rOoJ6Egrf8K2IrywzwOMk",
      "name": "The Joe Rogan Experience",
      "description": "The official podcast of comedian Joe Rogan.",
      "artists": [
        "Joe Rogan"
      ],
      "album": null,
      "durationMs": null,
      "playCount": null,
      "followers": null,
      "monthlyListeners": null,
      "releaseYear": null,
      "image": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
      "totalTracks": null,
      "totalEpisodes": 2716,
      "raw": {
        "__typename": "Podcast",
        "id": "4rOoJ6Egrf8K2IrywzwOMk",
        "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
        "url": "https://open.spotify.com/show/4rOoJ6Egrf8K2IrywzwOMk",
        "name": "The Joe Rogan Experience",
        "publisher": {
          "name": "Joe Rogan"
        },
        "rating": {
          "averageRating": {
            "average": 4.657981734804217,
            "showAverage": true,
            "totalRatings": 950113
          },
          "canRate": true,
          "rating": {
            "rating": 0
          }
        },
        "mediaType": "MIXED",
        "musicAndTalk": null,
        "consumptionOrderV2": "EPISODIC",
        "contentRatingV2": {
          "labels": [
            "EXPLICIT"
          ]
        },
        "contentType": "CONTENT_TYPE_PODCAST",
        "description": "The official podcast of comedian Joe Rogan.",
        "gatedEntityRelations": [],
        "accessInfo": null,
        "htmlDescription": "<p>The official podcast of comedian Joe Rogan.</p>",
        "playability": {
          "playable": true,
          "reason": "PLAYABLE",
          "unplayabilityReasons": []
        },
        "saved": false,
        "sharingInfo": {
          "shareId": "41vVV7ejTDuiydfXjlvIjQ",
          "shareUrl": "https://open.spotify.com/show/4rOoJ6Egrf8K2IrywzwOMk?si=41vVV7ejTDuiydfXjlvIjQ"
        },
        "showTypes": [
          "SHOW_TYPE_EXCLUSIVE"
        ],
        "topics": {
          "items": [
            {
              "__typename": "PodcastTopic",
              "title": "Comedy",
              "uri": "spotify:genre:0JQ5DAqbMKFNr6gDrHHVKL"
            }
          ]
        },
        "coverArt": {
          "sources": [
            {
              "height": 64,
              "url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
              "width": 64
            },
            {
              "height": 300,
              "url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
              "width": 300
            },
            {
              "height": 640,
              "url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
              "width": 640
            }
          ]
        },
        "episodesV2": {
          "__typename": "ContextEpisodePage",
          "items": [
            {
              "entity": {
                "__typename": "EpisodeResponseWrapper",
                "data": {
                  "__typename": "Episode",
                  "creator": null,
                  "uri": "spotify:episode:3qmU4PHSSTTwjuZ4UI5Xej"
                }
              }
            }
          ]
        },
        "trailerV2": null,
        "episodes": {
          "data": {
            "podcastUnionV2": {
              "__typename": "Podcast",
              "episodesV2": {
                "__typename": "ContextEpisodePage",
                "items": [
                  {
                    "entity": {
                      "_uri": "spotify:episode:3qmU4PHSSTTwjuZ4UI5Xej",
                      "data": {
                        "__typename": "Episode",
                        "accessInfo": null,
                        "audio": {
                          "items": [
                            {
                              "url": "https://p.scdn.co/mp3-preview/d2fe2601cd32325d6346c8f46fc020b5c93d93a6"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/b1c0423d35baf4528187974c373e8e11e45179ae"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/4eb044d667832604580e6a07cf294ed48a6794e0"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/6732eb9442b3c2261565a8f7f6057fa6cea7b6d9"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/66d37ea490b52dc84b2f94bf14a2b6d32d5fe8c3"
                            }
                          ]
                        },
                        "contentInformation": null,
                        "contentRating": {
                          "label": "EXPLICIT"
                        },
                        "contents": [],
                        "coverArt": {
                          "sources": [
                            {
                              "height": 64,
                              "url": "https://i.scdn.co/image/ab6765630000f68de3244c1fe816a014567cf8c3",
                              "width": 64
                            },
                            {
                              "height": 300,
                              "url": "https://i.scdn.co/image/ab67656300005f1fe3244c1fe816a014567cf8c3",
                              "width": 300
                            },
                            {
                              "height": 640,
                              "url": "https://i.scdn.co/image/ab6765630000ba8ae3244c1fe816a014567cf8c3",
                              "width": 640
                            }
                          ]
                        },
                        "creator": null,
                        "description": "Tony Hinchcliffe is a comedian, writer, actor, and host of the podcast and live show “Kill Tony.” His new special, \"Man of the People,\" is now streaming on Netflix.www.youtube.com/@killtonyhttps://tonyhinchcliffe.komi.iowww.tonyhinchcliffe.com  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  Try ZipRecruiter FOR FREE at https://ziprecruiter.com/rogan  Learn more about your ad choices. Visit podcastchoices.com/adchoices",
                        "duration": {
                          "totalMilliseconds": 10118100
                        },
                        "gatedEntityRelations": [],
                        "htmlDescription": "<p>Tony Hinchcliffe is a comedian, writer, actor, and host of the podcast and live show “Kill Tony.” His new special, &#34;Man of the People,&#34; is now streaming on Netflix.<br />www.youtube.com/&#64;killtony<br /><a href=\"https://tonyhinchcliffe.komi.io/\" rel=\"nofollow\">https://tonyhinchcliffe.komi.io</a><br />www.tonyhinchcliffe.com</p><br/><p><br /></p><br/><p>Perplexity: Download the app or ask Perplexity anything at <a href=\"https://pplx.ai/rogan\" rel=\"nofollow\">https://pplx.ai/rogan</a>.</p><br/><p><br /></p><br/><p>Try ZipRecruiter FOR FREE at <a href=\"https://ziprecruiter.com/rogan\" rel=\"nofollow\">https://ziprecruiter.com/rogan</a></p><br/><p><br /></p><p> </p><p>Learn more about your ad choices. Visit <a href=\"https://podcastchoices.com/adchoices\" rel=\"nofollow\">podcastchoices.com/adchoices</a></p>",
                        "id": "3qmU4PHSSTTwjuZ4UI5Xej",
                        "mediaTypes": [
                          "VIDEO",
                          "AUDIO"
                        ],
                        "name": "#2522 - Tony Hinchcliffe",
                        "playability": {
                          "playable": true,
                          "reason": "PLAYABLE",
                          "unplayabilityReasons": []
                        },
                        "playedState": {
                          "playPositionMilliseconds": 0,
                          "state": "NOT_STARTED"
                        },
                        "podcastV2": {
                          "data": {
                            "__typename": "Podcast",
                            "coverArt": {
                              "sources": [
                                {
                                  "height": 64,
                                  "url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
                                  "width": 64
                                },
                                {
                                  "height": 300,
                                  "url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
                                  "width": 300
                                },
                                {
                                  "height": 640,
                                  "url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
                                  "width": 640
                                }
                              ]
                            },
                            "name": "The Joe Rogan Experience",
                            "showTypes": [
                              "SHOW_TYPE_EXCLUSIVE"
                            ],
                            "trailerV2": null,
                            "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
                            "accessInfo": null
                          }
                        },
                        "previewPlayback": {
                          "audioPreview": {
                            "cdnUrl": "https://p.scdn.co/mp3-preview/90f999b0be9463850431d4d8a892c7e649b93133.mp3"
                          }
                        },
                        "releaseDate": {
                          "isoString": "2026-07-02T17:00:00Z",
                          "precision": "MINUTE"
                        },
                        "restrictions": {
                          "paywallContent": false
                        },
                        "segments": null,
                        "sharingInfo": {
                          "shareId": "3lasb1QnQ3KL0Lla_4d4QA",
                          "shareUrl": "https://open.spotify.com/episode/3qmU4PHSSTTwjuZ4UI5Xej?si=3lasb1QnQ3KL0Lla_4d4QA"
                        },
                        "transcripts": {
                          "items": []
                        },
                        "type": "PODCAST_EPISODE",
                        "uri": "spotify:episode:3qmU4PHSSTTwjuZ4UI5Xej",
                        "visualIdentity": {
                          "sixteenByNineCoverImage": {
                            "image": {
                              "data": {
                                "__typename": "ImageV2",
                                "sources": [
                                  {
                                    "maxHeight": 720,
                                    "maxWidth": 1280,
                                    "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030aecd58e6c55a9b75ee119f848a"
                                  },
                                  {
                                    "maxHeight": 360,
                                    "maxWidth": 640,
                                    "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e7cd58e6c55a9b75ee119f848a"
                                  }
                                ]
                              }
                            }
                          },
                          "squareCoverImage": {
                            "__typename": "VisualIdentityImage",
                            "extractedColorSet": {
                              "encoreBaseSetTextColor": {
                                "alpha": 255,
                                "blue": 110,
                                "green": 165,
                                "red": 255
                              },
                              "highContrast": {
                                "backgroundBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 48,
                                  "red": 145
                                },
                                "backgroundTintedBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 9,
                                  "red": 97
                                },
                                "textBase": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textBrightAccent": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textSubdued": {
                                  "alpha": 255,
                                  "blue": 154,
                                  "green": 192,
                                  "red": 255
                                }
                              },
                              "higherContrast": {
                                "backgroundBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 10,
                                  "red": 101
                                },
                                "backgroundTintedBase": {
                                  "alpha": 255,
                                  "blue": 40,
                                  "green": 55,
                                  "red": 144
                                },
                                "textBase": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textBrightAccent": {
                                  "alpha": 255,
                                  "blue": 96,
                                  "green": 215,
                                  "red": 30
                                },
                                "textSubdued": {
                                  "alpha": 255,
                                  "blue": 154,
                                  "green": 192,
                                  "red": 255
                                }
                              },
                              "minContrast": {
                                "backgroundBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 111,
                                  "red": 247
                                },
                                "backgroundTintedBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 83,
                                  "red": 217
                                },
                                "textBase": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textBrightAccent": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textSubdued": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "uid": "cdc2811c57bd28129f3d"
                  },
                  {
                    "entity": {
                      "_uri": "spotify:episode:0c1KvW8QpptqePMbWZnMCq",
                      "data": {
                        "__typename": "Episode",
                        "accessInfo": null,
                        "audio": {
                          "items": [
                            {
                              "url": "https://p.scdn.co/mp3-preview/cfb61bc43ea469b769b9296b2b9bb239bf0ce24b"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/a90049688a03628f5646191150d16f7b9f87094c"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/5e64cd89ebbe18b3752bf52b542325166c1d16d3"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/d4c9695b36d361fe86fe4a15f2e9a7fca9414e04"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/46b9e679935c282a39f6e0bf412574521cb2e345"
                            }
                          ]
                        },
                        "contentInformation": null,
                        "contentRating": {
                          "label": "EXPLICIT"
                        },
                        "contents": [],
                        "coverArt": {
                          "sources": [
                            {
                              "height": 64,
                              "url": "https://i.scdn.co/image/ab6765630000f68dc364014237b106156683a877",
                              "width": 64
                            },
                            {
                              "height": 300,
                              "url": "https://i.scdn.co/image/ab67656300005f1fc364014237b106156683a877",
                              "width": 300
                            },
                            {
                              "height": 640,
                              "url": "https://i.scdn.co/image/ab6765630000ba8ac364014237b106156683a877",
                              "width": 640
                            }
                          ]
                        },
                        "creator": null,
                        "description": "Aravind Srinivas, PhD, is the co-founder and CEO of Perplexity AI, creator of the AI-powered search and answer engine Perplexity.www.perplexity.ai  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  This video is sponsored by BetterHelp. Visit https://BetterHelp.com/JRE Learn more about your ad choices. Visit podcastchoices.com/adchoices",
                        "duration": {
                          "totalMilliseconds": 9069055
                        },
                        "gatedEntityRelations": [],
                        "htmlDescription": "<p>Aravind Srinivas, PhD, is the co-founder and CEO of Perplexity AI, creator of the AI-powered search and answer engine Perplexity.<br />www.perplexity.ai</p><br/><p><br /></p><br/><p>Perplexity: Download the app or ask Perplexity anything at <a href=\"https://pplx.ai/rogan\" rel=\"nofollow\">https://pplx.ai/rogan</a>.</p><br/><p><br /></p><br/><p>This video is sponsored by BetterHelp. Visit <a href=\"https://BetterHelp.com/JRE\" rel=\"nofollow\">https://BetterHelp.com/JRE</a></p><p> </p><p>Learn more about your ad choices. Visit <a href=\"https://podcastchoices.com/adchoices\" rel=\"nofollow\">podcastchoices.com/adchoices</a></p>",
                        "id": "0c1KvW8QpptqePMbWZnMCq",
                        "mediaTypes": [
                          "VIDEO",
                          "AUDIO"
                        ],
                        "name": "#2521 - Aravind Srinivas",
                        "playability": {
                          "playable": true,
                          "reason": "PLAYABLE",
                          "unplayabilityReasons": []
                        },
                        "playedState": {
                          "playPositionMilliseconds": 0,
                          "state": "NOT_STARTED"
                        },
                        "podcastV2": {
                          "data": {
                            "__typename": "Podcast",
                            "coverArt": {
                              "sources": [
                                {
                                  "height": 64,
                                  "url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
                                  "width": 64
                                },
                                {
                                  "height": 300,
                                  "url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
                                  "width": 300
                                },
                                {
                                  "height": 640,
                                  "url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
                                  "width": 640
                                }
                              ]
                            },
                            "name": "The Joe Rogan Experience",
                            "showTypes": [
                              "SHOW_TYPE_EXCLUSIVE"
                            ],
                            "trailerV2": null,
                            "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
                            "accessInfo": null
                          }
                        },
                        "previewPlayback": {
                          "audioPreview": {
                            "cdnUrl": "https://p.scdn.co/mp3-preview/0fceda8685424040f8ba219f10973b11feec6350.mp3"
                          }
                        },
                        "releaseDate": {
                          "isoString": "2026-07-01T17:00:00Z",
                          "precision": "MINUTE"
                        },
                        "restrictions": {
                          "paywallContent": false
                        },
                        "segments": null,
                        "sharingInfo": {
                          "shareId": "lCK0AMxnSz6Mf5aoJJxc0A",
                          "shareUrl": "https://open.spotify.com/episode/0c1KvW8QpptqePMbWZnMCq?si=lCK0AMxnSz6Mf5aoJJxc0A"
                        },
                        "transcripts": {
                          "items": []
                        },
                        "type": "PODCAST_EPISODE",
                        "uri": "spotify:episode:0c1KvW8QpptqePMbWZnMCq",
                        "visualIdentity": {
                          "sixteenByNineCoverImage": {
                            "image": {
                              "data": {
                                "__typename": "ImageV2",
                                "sources": [
                                  {
                                    "maxHeight": 720,
                                    "maxWidth": 1280,
                                    "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030aec6d6ffd4d2ec20f88fbc5a75"
                                  },
                                  {
                                    "maxHeight": 360,
                                    "maxWidth": 640,
                                    "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e7c6d6ffd4d2ec20f88fbc5a75"
                                  }
                                ]
                              }
                            }
                          },
                          "squareCoverImage": {
                            "__typename": "VisualIdentityImage",
                            "extractedColorSet": {
                              "encoreBaseSetTextColor": {
                                "alpha": 255,
                                "blue": 110,
                                "green": 165,
                                "red": 255
                              },
                              "highContrast": {
                                "backgroundBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 48,
                                  "red": 145
                                },
                                "backgroundTintedBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 9,
                                  "red": 97
                                },
                                "textBase": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textBrightAccent": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textSubdued": {
                                  "alpha": 255,
                                  "blue": 154,
                                  "green": 192,
                                  "red": 255
                                }
                              },
                              "higherContrast": {
                                "backgroundBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 10,
                                  "red": 101
                                },
                                "backgroundTintedBase": {
                                  "alpha": 255,
                                  "blue": 40,
                                  "green": 55,
                                  "red": 144
                                },
                                "textBase": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textBrightAccent": {
                                  "alpha": 255,
                                  "blue": 96,
                                  "green": 215,
                                  "red": 30
                                },
                                "textSubdued": {
                                  "alpha": 255,
                                  "blue": 154,
                                  "green": 192,
                                  "red": 255
                                }
                              },
                              "minContrast": {
                                "backgroundBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 111,
                                  "red": 247
                                },
                                "backgroundTintedBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 83,
                                  "red": 217
                                },
                                "textBase": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textBrightAccent": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textSubdued": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "uid": "87b8e2980d25847780b4"
                  },
                  {
                    "entity": {
                      "_uri": "spotify:episode:3imDCDXdWz5vjJKcI6GPou",
                      "data": {
                        "__typename": "Episode",
                        "accessInfo": null,
                        "audio": {
                          "items": [
                            {
                              "url": "https://p.scdn.co/mp3-preview/bccddb0f98ebdee17251ca816448018afb9b2c8e"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/7bc633213949487a3c82790a4fac01c49f218c35"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/3902931d011794eaa545834e0b3af8d92ab50ab4"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/1e9ebd8de0ade10cf5223952e0f420edca8ff747"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/971c33d2f01d80f61fc18ea298316dc100551ce8"
                            }
                          ]
                        },
                        "contentInformation": null,
                        "contentRating": {
                          "label": "EXPLICIT"
                        },
                        "contents": [],
                        "coverArt": {
                          "sources": [
                            {
                              "height": 64,
                              "url": "https://i.scdn.co/image/ab6765630000f68d4340e0fefcf8e6b04c1847a1",
                              "width": 64
                            },
                            {
                              "height": 300,
                              "url": "https://i.scdn.co/image/ab67656300005f1f4340e0fefcf8e6b04c1847a1",
                              "width": 300
                            },
                            {
                              "height": 640,
                              "url": "https://i.scdn.co/image/ab6765630000ba8a4340e0fefcf8e6b04c1847a1",
                              "width": 640
                            }
                          ]
                        },
                        "creator": null,
                        "description": "Tommy Lee is a genre-spanning solo musician, producer, and songwriter as well as the drummer and co-founder of Mötley Crüe. His latest album is “Tommyland Rides Again.” See him live with Mötley Crüe on The Return of the Carnival of Sins Tour beginning July 17.www.youtube.com/tommyleewww.motley.comwww.tommylee.com  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  Don’t miss out on all the action this week at DraftKings! Download the DraftKings app today! Sign-up using https://dkng.co/rogan or through my promo code ROGAN. Learn more about your ad choices. Visit podcastchoices.com/adchoices",
                        "duration": {
                          "totalMilliseconds": 8592617
                        },
                        "gatedEntityRelations": [],
                        "htmlDescription": "<p>Tommy Lee is a genre-spanning solo musician, producer, and songwriter as well as the drummer and co-founder of Mötley Crüe. His latest album is “Tommyland Rides Again.” See him live with Mötley Crüe on The Return of the Carnival of Sins Tour beginning July 17.<br />www.youtube.com/tommylee<br />www.motley.com<br />www.tommylee.com</p><br/><p><br /></p><br/><p>Perplexity: Download the app or ask Perplexity anything at <a href=\"https://pplx.ai/rogan\" rel=\"nofollow\">https://pplx.ai/rogan</a>.</p><br/><p><br /></p><br/><p>Don’t miss out on all the action this week at DraftKings! Download the DraftKings app today! Sign-up using <a href=\"https://dkng.co/rogan\" rel=\"nofollow\">https://dkng.co/rogan</a> or through my promo code ROGAN.</p><p> </p><p>Learn more about your ad choices. Visit <a href=\"https://podcastchoices.com/adchoices\" rel=\"nofollow\">podcastchoices.com/adchoices</a></p>",
                        "id": "3imDCDXdWz5vjJKcI6GPou",
                        "mediaTypes": [
                          "VIDEO",
                          "AUDIO"
                        ],
                        "name": "#2520 - Tommy Lee",
                        "playability": {
                          "playable": true,
                          "reason": "PLAYABLE",
                          "unplayabilityReasons": []
                        },
                        "playedState": {
                          "playPositionMilliseconds": 0,
                          "state": "NOT_STARTED"
                        },
                        "podcastV2": {
                          "data": {
                            "__typename": "Podcast",
                            "coverArt": {
                              "sources": [
                                {
                                  "height": 64,
                                  "url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
                                  "width": 64
                                },
                                {
                                  "height": 300,
                                  "url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
                                  "width": 300
                                },
                                {
                                  "height": 640,
                                  "url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
                                  "width": 640
                                }
                              ]
                            },
                            "name": "The Joe Rogan Experience",
                            "showTypes": [
                              "SHOW_TYPE_EXCLUSIVE"
                            ],
                            "trailerV2": null,
                            "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
                            "accessInfo": null
                          }
                        },
                        "previewPlayback": {
                          "audioPreview": {
                            "cdnUrl": "https://p.scdn.co/mp3-preview/93c661f10321a998887d5e9a148699dfbe742b02.mp3"
                          }
                        },
                        "releaseDate": {
                          "isoString": "2026-06-30T17:00:00Z",
                          "precision": "MINUTE"
                        },
                        "restrictions": {
                          "paywallContent": false
                        },
                        "segments": null,
                        "sharingInfo": {
                          "shareId": "zUoU5Y0DRN6c6j__2Gl8iA",
                          "shareUrl": "https://open.spotify.com/episode/3imDCDXdWz5vjJKcI6GPou?si=zUoU5Y0DRN6c6j__2Gl8iA"
                        },
                        "transcripts": {
                          "items": []
                        },
                        "type": "PODCAST_EPISODE",
                        "uri": "spotify:episode:3imDCDXdWz5vjJKcI6GPou",
                        "visualIdentity": {
                          "sixteenByNineCoverImage": {
                            "image": {
                              "data": {
                                "__typename": "ImageV2",
                                "sources": [
                                  {
                                    "maxHeight": 720,
                                    "maxWidth": 1280,
                                    "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030aeb33098f8578b4b74f81beddf"
                                  },
                                  {
                                    "maxHeight": 360,
                                    "maxWidth": 640,
                                    "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e7b33098f8578b4b74f81beddf"
                                  }
                                ]
                              }
                            }
                          },
                          "squareCoverImage": {
                            "__typename": "VisualIdentityImage",
                            "extractedColorSet": {
                              "encoreBaseSetTextColor": {
                                "alpha": 255,
                                "blue": 110,
                                "green": 165,
                                "red": 255
                              },
                              "highContrast": {
                                "backgroundBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 48,
                                  "red": 145
                                },
                                "backgroundTintedBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 9,
                                  "red": 97
                                },
                                "textBase": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textBrightAccent": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textSubdued": {
                                  "alpha": 255,
                                  "blue": 154,
                                  "green": 192,
                                  "red": 255
                                }
                              },
                              "higherContrast": {
                                "backgroundBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 10,
                                  "red": 101
                                },
                                "backgroundTintedBase": {
                                  "alpha": 255,
                                  "blue": 40,
                                  "green": 55,
                                  "red": 144
                                },
                                "textBase": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textBrightAccent": {
                                  "alpha": 255,
                                  "blue": 96,
                                  "green": 215,
                                  "red": 30
                                },
                                "textSubdued": {
                                  "alpha": 255,
                                  "blue": 154,
                                  "green": 192,
                                  "red": 255
                                }
                              },
                              "minContrast": {
                                "backgroundBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 111,
                                  "red": 247
                                },
                                "backgroundTintedBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 83,
                                  "red": 217
                                },
                                "textBase": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textBrightAccent": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textSubdued": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "uid": "5b66f5f6fe58fc09d3a9"
                  },
                  {
                    "entity": {
                      "_uri": "spotify:episode:6Yq4ELUNGze5uKJ8e8d3i7",
                      "data": {
                        "__typename": "Episode",
                        "accessInfo": null,
                        "audio": {
                          "items": [
                            {
                              "url": "https://p.scdn.co/mp3-preview/16d6e4d6e6326b9a776c0d7b9500be5d029a39a6"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/be054facd8b90107efe75430980628aa18044ad8"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/1e487280f1b5dad98b00458be3a5dfe13de182fc"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/2d382af5b8e25e4134078fc57c87af248f9a212b"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/4fae9ec5f2d13c8b711a3f02f3025a83df8ffed2"
                            }
                          ]
                        },
                        "contentInformation": null,
                        "contentRating": {
                          "label": "EXPLICIT"
                        },
                        "contents": [],
                        "coverArt": {
                          "sources": [
                            {
                              "height": 64,
                              "url": "https://i.scdn.co/image/ab6765630000f68d68ce472ccecb0cb02899c4c6",
                              "width": 64
                            },
                            {
                              "height": 300,
                              "url": "https://i.scdn.co/image/ab67656300005f1f68ce472ccecb0cb02899c4c6",
                              "width": 300
                            },
                            {
                              "height": 640,
                              "url": "https://i.scdn.co/image/ab6765630000ba8a68ce472ccecb0cb02899c4c6",
                              "width": 640
                            }
                          ]
                        },
                        "creator": null,
                        "description": "Scott Eastwood is an actor and producer known for his roles in films including “Fury,” “The Fate of the Furious,” and “Outpost.” His new film, “Lucky Strike,” will be released June 26.https://youtu.be/vtEnjikCXyAwww.fandango.com/lucky-strike-2026-246022/movie-overviewwww.roadsideattractions.com/filmography/luckystrike  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  Use code ROGAN at https://BlueChew.com to get 10% OFF + Free Overnight Shipping on your first order.  Try ZipRecruiter FOR FREE at https://ziprecruiter.com/rogan Learn more about your ad choices. Visit podcastchoices.com/adchoices",
                        "duration": {
                          "totalMilliseconds": 8897919
                        },
                        "gatedEntityRelations": [],
                        "htmlDescription": "<p>Scott Eastwood is an actor and producer known for his roles in films including “Fury,” “The Fate of the Furious,” and “Outpost.” His new film, “Lucky Strike,” will be released June 26.<br /><a href=\"https://youtu.be/vtEnjikCXyA\" rel=\"nofollow\">https://youtu.be/vtEnjikCXyA</a>www.fandango.com/lucky-strike-2026-246022/movie-overview<br />www.roadsideattractions.com/filmography/luckystrike</p><br/><p><br /></p><br/><p>Perplexity: Download the app or ask Perplexity anything at <a href=\"https://pplx.ai/rogan\" rel=\"nofollow\">https://pplx.ai/rogan</a>.</p><br/><p><br /></p><br/><p>Use code ROGAN at <a href=\"https://BlueChew.com\" rel=\"nofollow\">https://BlueChew.com</a> to get 10% OFF &#43; Free Overnight Shipping on your first order.</p><br/><p><br /></p><br/><p>Try ZipRecruiter FOR FREE at <a href=\"https://ziprecruiter.com/rogan\" rel=\"nofollow\">https://ziprecruiter.com/rogan</a></p><p> </p><p>Learn more about your ad choices. Visit <a href=\"https://podcastchoices.com/adchoices\" rel=\"nofollow\">podcastchoices.com/adchoices</a></p>",
                        "id": "6Yq4ELUNGze5uKJ8e8d3i7",
                        "mediaTypes": [
                          "VIDEO",
                          "AUDIO"
                        ],
                        "name": "#2519 - Scott Eastwood",
                        "playability": {
                          "playable": true,
                          "reason": "PLAYABLE",
                          "unplayabilityReasons": []
                        },
                        "playedState": {
                          "playPositionMilliseconds": 0,
                          "state": "NOT_STARTED"
                        },
                        "podcastV2": {
                          "data": {
                            "__typename": "Podcast",
                            "coverArt": {
                              "sources": [
                                {
                                  "height": 64,
                                  "url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
                                  "width": 64
                                },
                                {
                                  "height": 300,
                                  "url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
                                  "width": 300
                                },
                                {
                                  "height": 640,
                                  "url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
                                  "width": 640
                                }
                              ]
                            },
                            "name": "The Joe Rogan Experience",
                            "showTypes": [
                              "SHOW_TYPE_EXCLUSIVE"
                            ],
                            "trailerV2": null,
                            "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
                            "accessInfo": null
                          }
                        },
                        "previewPlayback": {
                          "audioPreview": {
                            "cdnUrl": "https://p.scdn.co/mp3-preview/bc9cc4fa583ab9078ce9ddb21fd817a4bff6fb80.mp3"
                          }
                        },
                        "releaseDate": {
                          "isoString": "2026-06-26T17:00:00Z",
                          "precision": "MINUTE"
                        },
                        "restrictions": {
                          "paywallContent": false
                        },
                        "segments": null,
                        "sharingInfo": {
                          "shareId": "Yj7R0GxwSSi4qU_YcWHB2A",
                          "shareUrl": "https://open.spotify.com/episode/6Yq4ELUNGze5uKJ8e8d3i7?si=Yj7R0GxwSSi4qU_YcWHB2A"
                        },
                        "transcripts": {
                          "items": []
                        },
                        "type": "PODCAST_EPISODE",
                        "uri": "spotify:episode:6Yq4ELUNGze5uKJ8e8d3i7",
                        "visualIdentity": {
                          "sixteenByNineCoverImage": {
                            "image": {
                              "data": {
                                "__typename": "ImageV2",
                                "sources": [
                                  {
                                    "maxHeight": 720,
                                    "maxWidth": 1280,
                                    "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab000030aecb4a268763ca29803bb3b10f"
                                  },
                                  {
                                    "maxHeight": 360,
                                    "maxWidth": 640,
                                    "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab0000e0e7cb4a268763ca29803bb3b10f"
                                  }
                                ]
                              }
                            }
                          },
                          "squareCoverImage": {
                            "__typename": "VisualIdentityImage",
                            "extractedColorSet": {
                              "encoreBaseSetTextColor": {
                                "alpha": 255,
                                "blue": 110,
                                "green": 165,
                                "red": 255
                              },
                              "highContrast": {
                                "backgroundBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 48,
                                  "red": 145
                                },
                                "backgroundTintedBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 9,
                                  "red": 97
                                },
                                "textBase": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textBrightAccent": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textSubdued": {
                                  "alpha": 255,
                                  "blue": 154,
                                  "green": 192,
                                  "red": 255
                                }
                              },
                              "higherContrast": {
                                "backgroundBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 10,
                                  "red": 101
                                },
                                "backgroundTintedBase": {
                                  "alpha": 255,
                                  "blue": 40,
                                  "green": 55,
                                  "red": 144
                                },
                                "textBase": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textBrightAccent": {
                                  "alpha": 255,
                                  "blue": 96,
                                  "green": 215,
                                  "red": 30
                                },
                                "textSubdued": {
                                  "alpha": 255,
                                  "blue": 154,
                                  "green": 192,
                                  "red": 255
                                }
                              },
                              "minContrast": {
                                "backgroundBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 111,
                                  "red": 247
                                },
                                "backgroundTintedBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 83,
                                  "red": 217
                                },
                                "textBase": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textBrightAccent": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textSubdued": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "uid": "db28cdca673245743cd0"
                  },
                  {
                    "entity": {
                      "_uri": "spotify:episode:0fp0NvYfTIhz2mOozKqMnF",
                      "data": {
                        "__typename": "Episode",
                        "accessInfo": null,
                        "audio": {
                          "items": [
                            {
                              "url": "https://p.scdn.co/mp3-preview/bd13fe8881739fd6fdc3fd3e1e068ba5a781db86"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/a05b5b9a8ce7dee32788816e49bb9bd47d30f094"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/68f04bd84ef88b9dcec32f36dcf81cd666a6314f"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/d5dac8032ad91c64489becaed26a6935c481c299"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/a2a3af45380df4821351939d38df93f8c92f52cf"
                            }
                          ]
                        },
                        "contentInformation": null,
                        "contentRating": {
                          "label": "EXPLICIT"
                        },
                        "contents": [],
                        "coverArt": {
                          "sources": [
                            {
                              "height": 64,
                              "url": "https://i.scdn.co/image/ab6765630000f68d510c4362ccb87a52d1cdecd0",
                              "width": 64
                            },
                            {
                              "height": 300,
                              "url": "https://i.scdn.co/image/ab67656300005f1f510c4362ccb87a52d1cdecd0",
                              "width": 300
                            },
                            {
                              "height": 640,
                              "url": "https://i.scdn.co/image/ab6765630000ba8a510c4362ccb87a52d1cdecd0",
                              "width": 640
                            }
                          ]
                        },
                        "creator": null,
                        "description": "Tim Dillon is a stand-up comic, actor, and host of “The Tim Dillon Show” podcast. His latest comedy special, “Tim Dillon: I’m Your Mother,” is available on Netflix.www.youtube.com/@TimDillonShowwww.patreon.com/thetimdillonshowhttps://punchup.live/TimDillonwww.timdilloncomedy.com  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  50% off your first box at https://www.thefarmersdog.com/rogan!  Switch today at https://Visible.com for just 25/mo. Or Save $10 on your first month of Visible+ Pro with code ROGAN.  Learn more about your ad choices. Visit podcastchoices.com/adchoices",
                        "duration": {
                          "totalMilliseconds": 9542569
                        },
                        "gatedEntityRelations": [],
                        "htmlDescription": "<p>Tim Dillon is a stand-up comic, actor, and host of “The Tim Dillon Show” podcast. His latest comedy special, “Tim Dillon: I’m Your Mother,” is available on Netflix.<br />www.youtube.com/&#64;TimDillonShow<br />www.patreon.com/thetimdillonshow<br /><a href=\"https://punchup.live/TimDillon\" rel=\"nofollow\">https://punchup.live/TimDillon</a><br />www.timdilloncomedy.com</p><br/><p><br /></p><br/><p>Perplexity: Download the app or ask Perplexity anything at <a href=\"https://pplx.ai/rogan\" rel=\"nofollow\">https://pplx.ai/rogan</a>.</p><br/><p><br /></p><br/><p>50% off your first box at <a href=\"https://www.thefarmersdog.com/rogan\" rel=\"nofollow\">https://www.thefarmersdog.com/rogan</a>!</p><br/><p><br /></p><br/><p>Switch today at <a href=\"https://Visible.com\" rel=\"nofollow\">https://Visible.com</a> for just 25/mo. Or Save $10 on your first month of Visible&#43; Pro with code ROGAN. </p><p> </p><p>Learn more about your ad choices. Visit <a href=\"https://podcastchoices.com/adchoices\" rel=\"nofollow\">podcastchoices.com/adchoices</a></p>",
                        "id": "0fp0NvYfTIhz2mOozKqMnF",
                        "mediaTypes": [
                          "VIDEO",
                          "AUDIO"
                        ],
                        "name": "#2518 - Tim Dillon",
                        "playability": {
                          "playable": true,
                          "reason": "PLAYABLE",
                          "unplayabilityReasons": []
                        },
                        "playedState": {
                          "playPositionMilliseconds": 0,
                          "state": "NOT_STARTED"
                        },
                        "podcastV2": {
                          "data": {
                            "__typename": "Podcast",
                            "coverArt": {
                              "sources": [
                                {
                                  "height": 64,
                                  "url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
                                  "width": 64
                                },
                                {
                                  "height": 300,
                                  "url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
                                  "width": 300
                                },
                                {
                                  "height": 640,
                                  "url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
                                  "width": 640
                                }
                              ]
                            },
                            "name": "The Joe Rogan Experience",
                            "showTypes": [
                              "SHOW_TYPE_EXCLUSIVE"
                            ],
                            "trailerV2": null,
                            "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
                            "accessInfo": null
                          }
                        },
                        "previewPlayback": {
                          "audioPreview": {
                            "cdnUrl": "https://p.scdn.co/mp3-preview/c620d015de83475871c3f2b50f39b7593a230ecc.mp3"
                          }
                        },
                        "releaseDate": {
                          "isoString": "2026-06-24T17:00:00Z",
                          "precision": "MINUTE"
                        },
                        "restrictions": {
                          "paywallContent": false
                        },
                        "segments": null,
                        "sharingInfo": {
                          "shareId": "j5jWgI6eRouluUqWV9Oq6A",
                          "shareUrl": "https://open.spotify.com/episode/0fp0NvYfTIhz2mOozKqMnF?si=j5jWgI6eRouluUqWV9Oq6A"
                        },
                        "transcripts": {
                          "items": []
                        },
                        "type": "PODCAST_EPISODE",
                        "uri": "spotify:episode:0fp0NvYfTIhz2mOozKqMnF",
                        "visualIdentity": {
                          "sixteenByNineCoverImage": {
                            "image": {
                              "data": {
                                "__typename": "ImageV2",
                                "sources": [
                                  {
                                    "maxHeight": 720,
                                    "maxWidth": 1280,
                                    "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab000030ae13654e3d44b5fded2c4f71e0"
                                  },
                                  {
                                    "maxHeight": 360,
                                    "maxWidth": 640,
                                    "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab0000e0e713654e3d44b5fded2c4f71e0"
                                  }
                                ]
                              }
                            }
                          },
                          "squareCoverImage": {
                            "__typename": "VisualIdentityImage",
                            "extractedColorSet": {
                              "encoreBaseSetTextColor": {
                                "alpha": 255,
                                "blue": 114,
                                "green": 165,
                                "red": 255
                              },
                              "highContrast": {
                                "backgroundBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 46,
                                  "red": 147
                                },
                                "backgroundTintedBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 4,
                                  "red": 97
                                },
                                "textBase": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textBrightAccent": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textSubdued": {
                                  "alpha": 255,
                                  "blue": 155,
                                  "green": 192,
                                  "red": 255
                                }
                              },
                              "higherContrast": {
                                "backgroundBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 6,
                                  "red": 101
                                },
                                "backgroundTintedBase": {
                                  "alpha": 255,
                                  "blue": 41,
                                  "green": 54,
                                  "red": 146
                                },
                                "textBase": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textBrightAccent": {
                                  "alpha": 255,
                                  "blue": 96,
                                  "green": 215,
                                  "red": 30
                                },
                                "textSubdued": {
                                  "alpha": 255,
                                  "blue": 155,
                                  "green": 192,
                                  "red": 255
                                }
                              },
                              "minContrast": {
                                "backgroundBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 104,
                                  "red": 240
                                },
                                "backgroundTintedBase": {
                                  "alpha": 255,
                                  "blue": 0,
                                  "green": 76,
                                  "red": 210
                                },
                                "textBase": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textBrightAccent": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                },
                                "textSubdued": {
                                  "alpha": 255,
                                  "blue": 255,
                                  "green": 255,
                                  "red": 255
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "uid": "ba04e8ec44276b3c8fdc"
                  }
                ],
                "pagingInfo": {
                  "nextOffset": 5
                },
                "totalCount": 2716
              },
              "id": "4rOoJ6Egrf8K2IrywzwOMk",
              "name": "The Joe Rogan Experience",
              "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk"
            }
          }
        },
        "recommended_shows": null
      }
    },
    "totalReturned": 5,
    "episodes": [
      {
        "platform": "spotify",
        "type": "episode",
        "uri": "spotify:episode:3qmU4PHSSTTwjuZ4UI5Xej",
        "url": "https://open.spotify.com/episode/3qmU4PHSSTTwjuZ4UI5Xej?si=3lasb1QnQ3KL0Lla_4d4QA",
        "name": "#2522 - Tony Hinchcliffe",
        "description": "Tony Hinchcliffe is a comedian, writer, actor, and host of the podcast and live show “Kill Tony.” His new special, \"Man of the People,\" is now streaming on Netflix.www.youtube.com/@killtonyhttps://tonyhinchcliffe.komi.iowww.tonyhinchcliffe.com  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  Try ZipRecruiter FOR FREE at https://ziprecruiter.com/rogan  Learn more about your ad choices. Visit podcastchoices.com/adchoices",
        "artists": [],
        "album": null,
        "durationMs": 10118100,
        "playCount": null,
        "followers": null,
        "monthlyListeners": null,
        "releaseYear": 2026,
        "image": "https://i.scdn.co/image/ab6765630000f68de3244c1fe816a014567cf8c3",
        "totalTracks": null,
        "totalEpisodes": null,
        "raw": {
          "__typename": "Episode",
          "accessInfo": null,
          "audio": {
            "items": [
              {
                "url": "https://p.scdn.co/mp3-preview/d2fe2601cd32325d6346c8f46fc020b5c93d93a6"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/b1c0423d35baf4528187974c373e8e11e45179ae"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/4eb044d667832604580e6a07cf294ed48a6794e0"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/6732eb9442b3c2261565a8f7f6057fa6cea7b6d9"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/66d37ea490b52dc84b2f94bf14a2b6d32d5fe8c3"
              }
            ]
          },
          "contentInformation": null,
          "contentRating": {
            "label": "EXPLICIT"
          },
          "contents": [],
          "coverArt": {
            "sources": [
              {
                "height": 64,
                "url": "https://i.scdn.co/image/ab6765630000f68de3244c1fe816a014567cf8c3",
                "width": 64
              },
              {
                "height": 300,
                "url": "https://i.scdn.co/image/ab67656300005f1fe3244c1fe816a014567cf8c3",
                "width": 300
              },
              {
                "height": 640,
                "url": "https://i.scdn.co/image/ab6765630000ba8ae3244c1fe816a014567cf8c3",
                "width": 640
              }
            ]
          },
          "creator": null,
          "description": "Tony Hinchcliffe is a comedian, writer, actor, and host of the podcast and live show “Kill Tony.” His new special, \"Man of the People,\" is now streaming on Netflix.www.youtube.com/@killtonyhttps://tonyhinchcliffe.komi.iowww.tonyhinchcliffe.com  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  Try ZipRecruiter FOR FREE at https://ziprecruiter.com/rogan  Learn more about your ad choices. Visit podcastchoices.com/adchoices",
          "duration": {
            "totalMilliseconds": 10118100
          },
          "gatedEntityRelations": [],
          "htmlDescription": "<p>Tony Hinchcliffe is a comedian, writer, actor, and host of the podcast and live show “Kill Tony.” His new special, &#34;Man of the People,&#34; is now streaming on Netflix.<br />www.youtube.com/&#64;killtony<br /><a href=\"https://tonyhinchcliffe.komi.io/\" rel=\"nofollow\">https://tonyhinchcliffe.komi.io</a><br />www.tonyhinchcliffe.com</p><br/><p><br /></p><br/><p>Perplexity: Download the app or ask Perplexity anything at <a href=\"https://pplx.ai/rogan\" rel=\"nofollow\">https://pplx.ai/rogan</a>.</p><br/><p><br /></p><br/><p>Try ZipRecruiter FOR FREE at <a href=\"https://ziprecruiter.com/rogan\" rel=\"nofollow\">https://ziprecruiter.com/rogan</a></p><br/><p><br /></p><p> </p><p>Learn more about your ad choices. Visit <a href=\"https://podcastchoices.com/adchoices\" rel=\"nofollow\">podcastchoices.com/adchoices</a></p>",
          "id": "3qmU4PHSSTTwjuZ4UI5Xej",
          "mediaTypes": [
            "VIDEO",
            "AUDIO"
          ],
          "name": "#2522 - Tony Hinchcliffe",
          "playability": {
            "playable": true,
            "reason": "PLAYABLE",
            "unplayabilityReasons": []
          },
          "playedState": {
            "playPositionMilliseconds": 0,
            "state": "NOT_STARTED"
          },
          "podcastV2": {
            "data": {
              "__typename": "Podcast",
              "coverArt": {
                "sources": [
                  {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
                    "width": 64
                  },
                  {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
                    "width": 300
                  },
                  {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
                    "width": 640
                  }
                ]
              },
              "name": "The Joe Rogan Experience",
              "showTypes": [
                "SHOW_TYPE_EXCLUSIVE"
              ],
              "trailerV2": null,
              "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
              "accessInfo": null
            }
          },
          "previewPlayback": {
            "audioPreview": {
              "cdnUrl": "https://p.scdn.co/mp3-preview/90f999b0be9463850431d4d8a892c7e649b93133.mp3"
            }
          },
          "releaseDate": {
            "isoString": "2026-07-02T17:00:00Z",
            "precision": "MINUTE"
          },
          "restrictions": {
            "paywallContent": false
          },
          "segments": null,
          "sharingInfo": {
            "shareId": "3lasb1QnQ3KL0Lla_4d4QA",
            "shareUrl": "https://open.spotify.com/episode/3qmU4PHSSTTwjuZ4UI5Xej?si=3lasb1QnQ3KL0Lla_4d4QA"
          },
          "transcripts": {
            "items": []
          },
          "type": "PODCAST_EPISODE",
          "uri": "spotify:episode:3qmU4PHSSTTwjuZ4UI5Xej",
          "visualIdentity": {
            "sixteenByNineCoverImage": {
              "image": {
                "data": {
                  "__typename": "ImageV2",
                  "sources": [
                    {
                      "maxHeight": 720,
                      "maxWidth": 1280,
                      "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030aecd58e6c55a9b75ee119f848a"
                    },
                    {
                      "maxHeight": 360,
                      "maxWidth": 640,
                      "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e7cd58e6c55a9b75ee119f848a"
                    }
                  ]
                }
              }
            },
            "squareCoverImage": {
              "__typename": "VisualIdentityImage",
              "extractedColorSet": {
                "encoreBaseSetTextColor": {
                  "alpha": 255,
                  "blue": 110,
                  "green": 165,
                  "red": 255
                },
                "highContrast": {
                  "backgroundBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 48,
                    "red": 145
                  },
                  "backgroundTintedBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 9,
                    "red": 97
                  },
                  "textBase": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textBrightAccent": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textSubdued": {
                    "alpha": 255,
                    "blue": 154,
                    "green": 192,
                    "red": 255
                  }
                },
                "higherContrast": {
                  "backgroundBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 10,
                    "red": 101
                  },
                  "backgroundTintedBase": {
                    "alpha": 255,
                    "blue": 40,
                    "green": 55,
                    "red": 144
                  },
                  "textBase": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textBrightAccent": {
                    "alpha": 255,
                    "blue": 96,
                    "green": 215,
                    "red": 30
                  },
                  "textSubdued": {
                    "alpha": 255,
                    "blue": 154,
                    "green": 192,
                    "red": 255
                  }
                },
                "minContrast": {
                  "backgroundBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 111,
                    "red": 247
                  },
                  "backgroundTintedBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 83,
                    "red": 217
                  },
                  "textBase": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textBrightAccent": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textSubdued": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  }
                }
              }
            }
          }
        }
      },
      {
        "platform": "spotify",
        "type": "episode",
        "uri": "spotify:episode:0c1KvW8QpptqePMbWZnMCq",
        "url": "https://open.spotify.com/episode/0c1KvW8QpptqePMbWZnMCq?si=lCK0AMxnSz6Mf5aoJJxc0A",
        "name": "#2521 - Aravind Srinivas",
        "description": "Aravind Srinivas, PhD, is the co-founder and CEO of Perplexity AI, creator of the AI-powered search and answer engine Perplexity.www.perplexity.ai  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  This video is sponsored by BetterHelp. Visit https://BetterHelp.com/JRE Learn more about your ad choices. Visit podcastchoices.com/adchoices",
        "artists": [],
        "album": null,
        "durationMs": 9069055,
        "playCount": null,
        "followers": null,
        "monthlyListeners": null,
        "releaseYear": 2026,
        "image": "https://i.scdn.co/image/ab6765630000f68dc364014237b106156683a877",
        "totalTracks": null,
        "totalEpisodes": null,
        "raw": {
          "__typename": "Episode",
          "accessInfo": null,
          "audio": {
            "items": [
              {
                "url": "https://p.scdn.co/mp3-preview/cfb61bc43ea469b769b9296b2b9bb239bf0ce24b"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/a90049688a03628f5646191150d16f7b9f87094c"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/5e64cd89ebbe18b3752bf52b542325166c1d16d3"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/d4c9695b36d361fe86fe4a15f2e9a7fca9414e04"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/46b9e679935c282a39f6e0bf412574521cb2e345"
              }
            ]
          },
          "contentInformation": null,
          "contentRating": {
            "label": "EXPLICIT"
          },
          "contents": [],
          "coverArt": {
            "sources": [
              {
                "height": 64,
                "url": "https://i.scdn.co/image/ab6765630000f68dc364014237b106156683a877",
                "width": 64
              },
              {
                "height": 300,
                "url": "https://i.scdn.co/image/ab67656300005f1fc364014237b106156683a877",
                "width": 300
              },
              {
                "height": 640,
                "url": "https://i.scdn.co/image/ab6765630000ba8ac364014237b106156683a877",
                "width": 640
              }
            ]
          },
          "creator": null,
          "description": "Aravind Srinivas, PhD, is the co-founder and CEO of Perplexity AI, creator of the AI-powered search and answer engine Perplexity.www.perplexity.ai  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  This video is sponsored by BetterHelp. Visit https://BetterHelp.com/JRE Learn more about your ad choices. Visit podcastchoices.com/adchoices",
          "duration": {
            "totalMilliseconds": 9069055
          },
          "gatedEntityRelations": [],
          "htmlDescription": "<p>Aravind Srinivas, PhD, is the co-founder and CEO of Perplexity AI, creator of the AI-powered search and answer engine Perplexity.<br />www.perplexity.ai</p><br/><p><br /></p><br/><p>Perplexity: Download the app or ask Perplexity anything at <a href=\"https://pplx.ai/rogan\" rel=\"nofollow\">https://pplx.ai/rogan</a>.</p><br/><p><br /></p><br/><p>This video is sponsored by BetterHelp. Visit <a href=\"https://BetterHelp.com/JRE\" rel=\"nofollow\">https://BetterHelp.com/JRE</a></p><p> </p><p>Learn more about your ad choices. Visit <a href=\"https://podcastchoices.com/adchoices\" rel=\"nofollow\">podcastchoices.com/adchoices</a></p>",
          "id": "0c1KvW8QpptqePMbWZnMCq",
          "mediaTypes": [
            "VIDEO",
            "AUDIO"
          ],
          "name": "#2521 - Aravind Srinivas",
          "playability": {
            "playable": true,
            "reason": "PLAYABLE",
            "unplayabilityReasons": []
          },
          "playedState": {
            "playPositionMilliseconds": 0,
            "state": "NOT_STARTED"
          },
          "podcastV2": {
            "data": {
              "__typename": "Podcast",
              "coverArt": {
                "sources": [
                  {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
                    "width": 64
                  },
                  {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
                    "width": 300
                  },
                  {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
                    "width": 640
                  }
                ]
              },
              "name": "The Joe Rogan Experience",
              "showTypes": [
                "SHOW_TYPE_EXCLUSIVE"
              ],
              "trailerV2": null,
              "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
              "accessInfo": null
            }
          },
          "previewPlayback": {
            "audioPreview": {
              "cdnUrl": "https://p.scdn.co/mp3-preview/0fceda8685424040f8ba219f10973b11feec6350.mp3"
            }
          },
          "releaseDate": {
            "isoString": "2026-07-01T17:00:00Z",
            "precision": "MINUTE"
          },
          "restrictions": {
            "paywallContent": false
          },
          "segments": null,
          "sharingInfo": {
            "shareId": "lCK0AMxnSz6Mf5aoJJxc0A",
            "shareUrl": "https://open.spotify.com/episode/0c1KvW8QpptqePMbWZnMCq?si=lCK0AMxnSz6Mf5aoJJxc0A"
          },
          "transcripts": {
            "items": []
          },
          "type": "PODCAST_EPISODE",
          "uri": "spotify:episode:0c1KvW8QpptqePMbWZnMCq",
          "visualIdentity": {
            "sixteenByNineCoverImage": {
              "image": {
                "data": {
                  "__typename": "ImageV2",
                  "sources": [
                    {
                      "maxHeight": 720,
                      "maxWidth": 1280,
                      "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030aec6d6ffd4d2ec20f88fbc5a75"
                    },
                    {
                      "maxHeight": 360,
                      "maxWidth": 640,
                      "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e7c6d6ffd4d2ec20f88fbc5a75"
                    }
                  ]
                }
              }
            },
            "squareCoverImage": {
              "__typename": "VisualIdentityImage",
              "extractedColorSet": {
                "encoreBaseSetTextColor": {
                  "alpha": 255,
                  "blue": 110,
                  "green": 165,
                  "red": 255
                },
                "highContrast": {
                  "backgroundBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 48,
                    "red": 145
                  },
                  "backgroundTintedBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 9,
                    "red": 97
                  },
                  "textBase": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textBrightAccent": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textSubdued": {
                    "alpha": 255,
                    "blue": 154,
                    "green": 192,
                    "red": 255
                  }
                },
                "higherContrast": {
                  "backgroundBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 10,
                    "red": 101
                  },
                  "backgroundTintedBase": {
                    "alpha": 255,
                    "blue": 40,
                    "green": 55,
                    "red": 144
                  },
                  "textBase": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textBrightAccent": {
                    "alpha": 255,
                    "blue": 96,
                    "green": 215,
                    "red": 30
                  },
                  "textSubdued": {
                    "alpha": 255,
                    "blue": 154,
                    "green": 192,
                    "red": 255
                  }
                },
                "minContrast": {
                  "backgroundBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 111,
                    "red": 247
                  },
                  "backgroundTintedBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 83,
                    "red": 217
                  },
                  "textBase": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textBrightAccent": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textSubdued": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  }
                }
              }
            }
          }
        }
      },
      {
        "platform": "spotify",
        "type": "episode",
        "uri": "spotify:episode:3imDCDXdWz5vjJKcI6GPou",
        "url": "https://open.spotify.com/episode/3imDCDXdWz5vjJKcI6GPou?si=zUoU5Y0DRN6c6j__2Gl8iA",
        "name": "#2520 - Tommy Lee",
        "description": "Tommy Lee is a genre-spanning solo musician, producer, and songwriter as well as the drummer and co-founder of Mötley Crüe. His latest album is “Tommyland Rides Again.” See him live with Mötley Crüe on The Return of the Carnival of Sins Tour beginning July 17.www.youtube.com/tommyleewww.motley.comwww.tommylee.com  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  Don’t miss out on all the action this week at DraftKings! Download the DraftKings app today! Sign-up using https://dkng.co/rogan or through my promo code ROGAN. Learn more about your ad choices. Visit podcastchoices.com/adchoices",
        "artists": [],
        "album": null,
        "durationMs": 8592617,
        "playCount": null,
        "followers": null,
        "monthlyListeners": null,
        "releaseYear": 2026,
        "image": "https://i.scdn.co/image/ab6765630000f68d4340e0fefcf8e6b04c1847a1",
        "totalTracks": null,
        "totalEpisodes": null,
        "raw": {
          "__typename": "Episode",
          "accessInfo": null,
          "audio": {
            "items": [
              {
                "url": "https://p.scdn.co/mp3-preview/bccddb0f98ebdee17251ca816448018afb9b2c8e"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/7bc633213949487a3c82790a4fac01c49f218c35"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/3902931d011794eaa545834e0b3af8d92ab50ab4"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/1e9ebd8de0ade10cf5223952e0f420edca8ff747"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/971c33d2f01d80f61fc18ea298316dc100551ce8"
              }
            ]
          },
          "contentInformation": null,
          "contentRating": {
            "label": "EXPLICIT"
          },
          "contents": [],
          "coverArt": {
            "sources": [
              {
                "height": 64,
                "url": "https://i.scdn.co/image/ab6765630000f68d4340e0fefcf8e6b04c1847a1",
                "width": 64
              },
              {
                "height": 300,
                "url": "https://i.scdn.co/image/ab67656300005f1f4340e0fefcf8e6b04c1847a1",
                "width": 300
              },
              {
                "height": 640,
                "url": "https://i.scdn.co/image/ab6765630000ba8a4340e0fefcf8e6b04c1847a1",
                "width": 640
              }
            ]
          },
          "creator": null,
          "description": "Tommy Lee is a genre-spanning solo musician, producer, and songwriter as well as the drummer and co-founder of Mötley Crüe. His latest album is “Tommyland Rides Again.” See him live with Mötley Crüe on The Return of the Carnival of Sins Tour beginning July 17.www.youtube.com/tommyleewww.motley.comwww.tommylee.com  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  Don’t miss out on all the action this week at DraftKings! Download the DraftKings app today! Sign-up using https://dkng.co/rogan or through my promo code ROGAN. Learn more about your ad choices. Visit podcastchoices.com/adchoices",
          "duration": {
            "totalMilliseconds": 8592617
          },
          "gatedEntityRelations": [],
          "htmlDescription": "<p>Tommy Lee is a genre-spanning solo musician, producer, and songwriter as well as the drummer and co-founder of Mötley Crüe. His latest album is “Tommyland Rides Again.” See him live with Mötley Crüe on The Return of the Carnival of Sins Tour beginning July 17.<br />www.youtube.com/tommylee<br />www.motley.com<br />www.tommylee.com</p><br/><p><br /></p><br/><p>Perplexity: Download the app or ask Perplexity anything at <a href=\"https://pplx.ai/rogan\" rel=\"nofollow\">https://pplx.ai/rogan</a>.</p><br/><p><br /></p><br/><p>Don’t miss out on all the action this week at DraftKings! Download the DraftKings app today! Sign-up using <a href=\"https://dkng.co/rogan\" rel=\"nofollow\">https://dkng.co/rogan</a> or through my promo code ROGAN.</p><p> </p><p>Learn more about your ad choices. Visit <a href=\"https://podcastchoices.com/adchoices\" rel=\"nofollow\">podcastchoices.com/adchoices</a></p>",
          "id": "3imDCDXdWz5vjJKcI6GPou",
          "mediaTypes": [
            "VIDEO",
            "AUDIO"
          ],
          "name": "#2520 - Tommy Lee",
          "playability": {
            "playable": true,
            "reason": "PLAYABLE",
            "unplayabilityReasons": []
          },
          "playedState": {
            "playPositionMilliseconds": 0,
            "state": "NOT_STARTED"
          },
          "podcastV2": {
            "data": {
              "__typename": "Podcast",
              "coverArt": {
                "sources": [
                  {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
                    "width": 64
                  },
                  {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
                    "width": 300
                  },
                  {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
                    "width": 640
                  }
                ]
              },
              "name": "The Joe Rogan Experience",
              "showTypes": [
                "SHOW_TYPE_EXCLUSIVE"
              ],
              "trailerV2": null,
              "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
              "accessInfo": null
            }
          },
          "previewPlayback": {
            "audioPreview": {
              "cdnUrl": "https://p.scdn.co/mp3-preview/93c661f10321a998887d5e9a148699dfbe742b02.mp3"
            }
          },
          "releaseDate": {
            "isoString": "2026-06-30T17:00:00Z",
            "precision": "MINUTE"
          },
          "restrictions": {
            "paywallContent": false
          },
          "segments": null,
          "sharingInfo": {
            "shareId": "zUoU5Y0DRN6c6j__2Gl8iA",
            "shareUrl": "https://open.spotify.com/episode/3imDCDXdWz5vjJKcI6GPou?si=zUoU5Y0DRN6c6j__2Gl8iA"
          },
          "transcripts": {
            "items": []
          },
          "type": "PODCAST_EPISODE",
          "uri": "spotify:episode:3imDCDXdWz5vjJKcI6GPou",
          "visualIdentity": {
            "sixteenByNineCoverImage": {
              "image": {
                "data": {
                  "__typename": "ImageV2",
                  "sources": [
                    {
                      "maxHeight": 720,
                      "maxWidth": 1280,
                      "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030aeb33098f8578b4b74f81beddf"
                    },
                    {
                      "maxHeight": 360,
                      "maxWidth": 640,
                      "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e7b33098f8578b4b74f81beddf"
                    }
                  ]
                }
              }
            },
            "squareCoverImage": {
              "__typename": "VisualIdentityImage",
              "extractedColorSet": {
                "encoreBaseSetTextColor": {
                  "alpha": 255,
                  "blue": 110,
                  "green": 165,
                  "red": 255
                },
                "highContrast": {
                  "backgroundBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 48,
                    "red": 145
                  },
                  "backgroundTintedBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 9,
                    "red": 97
                  },
                  "textBase": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textBrightAccent": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textSubdued": {
                    "alpha": 255,
                    "blue": 154,
                    "green": 192,
                    "red": 255
                  }
                },
                "higherContrast": {
                  "backgroundBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 10,
                    "red": 101
                  },
                  "backgroundTintedBase": {
                    "alpha": 255,
                    "blue": 40,
                    "green": 55,
                    "red": 144
                  },
                  "textBase": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textBrightAccent": {
                    "alpha": 255,
                    "blue": 96,
                    "green": 215,
                    "red": 30
                  },
                  "textSubdued": {
                    "alpha": 255,
                    "blue": 154,
                    "green": 192,
                    "red": 255
                  }
                },
                "minContrast": {
                  "backgroundBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 111,
                    "red": 247
                  },
                  "backgroundTintedBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 83,
                    "red": 217
                  },
                  "textBase": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textBrightAccent": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textSubdued": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  }
                }
              }
            }
          }
        }
      },
      {
        "platform": "spotify",
        "type": "episode",
        "uri": "spotify:episode:6Yq4ELUNGze5uKJ8e8d3i7",
        "url": "https://open.spotify.com/episode/6Yq4ELUNGze5uKJ8e8d3i7?si=Yj7R0GxwSSi4qU_YcWHB2A",
        "name": "#2519 - Scott Eastwood",
        "description": "Scott Eastwood is an actor and producer known for his roles in films including “Fury,” “The Fate of the Furious,” and “Outpost.” His new film, “Lucky Strike,” will be released June 26.https://youtu.be/vtEnjikCXyAwww.fandango.com/lucky-strike-2026-246022/movie-overviewwww.roadsideattractions.com/filmography/luckystrike  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  Use code ROGAN at https://BlueChew.com to get 10% OFF + Free Overnight Shipping on your first order.  Try ZipRecruiter FOR FREE at https://ziprecruiter.com/rogan Learn more about your ad choices. Visit podcastchoices.com/adchoices",
        "artists": [],
        "album": null,
        "durationMs": 8897919,
        "playCount": null,
        "followers": null,
        "monthlyListeners": null,
        "releaseYear": 2026,
        "image": "https://i.scdn.co/image/ab6765630000f68d68ce472ccecb0cb02899c4c6",
        "totalTracks": null,
        "totalEpisodes": null,
        "raw": {
          "__typename": "Episode",
          "accessInfo": null,
          "audio": {
            "items": [
              {
                "url": "https://p.scdn.co/mp3-preview/16d6e4d6e6326b9a776c0d7b9500be5d029a39a6"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/be054facd8b90107efe75430980628aa18044ad8"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/1e487280f1b5dad98b00458be3a5dfe13de182fc"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/2d382af5b8e25e4134078fc57c87af248f9a212b"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/4fae9ec5f2d13c8b711a3f02f3025a83df8ffed2"
              }
            ]
          },
          "contentInformation": null,
          "contentRating": {
            "label": "EXPLICIT"
          },
          "contents": [],
          "coverArt": {
            "sources": [
              {
                "height": 64,
                "url": "https://i.scdn.co/image/ab6765630000f68d68ce472ccecb0cb02899c4c6",
                "width": 64
              },
              {
                "height": 300,
                "url": "https://i.scdn.co/image/ab67656300005f1f68ce472ccecb0cb02899c4c6",
                "width": 300
              },
              {
                "height": 640,
                "url": "https://i.scdn.co/image/ab6765630000ba8a68ce472ccecb0cb02899c4c6",
                "width": 640
              }
            ]
          },
          "creator": null,
          "description": "Scott Eastwood is an actor and producer known for his roles in films including “Fury,” “The Fate of the Furious,” and “Outpost.” His new film, “Lucky Strike,” will be released June 26.https://youtu.be/vtEnjikCXyAwww.fandango.com/lucky-strike-2026-246022/movie-overviewwww.roadsideattractions.com/filmography/luckystrike  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  Use code ROGAN at https://BlueChew.com to get 10% OFF + Free Overnight Shipping on your first order.  Try ZipRecruiter FOR FREE at https://ziprecruiter.com/rogan Learn more about your ad choices. Visit podcastchoices.com/adchoices",
          "duration": {
            "totalMilliseconds": 8897919
          },
          "gatedEntityRelations": [],
          "htmlDescription": "<p>Scott Eastwood is an actor and producer known for his roles in films including “Fury,” “The Fate of the Furious,” and “Outpost.” His new film, “Lucky Strike,” will be released June 26.<br /><a href=\"https://youtu.be/vtEnjikCXyA\" rel=\"nofollow\">https://youtu.be/vtEnjikCXyA</a>www.fandango.com/lucky-strike-2026-246022/movie-overview<br />www.roadsideattractions.com/filmography/luckystrike</p><br/><p><br /></p><br/><p>Perplexity: Download the app or ask Perplexity anything at <a href=\"https://pplx.ai/rogan\" rel=\"nofollow\">https://pplx.ai/rogan</a>.</p><br/><p><br /></p><br/><p>Use code ROGAN at <a href=\"https://BlueChew.com\" rel=\"nofollow\">https://BlueChew.com</a> to get 10% OFF &#43; Free Overnight Shipping on your first order.</p><br/><p><br /></p><br/><p>Try ZipRecruiter FOR FREE at <a href=\"https://ziprecruiter.com/rogan\" rel=\"nofollow\">https://ziprecruiter.com/rogan</a></p><p> </p><p>Learn more about your ad choices. Visit <a href=\"https://podcastchoices.com/adchoices\" rel=\"nofollow\">podcastchoices.com/adchoices</a></p>",
          "id": "6Yq4ELUNGze5uKJ8e8d3i7",
          "mediaTypes": [
            "VIDEO",
            "AUDIO"
          ],
          "name": "#2519 - Scott Eastwood",
          "playability": {
            "playable": true,
            "reason": "PLAYABLE",
            "unplayabilityReasons": []
          },
          "playedState": {
            "playPositionMilliseconds": 0,
            "state": "NOT_STARTED"
          },
          "podcastV2": {
            "data": {
              "__typename": "Podcast",
              "coverArt": {
                "sources": [
                  {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
                    "width": 64
                  },
                  {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
                    "width": 300
                  },
                  {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
                    "width": 640
                  }
                ]
              },
              "name": "The Joe Rogan Experience",
              "showTypes": [
                "SHOW_TYPE_EXCLUSIVE"
              ],
              "trailerV2": null,
              "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
              "accessInfo": null
            }
          },
          "previewPlayback": {
            "audioPreview": {
              "cdnUrl": "https://p.scdn.co/mp3-preview/bc9cc4fa583ab9078ce9ddb21fd817a4bff6fb80.mp3"
            }
          },
          "releaseDate": {
            "isoString": "2026-06-26T17:00:00Z",
            "precision": "MINUTE"
          },
          "restrictions": {
            "paywallContent": false
          },
          "segments": null,
          "sharingInfo": {
            "shareId": "Yj7R0GxwSSi4qU_YcWHB2A",
            "shareUrl": "https://open.spotify.com/episode/6Yq4ELUNGze5uKJ8e8d3i7?si=Yj7R0GxwSSi4qU_YcWHB2A"
          },
          "transcripts": {
            "items": []
          },
          "type": "PODCAST_EPISODE",
          "uri": "spotify:episode:6Yq4ELUNGze5uKJ8e8d3i7",
          "visualIdentity": {
            "sixteenByNineCoverImage": {
              "image": {
                "data": {
                  "__typename": "ImageV2",
                  "sources": [
                    {
                      "maxHeight": 720,
                      "maxWidth": 1280,
                      "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab000030aecb4a268763ca29803bb3b10f"
                    },
                    {
                      "maxHeight": 360,
                      "maxWidth": 640,
                      "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab0000e0e7cb4a268763ca29803bb3b10f"
                    }
                  ]
                }
              }
            },
            "squareCoverImage": {
              "__typename": "VisualIdentityImage",
              "extractedColorSet": {
                "encoreBaseSetTextColor": {
                  "alpha": 255,
                  "blue": 110,
                  "green": 165,
                  "red": 255
                },
                "highContrast": {
                  "backgroundBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 48,
                    "red": 145
                  },
                  "backgroundTintedBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 9,
                    "red": 97
                  },
                  "textBase": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textBrightAccent": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textSubdued": {
                    "alpha": 255,
                    "blue": 154,
                    "green": 192,
                    "red": 255
                  }
                },
                "higherContrast": {
                  "backgroundBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 10,
                    "red": 101
                  },
                  "backgroundTintedBase": {
                    "alpha": 255,
                    "blue": 40,
                    "green": 55,
                    "red": 144
                  },
                  "textBase": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textBrightAccent": {
                    "alpha": 255,
                    "blue": 96,
                    "green": 215,
                    "red": 30
                  },
                  "textSubdued": {
                    "alpha": 255,
                    "blue": 154,
                    "green": 192,
                    "red": 255
                  }
                },
                "minContrast": {
                  "backgroundBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 111,
                    "red": 247
                  },
                  "backgroundTintedBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 83,
                    "red": 217
                  },
                  "textBase": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textBrightAccent": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textSubdued": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  }
                }
              }
            }
          }
        }
      },
      {
        "platform": "spotify",
        "type": "episode",
        "uri": "spotify:episode:0fp0NvYfTIhz2mOozKqMnF",
        "url": "https://open.spotify.com/episode/0fp0NvYfTIhz2mOozKqMnF?si=j5jWgI6eRouluUqWV9Oq6A",
        "name": "#2518 - Tim Dillon",
        "description": "Tim Dillon is a stand-up comic, actor, and host of “The Tim Dillon Show” podcast. His latest comedy special, “Tim Dillon: I’m Your Mother,” is available on Netflix.www.youtube.com/@TimDillonShowwww.patreon.com/thetimdillonshowhttps://punchup.live/TimDillonwww.timdilloncomedy.com  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  50% off your first box at https://www.thefarmersdog.com/rogan!  Switch today at https://Visible.com for just 25/mo. Or Save $10 on your first month of Visible+ Pro with code ROGAN.  Learn more about your ad choices. Visit podcastchoices.com/adchoices",
        "artists": [],
        "album": null,
        "durationMs": 9542569,
        "playCount": null,
        "followers": null,
        "monthlyListeners": null,
        "releaseYear": 2026,
        "image": "https://i.scdn.co/image/ab6765630000f68d510c4362ccb87a52d1cdecd0",
        "totalTracks": null,
        "totalEpisodes": null,
        "raw": {
          "__typename": "Episode",
          "accessInfo": null,
          "audio": {
            "items": [
              {
                "url": "https://p.scdn.co/mp3-preview/bd13fe8881739fd6fdc3fd3e1e068ba5a781db86"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/a05b5b9a8ce7dee32788816e49bb9bd47d30f094"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/68f04bd84ef88b9dcec32f36dcf81cd666a6314f"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/d5dac8032ad91c64489becaed26a6935c481c299"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/a2a3af45380df4821351939d38df93f8c92f52cf"
              }
            ]
          },
          "contentInformation": null,
          "contentRating": {
            "label": "EXPLICIT"
          },
          "contents": [],
          "coverArt": {
            "sources": [
              {
                "height": 64,
                "url": "https://i.scdn.co/image/ab6765630000f68d510c4362ccb87a52d1cdecd0",
                "width": 64
              },
              {
                "height": 300,
                "url": "https://i.scdn.co/image/ab67656300005f1f510c4362ccb87a52d1cdecd0",
                "width": 300
              },
              {
                "height": 640,
                "url": "https://i.scdn.co/image/ab6765630000ba8a510c4362ccb87a52d1cdecd0",
                "width": 640
              }
            ]
          },
          "creator": null,
          "description": "Tim Dillon is a stand-up comic, actor, and host of “The Tim Dillon Show” podcast. His latest comedy special, “Tim Dillon: I’m Your Mother,” is available on Netflix.www.youtube.com/@TimDillonShowwww.patreon.com/thetimdillonshowhttps://punchup.live/TimDillonwww.timdilloncomedy.com  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  50% off your first box at https://www.thefarmersdog.com/rogan!  Switch today at https://Visible.com for just 25/mo. Or Save $10 on your first month of Visible+ Pro with code ROGAN.  Learn more about your ad choices. Visit podcastchoices.com/adchoices",
          "duration": {
            "totalMilliseconds": 9542569
          },
          "gatedEntityRelations": [],
          "htmlDescription": "<p>Tim Dillon is a stand-up comic, actor, and host of “The Tim Dillon Show” podcast. His latest comedy special, “Tim Dillon: I’m Your Mother,” is available on Netflix.<br />www.youtube.com/&#64;TimDillonShow<br />www.patreon.com/thetimdillonshow<br /><a href=\"https://punchup.live/TimDillon\" rel=\"nofollow\">https://punchup.live/TimDillon</a><br />www.timdilloncomedy.com</p><br/><p><br /></p><br/><p>Perplexity: Download the app or ask Perplexity anything at <a href=\"https://pplx.ai/rogan\" rel=\"nofollow\">https://pplx.ai/rogan</a>.</p><br/><p><br /></p><br/><p>50% off your first box at <a href=\"https://www.thefarmersdog.com/rogan\" rel=\"nofollow\">https://www.thefarmersdog.com/rogan</a>!</p><br/><p><br /></p><br/><p>Switch today at <a href=\"https://Visible.com\" rel=\"nofollow\">https://Visible.com</a> for just 25/mo. Or Save $10 on your first month of Visible&#43; Pro with code ROGAN. </p><p> </p><p>Learn more about your ad choices. Visit <a href=\"https://podcastchoices.com/adchoices\" rel=\"nofollow\">podcastchoices.com/adchoices</a></p>",
          "id": "0fp0NvYfTIhz2mOozKqMnF",
          "mediaTypes": [
            "VIDEO",
            "AUDIO"
          ],
          "name": "#2518 - Tim Dillon",
          "playability": {
            "playable": true,
            "reason": "PLAYABLE",
            "unplayabilityReasons": []
          },
          "playedState": {
            "playPositionMilliseconds": 0,
            "state": "NOT_STARTED"
          },
          "podcastV2": {
            "data": {
              "__typename": "Podcast",
              "coverArt": {
                "sources": [
                  {
                    "height": 64,
                    "url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
                    "width": 64
                  },
                  {
                    "height": 300,
                    "url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
                    "width": 300
                  },
                  {
                    "height": 640,
                    "url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
                    "width": 640
                  }
                ]
              },
              "name": "The Joe Rogan Experience",
              "showTypes": [
                "SHOW_TYPE_EXCLUSIVE"
              ],
              "trailerV2": null,
              "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
              "accessInfo": null
            }
          },
          "previewPlayback": {
            "audioPreview": {
              "cdnUrl": "https://p.scdn.co/mp3-preview/c620d015de83475871c3f2b50f39b7593a230ecc.mp3"
            }
          },
          "releaseDate": {
            "isoString": "2026-06-24T17:00:00Z",
            "precision": "MINUTE"
          },
          "restrictions": {
            "paywallContent": false
          },
          "segments": null,
          "sharingInfo": {
            "shareId": "j5jWgI6eRouluUqWV9Oq6A",
            "shareUrl": "https://open.spotify.com/episode/0fp0NvYfTIhz2mOozKqMnF?si=j5jWgI6eRouluUqWV9Oq6A"
          },
          "transcripts": {
            "items": []
          },
          "type": "PODCAST_EPISODE",
          "uri": "spotify:episode:0fp0NvYfTIhz2mOozKqMnF",
          "visualIdentity": {
            "sixteenByNineCoverImage": {
              "image": {
                "data": {
                  "__typename": "ImageV2",
                  "sources": [
                    {
                      "maxHeight": 720,
                      "maxWidth": 1280,
                      "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab000030ae13654e3d44b5fded2c4f71e0"
                    },
                    {
                      "maxHeight": 360,
                      "maxWidth": 640,
                      "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab0000e0e713654e3d44b5fded2c4f71e0"
                    }
                  ]
                }
              }
            },
            "squareCoverImage": {
              "__typename": "VisualIdentityImage",
              "extractedColorSet": {
                "encoreBaseSetTextColor": {
                  "alpha": 255,
                  "blue": 114,
                  "green": 165,
                  "red": 255
                },
                "highContrast": {
                  "backgroundBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 46,
                    "red": 147
                  },
                  "backgroundTintedBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 4,
                    "red": 97
                  },
                  "textBase": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textBrightAccent": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textSubdued": {
                    "alpha": 255,
                    "blue": 155,
                    "green": 192,
                    "red": 255
                  }
                },
                "higherContrast": {
                  "backgroundBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 6,
                    "red": 101
                  },
                  "backgroundTintedBase": {
                    "alpha": 255,
                    "blue": 41,
                    "green": 54,
                    "red": 146
                  },
                  "textBase": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textBrightAccent": {
                    "alpha": 255,
                    "blue": 96,
                    "green": 215,
                    "red": 30
                  },
                  "textSubdued": {
                    "alpha": 255,
                    "blue": 155,
                    "green": 192,
                    "red": 255
                  }
                },
                "minContrast": {
                  "backgroundBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 104,
                    "red": 240
                  },
                  "backgroundTintedBase": {
                    "alpha": 255,
                    "blue": 0,
                    "green": 76,
                    "red": 210
                  },
                  "textBase": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textBrightAccent": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  },
                  "textSubdued": {
                    "alpha": 255,
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  }
                }
              }
            }
          }
        }
      }
    ]
  }
}

Billing metadata is returned in response headers: X-Captapi-Credits (credits charged), X-Captapi-Cache (hit or miss), and X-Captapi-Source. Failed requests (4xx/5xx) are never charged. See the full list of error codes in the error reference.

Response structure

A successful call returns success, cached, creditsUsed, and a data object with the following fields:

Result

  • totalNumber of items returned.

Each item

Each item in items contains:

  • titleItem title.
  • urlDirect URL to the content.
  • viewsView count.
  • publishedAtPublish date (ISO 8601).

Parameters

NameTypeRequiredDescription
urlstringYesSpotify URL, URI, or ID. The URL platform must match this endpoint's platform. Do not pass cross-platform URLs, e.g. YouTube to TikTok, Instagram to Facebook, LinkedIn to X/Twitter, or Pinterest to Rumble.
limitintegerNoMax items to return (default 20, max 50). Billed per result.

Authentication: send your key as Authorization: Bearer capt_live_.... A typical call costs 23 credits — billed per result, so the exact amount scales with how many items you request. Repeat calls for the same request are served from cache for free (metrics refresh within ~1 hour).

Using an AI agent? This endpoint is the MCP tool spotify_podcast_episodes via @captapi/mcp. Set it up →

How it works

  1. 1. Sign up — get 100 free credits, no card required.
  2. 2. Create a key from your dashboard.
  3. 3. Send one request to /v1/spotify/podcast-episodes and parse the JSON response.

Use cases

Content Pipelines

Ingest a channel's catalog in bulk.

Monitoring

Detect new uploads automatically.

Archiving

Snapshot a creator's full library.

Analytics

Aggregate performance across many videos.

Frequently asked questions

What does the Spotify Podcast Episodes API do?+

The Spotify Podcast Episodes API lets you list items in bulk with metadata from a public Spotify video using one GET request to /v1/spotify/podcast-episodes. It returns clean JSON — no OAuth or scraping setup required.

How many credits does the Spotify Podcast Episodes API cost?+

Each successful call costs 23 credits. Responses are cached for 24 hours, and cached results cost 0 credits. Failed or empty results are never charged.

Do I need a Spotify API key or OAuth?+

No. A single Captapi key works across every platform Captapi supports — YouTube, TikTok, Instagram, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, LinkedIn, and Rumble. We handle proxies, rate limits, retries, and authentication for you.

Is the Spotify Podcast Episodes API suitable for production use?+

Yes. It is a stable REST endpoint with predictable JSON, automatic retries, and a shared 24-hour cache. Use it for RAG pipelines, analytics, monitoring, and content automation.

More Spotify APIs

Ready to use the Spotify Podcast Episodes API?

Sign up, grab your key, and make your first call in 60 seconds.