Information about scheduled program time slots

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

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

{
    "id": 63,
    "uri": "https://api.kexp.org/v2/timeslots/63/?format=api",
    "program": 38,
    "program_uri": "https://api.kexp.org/v2/programs/38/?format=api",
    "program_name": "Astral Plane",
    "program_tags": "Rock,Eclectic,Psychedelic",
    "hosts": [
        95
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/95/?format=api"
    ],
    "host_names": [
        "DJ Jewel"
    ],
    "weekday": 3,
    "start_date": "2023-09-13",
    "end_date": null,
    "start_time": "19:00:00",
    "end_time": "22:00:00",
    "duration": "03:00:00"
}