So it is very easy to use the Ruby SDK to find a show by name (using :q and :tv_market_locale). I can use this to find the tv show “Question Time”
=> {:name=>"Question Time",
:id=>10027651290,
:estimated_users=>252132,
:genre=>"TALK"}
But without exposing a more wildly used public canonical ID it makes it hard to link exiting information held about this program without resorting to string matching which could fail. Usecases include retrieving synopsis, next scheduled air date, viewing metrics etc.
Something like TMS-ID? http://www.gracenote.com/tms-id/
cc: @andrs