Information about scheduled program time slots

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

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

{
    "id": 20,
    "uri": "https://api.kexp.org/v2/timeslots/20/?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": 3,
    "start_date": "2020-08-20",
    "end_date": null,
    "start_time": "13:00:00",
    "end_time": "16:00:00",
    "duration": "03:00:00"
}