Information about plays

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

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

{
    "id": 466855,
    "uri": "https://api.kexp.org/v2/plays/466855/?format=api",
    "airdate": "2001-09-16T20:04:36-07:00",
    "show": 7942,
    "show_uri": "https://api.kexp.org/v2/shows/7942/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GZNhCjngL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GZNhCjngL._SL75_.jpg",
    "song": "Network",
    "track_id": "e0481e75-e0d7-4ada-82b6-52999ad71892",
    "recording_id": null,
    "artist": "ASC",
    "artist_ids": [
        "f64c9779-13d0-4f8f-b6ba-c9de929c4a23"
    ],
    "album": "Looking Back 4",
    "release_id": "f3e5e8f9-9754-4894-87fb-3bf1da46c23b",
    "release_group_id": null,
    "labels": [
        "Looking Good Records"
    ],
    "label_ids": [
        "7ebe28c9-b208-493c-910a-fde152a2d667"
    ],
    "release_date": "2002-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}