Information about plays

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

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

{
    "id": 416887,
    "uri": "https://api.kexp.org/v2/plays/416887/?format=api",
    "airdate": "2001-04-20T21:48:00-07:00",
    "show": 6957,
    "show_uri": "https://api.kexp.org/v2/shows/6957/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6169C7-jSvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6169C7-jSvL._SL75_.jpg",
    "song": "Changing Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Paul Weller",
    "artist_ids": [
        "c4406045-e640-4cfe-8b88-4732cce314d4"
    ],
    "album": "Stanley Road",
    "release_id": "729318be-4145-42b9-a421-25bfa670256f",
    "release_group_id": null,
    "labels": [
        "Go! Discs"
    ],
    "label_ids": [
        "d348ac6f-0fb1-4d28-b95c-814eb9ad17ef"
    ],
    "release_date": "1995-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}