Spotify
GET /v1/spotify/podcast-episodes

Spotify Podcast Episodes API

List Spotify podcast episodes with full metadata for each item.

2 credits per request
TL;DR
List Spotify podcast episodes 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 and costs 2 credits. Pass cache=true for a free 24h cache hit; default is always fresh. 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 for Spotify podcast episodes with a single REST call. No OAuth, no infrastructure to maintain, and no platform SDKs — send the request, get clean structured JSON back. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh.

What you get

  • Bulk list of podcast episodes with metadata
  • Dates, URLs, and engagement fields when available
  • Configurable result limit
  • Ideal for monitoring and content pipelines

Try it

Open in Playground

Fill in the parameters below and copy a ready-to-run request, or open the live Playground to run it against your account (no API key paste).

Parameters

Sign in to run live
curl "https://api.captapi.com/v1/spotify/podcast-episodes?url=https%3A%2F%2Fopen.spotify.com%2Fartist%2F06HL4z0CvFAxyc27GXpf02" \
  -H "Authorization: Bearer capt_live_..."
# or: -H "x-api-key: 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"
      ],
      "image": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
      "totalEpisodes": 2722,
      "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.656897342177361,
            "showAverage": true,
            "totalRatings": 951004
          },
          "canRate": true,
          "rating": {
            "rating": 0
          }
        },
        "mediaType": "MIXED",
        "consumptionOrderV2": "EPISODIC",
        "contentRatingV2": {
          "labels": [
            "EXPLICIT"
          ]
        },
        "contentType": "CONTENT_TYPE_PODCAST",
        "description": "The official podcast of comedian Joe Rogan.",
        "htmlDescription": "<p>The official podcast of comedian Joe Rogan.</p>",
        "playability": {
          "playable": true,
          "reason": "PLAYABLE"
        },
        "saved": false,
        "sharingInfo": {
          "shareId": "WBg3sTs_R1-a0Ni5DMBS5w",
          "shareUrl": "https://open.spotify.com/show/4rOoJ6Egrf8K2IrywzwOMk?si=WBg3sTs_R1-a0Ni5DMBS5w"
        },
        "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",
                  "uri": "spotify:episode:25xKO33R8MuWDHon82THE0"
                }
              }
            }
          ]
        },
        "episodes": {
          "data": {
            "podcastUnionV2": {
              "__typename": "Podcast",
              "episodesV2": {
                "__typename": "ContextEpisodePage",
                "items": [
                  {
                    "entity": {
                      "_uri": "spotify:episode:25xKO33R8MuWDHon82THE0",
                      "data": {
                        "__typename": "Episode",
                        "audio": {
                          "items": [
                            {
                              "url": "https://p.scdn.co/mp3-preview/2f9340916935c4bfd8de8ecfafe5344073226e74"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/8890ef960cf2ba6d513a689b53c0e0a34620f903"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/11526f62194c7d8ca5bd9e1a919f2b57122799ee"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/2f705e0d5358e718a0a98e03c31686174101de22"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/5ba8dfda70a8a1564ba28808d745a9501e00c4e5"
                            }
                          ]
                        },
                        "contentRating": {
                          "label": "EXPLICIT"
                        },
                        "coverArt": {
                          "sources": [
                            {
                              "height": 64,
                              "url": "https://i.scdn.co/image/ab6765630000f68dae7eda3fb0261372fba3e18c",
                              "width": 64
                            },
                            {
                              "height": 300,
                              "url": "https://i.scdn.co/image/ab67656300005f1fae7eda3fb0261372fba3e18c",
                              "width": 300
                            },
                            {
                              "height": 640,
                              "url": "https://i.scdn.co/image/ab6765630000ba8aae7eda3fb0261372fba3e18c",
                              "width": 640
                            }
                          ]
                        },
                        "description": "Jimmy Donaldson, better known as MrBeast, is a YouTuber, entrepreneur, and philanthropist. He is the founder of Beast Industries and Beast Philanthropy, and the creator and host of the Prime Video competition series “Beast Games.”www.beastgames.comwww.beastphilanthropy.orgwww.youtube.com/@MrBeast      Learn more about your ad choices. Visit podcastchoices.com/adchoices",
                        "duration": {
                          "totalMilliseconds": 10123050
                        },
                        "htmlDescription": "<p>Jimmy Donaldson, better known as MrBeast, is a YouTuber, entrepreneur, and philanthropist. He is the founder of Beast Industries and Beast Philanthropy, and the creator and host of the Prime Video competition series “Beast Games.”<br />www.beastgames.com<br />www.beastphilanthropy.org<br />www.youtube.com/&#64;MrBeast<br /></p><br/><p><br /><a href=\"https://pplx.ai/rogan\" rel=\"nofollow\"><br /></a><br /></p><br/><p><br /></p><br/><p><br /><a href=\"https://dkng.co/rogan\" rel=\"nofollow\"><br /></a><br /></p><br/><p><br /></p><br/><p><br /><a href=\"https://BlueChew.com\" rel=\"nofollow\"><br /></a><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": "25xKO33R8MuWDHon82THE0",
                        "mediaTypes": [
                          "AUDIO",
                          "VIDEO"
                        ],
                        "name": "#2527 - MrBeast",
                        "playability": {
                          "playable": true,
                          "reason": "PLAYABLE"
                        },
                        "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"
                            ],
                            "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk"
                          }
                        },
                        "previewPlayback": {
                          "audioPreview": {
                            "cdnUrl": "https://p.scdn.co/mp3-preview/fbdde763b7027fc2c352b3e77e856072193fbe4b.mp3"
                          }
                        },
                        "releaseDate": {
                          "isoString": "2026-07-16T17:00:00Z",
                          "precision": "MINUTE"
                        },
                        "restrictions": {
                          "paywallContent": false
                        },
                        "sharingInfo": {
                          "shareId": "crkbtVYVRVelIsPXFLjhig",
                          "shareUrl": "https://open.spotify.com/episode/25xKO33R8MuWDHon82THE0?si=crkbtVYVRVelIsPXFLjhig"
                        },
                        "transcripts": {},
                        "type": "PODCAST_EPISODE",
                        "uri": "spotify:episode:25xKO33R8MuWDHon82THE0",
                        "visualIdentity": {
                          "sixteenByNineCoverImage": {
                            "image": {
                              "data": {
                                "__typename": "ImageV2",
                                "sources": [
                                  {
                                    "maxHeight": 720,
                                    "maxWidth": 1280,
                                    "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab000030ae5a2498f3d761d4dae14c8927"
                                  },
                                  {
                                    "maxHeight": 360,
                                    "maxWidth": 640,
                                    "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab0000e0e75a2498f3d761d4dae14c8927"
                                  }
                                ]
                              }
                            }
                          },
                          "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": "3ee0522dfcd84cf71614"
                  },
                  {
                    "entity": {
                      "_uri": "spotify:episode:2J3m075zqKwZ43mysdezJK",
                      "data": {
                        "__typename": "Episode",
                        "audio": {
                          "items": [
                            {
                              "url": "https://p.scdn.co/mp3-preview/91e492f1704273826da8c4c533cd3d449069c1ba"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/e3b623e752a46a58c80a2cbeb45d299ec8a43b6b"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/e290eec9503c09202a2d195a402cfcfb6d7600ee"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/5a3a2149687091dc69d8979a9bfa69458c910d08"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/4278357f280cda29f19e320886179b093e261078"
                            }
                          ]
                        },
                        "contentRating": {
                          "label": "EXPLICIT"
                        },
                        "coverArt": {
                          "sources": [
                            {
                              "height": 64,
                              "url": "https://i.scdn.co/image/ab6765630000f68dca6df7e6f0bea75e26aa81e8",
                              "width": 64
                            },
                            {
                              "height": 300,
                              "url": "https://i.scdn.co/image/ab67656300005f1fca6df7e6f0bea75e26aa81e8",
                              "width": 300
                            },
                            {
                              "height": 640,
                              "url": "https://i.scdn.co/image/ab6765630000ba8aca6df7e6f0bea75e26aa81e8",
                              "width": 640
                            }
                          ]
                        },
                        "description": "JD Vance is the Vice President of the United States, a Marine Corps veteran, former U.S. Senator from Ohio, and author. His latest book, “Communion: Finding My Way Back to Faith,” is available now.www.harpercollins.com/products/communion-j-d-vancewww.whitehouse.gov/administration/jd-vance  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  50% off your first box at https://www.thefarmersdog.com/rogan!  Sign up at https://foxnation.com to watch RAF 11! Learn more about your ad choices. Visit podcastchoices.com/adchoices",
                        "duration": {
                          "totalMilliseconds": 10414079
                        },
                        "htmlDescription": "<p>JD Vance is the Vice President of the United States, a Marine Corps veteran, former U.S. Senator from Ohio, and author. His latest book, “Communion: Finding My Way Back to Faith,” is available now.<br />www.harpercollins.com/products/communion-j-d-vance<br />www.whitehouse.gov/administration/jd-vance</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>Sign up at <a href=\"https://foxnation.com\" rel=\"nofollow\">https://foxnation.com</a> to watch RAF 11!</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": "2J3m075zqKwZ43mysdezJK",
                        "mediaTypes": [
                          "AUDIO",
                          "VIDEO"
                        ],
                        "name": "#2526 - JD Vance",
                        "playability": {
                          "playable": true,
                          "reason": "PLAYABLE"
                        },
                        "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"
                            ],
                            "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk"
                          }
                        },
                        "previewPlayback": {
                          "audioPreview": {
                            "cdnUrl": "https://p.scdn.co/mp3-preview/ef7705919e95acc2a79d4d203e311220e8a85b6e.mp3"
                          }
                        },
                        "releaseDate": {
                          "isoString": "2026-07-15T17:00:00Z",
                          "precision": "MINUTE"
                        },
                        "restrictions": {
                          "paywallContent": false
                        },
                        "sharingInfo": {
                          "shareId": "jrpMxrx5R5SB9qjTByvPJA",
                          "shareUrl": "https://open.spotify.com/episode/2J3m075zqKwZ43mysdezJK?si=jrpMxrx5R5SB9qjTByvPJA"
                        },
                        "transcripts": {},
                        "type": "PODCAST_EPISODE",
                        "uri": "spotify:episode:2J3m075zqKwZ43mysdezJK",
                        "visualIdentity": {
                          "sixteenByNineCoverImage": {
                            "image": {
                              "data": {
                                "__typename": "ImageV2",
                                "sources": [
                                  {
                                    "maxHeight": 720,
                                    "maxWidth": 1280,
                                    "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab000030ae6836d7fb3ec70a76a4d3d03c"
                                  },
                                  {
                                    "maxHeight": 360,
                                    "maxWidth": 640,
                                    "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab0000e0e76836d7fb3ec70a76a4d3d03c"
                                  }
                                ]
                              }
                            }
                          },
                          "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": "d9f30cfae1166fd3eea6"
                  },
                  {
                    "entity": {
                      "_uri": "spotify:episode:10TcPJFzFUDyyBzsj72nxi",
                      "data": {
                        "__typename": "Episode",
                        "audio": {
                          "items": [
                            {
                              "url": "https://p.scdn.co/mp3-preview/dc9dce35f8172cb8cb36e5249619fa5778eda411"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/c50b2d689e1b270d54af3a4e711b326dfc220c57"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/f231631aa10e95171e60fcd85427cc9e321adb0d"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/39e349e03c2e565bd53e7abab3bb60679df9f897"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/3e6c52bc966b6a826865f11be9be2003ac29e722"
                            }
                          ]
                        },
                        "contentRating": {
                          "label": "EXPLICIT"
                        },
                        "coverArt": {
                          "sources": [
                            {
                              "height": 64,
                              "url": "https://i.scdn.co/image/ab6765630000f68d010b1c625a39274e7a41e347",
                              "width": 64
                            },
                            {
                              "height": 300,
                              "url": "https://i.scdn.co/image/ab67656300005f1f010b1c625a39274e7a41e347",
                              "width": 300
                            },
                            {
                              "height": 640,
                              "url": "https://i.scdn.co/image/ab6765630000ba8a010b1c625a39274e7a41e347",
                              "width": 640
                            }
                          ]
                        },
                        "description": "Nick Bostrom is a philosopher whose work focuses on artificial intelligence, existential risk, and the future of humanity. He is Principal Researcher at the Macrostrategy Research Initiative and the author of several books, the most recent of which is “Deep Utopia: Life and Meaning in a Solved World.”www.simonandschuster.com/books/Deep-Utopia/Nick-Bostrom/9781646871643www.nickbostrom.com  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/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": 8081918
                        },
                        "htmlDescription": "<p>Nick Bostrom is a philosopher whose work focuses on artificial intelligence, existential risk, and the future of humanity. He is Principal Researcher at the Macrostrategy Research Initiative and the author of several books, the most recent of which is “Deep Utopia: Life and Meaning in a Solved World.”<br />www.simonandschuster.com/books/Deep-Utopia/Nick-Bostrom/9781646871643<br />www.nickbostrom.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>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": "10TcPJFzFUDyyBzsj72nxi",
                        "mediaTypes": [
                          "AUDIO",
                          "VIDEO"
                        ],
                        "name": "#2525 - Nick Bostrom",
                        "playability": {
                          "playable": true,
                          "reason": "PLAYABLE"
                        },
                        "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"
                            ],
                            "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk"
                          }
                        },
                        "previewPlayback": {
                          "audioPreview": {
                            "cdnUrl": "https://p.scdn.co/mp3-preview/ba46b42f2f38bb09f50e5a8a91877265c577cf44.mp3"
                          }
                        },
                        "releaseDate": {
                          "isoString": "2026-07-14T17:00:00Z",
                          "precision": "MINUTE"
                        },
                        "restrictions": {
                          "paywallContent": false
                        },
                        "sharingInfo": {
                          "shareId": "byEZRMiRS4aX_MSrQ-fxgQ",
                          "shareUrl": "https://open.spotify.com/episode/10TcPJFzFUDyyBzsj72nxi?si=byEZRMiRS4aX_MSrQ-fxgQ"
                        },
                        "transcripts": {},
                        "type": "PODCAST_EPISODE",
                        "uri": "spotify:episode:10TcPJFzFUDyyBzsj72nxi",
                        "visualIdentity": {
                          "sixteenByNineCoverImage": {
                            "image": {
                              "data": {
                                "__typename": "ImageV2",
                                "sources": [
                                  {
                                    "maxHeight": 720,
                                    "maxWidth": 1280,
                                    "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030ae7648ac2ed841cbe3a7aa6d79"
                                  },
                                  {
                                    "maxHeight": 360,
                                    "maxWidth": 640,
                                    "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e77648ac2ed841cbe3a7aa6d79"
                                  }
                                ]
                              }
                            }
                          },
                          "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": "0b9fa63d8ec82e69a4e4"
                  },
                  {
                    "entity": {
                      "_uri": "spotify:episode:4imTpV50bg8l1lIccXTqoC",
                      "data": {
                        "__typename": "Episode",
                        "audio": {
                          "items": [
                            {
                              "url": "https://p.scdn.co/mp3-preview/cc89c0abf536eb97de41b98330fdde309bce37e5"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/67bd280d3daaec5d2e6970cc0c6e4d0b607beda0"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/6b4756382c5050ad7ffb6177cd030bca47577499"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/57460ace6e3270464976529438184a90dcc4b2d9"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/b28cb79e3c220ef1fe1146c87fa08b117da9b946"
                            }
                          ]
                        },
                        "contentRating": {
                          "label": "EXPLICIT"
                        },
                        "coverArt": {
                          "sources": [
                            {
                              "height": 64,
                              "url": "https://i.scdn.co/image/ab6765630000f68dc31c4e7f94756b105c94914c",
                              "width": 64
                            },
                            {
                              "height": 300,
                              "url": "https://i.scdn.co/image/ab67656300005f1fc31c4e7f94756b105c94914c",
                              "width": 300
                            },
                            {
                              "height": 640,
                              "url": "https://i.scdn.co/image/ab6765630000ba8ac31c4e7f94756b105c94914c",
                              "width": 640
                            }
                          ]
                        },
                        "description": "Joe is joined by mixed martial artists John Rallo, Matt Serra, and Din Thomas. John Rallo owns Shogun Fights and is the owner and head coach of Ground Control Mixed Martial Arts Academy.www.groundcontrolbaltimore.comwww.shogunfights.com Matt Serra is a mixed martial artist and host of \"UFC Unfiltered\" with Jim Norton and \"Geeking Out with Matt Serra.\" He is the owner and an instructor at Serra BJJ.www.youtube.com/@MattSerraBJJwww.serrabjjacademy.com Din Thomas is a mixed martial arts analyst, actor, and host of \"Din Thomas' Fight Court.\"www.youtube.com/@FightCourt  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.  Get watch party snacks and groceries on Uber Eats. Learn more about your ad choices. Visit podcastchoices.com/adchoices",
                        "duration": {
                          "totalMilliseconds": 9543167
                        },
                        "htmlDescription": "<p>Joe is joined by mixed martial artists John Rallo, Matt Serra, and Din Thomas.</p><br/><p>John Rallo owns Shogun Fights and is the owner and head coach of Ground Control Mixed Martial Arts Academy.<br />www.groundcontrolbaltimore.com<br />www.shogunfights.com</p><br/><p>Matt Serra is a mixed martial artist and host of &#34;UFC Unfiltered&#34; with Jim Norton and &#34;Geeking Out with Matt Serra.&#34; He is the owner and an instructor at Serra BJJ.<br />www.youtube.com/&#64;MattSerraBJJ<br />www.serrabjjacademy.com</p><br/><p>Din Thomas is a mixed martial arts analyst, actor, and host of &#34;Din Thomas&#39; Fight Court.&#34;<br />www.youtube.com/&#64;FightCourt</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><br/><p><br /></p><br/><p>Get watch party snacks and groceries on Uber Eats.</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": "4imTpV50bg8l1lIccXTqoC",
                        "mediaTypes": [
                          "AUDIO",
                          "VIDEO"
                        ],
                        "name": "JRE MMA Show #182 - Protect Ya Neck",
                        "playability": {
                          "playable": true,
                          "reason": "PLAYABLE"
                        },
                        "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"
                            ],
                            "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk"
                          }
                        },
                        "previewPlayback": {
                          "audioPreview": {
                            "cdnUrl": "https://p.scdn.co/mp3-preview/e8a322b467ac820b6646eb3f789b2f9992ff320c.mp3"
                          }
                        },
                        "releaseDate": {
                          "isoString": "2026-07-09T17:00:00Z",
                          "precision": "MINUTE"
                        },
                        "restrictions": {
                          "paywallContent": false
                        },
                        "sharingInfo": {
                          "shareId": "-Bi4yBNXRnenXdEttOlHwQ",
                          "shareUrl": "https://open.spotify.com/episode/4imTpV50bg8l1lIccXTqoC?si=-Bi4yBNXRnenXdEttOlHwQ"
                        },
                        "transcripts": {},
                        "type": "PODCAST_EPISODE",
                        "uri": "spotify:episode:4imTpV50bg8l1lIccXTqoC",
                        "visualIdentity": {
                          "sixteenByNineCoverImage": {
                            "image": {
                              "data": {
                                "__typename": "ImageV2",
                                "sources": [
                                  {
                                    "maxHeight": 720,
                                    "maxWidth": 1280,
                                    "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030aee781082c1d0b2280f811a5da"
                                  },
                                  {
                                    "maxHeight": 360,
                                    "maxWidth": 640,
                                    "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e7e781082c1d0b2280f811a5da"
                                  }
                                ]
                              }
                            }
                          },
                          "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": "1bfe38367f56fd8df244"
                  },
                  {
                    "entity": {
                      "_uri": "spotify:episode:1f6tXaeR1XNYwSF0tqpEDT",
                      "data": {
                        "__typename": "Episode",
                        "audio": {
                          "items": [
                            {
                              "url": "https://p.scdn.co/mp3-preview/79d00facffbf57d9bad25910812d7af541131a63"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/b348d674403423ddbaa7619f7868fe24ba01b695"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/0f50bcd22706355dad3d825b2d3dd3ea635169b5"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/ecfad3e5334c0c3c516eeca1d8bd1d4f1e04a41e"
                            },
                            {
                              "url": "https://p.scdn.co/mp3-preview/ef72da5afac7d1e978bf98033d7d3d42e7c25c10"
                            }
                          ]
                        },
                        "contentRating": {
                          "label": "EXPLICIT"
                        },
                        "coverArt": {
                          "sources": [
                            {
                              "height": 64,
                              "url": "https://i.scdn.co/image/ab6765630000f68d0531ec0d584e51f31ca132ed",
                              "width": 64
                            },
                            {
                              "height": 300,
                              "url": "https://i.scdn.co/image/ab67656300005f1f0531ec0d584e51f31ca132ed",
                              "width": 300
                            },
                            {
                              "height": 640,
                              "url": "https://i.scdn.co/image/ab6765630000ba8a0531ec0d584e51f31ca132ed",
                              "width": 640
                            }
                          ]
                        },
                        "description": "Rupert Lowe is a British politician who has served as the member of Parliament for Great Yarmouth since 2024 and the leader of Restore Britain.  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  onX Offroad: Try onX Offroad for 50% off- go to https://onXmaps.com/joerogan  This video is sponsored by BetterHelp. Visit https://BetterHelp.com/JRE Learn more about your ad choices. Visit podcastchoices.com/adchoices",
                        "duration": {
                          "totalMilliseconds": 7385641
                        },
                        "htmlDescription": "<p>Rupert Lowe is a British politician who has served as the member of Parliament for Great Yarmouth since 2024 and the leader of Restore Britain.</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>onX Offroad: Try onX Offroad for 50% off- go to <a href=\"https://onXmaps.com/joerogan\" rel=\"nofollow\">https://onXmaps.com/joerogan</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": "1f6tXaeR1XNYwSF0tqpEDT",
                        "mediaTypes": [
                          "AUDIO",
                          "VIDEO"
                        ],
                        "name": "#2524 - Rupert Lowe",
                        "playability": {
                          "playable": true,
                          "reason": "PLAYABLE"
                        },
                        "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"
                            ],
                            "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk"
                          }
                        },
                        "previewPlayback": {
                          "audioPreview": {
                            "cdnUrl": "https://p.scdn.co/mp3-preview/d9a20bdf0277625f2a094ad311845d3fb61d13d9.mp3"
                          }
                        },
                        "releaseDate": {
                          "isoString": "2026-07-08T17:00:00Z",
                          "precision": "MINUTE"
                        },
                        "restrictions": {
                          "paywallContent": false
                        },
                        "sharingInfo": {
                          "shareId": "Co0hsETLQr2JxhnuJeQp-g",
                          "shareUrl": "https://open.spotify.com/episode/1f6tXaeR1XNYwSF0tqpEDT?si=Co0hsETLQr2JxhnuJeQp-g"
                        },
                        "transcripts": {},
                        "type": "PODCAST_EPISODE",
                        "uri": "spotify:episode:1f6tXaeR1XNYwSF0tqpEDT",
                        "visualIdentity": {
                          "sixteenByNineCoverImage": {
                            "image": {
                              "data": {
                                "__typename": "ImageV2",
                                "sources": [
                                  {
                                    "maxHeight": 720,
                                    "maxWidth": 1280,
                                    "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030ae90386d50241a150d4bcbc8e9"
                                  },
                                  {
                                    "maxHeight": 360,
                                    "maxWidth": 640,
                                    "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e790386d50241a150d4bcbc8e9"
                                  }
                                ]
                              }
                            }
                          },
                          "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": "4a31a2aa46377a4f5d92"
                  }
                ],
                "pagingInfo": {
                  "nextOffset": 5
                },
                "totalCount": 2722
              },
              "id": "4rOoJ6Egrf8K2IrywzwOMk",
              "name": "The Joe Rogan Experience",
              "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk"
            }
          }
        }
      }
    },
    "totalReturned": 5,
    "episodes": [
      {
        "platform": "spotify",
        "type": "episode",
        "uri": "spotify:episode:25xKO33R8MuWDHon82THE0",
        "url": "https://open.spotify.com/episode/25xKO33R8MuWDHon82THE0?si=crkbtVYVRVelIsPXFLjhig",
        "name": "#2527 - MrBeast",
        "description": "Jimmy Donaldson, better known as MrBeast, is a YouTuber, entrepreneur, and philanthropist. He is the founder of Beast Industries and Beast Philanthropy, and the creator and host of the Prime Video competition series “Beast Games.”www.beastgames.comwww.beastphilanthropy.orgwww.youtube.com/@MrBeast      Learn more about your ad choices. Visit podcastchoices.com/adchoices",
        "durationMs": 10123050,
        "releaseYear": 2026,
        "image": "https://i.scdn.co/image/ab6765630000f68dae7eda3fb0261372fba3e18c",
        "raw": {
          "__typename": "Episode",
          "audio": {
            "items": [
              {
                "url": "https://p.scdn.co/mp3-preview/2f9340916935c4bfd8de8ecfafe5344073226e74"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/8890ef960cf2ba6d513a689b53c0e0a34620f903"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/11526f62194c7d8ca5bd9e1a919f2b57122799ee"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/2f705e0d5358e718a0a98e03c31686174101de22"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/5ba8dfda70a8a1564ba28808d745a9501e00c4e5"
              }
            ]
          },
          "contentRating": {
            "label": "EXPLICIT"
          },
          "coverArt": {
            "sources": [
              {
                "height": 64,
                "url": "https://i.scdn.co/image/ab6765630000f68dae7eda3fb0261372fba3e18c",
                "width": 64
              },
              {
                "height": 300,
                "url": "https://i.scdn.co/image/ab67656300005f1fae7eda3fb0261372fba3e18c",
                "width": 300
              },
              {
                "height": 640,
                "url": "https://i.scdn.co/image/ab6765630000ba8aae7eda3fb0261372fba3e18c",
                "width": 640
              }
            ]
          },
          "description": "Jimmy Donaldson, better known as MrBeast, is a YouTuber, entrepreneur, and philanthropist. He is the founder of Beast Industries and Beast Philanthropy, and the creator and host of the Prime Video competition series “Beast Games.”www.beastgames.comwww.beastphilanthropy.orgwww.youtube.com/@MrBeast      Learn more about your ad choices. Visit podcastchoices.com/adchoices",
          "duration": {
            "totalMilliseconds": 10123050
          },
          "htmlDescription": "<p>Jimmy Donaldson, better known as MrBeast, is a YouTuber, entrepreneur, and philanthropist. He is the founder of Beast Industries and Beast Philanthropy, and the creator and host of the Prime Video competition series “Beast Games.”<br />www.beastgames.com<br />www.beastphilanthropy.org<br />www.youtube.com/&#64;MrBeast<br /></p><br/><p><br /><a href=\"https://pplx.ai/rogan\" rel=\"nofollow\"><br /></a><br /></p><br/><p><br /></p><br/><p><br /><a href=\"https://dkng.co/rogan\" rel=\"nofollow\"><br /></a><br /></p><br/><p><br /></p><br/><p><br /><a href=\"https://BlueChew.com\" rel=\"nofollow\"><br /></a><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": "25xKO33R8MuWDHon82THE0",
          "mediaTypes": [
            "AUDIO",
            "VIDEO"
          ],
          "name": "#2527 - MrBeast",
          "playability": {
            "playable": true,
            "reason": "PLAYABLE"
          },
          "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"
              ],
              "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk"
            }
          },
          "previewPlayback": {
            "audioPreview": {
              "cdnUrl": "https://p.scdn.co/mp3-preview/fbdde763b7027fc2c352b3e77e856072193fbe4b.mp3"
            }
          },
          "releaseDate": {
            "isoString": "2026-07-16T17:00:00Z",
            "precision": "MINUTE"
          },
          "restrictions": {
            "paywallContent": false
          },
          "sharingInfo": {
            "shareId": "crkbtVYVRVelIsPXFLjhig",
            "shareUrl": "https://open.spotify.com/episode/25xKO33R8MuWDHon82THE0?si=crkbtVYVRVelIsPXFLjhig"
          },
          "transcripts": {},
          "type": "PODCAST_EPISODE",
          "uri": "spotify:episode:25xKO33R8MuWDHon82THE0",
          "visualIdentity": {
            "sixteenByNineCoverImage": {
              "image": {
                "data": {
                  "__typename": "ImageV2",
                  "sources": [
                    {
                      "maxHeight": 720,
                      "maxWidth": 1280,
                      "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab000030ae5a2498f3d761d4dae14c8927"
                    },
                    {
                      "maxHeight": 360,
                      "maxWidth": 640,
                      "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab0000e0e75a2498f3d761d4dae14c8927"
                    }
                  ]
                }
              }
            },
            "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:2J3m075zqKwZ43mysdezJK",
        "url": "https://open.spotify.com/episode/2J3m075zqKwZ43mysdezJK?si=jrpMxrx5R5SB9qjTByvPJA",
        "name": "#2526 - JD Vance",
        "description": "JD Vance is the Vice President of the United States, a Marine Corps veteran, former U.S. Senator from Ohio, and author. His latest book, “Communion: Finding My Way Back to Faith,” is available now.www.harpercollins.com/products/communion-j-d-vancewww.whitehouse.gov/administration/jd-vance  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  50% off your first box at https://www.thefarmersdog.com/rogan!  Sign up at https://foxnation.com to watch RAF 11! Learn more about your ad choices. Visit podcastchoices.com/adchoices",
        "durationMs": 10414079,
        "releaseYear": 2026,
        "image": "https://i.scdn.co/image/ab6765630000f68dca6df7e6f0bea75e26aa81e8",
        "raw": {
          "__typename": "Episode",
          "audio": {
            "items": [
              {
                "url": "https://p.scdn.co/mp3-preview/91e492f1704273826da8c4c533cd3d449069c1ba"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/e3b623e752a46a58c80a2cbeb45d299ec8a43b6b"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/e290eec9503c09202a2d195a402cfcfb6d7600ee"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/5a3a2149687091dc69d8979a9bfa69458c910d08"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/4278357f280cda29f19e320886179b093e261078"
              }
            ]
          },
          "contentRating": {
            "label": "EXPLICIT"
          },
          "coverArt": {
            "sources": [
              {
                "height": 64,
                "url": "https://i.scdn.co/image/ab6765630000f68dca6df7e6f0bea75e26aa81e8",
                "width": 64
              },
              {
                "height": 300,
                "url": "https://i.scdn.co/image/ab67656300005f1fca6df7e6f0bea75e26aa81e8",
                "width": 300
              },
              {
                "height": 640,
                "url": "https://i.scdn.co/image/ab6765630000ba8aca6df7e6f0bea75e26aa81e8",
                "width": 640
              }
            ]
          },
          "description": "JD Vance is the Vice President of the United States, a Marine Corps veteran, former U.S. Senator from Ohio, and author. His latest book, “Communion: Finding My Way Back to Faith,” is available now.www.harpercollins.com/products/communion-j-d-vancewww.whitehouse.gov/administration/jd-vance  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  50% off your first box at https://www.thefarmersdog.com/rogan!  Sign up at https://foxnation.com to watch RAF 11! Learn more about your ad choices. Visit podcastchoices.com/adchoices",
          "duration": {
            "totalMilliseconds": 10414079
          },
          "htmlDescription": "<p>JD Vance is the Vice President of the United States, a Marine Corps veteran, former U.S. Senator from Ohio, and author. His latest book, “Communion: Finding My Way Back to Faith,” is available now.<br />www.harpercollins.com/products/communion-j-d-vance<br />www.whitehouse.gov/administration/jd-vance</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>Sign up at <a href=\"https://foxnation.com\" rel=\"nofollow\">https://foxnation.com</a> to watch RAF 11!</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": "2J3m075zqKwZ43mysdezJK",
          "mediaTypes": [
            "AUDIO",
            "VIDEO"
          ],
          "name": "#2526 - JD Vance",
          "playability": {
            "playable": true,
            "reason": "PLAYABLE"
          },
          "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"
              ],
              "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk"
            }
          },
          "previewPlayback": {
            "audioPreview": {
              "cdnUrl": "https://p.scdn.co/mp3-preview/ef7705919e95acc2a79d4d203e311220e8a85b6e.mp3"
            }
          },
          "releaseDate": {
            "isoString": "2026-07-15T17:00:00Z",
            "precision": "MINUTE"
          },
          "restrictions": {
            "paywallContent": false
          },
          "sharingInfo": {
            "shareId": "jrpMxrx5R5SB9qjTByvPJA",
            "shareUrl": "https://open.spotify.com/episode/2J3m075zqKwZ43mysdezJK?si=jrpMxrx5R5SB9qjTByvPJA"
          },
          "transcripts": {},
          "type": "PODCAST_EPISODE",
          "uri": "spotify:episode:2J3m075zqKwZ43mysdezJK",
          "visualIdentity": {
            "sixteenByNineCoverImage": {
              "image": {
                "data": {
                  "__typename": "ImageV2",
                  "sources": [
                    {
                      "maxHeight": 720,
                      "maxWidth": 1280,
                      "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab000030ae6836d7fb3ec70a76a4d3d03c"
                    },
                    {
                      "maxHeight": 360,
                      "maxWidth": 640,
                      "url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab0000e0e76836d7fb3ec70a76a4d3d03c"
                    }
                  ]
                }
              }
            },
            "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:10TcPJFzFUDyyBzsj72nxi",
        "url": "https://open.spotify.com/episode/10TcPJFzFUDyyBzsj72nxi?si=byEZRMiRS4aX_MSrQ-fxgQ",
        "name": "#2525 - Nick Bostrom",
        "description": "Nick Bostrom is a philosopher whose work focuses on artificial intelligence, existential risk, and the future of humanity. He is Principal Researcher at the Macrostrategy Research Initiative and the author of several books, the most recent of which is “Deep Utopia: Life and Meaning in a Solved World.”www.simonandschuster.com/books/Deep-Utopia/Nick-Bostrom/9781646871643www.nickbostrom.com  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/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",
        "durationMs": 8081918,
        "releaseYear": 2026,
        "image": "https://i.scdn.co/image/ab6765630000f68d010b1c625a39274e7a41e347",
        "raw": {
          "__typename": "Episode",
          "audio": {
            "items": [
              {
                "url": "https://p.scdn.co/mp3-preview/dc9dce35f8172cb8cb36e5249619fa5778eda411"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/c50b2d689e1b270d54af3a4e711b326dfc220c57"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/f231631aa10e95171e60fcd85427cc9e321adb0d"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/39e349e03c2e565bd53e7abab3bb60679df9f897"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/3e6c52bc966b6a826865f11be9be2003ac29e722"
              }
            ]
          },
          "contentRating": {
            "label": "EXPLICIT"
          },
          "coverArt": {
            "sources": [
              {
                "height": 64,
                "url": "https://i.scdn.co/image/ab6765630000f68d010b1c625a39274e7a41e347",
                "width": 64
              },
              {
                "height": 300,
                "url": "https://i.scdn.co/image/ab67656300005f1f010b1c625a39274e7a41e347",
                "width": 300
              },
              {
                "height": 640,
                "url": "https://i.scdn.co/image/ab6765630000ba8a010b1c625a39274e7a41e347",
                "width": 640
              }
            ]
          },
          "description": "Nick Bostrom is a philosopher whose work focuses on artificial intelligence, existential risk, and the future of humanity. He is Principal Researcher at the Macrostrategy Research Initiative and the author of several books, the most recent of which is “Deep Utopia: Life and Meaning in a Solved World.”www.simonandschuster.com/books/Deep-Utopia/Nick-Bostrom/9781646871643www.nickbostrom.com  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/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": 8081918
          },
          "htmlDescription": "<p>Nick Bostrom is a philosopher whose work focuses on artificial intelligence, existential risk, and the future of humanity. He is Principal Researcher at the Macrostrategy Research Initiative and the author of several books, the most recent of which is “Deep Utopia: Life and Meaning in a Solved World.”<br />www.simonandschuster.com/books/Deep-Utopia/Nick-Bostrom/9781646871643<br />www.nickbostrom.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>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": "10TcPJFzFUDyyBzsj72nxi",
          "mediaTypes": [
            "AUDIO",
            "VIDEO"
          ],
          "name": "#2525 - Nick Bostrom",
          "playability": {
            "playable": true,
            "reason": "PLAYABLE"
          },
          "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"
              ],
              "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk"
            }
          },
          "previewPlayback": {
            "audioPreview": {
              "cdnUrl": "https://p.scdn.co/mp3-preview/ba46b42f2f38bb09f50e5a8a91877265c577cf44.mp3"
            }
          },
          "releaseDate": {
            "isoString": "2026-07-14T17:00:00Z",
            "precision": "MINUTE"
          },
          "restrictions": {
            "paywallContent": false
          },
          "sharingInfo": {
            "shareId": "byEZRMiRS4aX_MSrQ-fxgQ",
            "shareUrl": "https://open.spotify.com/episode/10TcPJFzFUDyyBzsj72nxi?si=byEZRMiRS4aX_MSrQ-fxgQ"
          },
          "transcripts": {},
          "type": "PODCAST_EPISODE",
          "uri": "spotify:episode:10TcPJFzFUDyyBzsj72nxi",
          "visualIdentity": {
            "sixteenByNineCoverImage": {
              "image": {
                "data": {
                  "__typename": "ImageV2",
                  "sources": [
                    {
                      "maxHeight": 720,
                      "maxWidth": 1280,
                      "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030ae7648ac2ed841cbe3a7aa6d79"
                    },
                    {
                      "maxHeight": 360,
                      "maxWidth": 640,
                      "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e77648ac2ed841cbe3a7aa6d79"
                    }
                  ]
                }
              }
            },
            "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:4imTpV50bg8l1lIccXTqoC",
        "url": "https://open.spotify.com/episode/4imTpV50bg8l1lIccXTqoC?si=-Bi4yBNXRnenXdEttOlHwQ",
        "name": "JRE MMA Show #182 - Protect Ya Neck",
        "description": "Joe is joined by mixed martial artists John Rallo, Matt Serra, and Din Thomas. John Rallo owns Shogun Fights and is the owner and head coach of Ground Control Mixed Martial Arts Academy.www.groundcontrolbaltimore.comwww.shogunfights.com Matt Serra is a mixed martial artist and host of \"UFC Unfiltered\" with Jim Norton and \"Geeking Out with Matt Serra.\" He is the owner and an instructor at Serra BJJ.www.youtube.com/@MattSerraBJJwww.serrabjjacademy.com Din Thomas is a mixed martial arts analyst, actor, and host of \"Din Thomas' Fight Court.\"www.youtube.com/@FightCourt  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.  Get watch party snacks and groceries on Uber Eats. Learn more about your ad choices. Visit podcastchoices.com/adchoices",
        "durationMs": 9543167,
        "releaseYear": 2026,
        "image": "https://i.scdn.co/image/ab6765630000f68dc31c4e7f94756b105c94914c",
        "raw": {
          "__typename": "Episode",
          "audio": {
            "items": [
              {
                "url": "https://p.scdn.co/mp3-preview/cc89c0abf536eb97de41b98330fdde309bce37e5"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/67bd280d3daaec5d2e6970cc0c6e4d0b607beda0"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/6b4756382c5050ad7ffb6177cd030bca47577499"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/57460ace6e3270464976529438184a90dcc4b2d9"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/b28cb79e3c220ef1fe1146c87fa08b117da9b946"
              }
            ]
          },
          "contentRating": {
            "label": "EXPLICIT"
          },
          "coverArt": {
            "sources": [
              {
                "height": 64,
                "url": "https://i.scdn.co/image/ab6765630000f68dc31c4e7f94756b105c94914c",
                "width": 64
              },
              {
                "height": 300,
                "url": "https://i.scdn.co/image/ab67656300005f1fc31c4e7f94756b105c94914c",
                "width": 300
              },
              {
                "height": 640,
                "url": "https://i.scdn.co/image/ab6765630000ba8ac31c4e7f94756b105c94914c",
                "width": 640
              }
            ]
          },
          "description": "Joe is joined by mixed martial artists John Rallo, Matt Serra, and Din Thomas. John Rallo owns Shogun Fights and is the owner and head coach of Ground Control Mixed Martial Arts Academy.www.groundcontrolbaltimore.comwww.shogunfights.com Matt Serra is a mixed martial artist and host of \"UFC Unfiltered\" with Jim Norton and \"Geeking Out with Matt Serra.\" He is the owner and an instructor at Serra BJJ.www.youtube.com/@MattSerraBJJwww.serrabjjacademy.com Din Thomas is a mixed martial arts analyst, actor, and host of \"Din Thomas' Fight Court.\"www.youtube.com/@FightCourt  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.  Get watch party snacks and groceries on Uber Eats. Learn more about your ad choices. Visit podcastchoices.com/adchoices",
          "duration": {
            "totalMilliseconds": 9543167
          },
          "htmlDescription": "<p>Joe is joined by mixed martial artists John Rallo, Matt Serra, and Din Thomas.</p><br/><p>John Rallo owns Shogun Fights and is the owner and head coach of Ground Control Mixed Martial Arts Academy.<br />www.groundcontrolbaltimore.com<br />www.shogunfights.com</p><br/><p>Matt Serra is a mixed martial artist and host of &#34;UFC Unfiltered&#34; with Jim Norton and &#34;Geeking Out with Matt Serra.&#34; He is the owner and an instructor at Serra BJJ.<br />www.youtube.com/&#64;MattSerraBJJ<br />www.serrabjjacademy.com</p><br/><p>Din Thomas is a mixed martial arts analyst, actor, and host of &#34;Din Thomas&#39; Fight Court.&#34;<br />www.youtube.com/&#64;FightCourt</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><br/><p><br /></p><br/><p>Get watch party snacks and groceries on Uber Eats.</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": "4imTpV50bg8l1lIccXTqoC",
          "mediaTypes": [
            "AUDIO",
            "VIDEO"
          ],
          "name": "JRE MMA Show #182 - Protect Ya Neck",
          "playability": {
            "playable": true,
            "reason": "PLAYABLE"
          },
          "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"
              ],
              "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk"
            }
          },
          "previewPlayback": {
            "audioPreview": {
              "cdnUrl": "https://p.scdn.co/mp3-preview/e8a322b467ac820b6646eb3f789b2f9992ff320c.mp3"
            }
          },
          "releaseDate": {
            "isoString": "2026-07-09T17:00:00Z",
            "precision": "MINUTE"
          },
          "restrictions": {
            "paywallContent": false
          },
          "sharingInfo": {
            "shareId": "-Bi4yBNXRnenXdEttOlHwQ",
            "shareUrl": "https://open.spotify.com/episode/4imTpV50bg8l1lIccXTqoC?si=-Bi4yBNXRnenXdEttOlHwQ"
          },
          "transcripts": {},
          "type": "PODCAST_EPISODE",
          "uri": "spotify:episode:4imTpV50bg8l1lIccXTqoC",
          "visualIdentity": {
            "sixteenByNineCoverImage": {
              "image": {
                "data": {
                  "__typename": "ImageV2",
                  "sources": [
                    {
                      "maxHeight": 720,
                      "maxWidth": 1280,
                      "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030aee781082c1d0b2280f811a5da"
                    },
                    {
                      "maxHeight": 360,
                      "maxWidth": 640,
                      "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e7e781082c1d0b2280f811a5da"
                    }
                  ]
                }
              }
            },
            "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:1f6tXaeR1XNYwSF0tqpEDT",
        "url": "https://open.spotify.com/episode/1f6tXaeR1XNYwSF0tqpEDT?si=Co0hsETLQr2JxhnuJeQp-g",
        "name": "#2524 - Rupert Lowe",
        "description": "Rupert Lowe is a British politician who has served as the member of Parliament for Great Yarmouth since 2024 and the leader of Restore Britain.  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  onX Offroad: Try onX Offroad for 50% off- go to https://onXmaps.com/joerogan  This video is sponsored by BetterHelp. Visit https://BetterHelp.com/JRE Learn more about your ad choices. Visit podcastchoices.com/adchoices",
        "durationMs": 7385641,
        "releaseYear": 2026,
        "image": "https://i.scdn.co/image/ab6765630000f68d0531ec0d584e51f31ca132ed",
        "raw": {
          "__typename": "Episode",
          "audio": {
            "items": [
              {
                "url": "https://p.scdn.co/mp3-preview/79d00facffbf57d9bad25910812d7af541131a63"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/b348d674403423ddbaa7619f7868fe24ba01b695"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/0f50bcd22706355dad3d825b2d3dd3ea635169b5"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/ecfad3e5334c0c3c516eeca1d8bd1d4f1e04a41e"
              },
              {
                "url": "https://p.scdn.co/mp3-preview/ef72da5afac7d1e978bf98033d7d3d42e7c25c10"
              }
            ]
          },
          "contentRating": {
            "label": "EXPLICIT"
          },
          "coverArt": {
            "sources": [
              {
                "height": 64,
                "url": "https://i.scdn.co/image/ab6765630000f68d0531ec0d584e51f31ca132ed",
                "width": 64
              },
              {
                "height": 300,
                "url": "https://i.scdn.co/image/ab67656300005f1f0531ec0d584e51f31ca132ed",
                "width": 300
              },
              {
                "height": 640,
                "url": "https://i.scdn.co/image/ab6765630000ba8a0531ec0d584e51f31ca132ed",
                "width": 640
              }
            ]
          },
          "description": "Rupert Lowe is a British politician who has served as the member of Parliament for Great Yarmouth since 2024 and the leader of Restore Britain.  Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.  onX Offroad: Try onX Offroad for 50% off- go to https://onXmaps.com/joerogan  This video is sponsored by BetterHelp. Visit https://BetterHelp.com/JRE Learn more about your ad choices. Visit podcastchoices.com/adchoices",
          "duration": {
            "totalMilliseconds": 7385641
          },
          "htmlDescription": "<p>Rupert Lowe is a British politician who has served as the member of Parliament for Great Yarmouth since 2024 and the leader of Restore Britain.</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>onX Offroad: Try onX Offroad for 50% off- go to <a href=\"https://onXmaps.com/joerogan\" rel=\"nofollow\">https://onXmaps.com/joerogan</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": "1f6tXaeR1XNYwSF0tqpEDT",
          "mediaTypes": [
            "AUDIO",
            "VIDEO"
          ],
          "name": "#2524 - Rupert Lowe",
          "playability": {
            "playable": true,
            "reason": "PLAYABLE"
          },
          "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"
              ],
              "uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk"
            }
          },
          "previewPlayback": {
            "audioPreview": {
              "cdnUrl": "https://p.scdn.co/mp3-preview/d9a20bdf0277625f2a094ad311845d3fb61d13d9.mp3"
            }
          },
          "releaseDate": {
            "isoString": "2026-07-08T17:00:00Z",
            "precision": "MINUTE"
          },
          "restrictions": {
            "paywallContent": false
          },
          "sharingInfo": {
            "shareId": "Co0hsETLQr2JxhnuJeQp-g",
            "shareUrl": "https://open.spotify.com/episode/1f6tXaeR1XNYwSF0tqpEDT?si=Co0hsETLQr2JxhnuJeQp-g"
          },
          "transcripts": {},
          "type": "PODCAST_EPISODE",
          "uri": "spotify:episode:1f6tXaeR1XNYwSF0tqpEDT",
          "visualIdentity": {
            "sixteenByNineCoverImage": {
              "image": {
                "data": {
                  "__typename": "ImageV2",
                  "sources": [
                    {
                      "maxHeight": 720,
                      "maxWidth": 1280,
                      "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030ae90386d50241a150d4bcbc8e9"
                    },
                    {
                      "maxHeight": 360,
                      "maxWidth": 640,
                      "url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e790386d50241a150d4bcbc8e9"
                    }
                  ]
                }
              }
            },
            "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
                  }
                }
              }
            }
          }
        }
      }
    ]
  }
}

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:

Top-level fields

  • platformPlatform identifier (e.g. youtube, instagram).
  • totalReturnedNumber of items returned in this response.

Podcast

The podcast object contains:

  • platformPlatform identifier (e.g. youtube, instagram).
  • typeContent type of the item.
  • uriPlatform URI for the item.
  • urlCanonical URL of the item.
  • nameName of the item or account.
  • descriptionDescription text.
  • artistsArtists credited on the item.
  • imageImage URL.
  • totalEpisodesNumber of episodes.
  • rawRaw upstream payload for advanced use (fields may change).

Episodes

Each item in episodes contains:

  • platformPlatform identifier (e.g. youtube, instagram).
  • typeContent type of the item.
  • uriPlatform URI for the item.
  • urlCanonical URL of the item.
  • nameName of the item or account.
  • descriptionDescription text.
  • durationMsLength in milliseconds.
  • releaseYearYear of release.
  • imageImage URL.
  • rawRaw upstream payload for advanced use (fields may change).

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.
cachebooleanNoSet true to serve from the 24h response cache. Default false — always fetch fresh data.

Authentication: send your key as Authorization: Bearer capt_live_.... A typical call costs 2 credits. Pass cache=true for a free 24h cache hit; default is always fresh.

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 podcast episodes using one GET request to /v1/spotify/podcast-episodes. It returns clean JSON — no OAuth or infrastructure setup required.

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

Each successful call costs 2 credits. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. 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, Rumble, Spotify, Kwai, and more. 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 and automatic retries. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. Use it for 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.