Get One Episode's Lipsyncs

Retrieve all the lipsyncs in a specific episode.

example request:
GET http://www.nokeynoshade.party/api/episodes/21/lipsyncs

example response:

[
    {
        "id": 12,
        "name": "Carry On",
        "artist": "Martha Wash",
        "episodeId": 21,
        "queens": [
            {
                "id": 17,
                "name": "Morgan McMichaels",
                "won": false
            },
            {
                "id": 18,
                "name": "Sahara Davenport",
                "won": true
            }
        ]
    },
   { ... }
]