Accessing the actors API endpoint for a show with no actors added will throw a tvdb_error
as if the show is missing.
This is technically a bug with TVDB - it should return an empty list of actors, not 404.. but we can easily workaround this in the API wrapper (a non-existent show will error before that point)