Information about scheduled program time slots

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

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

{
    "id": 64,
    "uri": "https://api.kexp.org/v2/timeslots/64/?format=api",
    "program": 37,
    "program_uri": "https://api.kexp.org/v2/programs/37/?format=api",
    "program_name": "Eastern Echoes",
    "program_tags": "Eclectic,Variety,World",
    "hosts": [
        92
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/92/?format=api"
    ],
    "host_names": [
        "Diana Ratsamee"
    ],
    "weekday": 4,
    "start_date": "2023-09-13",
    "end_date": null,
    "start_time": "19:00:00",
    "end_time": "22:00:00",
    "duration": "03:00:00"
}