List related podcasts
Response (truncated)
The five most related shows inline
The podcast detail embeds the lean form on request, so one call answers “what else is like this” without a second round trip. The sameinclude parameter also takes
recommended_guests (the five guests the show could book next) and recommended_sponsors
(premium-grade; the five advertisers active on shows like this one that do not buy it yet), the
inline forms of /recommendations/guests
and /recommendations/sponsors:
Response (truncated)
related is omitted when the show’s set has not been computed yet. The full list, pagination,
and the basis live on GET /v1/podcasts/{id}/related.
Reading a result
Related shows are restricted to the source show’s language, and a show’s own list never
contains itself. Only shows above a relatedness floor are listed, so a show with too few
embedded episodes gets a short list or an empty one rather than fifty near-zero rows.
Machine-generated and farmed feeds (synthetic voice and script, text read by a synthetic
voice, syndication spam, brand impersonation) are never listed as related shows, and when a
publisher carries the same show under several feeds — an “all shows” aggregate, a regional
edition — only the best-ranked one appears. Sets recomputed since this rule shipped are stored
already collapsed; for sets computed earlier the collapse happens when the list is read and is
best-effort, so during a vector-store outage such a list can briefly show a republished feed.
An empty first page returns
200 with a coverage note, not 404 — the show exists; the note
says why nothing is listed.
MCP
The same data is available to agents asparticle_podcast_list_related
(with include: ["basis"]), and inline on particle_podcast_resolve
via include: ["related"].