Information about plays

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

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

{
    "id": 451115,
    "uri": "https://api.kexp.org/v2/plays/451115/?format=api",
    "airdate": "2001-08-01T15:45:52-07:00",
    "show": 7629,
    "show_uri": "https://api.kexp.org/v2/shows/7629/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21Z822568QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21Z822568QL._SL75_.jpg",
    "song": "The Unattached",
    "track_id": "30631aaf-87f2-4957-9594-0855c7a6f4eb",
    "recording_id": null,
    "artist": "The Flashing Lights",
    "artist_ids": [
        "58ad7e88-565e-46ec-ada4-b99301b81d95"
    ],
    "album": "Where the Change Is",
    "release_id": "ae518b8f-c9ef-4fe0-bbfc-0848932588ce",
    "release_group_id": null,
    "labels": [
        "spinART...again"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}