Information about plays

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

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

{
    "id": 416003,
    "uri": "https://api.kexp.org/v2/plays/416003/?format=api",
    "airdate": "2001-04-18T10:52:30-07:00",
    "show": 6942,
    "show_uri": "https://api.kexp.org/v2/shows/6942/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VH7V170VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VH7V170VL._SL75_.jpg",
    "song": "High Noon",
    "track_id": null,
    "recording_id": null,
    "artist": "Kruder & Dorfmeister",
    "artist_ids": [
        "6b49dc39-cb6f-465f-980b-bc17a271da34"
    ],
    "album": "G-Stoned",
    "release_id": "b30427fa-4574-41b6-842d-638ca5a90f43",
    "release_group_id": null,
    "labels": [
        "Quango Records"
    ],
    "label_ids": [
        "9a476be7-544a-4330-b459-7ef7b2542fdd"
    ],
    "release_date": "1996-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}