
A broadcast represents a slice of time when a person's camera was, or is, on.
This call is used to retrieve all active live broadcasts. In addition to the universal parameters, it accepts the following query parameters:
sort: defines how to sort the collection. 'popular', 'random'
Example 1. http://live.yahooapis.com/v1/broadcasts?sort=popular
<broadcasts yahoo:total="42" yahoo:start="1" yahoo:count="10">
<broadcast yahoo:uri="http://live.yahooapis.com/v1/broadcast/90"
yahoo:created="1969-12-31T16:00:00-08:00Z"
yahoo:updated="1969-12-31T16:00:00-08:00Z"
id="FhS15kkcSf47FsrZqU369c0-"
start_time="2008-01-10 10:21:39"
viewer_count="10">
<channel id="freakshow"
uri="http://live.yahooapis.com/v1/channel/freakshow"/>
<user id="freakshow"
uri="http://live.yahooapis.com/v1/user/freakshow"/>
<image id="ycnCjs0cSf4DleGSAA--"
url="http://live.yahoo.com/imx/broadcast/FhS15kkcSf47FsrZqU369c0-"/>
</broadcast>
.
.
.
</broadcasts>