Information about scheduled program time slots

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

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

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