Information about plays

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

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

{
    "id": 1195494,
    "uri": "https://api.kexp.org/v2/plays/1195494/?format=api",
    "airdate": "2007-02-11T00:57:17-08:00",
    "show": 20955,
    "show_uri": "https://api.kexp.org/v2/shows/20955/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61hWkfxkqGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61hWkfxkqGL._SL75_.jpg",
    "song": "Face for the Radio",
    "track_id": "d6c8a434-9812-44d7-a92d-901751fcfc46",
    "recording_id": null,
    "artist": "The View",
    "artist_ids": [
        "4dcffc18-b573-4850-833c-d08e2b7e93b3"
    ],
    "album": "Hats Off To The Buskers",
    "release_id": "fc763630-7e15-408f-95dd-9728e8814dc8",
    "release_group_id": null,
    "labels": [
        "1965 Records"
    ],
    "label_ids": [
        "f2d5a4f1-f678-487e-b353-4af3501302e6"
    ],
    "release_date": "2007-01-22",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}