Right now it only shows ID+Unix-Timestamp for (http://api.tvmaze.com/updates/shows) Can you please extend this Updates API to also include basic series info at least "Title", "Premiere Date", "Show Type", "Status" ? This will eliminate the need for calling api second time for this basic info at http://api.tvmaze.com/shows/<id> Optionally, you can create a second extended version of this something like; http://api.tvmaze.com/updates/shows?embeded that also include everything in Main show info at http://api.tvmaze.com/shows/<id> THANK YOU!

