How do I get a link to a specific episode of a TV show in the iTunes store? I have the name of the show*, the season, and episode number. From the documentation, I've found that I can get a list of episodes, and then parse the JSON to find the episode and its iTunes links.
However, the documentation also says that one should avoid making too many or too big requests (e.g. by using the limit parameter), so I'm wondering if there is a better way to directly get the desired episode link, without fetching and parsing a potentially huge list of episodes.
*) In case the season name is ambiguous, I have the TVDB data, and can also specify a 'canonical' name if neccessary.