Information about plays

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

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

{
    "id": 454869,
    "uri": "https://api.kexp.org/v2/plays/454869/?format=api",
    "airdate": "2001-08-12T14:21:00-07:00",
    "show": 7700,
    "show_uri": "https://api.kexp.org/v2/shows/7700/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41gXZIpe5ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41gXZIpe5ZL._SL75_.jpg",
    "song": "Close Range",
    "track_id": "9ad9496c-ca00-438e-8016-ff57a4e23659",
    "recording_id": null,
    "artist": "New Order ",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Get Ready",
    "release_id": "5892e703-8ae3-4e62-a791-63f883fc35bd",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2001-10-16",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}