Information about plays

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

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

{
    "id": 1406987,
    "uri": "https://api.kexp.org/v2/plays/1406987/?format=api",
    "airdate": "2008-08-07T16:39:10-07:00",
    "show": 24545,
    "show_uri": "https://api.kexp.org/v2/shows/24545/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JmG7jWSBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JmG7jWSBL._SL75_.jpg",
    "song": "Waterloo Sunset",
    "track_id": "e5dc3682-33fa-4558-8ef9-19a89bfdb1b8",
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "The Singles Collection",
    "release_id": "2c32f859-d4e0-4ee5-a7cd-326465de2df2",
    "release_group_id": null,
    "labels": [
        "XL ( Import )"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}