Information about scheduled program time slots

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

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

{
    "id": 44,
    "uri": "https://api.kexp.org/v2/timeslots/44/?format=api",
    "program": 7,
    "program_uri": "https://api.kexp.org/v2/programs/7/?format=api",
    "program_name": "Positive Vibrations",
    "program_tags": "Reggae,World",
    "hosts": [
        28
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/28/?format=api"
    ],
    "host_names": [
        "Kid Hops"
    ],
    "weekday": 6,
    "start_date": "2020-08-20",
    "end_date": null,
    "start_time": "09:00:00",
    "end_time": "12:00:00",
    "duration": "03:00:00"
}