> ## Documentation Index
> Fetch the complete documentation index at: https://ileolami.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Details

> This endpoint get the details of a TV season.



## OpenAPI

````yaml get /3/tv/{series_id}/season/{season_number}
openapi: 3.0.3
info:
  title: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/tv/{series_id}/season/{season_number}:
    parameters:
      - $ref: '#/components/parameters/SeriesID'
      - name: season_number
        in: path
        required: true
        schema:
          type: integer
          example: 2
      - name: append_to_response
        description: comma separated list of endpoints within this namespace, 20 items max
        in: query
        schema:
          type: string
      - name: language
        in: query
        schema:
          type: string
          default: en-US
    get:
      tags:
        - TV SEASONS
      summary: Details
      description: This endpoint get the details of a TV season.
      operationId: details12
      responses:
        '200':
          description: Details
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=19234
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 02 Jan 2025 08:38:56 GMT
            ETag:
              schema:
                type: string
                example: W/"e8cb3740100be5fef08cd641f644ed85"
            Server:
              schema:
                type: string
                example: openresty
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            Via:
              schema:
                type: string
                example: >-
                  1.1 58323cef7927326b4721718ec24b0aae.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: KD5yak0GTo8io8UNXxZETkaApnatfipDCyYQCYOFP6lRvPhHoY4Fhg==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '2494'
            x-memc-expires:
              schema:
                type: string
                example: '19234'
            x-memc-key:
              schema:
                type: string
                example: 04926cc76f4cbc7dc2eaf14fd32a8dd3
          content:
            application/json:
              schema:
                type: object
                properties:
                  _id:
                    type: string
                    example: 5256e7d819c2956ff60e3b29
                  air_date:
                    type: string
                    example: '2005-09-11'
                  episodes:
                    type: array
                    items:
                      type: object
                      properties:
                        air_date:
                          type: string
                          example: '2005-09-11'
                        crew:
                          type: array
                          items:
                            type: object
                            properties:
                              adult:
                                type: boolean
                                example: false
                              credit_id:
                                type: string
                                example: 5e0c50575541fa00131c4d1c
                              department:
                                type: string
                                example: Directing
                              gender:
                                type: number
                                example: 2
                              id:
                                type: number
                                example: 2495504
                              job:
                                type: string
                                example: Director
                              known_for_department:
                                type: string
                                example: Directing
                              name:
                                type: string
                                example: Brent Woods
                              original_name:
                                type: string
                                example: Brent Woods
                              popularity:
                                type: number
                                example: 0.001
                              profile_path:
                                type: string
                                nullable: true
                                example: /4gGF5VxChdMC5oYZ16EvfDV3OWz.jpg
                          example:
                            - adult: false
                              credit_id: 5e0c50575541fa00131c4d1c
                              department: Directing
                              gender: 2
                              id: 2495504
                              job: Director
                              known_for_department: Directing
                              name: Brent Woods
                              original_name: Brent Woods
                              popularity: 0.001
                              profile_path: /4gGF5VxChdMC5oYZ16EvfDV3OWz.jpg
                            - adult: false
                              credit_id: 5e0c52946dc6c000154950f9
                              department: Writing
                              gender: 0
                              id: 1514153
                              job: Writer
                              known_for_department: Writing
                              name: Alison McDonald
                              original_name: Alison McDonald
                              popularity: 1.115
                              profile_path: null
                        episode_number:
                          type: number
                          example: 1
                        episode_type:
                          type: string
                          example: standard
                        guest_stars:
                          type: array
                          items:
                            type: object
                            properties:
                              adult:
                                type: boolean
                                example: false
                              character:
                                type: string
                                example: Dick (voice)
                              credit_id:
                                type: string
                                example: 5256e7da19c2956ff60e3d2b
                              gender:
                                type: number
                                example: 2
                              id:
                                type: number
                                example: 17401
                              known_for_department:
                                type: string
                                example: Acting
                              name:
                                type: string
                                example: Stephen Root
                              order:
                                type: number
                                example: 587
                              original_name:
                                type: string
                                example: Stephen Root
                              popularity:
                                type: number
                                example: 24.72
                              profile_path:
                                type: string
                                example: /2Zwi6AydqQQ9InVdhjYcfJXNzkp.jpg
                          example:
                            - adult: false
                              character: Dick (voice)
                              credit_id: 5256e7da19c2956ff60e3d2b
                              gender: 2
                              id: 17401
                              known_for_department: Acting
                              name: Stephen Root
                              order: 587
                              original_name: Stephen Root
                              popularity: 24.72
                              profile_path: /2Zwi6AydqQQ9InVdhjYcfJXNzkp.jpg
                            - adult: false
                              character: Agent (voice)
                              credit_id: 6191a5be87ae7b001eb60bd6
                              gender: 2
                              id: 1224449
                              known_for_department: Writing
                              name: Mike Barker
                              order: 1385
                              original_name: Mike Barker
                              popularity: 2.355
                              profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                            - adult: false
                              character: Avery Bullock (voice)
                              credit_id: 5eff1470f031740039540c47
                              gender: 2
                              id: 2387
                              known_for_department: Acting
                              name: Patrick Stewart
                              order: 2049
                              original_name: Patrick Stewart
                              popularity: 26.38
                              profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                            - adult: false
                              character: Jackson (voice)
                              credit_id: 5f32f4ae71f095003697f426
                              gender: 2
                              id: 1219665
                              known_for_department: Acting
                              name: Mike Henry
                              order: 2051
                              original_name: Mike Henry
                              popularity: 3.495
                              profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                            - adult: false
                              character: Jeff Fischer (voice)
                              credit_id: 5eff3032f031740037523f8a
                              gender: 2
                              id: 5211
                              known_for_department: Acting
                              name: Jeff Fischer
                              order: 2073
                              original_name: Jeff Fischer
                              popularity: 3.117
                              profile_path: /wC4wsWAYZ51FNCb33GpDiCUrFDw.jpg
                        id:
                          type: number
                          example: 66034
                        name:
                          type: string
                          example: Bullocks to Stan
                        overview:
                          type: string
                          example: >-
                            Stan finds Deputy Director Bullock, his supervisor,
                            starting a relationship with Hayley. However, he
                            can't risk saying or doing anything about it because
                            he's up for a promotion at the CIA. Meanwhile, Steve
                            finds Dick Cheney's BlackBerry and uses the contact
                            numbers to play pranks on political figures from
                            around the world.
                        production_code:
                          type: string
                          example: 1AJN09
                        runtime:
                          type: number
                          example: 22
                        season_number:
                          type: number
                          example: 2
                        show_id:
                          type: number
                          example: 1433
                        still_path:
                          type: string
                          example: /9CGotvBzRPfdBuk46hR8pVIXCZO.jpg
                        vote_average:
                          type: number
                          example: 7.182
                        vote_count:
                          type: number
                          example: 11
                    example:
                      - air_date: '2005-09-11'
                        crew:
                          - adult: false
                            credit_id: 5e0c50575541fa00131c4d1c
                            department: Directing
                            gender: 2
                            id: 2495504
                            job: Director
                            known_for_department: Directing
                            name: Brent Woods
                            original_name: Brent Woods
                            popularity: 0.001
                            profile_path: /4gGF5VxChdMC5oYZ16EvfDV3OWz.jpg
                          - adult: false
                            credit_id: 5e0c52946dc6c000154950f9
                            department: Writing
                            gender: 0
                            id: 1514153
                            job: Writer
                            known_for_department: Writing
                            name: Alison McDonald
                            original_name: Alison McDonald
                            popularity: 1.115
                            profile_path: null
                        episode_number: 1
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Dick (voice)
                            credit_id: 5256e7da19c2956ff60e3d2b
                            gender: 2
                            id: 17401
                            known_for_department: Acting
                            name: Stephen Root
                            order: 587
                            original_name: Stephen Root
                            popularity: 24.72
                            profile_path: /2Zwi6AydqQQ9InVdhjYcfJXNzkp.jpg
                          - adult: false
                            character: Agent (voice)
                            credit_id: 6191a5be87ae7b001eb60bd6
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1385
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Avery Bullock (voice)
                            credit_id: 5eff1470f031740039540c47
                            gender: 2
                            id: 2387
                            known_for_department: Acting
                            name: Patrick Stewart
                            order: 2049
                            original_name: Patrick Stewart
                            popularity: 26.38
                            profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                          - adult: false
                            character: Jackson (voice)
                            credit_id: 5f32f4ae71f095003697f426
                            gender: 2
                            id: 1219665
                            known_for_department: Acting
                            name: Mike Henry
                            order: 2051
                            original_name: Mike Henry
                            popularity: 3.495
                            profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                          - adult: false
                            character: Jeff Fischer (voice)
                            credit_id: 5eff3032f031740037523f8a
                            gender: 2
                            id: 5211
                            known_for_department: Acting
                            name: Jeff Fischer
                            order: 2073
                            original_name: Jeff Fischer
                            popularity: 3.117
                            profile_path: /wC4wsWAYZ51FNCb33GpDiCUrFDw.jpg
                        id: 66034
                        name: Bullocks to Stan
                        overview: >-
                          Stan finds Deputy Director Bullock, his supervisor,
                          starting a relationship with Hayley. However, he can't
                          risk saying or doing anything about it because he's up
                          for a promotion at the CIA. Meanwhile, Steve finds
                          Dick Cheney's BlackBerry and uses the contact numbers
                          to play pranks on political figures from around the
                          world.
                        production_code: 1AJN09
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /9CGotvBzRPfdBuk46hR8pVIXCZO.jpg
                        vote_average: 7.182
                        vote_count: 11
                      - air_date: '2005-09-18'
                        crew:
                          - adult: false
                            credit_id: 5e0c52ba12c60400123c00fc
                            department: Writing
                            gender: 2
                            id: 1224468
                            job: Writer
                            known_for_department: Production
                            name: David Hemingson
                            original_name: David Hemingson
                            popularity: 2.354
                            profile_path: /xYEPUUqwlOAJDAaZOyQat0rXfYZ.jpg
                          - adult: false
                            credit_id: 5e0c98af5541fa00131d79f9
                            department: Directing
                            gender: 1
                            id: 2495722
                            job: Director
                            known_for_department: Directing
                            name: Pam Cooke
                            original_name: Pam Cooke
                            popularity: 0.575
                            profile_path: null
                        episode_number: 2
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Timmy / Kids (voice)
                            credit_id: 5e0c537e5541fa00131c6dbc
                            gender: 2
                            id: 113916
                            known_for_department: Acting
                            name: Scott Menville
                            order: 612
                            original_name: Scott Menville
                            popularity: 6.735
                            profile_path: /iLoApH8LbyJSKFmdgWxNR314GGa.jpg
                          - adult: false
                            character: 'Dr. Grossbard / Senator #1 (voice)'
                            credit_id: 5256e80f19c2956ff60e7e84
                            gender: 2
                            id: 62597
                            known_for_department: Acting
                            name: Peter MacKenzie
                            order: 1109
                            original_name: Peter MacKenzie
                            popularity: 3.394
                            profile_path: /cIh0AFTpukyo7O7I4AeWpGnFpic.jpg
                          - adult: false
                            character: Dr. Heisler / Terry (voice)
                            credit_id: 6191a66cbfeb8b008a7a1194
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1386
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Principal Lewis / TV Announcer (voice)
                            credit_id: 6191a6af1f748b00292c9082
                            gender: 2
                            id: 24362
                            known_for_department: Acting
                            name: Kevin Michael Richardson
                            order: 1389
                            original_name: Kevin Michael Richardson
                            popularity: 17.346
                            profile_path: /xXt9Nh7RAT5bOen66TaXreNYmCl.jpg
                          - adult: false
                            character: 'Senator #2 (voice)'
                            credit_id: 6191a6ca42f19f00431bf7b4
                            gender: 2
                            id: 1219665
                            known_for_department: Acting
                            name: Mike Henry
                            order: 1390
                            original_name: Mike Henry
                            popularity: 3.495
                            profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                        id: 66033
                        name: A Smith in the Hand
                        overview: >-
                          When Steve brings home a permission slip to take sex
                          ed at school, Stan flips out and demands to teach it
                          himself. However, after Stan unrealistically explains
                          the birds and the bees to Steve, he gets into an
                          accident that causes him to take matters into his own
                          hands. Meanwhile, Roger becomes a bartender in hopes
                          of making something of himself.
                        production_code: 1AJN10
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /4yOhoC8fqI7XBBVScG677PfvJlB.jpg
                        vote_average: 7.273
                        vote_count: 11
                      - air_date: '2005-09-25'
                        crew:
                          - adult: false
                            credit_id: 5256e7f719c2956ff60e5c3b
                            department: Writing
                            gender: 2
                            id: 1246890
                            job: Writer
                            known_for_department: Writing
                            name: Chris McKenna
                            original_name: Chris McKenna
                            popularity: 3.44
                            profile_path: /2yzbdhnpLdJg8NIh4SWqy6wGbZV.jpg
                          - adult: false
                            credit_id: 5256e7fa19c2956ff60e5e6b
                            department: Directing
                            gender: 0
                            id: 1224463
                            job: Director
                            known_for_department: Directing
                            name: Mike Kim
                            original_name: Mike Kim
                            popularity: 0.859
                            profile_path: null
                          - adult: false
                            credit_id: 5543dbc6c3a3680cd7002831
                            department: Visual Effects
                            gender: 0
                            id: 1229003
                            job: Animation Manager
                            known_for_department: Visual Effects
                            name: Gary McCarver
                            original_name: Gary McCarver
                            popularity: 0.402
                            profile_path: null
                        episode_number: 3
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Dr. Dandliker - Dentist (voice)
                            credit_id: 5256e82619c2956ff60ea4c2
                            gender: 2
                            id: 58769
                            known_for_department: Acting
                            name: Stephen Colbert
                            order: 500
                            original_name: Stephen Colbert
                            popularity: 6.166
                            profile_path: /zQ6pvfqIqYiV4TB7lDoaJL52H93.jpg
                          - adult: false
                            character: Dan Vebber (voice)
                            credit_id: 5256e82619c2956ff60ea514
                            gender: 2
                            id: 20405
                            known_for_department: Acting
                            name: Brian Posehn
                            order: 525
                            original_name: Brian Posehn
                            popularity: 6.489
                            profile_path: /kg93LNpDQaRoosR4gVt7SsA3oL1.jpg
                          - adult: false
                            character: Derek Jeter (voice)
                            credit_id: 5256e82719c2956ff60ea6be
                            gender: 0
                            id: 1213559
                            known_for_department: Acting
                            name: Catero Colbert
                            order: 606
                            original_name: Catero Colbert
                            popularity: 1.522
                            profile_path: null
                          - adult: false
                            character: Dick / Dentist's Father (voice)
                            credit_id: 6191a7173e2ec8008d062a80
                            gender: 2
                            id: 17401
                            known_for_department: Acting
                            name: Stephen Root
                            order: 1391
                            original_name: Stephen Root
                            popularity: 24.72
                            profile_path: /2Zwi6AydqQQ9InVdhjYcfJXNzkp.jpg
                          - adult: false
                            character: Terry Bates / Skinny Man (voice)
                            credit_id: 6191a7428d77c4008a19dd87
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1392
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Jackson / Taco (voice)
                            credit_id: 6191a7778d77c4008a19dddb
                            gender: 2
                            id: 1219665
                            known_for_department: Acting
                            name: Mike Henry
                            order: 1393
                            original_name: Mike Henry
                            popularity: 3.495
                            profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                          - adult: false
                            character: Avery Bullock (voice)
                            credit_id: 5eff1470f031740039540c47
                            gender: 2
                            id: 2387
                            known_for_department: Acting
                            name: Patrick Stewart
                            order: 2049
                            original_name: Patrick Stewart
                            popularity: 26.38
                            profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                          - adult: false
                            character: Barry Robinson (voice)
                            credit_id: 5f09fb3613a32000347610d9
                            gender: 2
                            id: 52480
                            known_for_department: Acting
                            name: Eddie Kaye Thomas
                            order: 2056
                            original_name: Eddie Kaye Thomas
                            popularity: 15.499
                            profile_path: /k8f8MK8KSOyLozl9pQGaSpYMbpM.jpg
                          - adult: false
                            character: Snot Lonstein (voice)
                            credit_id: 5b377abc9251413c91034df4
                            gender: 2
                            id: 87003
                            known_for_department: Acting
                            name: Curtis Armstrong
                            order: 2065
                            original_name: Curtis Armstrong
                            popularity: 15.548
                            profile_path: /3ZAX6NoU47Qshk0svFxkEcJ5fhI.jpg
                        id: 66035
                        name: All About Steve
                        overview: >-
                          When the CIA organizes a father-son baseball game,
                          Stan is determined to show his co-workers that his son
                          is masculine and athletic. Unfortunately, Steve is a
                          geek, so Stan decides to lie and ditches him. But
                          after getting a taste of his own treatment at work,
                          Stan turns to Steve and his sci-fi knowledge to help
                          capture a cyber-terrorist. Meanwhile, Roger goes
                          incognito in a desperate attempt to interact with
                          humans.
                        production_code: 1AJN08
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /iDbJHisEdCL5eGnYA5QXUAydrpg.jpg
                        vote_average: 6.818
                        vote_count: 11
                      - air_date: '2005-10-02'
                        crew:
                          - adult: false
                            credit_id: 5256e7fd19c2956ff60e675e
                            department: Writing
                            gender: 0
                            id: 1217228
                            job: Writer
                            known_for_department: Writing
                            name: Steve Hely
                            original_name: Steve Hely
                            popularity: 0.606
                            profile_path: null
                          - adult: false
                            credit_id: 5e0c50318586780018bf0a86
                            department: Directing
                            gender: 0
                            id: 2109832
                            job: Director
                            known_for_department: Directing
                            name: Albert Calleros
                            original_name: Albert Calleros
                            popularity: 1.039
                            profile_path: null
                        episode_number: 4
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Gretchen Grossbard (voice)
                            credit_id: 5256e82819c2956ff60ea87f
                            gender: 1
                            id: 1224129
                            known_for_department: Acting
                            name: Sherry Weston
                            order: 593
                            original_name: Sherry Weston
                            popularity: 1.077
                            profile_path: /6nLRsFRckudXt33D0wHer3oGyHl.jpg
                          - adult: false
                            character: Jackson / Charlie (voice)
                            credit_id: 5baa82e892514150e8005401
                            gender: 2
                            id: 1219665
                            known_for_department: Acting
                            name: Mike Henry
                            order: 1317
                            original_name: Mike Henry
                            popularity: 3.495
                            profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                          - adult: false
                            character: Father Donovan (voice)
                            credit_id: 5256e7e319c2956ff60e4573
                            gender: 2
                            id: 80742
                            known_for_department: Acting
                            name: Martin Mull
                            order: 1555
                            original_name: Martin Mull
                            popularity: 11.209
                            profile_path: /wthyliVHLrgvKUIRI1WXfEw9pjL.jpg
                          - adult: false
                            character: Avery Bullock (voice)
                            credit_id: 5eff1470f031740039540c47
                            gender: 2
                            id: 2387
                            known_for_department: Acting
                            name: Patrick Stewart
                            order: 2049
                            original_name: Patrick Stewart
                            popularity: 26.38
                            profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                          - adult: false
                            character: Jack Smith (voice)
                            credit_id: 5f1aa245b3440900329d53d8
                            gender: 2
                            id: 31162
                            known_for_department: Acting
                            name: Daran Norris
                            order: 2060
                            original_name: Daran Norris
                            popularity: 4.407
                            profile_path: /oLaegqPwuEdNNJVqrvcgI6guYsi.jpg
                          - adult: false
                            character: Snot Lonstein (voice)
                            credit_id: 5b377abc9251413c91034df4
                            gender: 2
                            id: 87003
                            known_for_department: Acting
                            name: Curtis Armstrong
                            order: 2065
                            original_name: Curtis Armstrong
                            popularity: 15.548
                            profile_path: /3ZAX6NoU47Qshk0svFxkEcJ5fhI.jpg
                        id: 66036
                        name: Con Heir
                        overview: >-
                          When Stan's father passes away, Stan reveals his real
                          father is actually Jack Smith, a super suave spy. Jack
                          convinces Stan to quit the CIA and work with him at
                          the Scarlet Alliance, an ultra-secret spy group.
                          Francine is upset with Stan, who is busy training with
                          Jack for a mission involving uranium, artwork and
                          terrorists. But when the FBI shows up at the Smiths'
                          house looking for an international jewel thief,
                          Francine suspects Jack is the fake.
                        production_code: 1AJN11
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /9FnrNfhubbyQNFIJgcQ6EWHJEQU.jpg
                        vote_average: 6.583
                        vote_count: 12
                      - air_date: '2005-11-06'
                        crew:
                          - adult: false
                            credit_id: 5256e7e519c2956ff60e491a
                            department: Writing
                            gender: 1
                            id: 1224454
                            job: Writer
                            known_for_department: Writing
                            name: Nahnatchka Khan
                            original_name: Nahnatchka Khan
                            popularity: 6.426
                            profile_path: /lIr3fOt0OZgDlVBvyvIdWhzz2.jpg
                          - adult: false
                            credit_id: 5256e7e819c2956ff60e4d7b
                            department: Directing
                            gender: 0
                            id: 1224455
                            job: Director
                            known_for_department: Directing
                            name: Rodney Clouden
                            original_name: Rodney Clouden
                            popularity: 1.074
                            profile_path: null
                        episode_number: 5
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Mysterious Man (voice)
                            credit_id: 5256e82919c2956ff60ea8cc
                            gender: 2
                            id: 1224472
                            known_for_department: Acting
                            name: Peter Lurie
                            order: 517
                            original_name: Peter Lurie
                            popularity: 1.196
                            profile_path: /73e7EICUTxDkFGS1LDW2lrBzEZb.jpg
                          - adult: false
                            character: Ali (voice)
                            credit_id: 5256e82919c2956ff60ea970
                            gender: 2
                            id: 58511
                            known_for_department: Acting
                            name: Brian George
                            order: 557
                            original_name: Brian George
                            popularity: 10.265
                            profile_path: /mHjc58pfKkxtghhliPOnNz0SlcT.jpg
                          - adult: false
                            character: Jay Leno (voice)
                            credit_id: 5256e82a19c2956ff60ea9b8
                            gender: 2
                            id: 19513
                            known_for_department: Acting
                            name: Wally Wingert
                            order: 584
                            original_name: Wally Wingert
                            popularity: 4.343
                            profile_path: /5B9STa1OwelvyUs37SWUIFzhIhB.jpg
                          - adult: false
                            character: Dick (voice)
                            credit_id: 5256e7da19c2956ff60e3d2b
                            gender: 2
                            id: 17401
                            known_for_department: Acting
                            name: Stephen Root
                            order: 587
                            original_name: Stephen Root
                            popularity: 24.72
                            profile_path: /2Zwi6AydqQQ9InVdhjYcfJXNzkp.jpg
                          - adult: false
                            character: Mahmood (voice)
                            credit_id: 5256e82a19c2956ff60eaa3c
                            gender: 2
                            id: 34982
                            known_for_department: Acting
                            name: Jeff Bennett
                            order: 597
                            original_name: Jeff Bennett
                            popularity: 13.024
                            profile_path: /6Fq3Q1e0Oz0j2J2fnFSl7fKCHd9.jpg
                          - adult: false
                            character: Mom / Dalia (voice)
                            credit_id: 5256e80919c2956ff60e75ec
                            gender: 1
                            id: 17414
                            known_for_department: Acting
                            name: Jill Talley
                            order: 1133
                            original_name: Jill Talley
                            popularity: 5.368
                            profile_path: /x0r43qyI9KNEyb5RsF0MckqxgfM.jpg
                          - adult: false
                            character: Woman / Thundercat (voice)
                            credit_id: 61922e17c99826002b0aac6e
                            gender: 1
                            id: 15423
                            known_for_department: Acting
                            name: Paget Brewster
                            order: 1394
                            original_name: Paget Brewster
                            popularity: 23.323
                            profile_path: /1UJP9BiL7CZwF2PyzpIlZCCC56u.jpg
                          - adult: false
                            character: Jackson / Faziz / Michael Moore (voice)
                            credit_id: 61922e81c4ad59008c7c877e
                            gender: 2
                            id: 1219665
                            known_for_department: Acting
                            name: Mike Henry
                            order: 1395
                            original_name: Mike Henry
                            popularity: 3.495
                            profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                          - adult: false
                            character: Avery Bullock (voice)
                            credit_id: 5eff1470f031740039540c47
                            gender: 2
                            id: 2387
                            known_for_department: Acting
                            name: Patrick Stewart
                            order: 2049
                            original_name: Patrick Stewart
                            popularity: 26.38
                            profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                          - adult: false
                            character: Jeff Fischer (voice)
                            credit_id: 5eff3032f031740037523f8a
                            gender: 2
                            id: 5211
                            known_for_department: Acting
                            name: Jeff Fischer
                            order: 2073
                            original_name: Jeff Fischer
                            popularity: 3.117
                            profile_path: /wC4wsWAYZ51FNCb33GpDiCUrFDw.jpg
                          - adult: false
                            character: Khalid (voice)
                            credit_id: 63be53ee7d2bc10d183f1a6a
                            gender: 2
                            id: 2495805
                            known_for_department: Acting
                            name: Neal Feinberg
                            order: 2107
                            original_name: Neal Feinberg
                            popularity: 0.001
                            profile_path: /piv8Bj0murh7XjnhC9hbNsfibJ7.jpg
                        id: 66037
                        name: Stan of Arabia (1)
                        overview: >-
                          Stan has to throw a party for his boss and assumes his
                          wife Francine will do all the work, but she refuses.
                          With Stan as party planner, the event turns into a
                          disaster. As a result, Stan's boss relocates Stan and
                          his family to Saudi Arabia, where they quickly get a
                          taste of life on foreign ground. As American and
                          Arabian social norms clash, gender wars heat up.
                        production_code: 1AJN12
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /3vry5xevWKC7JQIpUkf7UEoKz5C.jpg
                        vote_average: 6.727
                        vote_count: 11
                      - air_date: '2005-11-13'
                        crew:
                          - adult: false
                            credit_id: 5256e82b19c2956ff60ead4f
                            department: Writing
                            gender: 2
                            id: 1217224
                            job: Writer
                            known_for_department: Writing
                            name: Craig Thomas
                            original_name: Craig Thomas
                            popularity: 1.88
                            profile_path: /11piamBSf0YsGvH06OtMPGVG4mU.jpg
                          - adult: false
                            credit_id: 5256e82b19c2956ff60ead81
                            department: Writing
                            gender: 2
                            id: 1217221
                            job: Writer
                            known_for_department: Writing
                            name: Carter Bays
                            original_name: Carter Bays
                            popularity: 1.963
                            profile_path: /gjgWBAbBX582YR1D1GBeUhtqCW0.jpg
                          - adult: false
                            credit_id: 5256e82b19c2956ff60eadb5
                            department: Directing
                            gender: 2
                            id: 1214801
                            job: Director
                            known_for_department: Directing
                            name: Anthony Lioi
                            original_name: Anthony Lioi
                            popularity: 1.212
                            profile_path: null
                        episode_number: 6
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: 'Man #2 / Announcer #4 (voice)'
                            credit_id: 5256e82a19c2956ff60eabfd
                            gender: 2
                            id: 31511
                            known_for_department: Acting
                            name: Grant Heslov
                            order: 515
                            original_name: Grant Heslov
                            popularity: 6.73
                            profile_path: /xNkGkkRN2I2Ly57PqDNk9QgAPJs.jpg
                          - adult: false
                            character: Kazim (voice)
                            credit_id: 5256e82919c2956ff60ea92e
                            gender: 2
                            id: 18041
                            known_for_department: Acting
                            name: Oded Fehr
                            order: 551
                            original_name: Oded Fehr
                            popularity: 7.818
                            profile_path: /gcYVN3vx8tHedEz2RbVNSKs44Wm.jpg
                          - adult: false
                            character: 'Woman / American Girl #1 (voice)'
                            credit_id: 61922ec9bfeb8b0044e886c9
                            gender: 1
                            id: 11150
                            known_for_department: Acting
                            name: Gina Gershon
                            order: 1396
                            original_name: Gina Gershon
                            popularity: 36.944
                            profile_path: /pX6v6LmyWWVE2fiiTmQSmjDxOA4.jpg
                          - adult: false
                            character: Thundercat (voice)
                            credit_id: 61922ef53e2ec8008d071c95
                            gender: 1
                            id: 15423
                            known_for_department: Acting
                            name: Paget Brewster
                            order: 1397
                            original_name: Paget Brewster
                            popularity: 23.323
                            profile_path: /1UJP9BiL7CZwF2PyzpIlZCCC56u.jpg
                          - adult: false
                            character: 'Faziz / Announcer #2 (voice)'
                            credit_id: 61922f33c4ad59002bc41429
                            gender: 2
                            id: 1219665
                            known_for_department: Acting
                            name: Mike Henry
                            order: 1398
                            original_name: Mike Henry
                            popularity: 3.495
                            profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                          - adult: false
                            character: Avery Bullock (voice)
                            credit_id: 5eff1470f031740039540c47
                            gender: 2
                            id: 2387
                            known_for_department: Acting
                            name: Patrick Stewart
                            order: 2049
                            original_name: Patrick Stewart
                            popularity: 26.38
                            profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                          - adult: false
                            character: Khalid / Zacharias / Defense Attorney (voice)
                            credit_id: 63be540a5be00e00937e52ad
                            gender: 2
                            id: 2495805
                            known_for_department: Acting
                            name: Neal Feinberg
                            order: 2108
                            original_name: Neal Feinberg
                            popularity: 0.001
                            profile_path: /piv8Bj0murh7XjnhC9hbNsfibJ7.jpg
                        id: 66038
                        name: Stan of Arabia (2)
                        overview: >-
                          As the Smiths continue to live in Saudi Arabia, Stan
                          is fully enjoying the male-dominated society, while
                          the rest of the family struggles with the different
                          social norms. Meanwhile, Francine's musical expos on
                          gender roles gets her into trouble, and a brush with
                          death leads the Smiths to return to the United States.
                        production_code: 1AJN13
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /wpXJTK3fosG7yukNqYCuYH2CrCz.jpg
                        vote_average: 6.818
                        vote_count: 11
                      - air_date: '2005-11-20'
                        crew:
                          - adult: false
                            credit_id: 5256e7ea19c2956ff60e4f6c
                            department: Writing
                            gender: 2
                            id: 1224456
                            job: Writer
                            known_for_department: Writing
                            name: Brian Boyle
                            original_name: Brian Boyle
                            popularity: 0.195
                            profile_path: null
                          - adult: false
                            credit_id: 58acf12e9251411f88002806
                            department: Directing
                            gender: 0
                            id: 1656571
                            job: Director
                            known_for_department: Directing
                            name: John Aoshima
                            original_name: John Aoshima
                            popularity: 0.592
                            profile_path: null
                        episode_number: 7
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Acl-Lou / Mr. Simms / Monkey (voice)
                            credit_id: 5256e82b19c2956ff60eae2e
                            gender: 2
                            id: 3911
                            known_for_department: Acting
                            name: John Carroll Lynch
                            order: 511
                            original_name: John Carroll Lynch
                            popularity: 14.782
                            profile_path: /i6xsWIgo3kW5Dc4A6VhQ17G9nuy.jpg
                          - adult: false
                            character: Doctor / Lieutenant Thacker (voice)
                            credit_id: 5256e7f019c2956ff60e55aa
                            gender: 2
                            id: 2222
                            known_for_department: Acting
                            name: Beau Bridges
                            order: 539
                            original_name: Beau Bridges
                            popularity: 14.252
                            profile_path: /Aiezvt0Uj2Ka9QVW3GvuRLkNS2V.jpg
                          - adult: false
                            character: Terry Bates / Mr. Madsen / Michael (voice)
                            credit_id: 61922f8edbf14400928289cb
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1399
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Little Girl's Mom / Ramona (voice)
                            credit_id: 61922fad53866e006069e215
                            gender: 1
                            id: 17414
                            known_for_department: Acting
                            name: Jill Talley
                            order: 1400
                            original_name: Jill Talley
                            popularity: 5.368
                            profile_path: /x0r43qyI9KNEyb5RsF0MckqxgfM.jpg
                        id: 66039
                        name: Stannie Get Your Gun
                        overview: >-
                          Francine insists that Stan and Hayley spend an entire
                          day together, after their arguments drive her crazy,
                          so they can work out their differences about gun
                          control. However, her plan backfires when he takes
                          Hayley to the "National Gun Association Land," where
                          their conflicting opinions about gun control drive
                          them even further apart. Back home, Roger schemes to
                          get revenge on Steve for eating one of his cookies by
                          convincing him that he's adopted.
                        production_code: 1AJN14
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /iivsGZxL7CFMRVuWfcz3CJFmQWg.jpg
                        vote_average: 6.9
                        vote_count: 10
                      - air_date: '2005-11-27'
                        crew:
                          - adult: false
                            credit_id: 5256e7f719c2956ff60e5c3b
                            department: Writing
                            gender: 2
                            id: 1246890
                            job: Writer
                            known_for_department: Writing
                            name: Chris McKenna
                            original_name: Chris McKenna
                            popularity: 3.44
                            profile_path: /2yzbdhnpLdJg8NIh4SWqy6wGbZV.jpg
                          - adult: false
                            credit_id: 5256e7fa19c2956ff60e5e6b
                            department: Directing
                            gender: 0
                            id: 1224463
                            job: Director
                            known_for_department: Directing
                            name: Mike Kim
                            original_name: Mike Kim
                            popularity: 0.859
                            profile_path: null
                        episode_number: 8
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Kevin Brougham (voice)
                            credit_id: 5256e82c19c2956ff60eb0e1
                            gender: 2
                            id: 17342
                            known_for_department: Acting
                            name: Paul Adelstein
                            order: 563
                            original_name: Paul Adelstein
                            popularity: 27.837
                            profile_path: /9qkGnEWPzGayZg9gaB4xbP8UL4g.jpg
                          - adult: false
                            character: Mr. Beauregard (voice)
                            credit_id: 5256e7f519c2956ff60e5bb9
                            gender: 2
                            id: 30861
                            known_for_department: Acting
                            name: Leslie Jordan
                            order: 570
                            original_name: Leslie Jordan
                            popularity: 10.77
                            profile_path: /3wEqWsL5ku3Gsn1kZRbJbxGuu6W.jpg
                          - adult: false
                            character: Mr. Durbin (voice)
                            credit_id: 5256e82c19c2956ff60eb113
                            gender: 2
                            id: 1218308
                            known_for_department: Acting
                            name: Jim Wise
                            order: 579
                            original_name: Jim Wise
                            popularity: 5.614
                            profile_path: /vtR5eybxBGMyeTB8yUWFP3um8zh.jpg
                          - adult: false
                            character: Bill Publisherman (voice)
                            credit_id: 5256e81419c2956ff60e8581
                            gender: 2
                            id: 17419
                            known_for_department: Acting
                            name: Bryan Cranston
                            order: 808
                            original_name: Bryan Cranston
                            popularity: 33.831
                            profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg
                          - adult: false
                            character: Barry Robinson / Spike (voice)
                            credit_id: 5256e7da19c2956ff60e3d81
                            gender: 2
                            id: 52480
                            known_for_department: Acting
                            name: Eddie Kaye Thomas
                            order: 1326
                            original_name: Eddie Kaye Thomas
                            popularity: 15.499
                            profile_path: /k8f8MK8KSOyLozl9pQGaSpYMbpM.jpg
                          - adult: false
                            character: Boob Woman / Old Woman (voice)
                            credit_id: 6192302701757f0043710161
                            gender: 1
                            id: 17414
                            known_for_department: Acting
                            name: Jill Talley
                            order: 1401
                            original_name: Jill Talley
                            popularity: 5.368
                            profile_path: /x0r43qyI9KNEyb5RsF0MckqxgfM.jpg
                          - adult: false
                            character: Snot Lonstein (voice)
                            credit_id: 5b377abc9251413c91034df4
                            gender: 2
                            id: 87003
                            known_for_department: Acting
                            name: Curtis Armstrong
                            order: 2065
                            original_name: Curtis Armstrong
                            popularity: 15.548
                            profile_path: /3ZAX6NoU47Qshk0svFxkEcJ5fhI.jpg
                        id: 66040
                        name: Star Trek
                        overview: >-
                          Steve becomes a famous author, and the entire family
                          gets caught up in his celebrity, including Stan, who
                          becomes an unbearable "stage parent." After Steve
                          hooks up with an agent, he abandons his family to lead
                          a "Cribs" lifestyle.
                        production_code: 1AJN15
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /vRxnrn7CIJbwRNuXCNf83LpbzX2.jpg
                        vote_average: 6.8
                        vote_count: 10
                      - air_date: '2005-12-18'
                        crew:
                          - adult: false
                            credit_id: 5256e7e319c2956ff60e46d3
                            department: Writing
                            gender: 2
                            id: 1213081
                            job: Writer
                            known_for_department: Writing
                            name: Dan Vebber
                            original_name: Dan Vebber
                            popularity: 1.437
                            profile_path: null
                          - adult: false
                            credit_id: 5e0c50575541fa00131c4d1c
                            department: Directing
                            gender: 2
                            id: 2495504
                            job: Director
                            known_for_department: Directing
                            name: Brent Woods
                            original_name: Brent Woods
                            popularity: 0.001
                            profile_path: /4gGF5VxChdMC5oYZ16EvfDV3OWz.jpg
                        episode_number: 9
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Hector (voice)
                            credit_id: 5256e83219c2956ff60ebd4b
                            gender: 2
                            id: 6862
                            known_for_department: Acting
                            name: Freddy Rodríguez
                            order: 590
                            original_name: Freddy Rodríguez
                            popularity: 5.31
                            profile_path: /syCMZjteDnmWQa26NqOaVaRdYmj.jpg
                          - adult: false
                            character: 'Cop #1 / Editor (voice)'
                            credit_id: 5256e83219c2956ff60ebe13
                            gender: 2
                            id: 15105
                            known_for_department: Acting
                            name: Mike Hagerty
                            order: 605
                            original_name: Mike Hagerty
                            popularity: 7.826
                            profile_path: /xGycHbuEcDeUiqDCyjpMNwCsIOD.jpg
                          - adult: false
                            character: Kristy (voice)
                            credit_id: 528e95f3760ee3477c07079a
                            gender: 1
                            id: 28640
                            known_for_department: Acting
                            name: Molly Shannon
                            order: 615
                            original_name: Molly Shannon
                            popularity: 9.457
                            profile_path: /5ZTbNpJtDRU4ZCH24nJvFRxaqAD.jpg
                          - adult: false
                            character: Linda Memari (voice)
                            credit_id: 5256e7e619c2956ff60e4abd
                            gender: 1
                            id: 154332
                            known_for_department: Acting
                            name: Megyn Price
                            order: 768
                            original_name: Megyn Price
                            popularity: 12.935
                            profile_path: /yCP4b1F0Q78NwtMajGZmpar4uSh.jpg
                          - adult: false
                            character: Katie (voice)
                            credit_id: 5256e81419c2956ff60e83a2
                            gender: 1
                            id: 25540
                            known_for_department: Acting
                            name: Sandra Oh
                            order: 926
                            original_name: Sandra Oh
                            popularity: 15.651
                            profile_path: /zU8vjebHxcP60ESEL5Ok68KWZvj.jpg
                          - adult: false
                            character: Casey (voice)
                            credit_id: 619230b063a6950042f25134
                            gender: 1
                            id: 15423
                            known_for_department: Acting
                            name: Paget Brewster
                            order: 1402
                            original_name: Paget Brewster
                            popularity: 23.323
                            profile_path: /1UJP9BiL7CZwF2PyzpIlZCCC56u.jpg
                          - adult: false
                            character: Terry Bates / Researcher (voice)
                            credit_id: 619230cedbf1440092828a71
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1403
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Fat Lady / Female Officer (voice)
                            credit_id: 61923106f85958002b7415ba
                            gender: 1
                            id: 17414
                            known_for_department: Acting
                            name: Jill Talley
                            order: 1404
                            original_name: Jill Talley
                            popularity: 5.368
                            profile_path: /x0r43qyI9KNEyb5RsF0MckqxgfM.jpg
                          - adult: false
                            character: Avery Bullock (voice)
                            credit_id: 5eff1470f031740039540c47
                            gender: 2
                            id: 2387
                            known_for_department: Acting
                            name: Patrick Stewart
                            order: 2049
                            original_name: Patrick Stewart
                            popularity: 26.38
                            profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                        id: 66048
                        name: Not Particularly Desperate Housewives
                        overview: >-
                          As Stan continues to dominate the household, Francine
                          finds herself idolizing a group of women who seem to
                          have it all. She tries to impress them and even lies
                          in order to gain acceptance into their group, until
                          she realizes they aren't as perfect as they seem.
                          Meanwhile, loyalties are tested when Stan gets a new
                          best friend.
                        production_code: 1AJN16
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /zWLhDauqnHSjK977iu5sN4DTM4g.jpg
                        vote_average: 6.182
                        vote_count: 11
                      - air_date: '2006-01-08'
                        crew:
                          - adult: false
                            credit_id: 5256e7e219c2956ff60e44a2
                            department: Writing
                            gender: 2
                            id: 1224453
                            job: Writer
                            known_for_department: Writing
                            name: David Zuckerman
                            original_name: David Zuckerman
                            popularity: 1.058
                            profile_path: null
                          - adult: false
                            credit_id: 5e0c98af5541fa00131d79f9
                            department: Directing
                            gender: 1
                            id: 2495722
                            job: Director
                            known_for_department: Directing
                            name: Pam Cooke
                            original_name: Pam Cooke
                            popularity: 0.575
                            profile_path: null
                        episode_number: 10
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: David Faustino (voice)
                            credit_id: 5256e82d19c2956ff60eb29e
                            gender: 2
                            id: 18978
                            known_for_department: Acting
                            name: David Faustino
                            order: 564
                            original_name: David Faustino
                            popularity: 8.639
                            profile_path: /dNqoFIPkusGDUjjIAX0jmtQV47v.jpg
                          - adult: false
                            character: Doyle / Fusfeld (voice)
                            credit_id: 5256e7ed19c2956ff60e52aa
                            gender: 2
                            id: 118814
                            known_for_department: Acting
                            name: Rob Tinkler
                            order: 582
                            original_name: Rob Tinkler
                            popularity: 2.925
                            profile_path: /luSDBGEICyGPJghHyXc9rOVIVGE.jpg
                          - adult: false
                            character: Bob Memari (voice)
                            credit_id: 5256e7e619c2956ff60e4bcf
                            gender: 2
                            id: 17402
                            known_for_department: Acting
                            name: Ron Livingston
                            order: 765
                            original_name: Ron Livingston
                            popularity: 20.495
                            profile_path: /pr5CjWnkaf5WKTIYh8wtNufjmyb.jpg
                          - adult: false
                            character: Linda Memari (voice)
                            credit_id: 5256e7e619c2956ff60e4abd
                            gender: 1
                            id: 154332
                            known_for_department: Acting
                            name: Megyn Price
                            order: 768
                            original_name: Megyn Price
                            popularity: 12.935
                            profile_path: /yCP4b1F0Q78NwtMajGZmpar4uSh.jpg
                          - adult: false
                            character: Officer Bays (voice)
                            credit_id: 5256e82d19c2956ff60eb1fe
                            gender: 2
                            id: 11662
                            known_for_department: Acting
                            name: Jason Lee
                            order: 1065
                            original_name: Jason Lee
                            popularity: 13.532
                            profile_path: /64tEXo3xR9IFXsIJKSlJ2LUrrEA.jpg
                          - adult: false
                            character: Philip (voice)
                            credit_id: 5256e82d19c2956ff60eb254
                            gender: 2
                            id: 28637
                            known_for_department: Acting
                            name: Andy Richter
                            order: 1191
                            original_name: Andy Richter
                            popularity: 8.38
                            profile_path: /qazhLkyKOsPmdOQSaUWWbbUjs9q.jpg
                          - adult: false
                            character: Contestant / Terry Bates (voice)
                            credit_id: 619233b1a9b9a400624ec4cd
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1405
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Senator Feinstein / Maria (voice)
                            credit_id: 619233dc42f19f006811140e
                            gender: 1
                            id: 17414
                            known_for_department: Acting
                            name: Jill Talley
                            order: 1406
                            original_name: Jill Talley
                            popularity: 5.368
                            profile_path: /x0r43qyI9KNEyb5RsF0MckqxgfM.jpg
                          - adult: false
                            character: Avery Bullock (voice)
                            credit_id: 5eff1470f031740039540c47
                            gender: 2
                            id: 2387
                            known_for_department: Acting
                            name: Patrick Stewart
                            order: 2049
                            original_name: Patrick Stewart
                            popularity: 26.38
                            profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                        id: 66041
                        name: Rough Trade
                        overview: >-
                          After Stan and Roger have a rough day, they get into a
                          fight that leads to a "Freaky Friday"-type switcheroo
                          where they get a taste of life in each other's shoes.
                          But after the excitement of a new life stales, they
                          face each other's problems as Roger is under pressure
                          at work and Stan yearns to be needed. The swap gets
                          out of hand as the family starts to crumble.
                        production_code: 1AJN17
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /a6LAlxfQO8N1aYwg8ldHzJaH3kk.jpg
                        vote_average: 6.9
                        vote_count: 10
                      - air_date: '2006-01-29'
                        crew:
                          - adult: false
                            credit_id: 5e0c50318586780018bf0a86
                            department: Directing
                            gender: 0
                            id: 2109832
                            job: Director
                            known_for_department: Directing
                            name: Albert Calleros
                            original_name: Albert Calleros
                            popularity: 1.039
                            profile_path: null
                          - adult: false
                            credit_id: 5e0c5465fd4f8000155b84e3
                            department: Writing
                            gender: 0
                            id: 2494814
                            job: Writer
                            known_for_department: Writing
                            name: Neal Boushell
                            original_name: Neal Boushell
                            popularity: 1.09
                            profile_path: null
                          - adult: false
                            credit_id: 62253ed5363909004354a9d7
                            department: Writing
                            gender: 0
                            id: 2494816
                            job: Writer
                            known_for_department: Writing
                            name: Sam O'Neal
                            original_name: Sam O'Neal
                            popularity: 0.615
                            profile_path: null
                        episode_number: 11
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Janice (voice)
                            credit_id: 5256e82e19c2956ff60eb4df
                            gender: 1
                            id: 16845
                            known_for_department: Acting
                            name: Nicole Sullivan
                            order: 574
                            original_name: Nicole Sullivan
                            popularity: 17.978
                            profile_path: /ttNPeB0AldfptvYCfPAgcxk0E4q.jpg
                          - adult: false
                            character: Arboreus / Mr. Aids (voice)
                            credit_id: 5256e7ef19c2956ff60e544f
                            gender: 2
                            id: 52794
                            known_for_department: Acting
                            name: David Herman
                            order: 1192
                            original_name: David Herman
                            popularity: 5.732
                            profile_path: /eyRiQv1bFFGgIWESLFy7w5cyvBe.jpg
                          - adult: false
                            character: Terry Bates / Ticket Guy / Valet (voice)
                            credit_id: 6192344342f19f0068111420
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1407
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: >-
                              Chief Shopaholic / Midnight Runner #1 / Salesman
                              (voice)
                            credit_id: 6192346e957e6d0042ba187f
                            gender: 2
                            id: 62597
                            known_for_department: Acting
                            name: Peter MacKenzie
                            order: 1408
                            original_name: Peter MacKenzie
                            popularity: 3.394
                            profile_path: /cIh0AFTpukyo7O7I4AeWpGnFpic.jpg
                          - adult: false
                            character: Barry Robinson (voice)
                            credit_id: 5f09fb3613a32000347610d9
                            gender: 2
                            id: 52480
                            known_for_department: Acting
                            name: Eddie Kaye Thomas
                            order: 2056
                            original_name: Eddie Kaye Thomas
                            popularity: 15.499
                            profile_path: /k8f8MK8KSOyLozl9pQGaSpYMbpM.jpg
                          - adult: false
                            character: Snot Lonstein (voice)
                            credit_id: 5b377abc9251413c91034df4
                            gender: 2
                            id: 87003
                            known_for_department: Acting
                            name: Curtis Armstrong
                            order: 2065
                            original_name: Curtis Armstrong
                            popularity: 15.548
                            profile_path: /3ZAX6NoU47Qshk0svFxkEcJ5fhI.jpg
                        id: 66042
                        name: Finances With Wolves
                        overview: >-
                          After receiving a hefty bonus from work, Stan buys
                          extravagant gadgets while Francine pleads for her
                          dream kiosk. Upset about his lack of support, Francine
                          opens a muffin shop without his approval and gives
                          Stan a taste of life without a housewife. In a
                          desperate move, Stan puts Klaus' brain back into a
                          human body – only to discover it was a huge mistake as
                          Klaus tries to win over Francine. Meanwhile, Steve is
                          convinced he's a teen wolf after watching a horror
                          film.
                        production_code: 1AJN18
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /tr9iKSzwERbWLBPOljdezL0dmlg.jpg
                        vote_average: 6.889
                        vote_count: 9
                      - air_date: '2006-02-26'
                        crew:
                          - adult: false
                            credit_id: 5256e7e819c2956ff60e4d7b
                            department: Directing
                            gender: 0
                            id: 1224455
                            job: Director
                            known_for_department: Directing
                            name: Rodney Clouden
                            original_name: Rodney Clouden
                            popularity: 1.074
                            profile_path: null
                          - adult: false
                            credit_id: 5e0c52946dc6c000154950f9
                            department: Writing
                            gender: 0
                            id: 1514153
                            job: Writer
                            known_for_department: Writing
                            name: Alison McDonald
                            original_name: Alison McDonald
                            popularity: 1.115
                            profile_path: null
                        episode_number: 12
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Margie (voice)
                            credit_id: 5256e82e19c2956ff60eb628
                            gender: 1
                            id: 86924
                            known_for_department: Acting
                            name: Leigh-Allyn Baker
                            order: 568
                            original_name: Leigh-Allyn Baker
                            popularity: 2.909
                            profile_path: /jUpelgk0Lehi6jUtUBuqtyVO5Pv.jpg
                          - adult: false
                            character: Dick (voice)
                            credit_id: 5256e7da19c2956ff60e3d2b
                            gender: 2
                            id: 17401
                            known_for_department: Acting
                            name: Stephen Root
                            order: 587
                            original_name: Stephen Root
                            popularity: 24.72
                            profile_path: /2Zwi6AydqQQ9InVdhjYcfJXNzkp.jpg
                          - adult: false
                            character: Quacky (voice)
                            credit_id: 5256e82f19c2956ff60eb752
                            gender: 2
                            id: 69718
                            known_for_department: Acting
                            name: Jon Cryer
                            order: 613
                            original_name: Jon Cryer
                            popularity: 18.488
                            profile_path: /7PB7dDNHP9l5LlCCw6GP8GjaCAE.jpg
                          - adult: false
                            character: Dark Haired Man / Medic (voice)
                            credit_id: 5256e82e19c2956ff60eb5a8
                            gender: 2
                            id: 65524
                            known_for_department: Acting
                            name: Ioan Gruffudd
                            order: 826
                            original_name: Ioan Gruffudd
                            popularity: 23.82
                            profile_path: /h2pg2XwJPcOWotHgiohXjEZUBLa.jpg
                          - adult: false
                            character: Mitch (voice)
                            credit_id: 5256e82e19c2956ff60eb6a4
                            gender: 2
                            id: 23958
                            known_for_department: Acting
                            name: Jeremy Sisto
                            order: 1018
                            original_name: Jeremy Sisto
                            popularity: 18.978
                            profile_path: /1XfuASLjBhGOhJ4os7juRJot2we.jpg
                          - adult: false
                            character: 'Jock #2 / Sanders / Pig Head (voice)'
                            credit_id: 61923557c998260044d4b1be
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1409
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Jeff Fischer / Donnie (voice)
                            credit_id: 61923595bfeb8b008a7b1135
                            gender: 2
                            id: 5211
                            known_for_department: Acting
                            name: Jeff Fischer
                            order: 1410
                            original_name: Jeff Fischer
                            popularity: 3.117
                            profile_path: /wC4wsWAYZ51FNCb33GpDiCUrFDw.jpg
                          - adult: false
                            character: Jackson / Maitre D' (voice)
                            credit_id: 619235b5bfeb8b002a9186e0
                            gender: 2
                            id: 1219665
                            known_for_department: Acting
                            name: Mike Henry
                            order: 1411
                            original_name: Mike Henry
                            popularity: 3.495
                            profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                        id: 66043
                        name: It's Good to be the Queen
                        overview: >-
                          Because of a past incident at his own prom, where he
                          was lured into a dance with the homecoming queen only
                          to have a pile of pigs dropped on him, Stan wants
                          revenge by showing off that he married a homecoming
                          queen, Francine. A proud Stan accompanies Francine to
                          her reunion, but when they find out that two ballots
                          were lost and that Francine didn’t actually win the
                          crown, Stan is devastated. Meanwhile, a dejected Steve
                          is “saved” by a pizza delivery man with a Messianic
                          message.
                        production_code: 1AJN19
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /kxAIk9Eziwdp8EWwlTp8FsbqnY0.jpg
                        vote_average: 6.444
                        vote_count: 9
                      - air_date: '2006-04-23'
                        crew:
                          - adult: false
                            credit_id: 5256e82b19c2956ff60eadb5
                            department: Directing
                            gender: 2
                            id: 1214801
                            job: Director
                            known_for_department: Directing
                            name: Anthony Lioi
                            original_name: Anthony Lioi
                            popularity: 1.212
                            profile_path: null
                          - adult: false
                            credit_id: 5256e83e19c2956ff60ed8c9
                            department: Writing
                            gender: 2
                            id: 1224473
                            job: Writer
                            known_for_department: Writing
                            name: Rick Wiener
                            original_name: Rick Wiener
                            popularity: 0.628
                            profile_path: null
                          - adult: false
                            credit_id: 5256e83f19c2956ff60ed911
                            department: Writing
                            gender: 2
                            id: 1224474
                            job: Writer
                            known_for_department: Writing
                            name: Kenny Schwartz
                            original_name: Kenny Schwartz
                            popularity: 0.931
                            profile_path: null
                        episode_number: 13
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Trudy (voice)
                            credit_id: 5256e82f19c2956ff60eb79d
                            gender: 1
                            id: 1212139
                            known_for_department: Acting
                            name: Jennie Garth
                            order: 512
                            original_name: Jennie Garth
                            popularity: 8.81
                            profile_path: /nqgP9o12FNDOeON6bfbnN8pvb72.jpg
                          - adult: false
                            character: Old Lady / Wendie Jo (voice)
                            credit_id: 5256e82f19c2956ff60eb7e1
                            gender: 1
                            id: 1068
                            known_for_department: Acting
                            name: Wendie Jo Sperber
                            order: 534
                            original_name: Wendie Jo Sperber
                            popularity: 5.325
                            profile_path: /dufqiCvSBQUxuHmMXcH6U8fZG4k.jpg
                          - adult: false
                            character: Limo Driver / Peter Scolari (voice)
                            credit_id: 5256e82f19c2956ff60eb89f
                            gender: 2
                            id: 42363
                            known_for_department: Acting
                            name: Peter Scolari
                            order: 588
                            original_name: Peter Scolari
                            popularity: 10.459
                            profile_path: /r9sBCkb6hSinCpgWC7lu5XTJEfc.jpg
                          - adult: false
                            character: Doctor Gupta (voice)
                            credit_id: 5256e83019c2956ff60eb91d
                            gender: 1
                            id: 350
                            known_for_department: Acting
                            name: Laura Linney
                            order: 596
                            original_name: Laura Linney
                            popularity: 20.547
                            profile_path: /ztQXGmNLzhDV22rAvcXzCG4d0cy.jpg
                          - adult: false
                            character: Frank / Terry Bates (voice)
                            credit_id: 6192877f3e2ec800437a388f
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1412
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Miles (voice)
                            credit_id: 5256e82f19c2956ff60eb855
                            gender: 2
                            id: 56857
                            known_for_department: Acting
                            name: Peter Facinelli
                            order: 2064
                            original_name: Peter Facinelli
                            popularity: 17.457
                            profile_path: /rxB2Iwh0xMpQAlt6ZsheTDa48J2.jpg
                        id: 66044
                        name: Roger 'n Me
                        overview: >-
                          When Stan goes to Atlantic City for a bachelor party
                          and is shunned by his so-called best friend, Roger
                          steps in and becomes Stan's new sidekick. Their
                          friendship goes to a whole new level, but when they
                          return home and face Francine, Stan realizes that what
                          happens in Atlantic City doesn't necessarily stay
                          there. Meanwhile, Hayley and Steve team up to break up
                          a good-looking couple.
                        production_code: 2AJN01
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /rMqE4hIYO3PDHkxPhJHYeqNN9gv.jpg
                        vote_average: 7
                        vote_count: 9
                      - air_date: '2006-04-30'
                        crew:
                          - adult: false
                            credit_id: 5256e7e519c2956ff60e491a
                            department: Writing
                            gender: 1
                            id: 1224454
                            job: Writer
                            known_for_department: Writing
                            name: Nahnatchka Khan
                            original_name: Nahnatchka Khan
                            popularity: 6.426
                            profile_path: /lIr3fOt0OZgDlVBvyvIdWhzz2.jpg
                          - adult: false
                            credit_id: 5e0c506268b1ea00157b9f93
                            department: Directing
                            gender: 2
                            id: 1453045
                            job: Director
                            known_for_department: Art
                            name: Caleb Meurer
                            original_name: Caleb Meurer
                            popularity: 0.119
                            profile_path: null
                        episode_number: 14
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: (voice)
                            credit_id: 5e0c55379974ee0017a2d8cf
                            gender: 1
                            id: 80615
                            known_for_department: Acting
                            name: Juanita Jennings
                            order: 614
                            original_name: Juanita Jennings
                            popularity: 6.605
                            profile_path: /AbSt8u0rSeb2eMfyUMGpUCu1uyw.jpg
                          - adult: false
                            character: Sully (voice)
                            credit_id: 5256e7f019c2956ff60e57a6
                            gender: 2
                            id: 31531
                            known_for_department: Acting
                            name: John DiMaggio
                            order: 892
                            original_name: John DiMaggio
                            popularity: 15.879
                            profile_path: /qcbQe71nSlULDsP1OxTqltEKFbl.jpg
                          - adult: false
                            character: Johnny Four-Legs (voice)
                            credit_id: 5256e83019c2956ff60eba2c
                            gender: 2
                            id: 60279
                            known_for_department: Acting
                            name: Fred Tatasciore
                            order: 1051
                            original_name: Fred Tatasciore
                            popularity: 16.385
                            profile_path: /cKMuclPblMvQ4JQMN0nYKvb5ylu.jpg
                          - adult: false
                            character: Vince Chung (voice)
                            credit_id: 5256e83019c2956ff60eb992
                            gender: 2
                            id: 68842
                            known_for_department: Acting
                            name: John Cho
                            order: 1053
                            original_name: John Cho
                            popularity: 14.615
                            profile_path: /4Lar4uy8gk78cEocq6ERPRFWt3e.jpg
                          - adult: false
                            character: Nick (voice)
                            credit_id: 619287cb87ae7b0065df7857
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1413
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Coach Andrews (voice)
                            credit_id: 619287e7724de1002bed74a7
                            gender: 2
                            id: 76492
                            known_for_department: Acting
                            name: Matt McKenna
                            order: 1414
                            original_name: Matt McKenna
                            popularity: 0.678
                            profile_path: null
                          - adult: false
                            character: Barry Robinson (voice)
                            credit_id: 5f09fb3613a32000347610d9
                            gender: 2
                            id: 52480
                            known_for_department: Acting
                            name: Eddie Kaye Thomas
                            order: 2056
                            original_name: Eddie Kaye Thomas
                            popularity: 15.499
                            profile_path: /k8f8MK8KSOyLozl9pQGaSpYMbpM.jpg
                          - adult: false
                            character: Snot Lonstein (voice)
                            credit_id: 5b377abc9251413c91034df4
                            gender: 2
                            id: 87003
                            known_for_department: Acting
                            name: Curtis Armstrong
                            order: 2065
                            original_name: Curtis Armstrong
                            popularity: 15.548
                            profile_path: /3ZAX6NoU47Qshk0svFxkEcJ5fhI.jpg
                        id: 66045
                        name: Helping Handis
                        overview: >-
                          Stan wants Steve to be popular and goes to desperate
                          measures giving him steroids to make him bigger,
                          better, and part of the in-crowd at school. But when
                          the steroids have an unexpected side effect, Steve
                          gets a lot more attention than anyone expected.
                          Meanwhile, after Hayley makes a movie about Francine's
                          life as a housewife, Francine is determined to start a
                          new career as a doctor.
                        production_code: 2AJN02
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /cZSQJn8BZicBMbq5qlclaDKtcBM.jpg
                        vote_average: 6.778
                        vote_count: 9
                      - air_date: '2006-05-07'
                        crew:
                          - adult: false
                            credit_id: 58acf12e9251411f88002806
                            department: Directing
                            gender: 0
                            id: 1656571
                            job: Director
                            known_for_department: Directing
                            name: John Aoshima
                            original_name: John Aoshima
                            popularity: 0.592
                            profile_path: null
                          - adult: false
                            credit_id: 5e0c55948586780018bf3ee7
                            department: Writing
                            gender: 0
                            id: 1855525
                            job: Writer
                            known_for_department: Writing
                            name: Erik Durbin
                            original_name: Erik Durbin
                            popularity: 1.096
                            profile_path: null
                        episode_number: 15
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Gary / Rick (voice)
                            credit_id: 5256e83119c2956ff60ebb09
                            gender: 2
                            id: 21594
                            known_for_department: Acting
                            name: Chris Klein
                            order: 535
                            original_name: Chris Klein
                            popularity: 9.199
                            profile_path: /56kCtPVfvjm5IRPa2GyaQHTPIOy.jpg
                          - adult: false
                            character: Girl (voice)
                            credit_id: 5256e83119c2956ff60ebb75
                            gender: 1
                            id: 58369
                            known_for_department: Acting
                            name: Alexandra Breckenridge
                            order: 565
                            original_name: Alexandra Breckenridge
                            popularity: 32.211
                            profile_path: /7HQAXqAELDwzZzxpmp1ZSb4yM5V.jpg
                          - adult: false
                            character: Singing Sergeant (voice)
                            credit_id: 5256e83119c2956ff60ebbd9
                            gender: 2
                            id: 117187
                            known_for_department: Acting
                            name: Reno Wilson
                            order: 589
                            original_name: Reno Wilson
                            popularity: 8.671
                            profile_path: /odYnlRblq5nQHqFgOAu5zPUJCde.jpg
                          - adult: false
                            character: Evil Barry (voice)
                            credit_id: 5256e83019c2956ff60ebaaf
                            gender: 2
                            id: 24264
                            known_for_department: Acting
                            name: Craig Ferguson
                            order: 728
                            original_name: Craig Ferguson
                            popularity: 7.919
                            profile_path: /mBxNrOxdQeM7bVBveE47Syj9ES6.jpg
                          - adult: false
                            character: Barry Robinson (voice)
                            credit_id: 5f09fb3613a32000347610d9
                            gender: 2
                            id: 52480
                            known_for_department: Acting
                            name: Eddie Kaye Thomas
                            order: 2056
                            original_name: Eddie Kaye Thomas
                            popularity: 15.499
                            profile_path: /k8f8MK8KSOyLozl9pQGaSpYMbpM.jpg
                        id: 66046
                        name: With Friends Like Steve's
                        overview: >-
                          After Steve shows a lack of interest in Stan's job,
                          Stan replaces him with Barry, Steve's malicious
                          friend. Barry frames Steve to eliminate him from the
                          household, but when Steve discovers Barry's weakness,
                          he relies on his CIA skills to save the family.
                          Meanwhile, Roger takes an impressive keg-stand and
                          uses it to become a fraternity brother.
                        production_code: 2AJN03
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /aq9Ewdwo8pT6tak32nZ0sEccGyG.jpg
                        vote_average: 7
                        vote_count: 9
                      - air_date: '2006-05-14'
                        crew:
                          - adult: false
                            credit_id: 5256e7f719c2956ff60e5c3b
                            department: Writing
                            gender: 2
                            id: 1246890
                            job: Writer
                            known_for_department: Writing
                            name: Chris McKenna
                            original_name: Chris McKenna
                            popularity: 3.44
                            profile_path: /2yzbdhnpLdJg8NIh4SWqy6wGbZV.jpg
                          - adult: false
                            credit_id: 5e0c50575541fa00131c4d1c
                            department: Directing
                            gender: 2
                            id: 2495504
                            job: Director
                            known_for_department: Directing
                            name: Brent Woods
                            original_name: Brent Woods
                            popularity: 0.001
                            profile_path: /4gGF5VxChdMC5oYZ16EvfDV3OWz.jpg
                        episode_number: 16
                        episode_type: finale
                        guest_stars:
                          - adult: false
                            character: Kate Jackson (voice)
                            credit_id: 5256e83119c2956ff60ebc8a
                            gender: 1
                            id: 105747
                            known_for_department: Acting
                            name: Kate Jackson
                            order: 567
                            original_name: Kate Jackson
                            popularity: 4.7
                            profile_path: /cAyWyDHnmSCL1H0JuwuoH6ECaPg.jpg
                          - adult: false
                            character: Bruce Boxleitner (voice)
                            credit_id: 52784198760ee375b30599d5
                            gender: 2
                            id: 2547
                            known_for_department: Acting
                            name: Bruce Boxleitner
                            order: 618
                            original_name: Bruce Boxleitner
                            popularity: 15.598
                            profile_path: /gBB5XKWGXFA4Y9s1mV15wTZUkSD.jpg
                          - adult: false
                            character: Raina (voice)
                            credit_id: 6192890101757f00437162ff
                            gender: 1
                            id: 15423
                            known_for_department: Acting
                            name: Paget Brewster
                            order: 1415
                            original_name: Paget Brewster
                            popularity: 23.323
                            profile_path: /1UJP9BiL7CZwF2PyzpIlZCCC56u.jpg
                          - adult: false
                            character: Petkov (voice)
                            credit_id: 6192893c53866e004454eb4e
                            gender: 2
                            id: 31531
                            known_for_department: Acting
                            name: John DiMaggio
                            order: 1416
                            original_name: John DiMaggio
                            popularity: 15.879
                            profile_path: /qcbQe71nSlULDsP1OxTqltEKFbl.jpg
                          - adult: false
                            character: (voice)
                            credit_id: 6192891d15376c002c9698d6
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1664
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                        id: 66047
                        name: Tears of a Clooney
                        overview: >-
                          When Francine's birthday brings back haunting memories
                          of a celebrity film moment stolen by George Clooney,
                          Francine's new dream is to destroy the star. But when
                          she tries to win Clooney's heart with the intention of
                          breaking it, Stan actually falls for him and sabotages
                          the plan. Meanwhile, back at home, Roger builds a
                          vineyard and starts up a private sweat shop of foster
                          children.
                        production_code: 2AJN04
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /fv00jq8vYtQe89GBz37vsBQWkQK.jpg
                        vote_average: 6.889
                        vote_count: 9
                  id:
                    type: number
                    example: 3820
                  name:
                    type: string
                    example: Season 2
                  overview:
                    type: string
                    example: >-
                      Terrorists (and all you bed-wetting hippie-liberal types)
                      beware! Ultra-right-wing C.I.A. agent Stan Smith is back,
                      taking names, and, well, you know the rest. Join Stan,
                      along with his hilariously off-beat family, as he spans
                      the globe to make the world safe for democracy! If you are
                      ready to support your country, and if you're ready for a
                      widly outrageous animated farce from Mike Barker, Matt
                      Weitzman and Seth MacFarlane, the creative mastermind
                      behind Family Guy, you're ready for American Dad! Volume
                      two. God bless America.
                  poster_path:
                    type: string
                    example: /ujW8p4k4gAbka9ZuXQFQLZjBEbg.jpg
                  season_number:
                    type: number
                    example: 2
                  vote_average:
                    type: number
                    example: 6.8
              examples:
                Details:
                  value:
                    _id: 5256e7d819c2956ff60e3b29
                    air_date: '2005-09-11'
                    episodes:
                      - air_date: '2005-09-11'
                        crew:
                          - adult: false
                            credit_id: 5e0c50575541fa00131c4d1c
                            department: Directing
                            gender: 2
                            id: 2495504
                            job: Director
                            known_for_department: Directing
                            name: Brent Woods
                            original_name: Brent Woods
                            popularity: 0.001
                            profile_path: /4gGF5VxChdMC5oYZ16EvfDV3OWz.jpg
                          - adult: false
                            credit_id: 5e0c52946dc6c000154950f9
                            department: Writing
                            gender: 0
                            id: 1514153
                            job: Writer
                            known_for_department: Writing
                            name: Alison McDonald
                            original_name: Alison McDonald
                            popularity: 1.115
                            profile_path: null
                        episode_number: 1
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Dick (voice)
                            credit_id: 5256e7da19c2956ff60e3d2b
                            gender: 2
                            id: 17401
                            known_for_department: Acting
                            name: Stephen Root
                            order: 587
                            original_name: Stephen Root
                            popularity: 24.72
                            profile_path: /2Zwi6AydqQQ9InVdhjYcfJXNzkp.jpg
                          - adult: false
                            character: Agent (voice)
                            credit_id: 6191a5be87ae7b001eb60bd6
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1385
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Avery Bullock (voice)
                            credit_id: 5eff1470f031740039540c47
                            gender: 2
                            id: 2387
                            known_for_department: Acting
                            name: Patrick Stewart
                            order: 2049
                            original_name: Patrick Stewart
                            popularity: 26.38
                            profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                          - adult: false
                            character: Jackson (voice)
                            credit_id: 5f32f4ae71f095003697f426
                            gender: 2
                            id: 1219665
                            known_for_department: Acting
                            name: Mike Henry
                            order: 2051
                            original_name: Mike Henry
                            popularity: 3.495
                            profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                          - adult: false
                            character: Jeff Fischer (voice)
                            credit_id: 5eff3032f031740037523f8a
                            gender: 2
                            id: 5211
                            known_for_department: Acting
                            name: Jeff Fischer
                            order: 2073
                            original_name: Jeff Fischer
                            popularity: 3.117
                            profile_path: /wC4wsWAYZ51FNCb33GpDiCUrFDw.jpg
                        id: 66034
                        name: Bullocks to Stan
                        overview: >-
                          Stan finds Deputy Director Bullock, his supervisor,
                          starting a relationship with Hayley. However, he can't
                          risk saying or doing anything about it because he's up
                          for a promotion at the CIA. Meanwhile, Steve finds
                          Dick Cheney's BlackBerry and uses the contact numbers
                          to play pranks on political figures from around the
                          world.
                        production_code: 1AJN09
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /9CGotvBzRPfdBuk46hR8pVIXCZO.jpg
                        vote_average: 7.182
                        vote_count: 11
                      - air_date: '2005-09-18'
                        crew:
                          - adult: false
                            credit_id: 5e0c52ba12c60400123c00fc
                            department: Writing
                            gender: 2
                            id: 1224468
                            job: Writer
                            known_for_department: Production
                            name: David Hemingson
                            original_name: David Hemingson
                            popularity: 2.354
                            profile_path: /xYEPUUqwlOAJDAaZOyQat0rXfYZ.jpg
                          - adult: false
                            credit_id: 5e0c98af5541fa00131d79f9
                            department: Directing
                            gender: 1
                            id: 2495722
                            job: Director
                            known_for_department: Directing
                            name: Pam Cooke
                            original_name: Pam Cooke
                            popularity: 0.575
                            profile_path: null
                        episode_number: 2
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Timmy / Kids (voice)
                            credit_id: 5e0c537e5541fa00131c6dbc
                            gender: 2
                            id: 113916
                            known_for_department: Acting
                            name: Scott Menville
                            order: 612
                            original_name: Scott Menville
                            popularity: 6.735
                            profile_path: /iLoApH8LbyJSKFmdgWxNR314GGa.jpg
                          - adult: false
                            character: 'Dr. Grossbard / Senator #1 (voice)'
                            credit_id: 5256e80f19c2956ff60e7e84
                            gender: 2
                            id: 62597
                            known_for_department: Acting
                            name: Peter MacKenzie
                            order: 1109
                            original_name: Peter MacKenzie
                            popularity: 3.394
                            profile_path: /cIh0AFTpukyo7O7I4AeWpGnFpic.jpg
                          - adult: false
                            character: Dr. Heisler / Terry (voice)
                            credit_id: 6191a66cbfeb8b008a7a1194
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1386
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Principal Lewis / TV Announcer (voice)
                            credit_id: 6191a6af1f748b00292c9082
                            gender: 2
                            id: 24362
                            known_for_department: Acting
                            name: Kevin Michael Richardson
                            order: 1389
                            original_name: Kevin Michael Richardson
                            popularity: 17.346
                            profile_path: /xXt9Nh7RAT5bOen66TaXreNYmCl.jpg
                          - adult: false
                            character: 'Senator #2 (voice)'
                            credit_id: 6191a6ca42f19f00431bf7b4
                            gender: 2
                            id: 1219665
                            known_for_department: Acting
                            name: Mike Henry
                            order: 1390
                            original_name: Mike Henry
                            popularity: 3.495
                            profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                        id: 66033
                        name: A Smith in the Hand
                        overview: >-
                          When Steve brings home a permission slip to take sex
                          ed at school, Stan flips out and demands to teach it
                          himself. However, after Stan unrealistically explains
                          the birds and the bees to Steve, he gets into an
                          accident that causes him to take matters into his own
                          hands. Meanwhile, Roger becomes a bartender in hopes
                          of making something of himself.
                        production_code: 1AJN10
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /4yOhoC8fqI7XBBVScG677PfvJlB.jpg
                        vote_average: 7.273
                        vote_count: 11
                      - air_date: '2005-09-25'
                        crew:
                          - adult: false
                            credit_id: 5256e7f719c2956ff60e5c3b
                            department: Writing
                            gender: 2
                            id: 1246890
                            job: Writer
                            known_for_department: Writing
                            name: Chris McKenna
                            original_name: Chris McKenna
                            popularity: 3.44
                            profile_path: /2yzbdhnpLdJg8NIh4SWqy6wGbZV.jpg
                          - adult: false
                            credit_id: 5256e7fa19c2956ff60e5e6b
                            department: Directing
                            gender: 0
                            id: 1224463
                            job: Director
                            known_for_department: Directing
                            name: Mike Kim
                            original_name: Mike Kim
                            popularity: 0.859
                            profile_path: null
                          - adult: false
                            credit_id: 5543dbc6c3a3680cd7002831
                            department: Visual Effects
                            gender: 0
                            id: 1229003
                            job: Animation Manager
                            known_for_department: Visual Effects
                            name: Gary McCarver
                            original_name: Gary McCarver
                            popularity: 0.402
                            profile_path: null
                        episode_number: 3
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Dr. Dandliker - Dentist (voice)
                            credit_id: 5256e82619c2956ff60ea4c2
                            gender: 2
                            id: 58769
                            known_for_department: Acting
                            name: Stephen Colbert
                            order: 500
                            original_name: Stephen Colbert
                            popularity: 6.166
                            profile_path: /zQ6pvfqIqYiV4TB7lDoaJL52H93.jpg
                          - adult: false
                            character: Dan Vebber (voice)
                            credit_id: 5256e82619c2956ff60ea514
                            gender: 2
                            id: 20405
                            known_for_department: Acting
                            name: Brian Posehn
                            order: 525
                            original_name: Brian Posehn
                            popularity: 6.489
                            profile_path: /kg93LNpDQaRoosR4gVt7SsA3oL1.jpg
                          - adult: false
                            character: Derek Jeter (voice)
                            credit_id: 5256e82719c2956ff60ea6be
                            gender: 0
                            id: 1213559
                            known_for_department: Acting
                            name: Catero Colbert
                            order: 606
                            original_name: Catero Colbert
                            popularity: 1.522
                            profile_path: null
                          - adult: false
                            character: Dick / Dentist's Father (voice)
                            credit_id: 6191a7173e2ec8008d062a80
                            gender: 2
                            id: 17401
                            known_for_department: Acting
                            name: Stephen Root
                            order: 1391
                            original_name: Stephen Root
                            popularity: 24.72
                            profile_path: /2Zwi6AydqQQ9InVdhjYcfJXNzkp.jpg
                          - adult: false
                            character: Terry Bates / Skinny Man (voice)
                            credit_id: 6191a7428d77c4008a19dd87
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1392
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Jackson / Taco (voice)
                            credit_id: 6191a7778d77c4008a19dddb
                            gender: 2
                            id: 1219665
                            known_for_department: Acting
                            name: Mike Henry
                            order: 1393
                            original_name: Mike Henry
                            popularity: 3.495
                            profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                          - adult: false
                            character: Avery Bullock (voice)
                            credit_id: 5eff1470f031740039540c47
                            gender: 2
                            id: 2387
                            known_for_department: Acting
                            name: Patrick Stewart
                            order: 2049
                            original_name: Patrick Stewart
                            popularity: 26.38
                            profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                          - adult: false
                            character: Barry Robinson (voice)
                            credit_id: 5f09fb3613a32000347610d9
                            gender: 2
                            id: 52480
                            known_for_department: Acting
                            name: Eddie Kaye Thomas
                            order: 2056
                            original_name: Eddie Kaye Thomas
                            popularity: 15.499
                            profile_path: /k8f8MK8KSOyLozl9pQGaSpYMbpM.jpg
                          - adult: false
                            character: Snot Lonstein (voice)
                            credit_id: 5b377abc9251413c91034df4
                            gender: 2
                            id: 87003
                            known_for_department: Acting
                            name: Curtis Armstrong
                            order: 2065
                            original_name: Curtis Armstrong
                            popularity: 15.548
                            profile_path: /3ZAX6NoU47Qshk0svFxkEcJ5fhI.jpg
                        id: 66035
                        name: All About Steve
                        overview: >-
                          When the CIA organizes a father-son baseball game,
                          Stan is determined to show his co-workers that his son
                          is masculine and athletic. Unfortunately, Steve is a
                          geek, so Stan decides to lie and ditches him. But
                          after getting a taste of his own treatment at work,
                          Stan turns to Steve and his sci-fi knowledge to help
                          capture a cyber-terrorist. Meanwhile, Roger goes
                          incognito in a desperate attempt to interact with
                          humans.
                        production_code: 1AJN08
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /iDbJHisEdCL5eGnYA5QXUAydrpg.jpg
                        vote_average: 6.818
                        vote_count: 11
                      - air_date: '2005-10-02'
                        crew:
                          - adult: false
                            credit_id: 5256e7fd19c2956ff60e675e
                            department: Writing
                            gender: 0
                            id: 1217228
                            job: Writer
                            known_for_department: Writing
                            name: Steve Hely
                            original_name: Steve Hely
                            popularity: 0.606
                            profile_path: null
                          - adult: false
                            credit_id: 5e0c50318586780018bf0a86
                            department: Directing
                            gender: 0
                            id: 2109832
                            job: Director
                            known_for_department: Directing
                            name: Albert Calleros
                            original_name: Albert Calleros
                            popularity: 1.039
                            profile_path: null
                        episode_number: 4
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Gretchen Grossbard (voice)
                            credit_id: 5256e82819c2956ff60ea87f
                            gender: 1
                            id: 1224129
                            known_for_department: Acting
                            name: Sherry Weston
                            order: 593
                            original_name: Sherry Weston
                            popularity: 1.077
                            profile_path: /6nLRsFRckudXt33D0wHer3oGyHl.jpg
                          - adult: false
                            character: Jackson / Charlie (voice)
                            credit_id: 5baa82e892514150e8005401
                            gender: 2
                            id: 1219665
                            known_for_department: Acting
                            name: Mike Henry
                            order: 1317
                            original_name: Mike Henry
                            popularity: 3.495
                            profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                          - adult: false
                            character: Father Donovan (voice)
                            credit_id: 5256e7e319c2956ff60e4573
                            gender: 2
                            id: 80742
                            known_for_department: Acting
                            name: Martin Mull
                            order: 1555
                            original_name: Martin Mull
                            popularity: 11.209
                            profile_path: /wthyliVHLrgvKUIRI1WXfEw9pjL.jpg
                          - adult: false
                            character: Avery Bullock (voice)
                            credit_id: 5eff1470f031740039540c47
                            gender: 2
                            id: 2387
                            known_for_department: Acting
                            name: Patrick Stewart
                            order: 2049
                            original_name: Patrick Stewart
                            popularity: 26.38
                            profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                          - adult: false
                            character: Jack Smith (voice)
                            credit_id: 5f1aa245b3440900329d53d8
                            gender: 2
                            id: 31162
                            known_for_department: Acting
                            name: Daran Norris
                            order: 2060
                            original_name: Daran Norris
                            popularity: 4.407
                            profile_path: /oLaegqPwuEdNNJVqrvcgI6guYsi.jpg
                          - adult: false
                            character: Snot Lonstein (voice)
                            credit_id: 5b377abc9251413c91034df4
                            gender: 2
                            id: 87003
                            known_for_department: Acting
                            name: Curtis Armstrong
                            order: 2065
                            original_name: Curtis Armstrong
                            popularity: 15.548
                            profile_path: /3ZAX6NoU47Qshk0svFxkEcJ5fhI.jpg
                        id: 66036
                        name: Con Heir
                        overview: >-
                          When Stan's father passes away, Stan reveals his real
                          father is actually Jack Smith, a super suave spy. Jack
                          convinces Stan to quit the CIA and work with him at
                          the Scarlet Alliance, an ultra-secret spy group.
                          Francine is upset with Stan, who is busy training with
                          Jack for a mission involving uranium, artwork and
                          terrorists. But when the FBI shows up at the Smiths'
                          house looking for an international jewel thief,
                          Francine suspects Jack is the fake.
                        production_code: 1AJN11
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /9FnrNfhubbyQNFIJgcQ6EWHJEQU.jpg
                        vote_average: 6.583
                        vote_count: 12
                      - air_date: '2005-11-06'
                        crew:
                          - adult: false
                            credit_id: 5256e7e519c2956ff60e491a
                            department: Writing
                            gender: 1
                            id: 1224454
                            job: Writer
                            known_for_department: Writing
                            name: Nahnatchka Khan
                            original_name: Nahnatchka Khan
                            popularity: 6.426
                            profile_path: /lIr3fOt0OZgDlVBvyvIdWhzz2.jpg
                          - adult: false
                            credit_id: 5256e7e819c2956ff60e4d7b
                            department: Directing
                            gender: 0
                            id: 1224455
                            job: Director
                            known_for_department: Directing
                            name: Rodney Clouden
                            original_name: Rodney Clouden
                            popularity: 1.074
                            profile_path: null
                        episode_number: 5
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Mysterious Man (voice)
                            credit_id: 5256e82919c2956ff60ea8cc
                            gender: 2
                            id: 1224472
                            known_for_department: Acting
                            name: Peter Lurie
                            order: 517
                            original_name: Peter Lurie
                            popularity: 1.196
                            profile_path: /73e7EICUTxDkFGS1LDW2lrBzEZb.jpg
                          - adult: false
                            character: Ali (voice)
                            credit_id: 5256e82919c2956ff60ea970
                            gender: 2
                            id: 58511
                            known_for_department: Acting
                            name: Brian George
                            order: 557
                            original_name: Brian George
                            popularity: 10.265
                            profile_path: /mHjc58pfKkxtghhliPOnNz0SlcT.jpg
                          - adult: false
                            character: Jay Leno (voice)
                            credit_id: 5256e82a19c2956ff60ea9b8
                            gender: 2
                            id: 19513
                            known_for_department: Acting
                            name: Wally Wingert
                            order: 584
                            original_name: Wally Wingert
                            popularity: 4.343
                            profile_path: /5B9STa1OwelvyUs37SWUIFzhIhB.jpg
                          - adult: false
                            character: Dick (voice)
                            credit_id: 5256e7da19c2956ff60e3d2b
                            gender: 2
                            id: 17401
                            known_for_department: Acting
                            name: Stephen Root
                            order: 587
                            original_name: Stephen Root
                            popularity: 24.72
                            profile_path: /2Zwi6AydqQQ9InVdhjYcfJXNzkp.jpg
                          - adult: false
                            character: Mahmood (voice)
                            credit_id: 5256e82a19c2956ff60eaa3c
                            gender: 2
                            id: 34982
                            known_for_department: Acting
                            name: Jeff Bennett
                            order: 597
                            original_name: Jeff Bennett
                            popularity: 13.024
                            profile_path: /6Fq3Q1e0Oz0j2J2fnFSl7fKCHd9.jpg
                          - adult: false
                            character: Mom / Dalia (voice)
                            credit_id: 5256e80919c2956ff60e75ec
                            gender: 1
                            id: 17414
                            known_for_department: Acting
                            name: Jill Talley
                            order: 1133
                            original_name: Jill Talley
                            popularity: 5.368
                            profile_path: /x0r43qyI9KNEyb5RsF0MckqxgfM.jpg
                          - adult: false
                            character: Woman / Thundercat (voice)
                            credit_id: 61922e17c99826002b0aac6e
                            gender: 1
                            id: 15423
                            known_for_department: Acting
                            name: Paget Brewster
                            order: 1394
                            original_name: Paget Brewster
                            popularity: 23.323
                            profile_path: /1UJP9BiL7CZwF2PyzpIlZCCC56u.jpg
                          - adult: false
                            character: Jackson / Faziz / Michael Moore (voice)
                            credit_id: 61922e81c4ad59008c7c877e
                            gender: 2
                            id: 1219665
                            known_for_department: Acting
                            name: Mike Henry
                            order: 1395
                            original_name: Mike Henry
                            popularity: 3.495
                            profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                          - adult: false
                            character: Avery Bullock (voice)
                            credit_id: 5eff1470f031740039540c47
                            gender: 2
                            id: 2387
                            known_for_department: Acting
                            name: Patrick Stewart
                            order: 2049
                            original_name: Patrick Stewart
                            popularity: 26.38
                            profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                          - adult: false
                            character: Jeff Fischer (voice)
                            credit_id: 5eff3032f031740037523f8a
                            gender: 2
                            id: 5211
                            known_for_department: Acting
                            name: Jeff Fischer
                            order: 2073
                            original_name: Jeff Fischer
                            popularity: 3.117
                            profile_path: /wC4wsWAYZ51FNCb33GpDiCUrFDw.jpg
                          - adult: false
                            character: Khalid (voice)
                            credit_id: 63be53ee7d2bc10d183f1a6a
                            gender: 2
                            id: 2495805
                            known_for_department: Acting
                            name: Neal Feinberg
                            order: 2107
                            original_name: Neal Feinberg
                            popularity: 0.001
                            profile_path: /piv8Bj0murh7XjnhC9hbNsfibJ7.jpg
                        id: 66037
                        name: Stan of Arabia (1)
                        overview: >-
                          Stan has to throw a party for his boss and assumes his
                          wife Francine will do all the work, but she refuses.
                          With Stan as party planner, the event turns into a
                          disaster. As a result, Stan's boss relocates Stan and
                          his family to Saudi Arabia, where they quickly get a
                          taste of life on foreign ground. As American and
                          Arabian social norms clash, gender wars heat up.
                        production_code: 1AJN12
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /3vry5xevWKC7JQIpUkf7UEoKz5C.jpg
                        vote_average: 6.727
                        vote_count: 11
                      - air_date: '2005-11-13'
                        crew:
                          - adult: false
                            credit_id: 5256e82b19c2956ff60ead4f
                            department: Writing
                            gender: 2
                            id: 1217224
                            job: Writer
                            known_for_department: Writing
                            name: Craig Thomas
                            original_name: Craig Thomas
                            popularity: 1.88
                            profile_path: /11piamBSf0YsGvH06OtMPGVG4mU.jpg
                          - adult: false
                            credit_id: 5256e82b19c2956ff60ead81
                            department: Writing
                            gender: 2
                            id: 1217221
                            job: Writer
                            known_for_department: Writing
                            name: Carter Bays
                            original_name: Carter Bays
                            popularity: 1.963
                            profile_path: /gjgWBAbBX582YR1D1GBeUhtqCW0.jpg
                          - adult: false
                            credit_id: 5256e82b19c2956ff60eadb5
                            department: Directing
                            gender: 2
                            id: 1214801
                            job: Director
                            known_for_department: Directing
                            name: Anthony Lioi
                            original_name: Anthony Lioi
                            popularity: 1.212
                            profile_path: null
                        episode_number: 6
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: 'Man #2 / Announcer #4 (voice)'
                            credit_id: 5256e82a19c2956ff60eabfd
                            gender: 2
                            id: 31511
                            known_for_department: Acting
                            name: Grant Heslov
                            order: 515
                            original_name: Grant Heslov
                            popularity: 6.73
                            profile_path: /xNkGkkRN2I2Ly57PqDNk9QgAPJs.jpg
                          - adult: false
                            character: Kazim (voice)
                            credit_id: 5256e82919c2956ff60ea92e
                            gender: 2
                            id: 18041
                            known_for_department: Acting
                            name: Oded Fehr
                            order: 551
                            original_name: Oded Fehr
                            popularity: 7.818
                            profile_path: /gcYVN3vx8tHedEz2RbVNSKs44Wm.jpg
                          - adult: false
                            character: 'Woman / American Girl #1 (voice)'
                            credit_id: 61922ec9bfeb8b0044e886c9
                            gender: 1
                            id: 11150
                            known_for_department: Acting
                            name: Gina Gershon
                            order: 1396
                            original_name: Gina Gershon
                            popularity: 36.944
                            profile_path: /pX6v6LmyWWVE2fiiTmQSmjDxOA4.jpg
                          - adult: false
                            character: Thundercat (voice)
                            credit_id: 61922ef53e2ec8008d071c95
                            gender: 1
                            id: 15423
                            known_for_department: Acting
                            name: Paget Brewster
                            order: 1397
                            original_name: Paget Brewster
                            popularity: 23.323
                            profile_path: /1UJP9BiL7CZwF2PyzpIlZCCC56u.jpg
                          - adult: false
                            character: 'Faziz / Announcer #2 (voice)'
                            credit_id: 61922f33c4ad59002bc41429
                            gender: 2
                            id: 1219665
                            known_for_department: Acting
                            name: Mike Henry
                            order: 1398
                            original_name: Mike Henry
                            popularity: 3.495
                            profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                          - adult: false
                            character: Avery Bullock (voice)
                            credit_id: 5eff1470f031740039540c47
                            gender: 2
                            id: 2387
                            known_for_department: Acting
                            name: Patrick Stewart
                            order: 2049
                            original_name: Patrick Stewart
                            popularity: 26.38
                            profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                          - adult: false
                            character: Khalid / Zacharias / Defense Attorney (voice)
                            credit_id: 63be540a5be00e00937e52ad
                            gender: 2
                            id: 2495805
                            known_for_department: Acting
                            name: Neal Feinberg
                            order: 2108
                            original_name: Neal Feinberg
                            popularity: 0.001
                            profile_path: /piv8Bj0murh7XjnhC9hbNsfibJ7.jpg
                        id: 66038
                        name: Stan of Arabia (2)
                        overview: >-
                          As the Smiths continue to live in Saudi Arabia, Stan
                          is fully enjoying the male-dominated society, while
                          the rest of the family struggles with the different
                          social norms. Meanwhile, Francine's musical expos on
                          gender roles gets her into trouble, and a brush with
                          death leads the Smiths to return to the United States.
                        production_code: 1AJN13
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /wpXJTK3fosG7yukNqYCuYH2CrCz.jpg
                        vote_average: 6.818
                        vote_count: 11
                      - air_date: '2005-11-20'
                        crew:
                          - adult: false
                            credit_id: 5256e7ea19c2956ff60e4f6c
                            department: Writing
                            gender: 2
                            id: 1224456
                            job: Writer
                            known_for_department: Writing
                            name: Brian Boyle
                            original_name: Brian Boyle
                            popularity: 0.195
                            profile_path: null
                          - adult: false
                            credit_id: 58acf12e9251411f88002806
                            department: Directing
                            gender: 0
                            id: 1656571
                            job: Director
                            known_for_department: Directing
                            name: John Aoshima
                            original_name: John Aoshima
                            popularity: 0.592
                            profile_path: null
                        episode_number: 7
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Acl-Lou / Mr. Simms / Monkey (voice)
                            credit_id: 5256e82b19c2956ff60eae2e
                            gender: 2
                            id: 3911
                            known_for_department: Acting
                            name: John Carroll Lynch
                            order: 511
                            original_name: John Carroll Lynch
                            popularity: 14.782
                            profile_path: /i6xsWIgo3kW5Dc4A6VhQ17G9nuy.jpg
                          - adult: false
                            character: Doctor / Lieutenant Thacker (voice)
                            credit_id: 5256e7f019c2956ff60e55aa
                            gender: 2
                            id: 2222
                            known_for_department: Acting
                            name: Beau Bridges
                            order: 539
                            original_name: Beau Bridges
                            popularity: 14.252
                            profile_path: /Aiezvt0Uj2Ka9QVW3GvuRLkNS2V.jpg
                          - adult: false
                            character: Terry Bates / Mr. Madsen / Michael (voice)
                            credit_id: 61922f8edbf14400928289cb
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1399
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Little Girl's Mom / Ramona (voice)
                            credit_id: 61922fad53866e006069e215
                            gender: 1
                            id: 17414
                            known_for_department: Acting
                            name: Jill Talley
                            order: 1400
                            original_name: Jill Talley
                            popularity: 5.368
                            profile_path: /x0r43qyI9KNEyb5RsF0MckqxgfM.jpg
                        id: 66039
                        name: Stannie Get Your Gun
                        overview: >-
                          Francine insists that Stan and Hayley spend an entire
                          day together, after their arguments drive her crazy,
                          so they can work out their differences about gun
                          control. However, her plan backfires when he takes
                          Hayley to the "National Gun Association Land," where
                          their conflicting opinions about gun control drive
                          them even further apart. Back home, Roger schemes to
                          get revenge on Steve for eating one of his cookies by
                          convincing him that he's adopted.
                        production_code: 1AJN14
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /iivsGZxL7CFMRVuWfcz3CJFmQWg.jpg
                        vote_average: 6.9
                        vote_count: 10
                      - air_date: '2005-11-27'
                        crew:
                          - adult: false
                            credit_id: 5256e7f719c2956ff60e5c3b
                            department: Writing
                            gender: 2
                            id: 1246890
                            job: Writer
                            known_for_department: Writing
                            name: Chris McKenna
                            original_name: Chris McKenna
                            popularity: 3.44
                            profile_path: /2yzbdhnpLdJg8NIh4SWqy6wGbZV.jpg
                          - adult: false
                            credit_id: 5256e7fa19c2956ff60e5e6b
                            department: Directing
                            gender: 0
                            id: 1224463
                            job: Director
                            known_for_department: Directing
                            name: Mike Kim
                            original_name: Mike Kim
                            popularity: 0.859
                            profile_path: null
                        episode_number: 8
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Kevin Brougham (voice)
                            credit_id: 5256e82c19c2956ff60eb0e1
                            gender: 2
                            id: 17342
                            known_for_department: Acting
                            name: Paul Adelstein
                            order: 563
                            original_name: Paul Adelstein
                            popularity: 27.837
                            profile_path: /9qkGnEWPzGayZg9gaB4xbP8UL4g.jpg
                          - adult: false
                            character: Mr. Beauregard (voice)
                            credit_id: 5256e7f519c2956ff60e5bb9
                            gender: 2
                            id: 30861
                            known_for_department: Acting
                            name: Leslie Jordan
                            order: 570
                            original_name: Leslie Jordan
                            popularity: 10.77
                            profile_path: /3wEqWsL5ku3Gsn1kZRbJbxGuu6W.jpg
                          - adult: false
                            character: Mr. Durbin (voice)
                            credit_id: 5256e82c19c2956ff60eb113
                            gender: 2
                            id: 1218308
                            known_for_department: Acting
                            name: Jim Wise
                            order: 579
                            original_name: Jim Wise
                            popularity: 5.614
                            profile_path: /vtR5eybxBGMyeTB8yUWFP3um8zh.jpg
                          - adult: false
                            character: Bill Publisherman (voice)
                            credit_id: 5256e81419c2956ff60e8581
                            gender: 2
                            id: 17419
                            known_for_department: Acting
                            name: Bryan Cranston
                            order: 808
                            original_name: Bryan Cranston
                            popularity: 33.831
                            profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg
                          - adult: false
                            character: Barry Robinson / Spike (voice)
                            credit_id: 5256e7da19c2956ff60e3d81
                            gender: 2
                            id: 52480
                            known_for_department: Acting
                            name: Eddie Kaye Thomas
                            order: 1326
                            original_name: Eddie Kaye Thomas
                            popularity: 15.499
                            profile_path: /k8f8MK8KSOyLozl9pQGaSpYMbpM.jpg
                          - adult: false
                            character: Boob Woman / Old Woman (voice)
                            credit_id: 6192302701757f0043710161
                            gender: 1
                            id: 17414
                            known_for_department: Acting
                            name: Jill Talley
                            order: 1401
                            original_name: Jill Talley
                            popularity: 5.368
                            profile_path: /x0r43qyI9KNEyb5RsF0MckqxgfM.jpg
                          - adult: false
                            character: Snot Lonstein (voice)
                            credit_id: 5b377abc9251413c91034df4
                            gender: 2
                            id: 87003
                            known_for_department: Acting
                            name: Curtis Armstrong
                            order: 2065
                            original_name: Curtis Armstrong
                            popularity: 15.548
                            profile_path: /3ZAX6NoU47Qshk0svFxkEcJ5fhI.jpg
                        id: 66040
                        name: Star Trek
                        overview: >-
                          Steve becomes a famous author, and the entire family
                          gets caught up in his celebrity, including Stan, who
                          becomes an unbearable "stage parent." After Steve
                          hooks up with an agent, he abandons his family to lead
                          a "Cribs" lifestyle.
                        production_code: 1AJN15
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /vRxnrn7CIJbwRNuXCNf83LpbzX2.jpg
                        vote_average: 6.8
                        vote_count: 10
                      - air_date: '2005-12-18'
                        crew:
                          - adult: false
                            credit_id: 5256e7e319c2956ff60e46d3
                            department: Writing
                            gender: 2
                            id: 1213081
                            job: Writer
                            known_for_department: Writing
                            name: Dan Vebber
                            original_name: Dan Vebber
                            popularity: 1.437
                            profile_path: null
                          - adult: false
                            credit_id: 5e0c50575541fa00131c4d1c
                            department: Directing
                            gender: 2
                            id: 2495504
                            job: Director
                            known_for_department: Directing
                            name: Brent Woods
                            original_name: Brent Woods
                            popularity: 0.001
                            profile_path: /4gGF5VxChdMC5oYZ16EvfDV3OWz.jpg
                        episode_number: 9
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Hector (voice)
                            credit_id: 5256e83219c2956ff60ebd4b
                            gender: 2
                            id: 6862
                            known_for_department: Acting
                            name: Freddy Rodríguez
                            order: 590
                            original_name: Freddy Rodríguez
                            popularity: 5.31
                            profile_path: /syCMZjteDnmWQa26NqOaVaRdYmj.jpg
                          - adult: false
                            character: 'Cop #1 / Editor (voice)'
                            credit_id: 5256e83219c2956ff60ebe13
                            gender: 2
                            id: 15105
                            known_for_department: Acting
                            name: Mike Hagerty
                            order: 605
                            original_name: Mike Hagerty
                            popularity: 7.826
                            profile_path: /xGycHbuEcDeUiqDCyjpMNwCsIOD.jpg
                          - adult: false
                            character: Kristy (voice)
                            credit_id: 528e95f3760ee3477c07079a
                            gender: 1
                            id: 28640
                            known_for_department: Acting
                            name: Molly Shannon
                            order: 615
                            original_name: Molly Shannon
                            popularity: 9.457
                            profile_path: /5ZTbNpJtDRU4ZCH24nJvFRxaqAD.jpg
                          - adult: false
                            character: Linda Memari (voice)
                            credit_id: 5256e7e619c2956ff60e4abd
                            gender: 1
                            id: 154332
                            known_for_department: Acting
                            name: Megyn Price
                            order: 768
                            original_name: Megyn Price
                            popularity: 12.935
                            profile_path: /yCP4b1F0Q78NwtMajGZmpar4uSh.jpg
                          - adult: false
                            character: Katie (voice)
                            credit_id: 5256e81419c2956ff60e83a2
                            gender: 1
                            id: 25540
                            known_for_department: Acting
                            name: Sandra Oh
                            order: 926
                            original_name: Sandra Oh
                            popularity: 15.651
                            profile_path: /zU8vjebHxcP60ESEL5Ok68KWZvj.jpg
                          - adult: false
                            character: Casey (voice)
                            credit_id: 619230b063a6950042f25134
                            gender: 1
                            id: 15423
                            known_for_department: Acting
                            name: Paget Brewster
                            order: 1402
                            original_name: Paget Brewster
                            popularity: 23.323
                            profile_path: /1UJP9BiL7CZwF2PyzpIlZCCC56u.jpg
                          - adult: false
                            character: Terry Bates / Researcher (voice)
                            credit_id: 619230cedbf1440092828a71
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1403
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Fat Lady / Female Officer (voice)
                            credit_id: 61923106f85958002b7415ba
                            gender: 1
                            id: 17414
                            known_for_department: Acting
                            name: Jill Talley
                            order: 1404
                            original_name: Jill Talley
                            popularity: 5.368
                            profile_path: /x0r43qyI9KNEyb5RsF0MckqxgfM.jpg
                          - adult: false
                            character: Avery Bullock (voice)
                            credit_id: 5eff1470f031740039540c47
                            gender: 2
                            id: 2387
                            known_for_department: Acting
                            name: Patrick Stewart
                            order: 2049
                            original_name: Patrick Stewart
                            popularity: 26.38
                            profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                        id: 66048
                        name: Not Particularly Desperate Housewives
                        overview: >-
                          As Stan continues to dominate the household, Francine
                          finds herself idolizing a group of women who seem to
                          have it all. She tries to impress them and even lies
                          in order to gain acceptance into their group, until
                          she realizes they aren't as perfect as they seem.
                          Meanwhile, loyalties are tested when Stan gets a new
                          best friend.
                        production_code: 1AJN16
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /zWLhDauqnHSjK977iu5sN4DTM4g.jpg
                        vote_average: 6.182
                        vote_count: 11
                      - air_date: '2006-01-08'
                        crew:
                          - adult: false
                            credit_id: 5256e7e219c2956ff60e44a2
                            department: Writing
                            gender: 2
                            id: 1224453
                            job: Writer
                            known_for_department: Writing
                            name: David Zuckerman
                            original_name: David Zuckerman
                            popularity: 1.058
                            profile_path: null
                          - adult: false
                            credit_id: 5e0c98af5541fa00131d79f9
                            department: Directing
                            gender: 1
                            id: 2495722
                            job: Director
                            known_for_department: Directing
                            name: Pam Cooke
                            original_name: Pam Cooke
                            popularity: 0.575
                            profile_path: null
                        episode_number: 10
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: David Faustino (voice)
                            credit_id: 5256e82d19c2956ff60eb29e
                            gender: 2
                            id: 18978
                            known_for_department: Acting
                            name: David Faustino
                            order: 564
                            original_name: David Faustino
                            popularity: 8.639
                            profile_path: /dNqoFIPkusGDUjjIAX0jmtQV47v.jpg
                          - adult: false
                            character: Doyle / Fusfeld (voice)
                            credit_id: 5256e7ed19c2956ff60e52aa
                            gender: 2
                            id: 118814
                            known_for_department: Acting
                            name: Rob Tinkler
                            order: 582
                            original_name: Rob Tinkler
                            popularity: 2.925
                            profile_path: /luSDBGEICyGPJghHyXc9rOVIVGE.jpg
                          - adult: false
                            character: Bob Memari (voice)
                            credit_id: 5256e7e619c2956ff60e4bcf
                            gender: 2
                            id: 17402
                            known_for_department: Acting
                            name: Ron Livingston
                            order: 765
                            original_name: Ron Livingston
                            popularity: 20.495
                            profile_path: /pr5CjWnkaf5WKTIYh8wtNufjmyb.jpg
                          - adult: false
                            character: Linda Memari (voice)
                            credit_id: 5256e7e619c2956ff60e4abd
                            gender: 1
                            id: 154332
                            known_for_department: Acting
                            name: Megyn Price
                            order: 768
                            original_name: Megyn Price
                            popularity: 12.935
                            profile_path: /yCP4b1F0Q78NwtMajGZmpar4uSh.jpg
                          - adult: false
                            character: Officer Bays (voice)
                            credit_id: 5256e82d19c2956ff60eb1fe
                            gender: 2
                            id: 11662
                            known_for_department: Acting
                            name: Jason Lee
                            order: 1065
                            original_name: Jason Lee
                            popularity: 13.532
                            profile_path: /64tEXo3xR9IFXsIJKSlJ2LUrrEA.jpg
                          - adult: false
                            character: Philip (voice)
                            credit_id: 5256e82d19c2956ff60eb254
                            gender: 2
                            id: 28637
                            known_for_department: Acting
                            name: Andy Richter
                            order: 1191
                            original_name: Andy Richter
                            popularity: 8.38
                            profile_path: /qazhLkyKOsPmdOQSaUWWbbUjs9q.jpg
                          - adult: false
                            character: Contestant / Terry Bates (voice)
                            credit_id: 619233b1a9b9a400624ec4cd
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1405
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Senator Feinstein / Maria (voice)
                            credit_id: 619233dc42f19f006811140e
                            gender: 1
                            id: 17414
                            known_for_department: Acting
                            name: Jill Talley
                            order: 1406
                            original_name: Jill Talley
                            popularity: 5.368
                            profile_path: /x0r43qyI9KNEyb5RsF0MckqxgfM.jpg
                          - adult: false
                            character: Avery Bullock (voice)
                            credit_id: 5eff1470f031740039540c47
                            gender: 2
                            id: 2387
                            known_for_department: Acting
                            name: Patrick Stewart
                            order: 2049
                            original_name: Patrick Stewart
                            popularity: 26.38
                            profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                        id: 66041
                        name: Rough Trade
                        overview: >-
                          After Stan and Roger have a rough day, they get into a
                          fight that leads to a "Freaky Friday"-type switcheroo
                          where they get a taste of life in each other's shoes.
                          But after the excitement of a new life stales, they
                          face each other's problems as Roger is under pressure
                          at work and Stan yearns to be needed. The swap gets
                          out of hand as the family starts to crumble.
                        production_code: 1AJN17
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /a6LAlxfQO8N1aYwg8ldHzJaH3kk.jpg
                        vote_average: 6.9
                        vote_count: 10
                      - air_date: '2006-01-29'
                        crew:
                          - adult: false
                            credit_id: 5e0c50318586780018bf0a86
                            department: Directing
                            gender: 0
                            id: 2109832
                            job: Director
                            known_for_department: Directing
                            name: Albert Calleros
                            original_name: Albert Calleros
                            popularity: 1.039
                            profile_path: null
                          - adult: false
                            credit_id: 5e0c5465fd4f8000155b84e3
                            department: Writing
                            gender: 0
                            id: 2494814
                            job: Writer
                            known_for_department: Writing
                            name: Neal Boushell
                            original_name: Neal Boushell
                            popularity: 1.09
                            profile_path: null
                          - adult: false
                            credit_id: 62253ed5363909004354a9d7
                            department: Writing
                            gender: 0
                            id: 2494816
                            job: Writer
                            known_for_department: Writing
                            name: Sam O'Neal
                            original_name: Sam O'Neal
                            popularity: 0.615
                            profile_path: null
                        episode_number: 11
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Janice (voice)
                            credit_id: 5256e82e19c2956ff60eb4df
                            gender: 1
                            id: 16845
                            known_for_department: Acting
                            name: Nicole Sullivan
                            order: 574
                            original_name: Nicole Sullivan
                            popularity: 17.978
                            profile_path: /ttNPeB0AldfptvYCfPAgcxk0E4q.jpg
                          - adult: false
                            character: Arboreus / Mr. Aids (voice)
                            credit_id: 5256e7ef19c2956ff60e544f
                            gender: 2
                            id: 52794
                            known_for_department: Acting
                            name: David Herman
                            order: 1192
                            original_name: David Herman
                            popularity: 5.732
                            profile_path: /eyRiQv1bFFGgIWESLFy7w5cyvBe.jpg
                          - adult: false
                            character: Terry Bates / Ticket Guy / Valet (voice)
                            credit_id: 6192344342f19f0068111420
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1407
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: >-
                              Chief Shopaholic / Midnight Runner #1 / Salesman
                              (voice)
                            credit_id: 6192346e957e6d0042ba187f
                            gender: 2
                            id: 62597
                            known_for_department: Acting
                            name: Peter MacKenzie
                            order: 1408
                            original_name: Peter MacKenzie
                            popularity: 3.394
                            profile_path: /cIh0AFTpukyo7O7I4AeWpGnFpic.jpg
                          - adult: false
                            character: Barry Robinson (voice)
                            credit_id: 5f09fb3613a32000347610d9
                            gender: 2
                            id: 52480
                            known_for_department: Acting
                            name: Eddie Kaye Thomas
                            order: 2056
                            original_name: Eddie Kaye Thomas
                            popularity: 15.499
                            profile_path: /k8f8MK8KSOyLozl9pQGaSpYMbpM.jpg
                          - adult: false
                            character: Snot Lonstein (voice)
                            credit_id: 5b377abc9251413c91034df4
                            gender: 2
                            id: 87003
                            known_for_department: Acting
                            name: Curtis Armstrong
                            order: 2065
                            original_name: Curtis Armstrong
                            popularity: 15.548
                            profile_path: /3ZAX6NoU47Qshk0svFxkEcJ5fhI.jpg
                        id: 66042
                        name: Finances With Wolves
                        overview: >-
                          After receiving a hefty bonus from work, Stan buys
                          extravagant gadgets while Francine pleads for her
                          dream kiosk. Upset about his lack of support, Francine
                          opens a muffin shop without his approval and gives
                          Stan a taste of life without a housewife. In a
                          desperate move, Stan puts Klaus' brain back into a
                          human body – only to discover it was a huge mistake as
                          Klaus tries to win over Francine. Meanwhile, Steve is
                          convinced he's a teen wolf after watching a horror
                          film.
                        production_code: 1AJN18
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /tr9iKSzwERbWLBPOljdezL0dmlg.jpg
                        vote_average: 6.889
                        vote_count: 9
                      - air_date: '2006-02-26'
                        crew:
                          - adult: false
                            credit_id: 5256e7e819c2956ff60e4d7b
                            department: Directing
                            gender: 0
                            id: 1224455
                            job: Director
                            known_for_department: Directing
                            name: Rodney Clouden
                            original_name: Rodney Clouden
                            popularity: 1.074
                            profile_path: null
                          - adult: false
                            credit_id: 5e0c52946dc6c000154950f9
                            department: Writing
                            gender: 0
                            id: 1514153
                            job: Writer
                            known_for_department: Writing
                            name: Alison McDonald
                            original_name: Alison McDonald
                            popularity: 1.115
                            profile_path: null
                        episode_number: 12
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Margie (voice)
                            credit_id: 5256e82e19c2956ff60eb628
                            gender: 1
                            id: 86924
                            known_for_department: Acting
                            name: Leigh-Allyn Baker
                            order: 568
                            original_name: Leigh-Allyn Baker
                            popularity: 2.909
                            profile_path: /jUpelgk0Lehi6jUtUBuqtyVO5Pv.jpg
                          - adult: false
                            character: Dick (voice)
                            credit_id: 5256e7da19c2956ff60e3d2b
                            gender: 2
                            id: 17401
                            known_for_department: Acting
                            name: Stephen Root
                            order: 587
                            original_name: Stephen Root
                            popularity: 24.72
                            profile_path: /2Zwi6AydqQQ9InVdhjYcfJXNzkp.jpg
                          - adult: false
                            character: Quacky (voice)
                            credit_id: 5256e82f19c2956ff60eb752
                            gender: 2
                            id: 69718
                            known_for_department: Acting
                            name: Jon Cryer
                            order: 613
                            original_name: Jon Cryer
                            popularity: 18.488
                            profile_path: /7PB7dDNHP9l5LlCCw6GP8GjaCAE.jpg
                          - adult: false
                            character: Dark Haired Man / Medic (voice)
                            credit_id: 5256e82e19c2956ff60eb5a8
                            gender: 2
                            id: 65524
                            known_for_department: Acting
                            name: Ioan Gruffudd
                            order: 826
                            original_name: Ioan Gruffudd
                            popularity: 23.82
                            profile_path: /h2pg2XwJPcOWotHgiohXjEZUBLa.jpg
                          - adult: false
                            character: Mitch (voice)
                            credit_id: 5256e82e19c2956ff60eb6a4
                            gender: 2
                            id: 23958
                            known_for_department: Acting
                            name: Jeremy Sisto
                            order: 1018
                            original_name: Jeremy Sisto
                            popularity: 18.978
                            profile_path: /1XfuASLjBhGOhJ4os7juRJot2we.jpg
                          - adult: false
                            character: 'Jock #2 / Sanders / Pig Head (voice)'
                            credit_id: 61923557c998260044d4b1be
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1409
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Jeff Fischer / Donnie (voice)
                            credit_id: 61923595bfeb8b008a7b1135
                            gender: 2
                            id: 5211
                            known_for_department: Acting
                            name: Jeff Fischer
                            order: 1410
                            original_name: Jeff Fischer
                            popularity: 3.117
                            profile_path: /wC4wsWAYZ51FNCb33GpDiCUrFDw.jpg
                          - adult: false
                            character: Jackson / Maitre D' (voice)
                            credit_id: 619235b5bfeb8b002a9186e0
                            gender: 2
                            id: 1219665
                            known_for_department: Acting
                            name: Mike Henry
                            order: 1411
                            original_name: Mike Henry
                            popularity: 3.495
                            profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                        id: 66043
                        name: It's Good to be the Queen
                        overview: >-
                          Because of a past incident at his own prom, where he
                          was lured into a dance with the homecoming queen only
                          to have a pile of pigs dropped on him, Stan wants
                          revenge by showing off that he married a homecoming
                          queen, Francine. A proud Stan accompanies Francine to
                          her reunion, but when they find out that two ballots
                          were lost and that Francine didn’t actually win the
                          crown, Stan is devastated. Meanwhile, a dejected Steve
                          is “saved” by a pizza delivery man with a Messianic
                          message.
                        production_code: 1AJN19
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /kxAIk9Eziwdp8EWwlTp8FsbqnY0.jpg
                        vote_average: 6.444
                        vote_count: 9
                      - air_date: '2006-04-23'
                        crew:
                          - adult: false
                            credit_id: 5256e82b19c2956ff60eadb5
                            department: Directing
                            gender: 2
                            id: 1214801
                            job: Director
                            known_for_department: Directing
                            name: Anthony Lioi
                            original_name: Anthony Lioi
                            popularity: 1.212
                            profile_path: null
                          - adult: false
                            credit_id: 5256e83e19c2956ff60ed8c9
                            department: Writing
                            gender: 2
                            id: 1224473
                            job: Writer
                            known_for_department: Writing
                            name: Rick Wiener
                            original_name: Rick Wiener
                            popularity: 0.628
                            profile_path: null
                          - adult: false
                            credit_id: 5256e83f19c2956ff60ed911
                            department: Writing
                            gender: 2
                            id: 1224474
                            job: Writer
                            known_for_department: Writing
                            name: Kenny Schwartz
                            original_name: Kenny Schwartz
                            popularity: 0.931
                            profile_path: null
                        episode_number: 13
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Trudy (voice)
                            credit_id: 5256e82f19c2956ff60eb79d
                            gender: 1
                            id: 1212139
                            known_for_department: Acting
                            name: Jennie Garth
                            order: 512
                            original_name: Jennie Garth
                            popularity: 8.81
                            profile_path: /nqgP9o12FNDOeON6bfbnN8pvb72.jpg
                          - adult: false
                            character: Old Lady / Wendie Jo (voice)
                            credit_id: 5256e82f19c2956ff60eb7e1
                            gender: 1
                            id: 1068
                            known_for_department: Acting
                            name: Wendie Jo Sperber
                            order: 534
                            original_name: Wendie Jo Sperber
                            popularity: 5.325
                            profile_path: /dufqiCvSBQUxuHmMXcH6U8fZG4k.jpg
                          - adult: false
                            character: Limo Driver / Peter Scolari (voice)
                            credit_id: 5256e82f19c2956ff60eb89f
                            gender: 2
                            id: 42363
                            known_for_department: Acting
                            name: Peter Scolari
                            order: 588
                            original_name: Peter Scolari
                            popularity: 10.459
                            profile_path: /r9sBCkb6hSinCpgWC7lu5XTJEfc.jpg
                          - adult: false
                            character: Doctor Gupta (voice)
                            credit_id: 5256e83019c2956ff60eb91d
                            gender: 1
                            id: 350
                            known_for_department: Acting
                            name: Laura Linney
                            order: 596
                            original_name: Laura Linney
                            popularity: 20.547
                            profile_path: /ztQXGmNLzhDV22rAvcXzCG4d0cy.jpg
                          - adult: false
                            character: Frank / Terry Bates (voice)
                            credit_id: 6192877f3e2ec800437a388f
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1412
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Miles (voice)
                            credit_id: 5256e82f19c2956ff60eb855
                            gender: 2
                            id: 56857
                            known_for_department: Acting
                            name: Peter Facinelli
                            order: 2064
                            original_name: Peter Facinelli
                            popularity: 17.457
                            profile_path: /rxB2Iwh0xMpQAlt6ZsheTDa48J2.jpg
                        id: 66044
                        name: Roger 'n Me
                        overview: >-
                          When Stan goes to Atlantic City for a bachelor party
                          and is shunned by his so-called best friend, Roger
                          steps in and becomes Stan's new sidekick. Their
                          friendship goes to a whole new level, but when they
                          return home and face Francine, Stan realizes that what
                          happens in Atlantic City doesn't necessarily stay
                          there. Meanwhile, Hayley and Steve team up to break up
                          a good-looking couple.
                        production_code: 2AJN01
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /rMqE4hIYO3PDHkxPhJHYeqNN9gv.jpg
                        vote_average: 7
                        vote_count: 9
                      - air_date: '2006-04-30'
                        crew:
                          - adult: false
                            credit_id: 5256e7e519c2956ff60e491a
                            department: Writing
                            gender: 1
                            id: 1224454
                            job: Writer
                            known_for_department: Writing
                            name: Nahnatchka Khan
                            original_name: Nahnatchka Khan
                            popularity: 6.426
                            profile_path: /lIr3fOt0OZgDlVBvyvIdWhzz2.jpg
                          - adult: false
                            credit_id: 5e0c506268b1ea00157b9f93
                            department: Directing
                            gender: 2
                            id: 1453045
                            job: Director
                            known_for_department: Art
                            name: Caleb Meurer
                            original_name: Caleb Meurer
                            popularity: 0.119
                            profile_path: null
                        episode_number: 14
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: (voice)
                            credit_id: 5e0c55379974ee0017a2d8cf
                            gender: 1
                            id: 80615
                            known_for_department: Acting
                            name: Juanita Jennings
                            order: 614
                            original_name: Juanita Jennings
                            popularity: 6.605
                            profile_path: /AbSt8u0rSeb2eMfyUMGpUCu1uyw.jpg
                          - adult: false
                            character: Sully (voice)
                            credit_id: 5256e7f019c2956ff60e57a6
                            gender: 2
                            id: 31531
                            known_for_department: Acting
                            name: John DiMaggio
                            order: 892
                            original_name: John DiMaggio
                            popularity: 15.879
                            profile_path: /qcbQe71nSlULDsP1OxTqltEKFbl.jpg
                          - adult: false
                            character: Johnny Four-Legs (voice)
                            credit_id: 5256e83019c2956ff60eba2c
                            gender: 2
                            id: 60279
                            known_for_department: Acting
                            name: Fred Tatasciore
                            order: 1051
                            original_name: Fred Tatasciore
                            popularity: 16.385
                            profile_path: /cKMuclPblMvQ4JQMN0nYKvb5ylu.jpg
                          - adult: false
                            character: Vince Chung (voice)
                            credit_id: 5256e83019c2956ff60eb992
                            gender: 2
                            id: 68842
                            known_for_department: Acting
                            name: John Cho
                            order: 1053
                            original_name: John Cho
                            popularity: 14.615
                            profile_path: /4Lar4uy8gk78cEocq6ERPRFWt3e.jpg
                          - adult: false
                            character: Nick (voice)
                            credit_id: 619287cb87ae7b0065df7857
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1413
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                          - adult: false
                            character: Coach Andrews (voice)
                            credit_id: 619287e7724de1002bed74a7
                            gender: 2
                            id: 76492
                            known_for_department: Acting
                            name: Matt McKenna
                            order: 1414
                            original_name: Matt McKenna
                            popularity: 0.678
                            profile_path: null
                          - adult: false
                            character: Barry Robinson (voice)
                            credit_id: 5f09fb3613a32000347610d9
                            gender: 2
                            id: 52480
                            known_for_department: Acting
                            name: Eddie Kaye Thomas
                            order: 2056
                            original_name: Eddie Kaye Thomas
                            popularity: 15.499
                            profile_path: /k8f8MK8KSOyLozl9pQGaSpYMbpM.jpg
                          - adult: false
                            character: Snot Lonstein (voice)
                            credit_id: 5b377abc9251413c91034df4
                            gender: 2
                            id: 87003
                            known_for_department: Acting
                            name: Curtis Armstrong
                            order: 2065
                            original_name: Curtis Armstrong
                            popularity: 15.548
                            profile_path: /3ZAX6NoU47Qshk0svFxkEcJ5fhI.jpg
                        id: 66045
                        name: Helping Handis
                        overview: >-
                          Stan wants Steve to be popular and goes to desperate
                          measures giving him steroids to make him bigger,
                          better, and part of the in-crowd at school. But when
                          the steroids have an unexpected side effect, Steve
                          gets a lot more attention than anyone expected.
                          Meanwhile, after Hayley makes a movie about Francine's
                          life as a housewife, Francine is determined to start a
                          new career as a doctor.
                        production_code: 2AJN02
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /cZSQJn8BZicBMbq5qlclaDKtcBM.jpg
                        vote_average: 6.778
                        vote_count: 9
                      - air_date: '2006-05-07'
                        crew:
                          - adult: false
                            credit_id: 58acf12e9251411f88002806
                            department: Directing
                            gender: 0
                            id: 1656571
                            job: Director
                            known_for_department: Directing
                            name: John Aoshima
                            original_name: John Aoshima
                            popularity: 0.592
                            profile_path: null
                          - adult: false
                            credit_id: 5e0c55948586780018bf3ee7
                            department: Writing
                            gender: 0
                            id: 1855525
                            job: Writer
                            known_for_department: Writing
                            name: Erik Durbin
                            original_name: Erik Durbin
                            popularity: 1.096
                            profile_path: null
                        episode_number: 15
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Gary / Rick (voice)
                            credit_id: 5256e83119c2956ff60ebb09
                            gender: 2
                            id: 21594
                            known_for_department: Acting
                            name: Chris Klein
                            order: 535
                            original_name: Chris Klein
                            popularity: 9.199
                            profile_path: /56kCtPVfvjm5IRPa2GyaQHTPIOy.jpg
                          - adult: false
                            character: Girl (voice)
                            credit_id: 5256e83119c2956ff60ebb75
                            gender: 1
                            id: 58369
                            known_for_department: Acting
                            name: Alexandra Breckenridge
                            order: 565
                            original_name: Alexandra Breckenridge
                            popularity: 32.211
                            profile_path: /7HQAXqAELDwzZzxpmp1ZSb4yM5V.jpg
                          - adult: false
                            character: Singing Sergeant (voice)
                            credit_id: 5256e83119c2956ff60ebbd9
                            gender: 2
                            id: 117187
                            known_for_department: Acting
                            name: Reno Wilson
                            order: 589
                            original_name: Reno Wilson
                            popularity: 8.671
                            profile_path: /odYnlRblq5nQHqFgOAu5zPUJCde.jpg
                          - adult: false
                            character: Evil Barry (voice)
                            credit_id: 5256e83019c2956ff60ebaaf
                            gender: 2
                            id: 24264
                            known_for_department: Acting
                            name: Craig Ferguson
                            order: 728
                            original_name: Craig Ferguson
                            popularity: 7.919
                            profile_path: /mBxNrOxdQeM7bVBveE47Syj9ES6.jpg
                          - adult: false
                            character: Barry Robinson (voice)
                            credit_id: 5f09fb3613a32000347610d9
                            gender: 2
                            id: 52480
                            known_for_department: Acting
                            name: Eddie Kaye Thomas
                            order: 2056
                            original_name: Eddie Kaye Thomas
                            popularity: 15.499
                            profile_path: /k8f8MK8KSOyLozl9pQGaSpYMbpM.jpg
                        id: 66046
                        name: With Friends Like Steve's
                        overview: >-
                          After Steve shows a lack of interest in Stan's job,
                          Stan replaces him with Barry, Steve's malicious
                          friend. Barry frames Steve to eliminate him from the
                          household, but when Steve discovers Barry's weakness,
                          he relies on his CIA skills to save the family.
                          Meanwhile, Roger takes an impressive keg-stand and
                          uses it to become a fraternity brother.
                        production_code: 2AJN03
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /aq9Ewdwo8pT6tak32nZ0sEccGyG.jpg
                        vote_average: 7
                        vote_count: 9
                      - air_date: '2006-05-14'
                        crew:
                          - adult: false
                            credit_id: 5256e7f719c2956ff60e5c3b
                            department: Writing
                            gender: 2
                            id: 1246890
                            job: Writer
                            known_for_department: Writing
                            name: Chris McKenna
                            original_name: Chris McKenna
                            popularity: 3.44
                            profile_path: /2yzbdhnpLdJg8NIh4SWqy6wGbZV.jpg
                          - adult: false
                            credit_id: 5e0c50575541fa00131c4d1c
                            department: Directing
                            gender: 2
                            id: 2495504
                            job: Director
                            known_for_department: Directing
                            name: Brent Woods
                            original_name: Brent Woods
                            popularity: 0.001
                            profile_path: /4gGF5VxChdMC5oYZ16EvfDV3OWz.jpg
                        episode_number: 16
                        episode_type: finale
                        guest_stars:
                          - adult: false
                            character: Kate Jackson (voice)
                            credit_id: 5256e83119c2956ff60ebc8a
                            gender: 1
                            id: 105747
                            known_for_department: Acting
                            name: Kate Jackson
                            order: 567
                            original_name: Kate Jackson
                            popularity: 4.7
                            profile_path: /cAyWyDHnmSCL1H0JuwuoH6ECaPg.jpg
                          - adult: false
                            character: Bruce Boxleitner (voice)
                            credit_id: 52784198760ee375b30599d5
                            gender: 2
                            id: 2547
                            known_for_department: Acting
                            name: Bruce Boxleitner
                            order: 618
                            original_name: Bruce Boxleitner
                            popularity: 15.598
                            profile_path: /gBB5XKWGXFA4Y9s1mV15wTZUkSD.jpg
                          - adult: false
                            character: Raina (voice)
                            credit_id: 6192890101757f00437162ff
                            gender: 1
                            id: 15423
                            known_for_department: Acting
                            name: Paget Brewster
                            order: 1415
                            original_name: Paget Brewster
                            popularity: 23.323
                            profile_path: /1UJP9BiL7CZwF2PyzpIlZCCC56u.jpg
                          - adult: false
                            character: Petkov (voice)
                            credit_id: 6192893c53866e004454eb4e
                            gender: 2
                            id: 31531
                            known_for_department: Acting
                            name: John DiMaggio
                            order: 1416
                            original_name: John DiMaggio
                            popularity: 15.879
                            profile_path: /qcbQe71nSlULDsP1OxTqltEKFbl.jpg
                          - adult: false
                            character: (voice)
                            credit_id: 6192891d15376c002c9698d6
                            gender: 2
                            id: 1224449
                            known_for_department: Writing
                            name: Mike Barker
                            order: 1664
                            original_name: Mike Barker
                            popularity: 2.355
                            profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                        id: 66047
                        name: Tears of a Clooney
                        overview: >-
                          When Francine's birthday brings back haunting memories
                          of a celebrity film moment stolen by George Clooney,
                          Francine's new dream is to destroy the star. But when
                          she tries to win Clooney's heart with the intention of
                          breaking it, Stan actually falls for him and sabotages
                          the plan. Meanwhile, back at home, Roger builds a
                          vineyard and starts up a private sweat shop of foster
                          children.
                        production_code: 2AJN04
                        runtime: 22
                        season_number: 2
                        show_id: 1433
                        still_path: /fv00jq8vYtQe89GBz37vsBQWkQK.jpg
                        vote_average: 6.889
                        vote_count: 9
                    id: 3820
                    name: Season 2
                    overview: >-
                      Terrorists (and all you bed-wetting hippie-liberal types)
                      beware! Ultra-right-wing C.I.A. agent Stan Smith is back,
                      taking names, and, well, you know the rest. Join Stan,
                      along with his hilariously off-beat family, as he spans
                      the globe to make the world safe for democracy! If you are
                      ready to support your country, and if you're ready for a
                      widly outrageous animated farce from Mike Barker, Matt
                      Weitzman and Seth MacFarlane, the creative mastermind
                      behind Family Guy, you're ready for American Dad! Volume
                      two. God bless America.
                    poster_path: /ujW8p4k4gAbka9ZuXQFQLZjBEbg.jpg
                    season_number: 2
                    vote_average: 6.8
components:
  parameters:
    SeriesID:
      name: series_id
      description: a uniques identifier for a tv serie
      in: path
      required: true
      schema:
        type: integer
      examples:
        example1:
          value: 122
        example2:
          value: 123
        example3:
          value: 110381
        example4:
          value: 1433
        example5:
          value: 93405
        example6:
          value: 1399
        example7:
          value: 84007
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````