Information about scheduled program time slots

list: List of scheduled time slots
retrieve: Information about a specific time slot by ID

GET /v2/timeslots/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 60,
    "next": "https://api.kexp.org/v2/timeslots/?format=api&limit=20&offset=20",
    "previous": null,
    "results": [
        {
            "id": 57,
            "uri": "https://api.kexp.org/v2/timeslots/57/?format=api",
            "program": 5,
            "program_uri": "https://api.kexp.org/v2/programs/5/?format=api",
            "program_name": "Midnight in a Perfect World",
            "program_tags": "Eclectic,DJ,Variety Mix",
            "hosts": [
                21
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/21/?format=api"
            ],
            "host_names": [
                "Guest DJ"
            ],
            "weekday": 1,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "00:00:00",
            "end_time": "01:00:00",
            "duration": "01:00:00"
        },
        {
            "id": 60,
            "uri": "https://api.kexp.org/v2/timeslots/60/?format=api",
            "program": 4,
            "program_uri": "https://api.kexp.org/v2/programs/4/?format=api",
            "program_name": "Jazz Theatre",
            "program_tags": "Jazz",
            "hosts": [
                24
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/24/?format=api"
            ],
            "host_names": [
                "John Gilbreath"
            ],
            "weekday": 1,
            "start_date": "2023-09-13",
            "end_date": null,
            "start_time": "01:00:00",
            "end_time": "03:00:00",
            "duration": "02:00:00"
        },
        {
            "id": 62,
            "uri": "https://api.kexp.org/v2/timeslots/62/?format=api",
            "program": 39,
            "program_uri": "https://api.kexp.org/v2/programs/39/?format=api",
            "program_name": "Sounds of Survivance",
            "program_tags": "Eclectic,Variety,World",
            "hosts": [
                94,
                93
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/94/?format=api",
                "https://api.kexp.org/v2/hosts/93/?format=api"
            ],
            "host_names": [
                "Kevin Sur",
                "Tory J"
            ],
            "weekday": 1,
            "start_date": "2023-09-13",
            "end_date": null,
            "start_time": "03:00:00",
            "end_time": "04:00:00",
            "duration": "01:00:00"
        },
        {
            "id": 1,
            "uri": "https://api.kexp.org/v2/timeslots/1/?format=api",
            "program": 32,
            "program_uri": "https://api.kexp.org/v2/programs/32/?format=api",
            "program_name": "Early",
            "program_tags": "Rock,Eclectic,Variety Mix",
            "hosts": [
                50
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/50/?format=api"
            ],
            "host_names": [
                "Eva Walker"
            ],
            "weekday": 1,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "05:00:00",
            "end_time": "07:00:00",
            "duration": "02:00:00"
        },
        {
            "id": 2,
            "uri": "https://api.kexp.org/v2/timeslots/2/?format=api",
            "program": 16,
            "program_uri": "https://api.kexp.org/v2/programs/16/?format=api",
            "program_name": "The Morning Show",
            "program_tags": "Rock,Eclectic,Variety Mix",
            "hosts": [
                26
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/26/?format=api"
            ],
            "host_names": [
                "John Richards"
            ],
            "weekday": 1,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "07:00:00",
            "end_time": "10:00:00",
            "duration": "03:00:00"
        },
        {
            "id": 3,
            "uri": "https://api.kexp.org/v2/timeslots/3/?format=api",
            "program": 15,
            "program_uri": "https://api.kexp.org/v2/programs/15/?format=api",
            "program_name": "The Midday Show",
            "program_tags": "Rock,Eclectic,Variety Mix",
            "hosts": [
                4
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/4/?format=api"
            ],
            "host_names": [
                "Cheryl Waters"
            ],
            "weekday": 1,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "10:00:00",
            "end_time": "13:00:00",
            "duration": "03:00:00"
        },
        {
            "id": 4,
            "uri": "https://api.kexp.org/v2/timeslots/4/?format=api",
            "program": 14,
            "program_uri": "https://api.kexp.org/v2/programs/14/?format=api",
            "program_name": "The Afternoon Show",
            "program_tags": "Rock,Eclectic,Variety Mix",
            "hosts": [
                55
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/55/?format=api"
            ],
            "host_names": [
                "Larry Mizell, Jr."
            ],
            "weekday": 1,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "13:00:00",
            "end_time": "16:00:00",
            "duration": "03:00:00"
        },
        {
            "id": 5,
            "uri": "https://api.kexp.org/v2/timeslots/5/?format=api",
            "program": 33,
            "program_uri": "https://api.kexp.org/v2/programs/33/?format=api",
            "program_name": "Drive Time",
            "program_tags": "Rock,Eclectic,Variety Mix",
            "hosts": [
                13
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/13/?format=api"
            ],
            "host_names": [
                "DJ Riz"
            ],
            "weekday": 1,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "16:00:00",
            "end_time": "19:00:00",
            "duration": "03:00:00"
        },
        {
            "id": 6,
            "uri": "https://api.kexp.org/v2/timeslots/6/?format=api",
            "program": 2,
            "program_uri": "https://api.kexp.org/v2/programs/2/?format=api",
            "program_name": "El Sonido",
            "program_tags": "Latin,World",
            "hosts": [
                85,
                5
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/85/?format=api",
                "https://api.kexp.org/v2/hosts/5/?format=api"
            ],
            "host_names": [
                "Albina Cabrera",
                "Chilly"
            ],
            "weekday": 1,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "19:00:00",
            "end_time": "22:00:00",
            "duration": "03:00:00"
        },
        {
            "id": 7,
            "uri": "https://api.kexp.org/v2/timeslots/7/?format=api",
            "program": 18,
            "program_uri": "https://api.kexp.org/v2/programs/18/?format=api",
            "program_name": "Variety Mix",
            "program_tags": "Rock,Eclectic,Variety Mix",
            "hosts": [
                38
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/38/?format=api"
            ],
            "host_names": [
                "Sean"
            ],
            "weekday": 1,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "22:00:00",
            "end_time": "01:00:00",
            "duration": "03:00:00"
        },
        {
            "id": 8,
            "uri": "https://api.kexp.org/v2/timeslots/8/?format=api",
            "program": 18,
            "program_uri": "https://api.kexp.org/v2/programs/18/?format=api",
            "program_name": "Variety Mix",
            "program_tags": "Rock,Eclectic,Variety Mix",
            "hosts": [
                33
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/33/?format=api"
            ],
            "host_names": [
                "Mike Ramos"
            ],
            "weekday": 2,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "01:00:00",
            "end_time": "05:00:00",
            "duration": "04:00:00"
        },
        {
            "id": 9,
            "uri": "https://api.kexp.org/v2/timeslots/9/?format=api",
            "program": 32,
            "program_uri": "https://api.kexp.org/v2/programs/32/?format=api",
            "program_name": "Early",
            "program_tags": "Rock,Eclectic,Variety Mix",
            "hosts": [
                50
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/50/?format=api"
            ],
            "host_names": [
                "Eva Walker"
            ],
            "weekday": 2,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "05:00:00",
            "end_time": "07:00:00",
            "duration": "02:00:00"
        },
        {
            "id": 10,
            "uri": "https://api.kexp.org/v2/timeslots/10/?format=api",
            "program": 16,
            "program_uri": "https://api.kexp.org/v2/programs/16/?format=api",
            "program_name": "The Morning Show",
            "program_tags": "Rock,Eclectic,Variety Mix",
            "hosts": [
                26
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/26/?format=api"
            ],
            "host_names": [
                "John Richards"
            ],
            "weekday": 2,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "07:00:00",
            "end_time": "10:00:00",
            "duration": "03:00:00"
        },
        {
            "id": 11,
            "uri": "https://api.kexp.org/v2/timeslots/11/?format=api",
            "program": 15,
            "program_uri": "https://api.kexp.org/v2/programs/15/?format=api",
            "program_name": "The Midday Show",
            "program_tags": "Rock,Eclectic,Variety Mix",
            "hosts": [
                4
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/4/?format=api"
            ],
            "host_names": [
                "Cheryl Waters"
            ],
            "weekday": 2,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "10:00:00",
            "end_time": "13:00:00",
            "duration": "03:00:00"
        },
        {
            "id": 12,
            "uri": "https://api.kexp.org/v2/timeslots/12/?format=api",
            "program": 14,
            "program_uri": "https://api.kexp.org/v2/programs/14/?format=api",
            "program_name": "The Afternoon Show",
            "program_tags": "Rock,Eclectic,Variety Mix",
            "hosts": [
                55
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/55/?format=api"
            ],
            "host_names": [
                "Larry Mizell, Jr."
            ],
            "weekday": 2,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "13:00:00",
            "end_time": "16:00:00",
            "duration": "03:00:00"
        },
        {
            "id": 13,
            "uri": "https://api.kexp.org/v2/timeslots/13/?format=api",
            "program": 33,
            "program_uri": "https://api.kexp.org/v2/programs/33/?format=api",
            "program_name": "Drive Time",
            "program_tags": "Rock,Eclectic,Variety Mix",
            "hosts": [
                27
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/27/?format=api"
            ],
            "host_names": [
                "Kevin Cole"
            ],
            "weekday": 2,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "16:00:00",
            "end_time": "19:00:00",
            "duration": "03:00:00"
        },
        {
            "id": 14,
            "uri": "https://api.kexp.org/v2/timeslots/14/?format=api",
            "program": 20,
            "program_uri": "https://api.kexp.org/v2/programs/20/?format=api",
            "program_name": "Wo' Pop",
            "program_tags": "Electronic,World",
            "hosts": [
                6
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/6/?format=api"
            ],
            "host_names": [
                "Darek Mazzone"
            ],
            "weekday": 2,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "19:00:00",
            "end_time": "22:00:00",
            "duration": "03:00:00"
        },
        {
            "id": 15,
            "uri": "https://api.kexp.org/v2/timeslots/15/?format=api",
            "program": 18,
            "program_uri": "https://api.kexp.org/v2/programs/18/?format=api",
            "program_name": "Variety Mix",
            "program_tags": "Rock,Eclectic,Variety Mix",
            "hosts": [
                53
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/53/?format=api"
            ],
            "host_names": [
                "Michele Myers"
            ],
            "weekday": 2,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "22:00:00",
            "end_time": "01:00:00",
            "duration": "03:00:00"
        },
        {
            "id": 16,
            "uri": "https://api.kexp.org/v2/timeslots/16/?format=api",
            "program": 18,
            "program_uri": "https://api.kexp.org/v2/programs/18/?format=api",
            "program_name": "Variety Mix",
            "program_tags": "Rock,Eclectic,Variety Mix",
            "hosts": [
                1
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/1/?format=api"
            ],
            "host_names": [
                "Abbie"
            ],
            "weekday": 3,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "01:00:00",
            "end_time": "05:00:00",
            "duration": "04:00:00"
        },
        {
            "id": 17,
            "uri": "https://api.kexp.org/v2/timeslots/17/?format=api",
            "program": 32,
            "program_uri": "https://api.kexp.org/v2/programs/32/?format=api",
            "program_name": "Early",
            "program_tags": "Rock,Eclectic,Variety Mix",
            "hosts": [
                50
            ],
            "host_uris": [
                "https://api.kexp.org/v2/hosts/50/?format=api"
            ],
            "host_names": [
                "Eva Walker"
            ],
            "weekday": 3,
            "start_date": "2020-08-20",
            "end_date": null,
            "start_time": "05:00:00",
            "end_time": "07:00:00",
            "duration": "02:00:00"
        }
    ]
}