Information about plays

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

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

{
    "id": 1360185,
    "uri": "https://api.kexp.org/v2/plays/1360185/?format=api",
    "airdate": "2008-04-09T17:52:36-07:00",
    "show": 23752,
    "show_uri": "https://api.kexp.org/v2/shows/23752/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419QDTSR0BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419QDTSR0BL._SL75_.jpg",
    "song": "Hard to Beat",
    "track_id": "22f40ceb-89da-4197-930d-6469265fc267",
    "recording_id": null,
    "artist": "Hard-Fi",
    "artist_ids": [
        "46d18823-6a15-49ee-8376-c5f7a49530a6"
    ],
    "album": "Stars of CCTV",
    "release_id": "955db3f5-3408-432f-8c32-ec25f5997876",
    "release_group_id": null,
    "labels": [
        "Necessary/Atlantic"
    ],
    "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"
}