Information about plays

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

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

{
    "id": 1310656,
    "uri": "https://api.kexp.org/v2/plays/1310656/?format=api",
    "airdate": "2007-12-05T19:10:00-08:00",
    "show": 22925,
    "show_uri": "https://api.kexp.org/v2/shows/22925/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5182mQP4AdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5182mQP4AdL._SL75_.jpg",
    "song": "The Flood",
    "track_id": "0fdfc364-a529-43d9-9957-35a2b3bbafad",
    "recording_id": null,
    "artist": "Eilen Jewell",
    "artist_ids": [
        "d14ea67b-3558-4db1-a69b-ca8e8dad3055"
    ],
    "album": "Boundary County",
    "release_id": "0488727c-4c86-496b-8411-db8d10616dd8",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "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"
}