Get All Episode's Judges

Retrieve all the judges in a specific episode.

example request:
GET http://www.nokeynoshade.party/api/episodes/8/judges

example response:

[
    {
        "id": 2,
        "name": "Bob Mackie",
        "bio": "Fashion Designer",
        "type": "guest"
    },
    {
        "id": 3,
        "name": "Mike Ruiz",
        "bio": "Photographer",
        "type": "regular"
    },
    {
        "id": 1,
        "name": "Rupaul",
        "bio": "Drag performer, actor, television host, and recording artist",
        "type": "regular"
    },
    {
        "id": 136,
        "name": "Merle Ginsberg",
        "bio": "Journalist",
        "type": "regular"
    },
    {
        "id": 149,
        "name": "Santino Rice",
        "bio": "Fashion Designer",
        "type": "regular"
    }
]