Information about scheduled program time slots

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

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

{
    "id": 60,
    "uri": "https://api.kexp.org/v2/timeslots/60/?format=api",
    "program": 4,
    "program_uri": "https://api.kexp.org/v2/programs/4/?format=api",
    "program_name": "Jazz Theatre",
    "program_tags": "Jazz",
    "hosts": [
        24,
        97
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/24/?format=api",
        "https://api.kexp.org/v2/hosts/97/?format=api"
    ],
    "host_names": [
        "John Gilbreath",
        "Noel Brass Jr."
    ],
    "weekday": 1,
    "start_date": "2023-09-13",
    "end_date": null,
    "start_time": "01:00:00",
    "end_time": "03:00:00",
    "duration": "02:00:00"
}