Information about plays

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

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

{
    "id": 1195410,
    "uri": "https://api.kexp.org/v2/plays/1195410/?format=api",
    "airdate": "2007-02-10T21:21:45-08:00",
    "show": 20954,
    "show_uri": "https://api.kexp.org/v2/shows/20954/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DJ78H36NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DJ78H36NL._SL75_.jpg",
    "song": "Sandfleas",
    "track_id": null,
    "recording_id": null,
    "artist": "Gas Huffer",
    "artist_ids": [
        "87bcfd2a-72c7-4c59-b2d6-873cb2e76ca6"
    ],
    "album": "Integrity Technology and Service",
    "release_id": "2654982d-20be-4400-ba1f-d84d858f6020",
    "release_group_id": null,
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}