Get One Season's Lipsyncs

Retrieve all the lipsyncs in a specific season.

example request:
GET http://www.nokeynoshade.party/api/seasons/5/lipsyncs

[
    {
        "id": 49,
        "name": "Party in the U.S.A.",
        "artist": "Miley Cyrus",
        "episodeId": 65,
        "queens": [
            {
                "id": 50,
                "name": "Penny Tration",
                "won": false
            },
            {
                "id": 51,
                "name": "Serena Cha Cha",
                "won": true
            }
        ]
    },
    { ... },
]