Information about plays

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

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

{
    "id": 457568,
    "uri": "https://api.kexp.org/v2/plays/457568/?format=api",
    "airdate": "2001-08-20T08:33:20-07:00",
    "show": 7755,
    "show_uri": "https://api.kexp.org/v2/shows/7755/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NRDxkK4XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NRDxkK4XL._SL75_.jpg",
    "song": "Lake Placid 1986",
    "track_id": "0e26dd95-e044-476c-959e-48d69c815fbf",
    "recording_id": null,
    "artist": "The Ivory Coast",
    "artist_ids": [
        "491224e0-8a05-463d-9ce2-a81bee5329e7"
    ],
    "album": "Clouds",
    "release_id": "0daffa83-c4cc-4c69-9802-0e6b82dbbe96",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}