Information about scheduled program time slots

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

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

{
    "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"
}