Information about plays

list: List of plays
retrieve: Information about a specific play by ID

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

{
    "id": 499330,
    "uri": "https://api.kexp.org/v2/plays/499330/?format=api",
    "airdate": "2001-12-21T23:46:00-08:00",
    "show": 8568,
    "show_uri": "https://api.kexp.org/v2/shows/8568/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51F32ZvwLyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51F32ZvwLyL._SL75_.jpg",
    "song": "Last Night",
    "track_id": null,
    "recording_id": null,
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "Tonight the Monkeys Die: Low Remixed",
    "release_id": "4f44e242-e889-4a89-95f2-00d1c30a3b90",
    "release_group_id": null,
    "labels": [
        "Chairkickers' Music"
    ],
    "label_ids": [
        "01cc03c4-d623-4d52-adc3-9cfd03f04d92"
    ],
    "release_date": "2006-04-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}