GET /v1/host/?format=api&offset=100
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 101,
    "next": null,
    "previous": "https://api.kexp.org/v1/host/?format=api&limit=20&offset=80",
    "results": [
        {
            "hostid": 54,
            "name": "Youth DJ",
            "imageuri": "https://www.kexp.org/media/filer_public/f4/c9/f4c950c6-4cb8-4ed5-a47f-702d5885f9bb/90teen_igsquare_1080x1080.jpg",
            "newimageuri": "https://www.kexp.org/media/filer_public/f4/c9/f4c950c6-4cb8-4ed5-a47f-702d5885f9bb/90teen_igsquare_1080x1080.jpg",
            "isactive": true
        }
    ]
}