Information about scheduled program time slots

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

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

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