Create posts inside CPT post

Yes it is possible to work as above . You need to follow below points to make it work :

  1. Make custom post type name Serials.
  2. Add new custom taxonomy name serial which will be showing name of the serials
  3. Now add each episode as the post and assign the taxonomy serial name to it.

Let me know if this clears your above question.