Information about plays

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

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

{
    "id": 1375957,
    "uri": "https://api.kexp.org/v2/plays/1375957/?format=api",
    "airdate": "2008-05-19T09:00:47-07:00",
    "show": 24017,
    "show_uri": "https://api.kexp.org/v2/shows/24017/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517Yq33IFTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517Yq33IFTL._SL75_.jpg",
    "song": "I'm Amazed",
    "track_id": null,
    "recording_id": null,
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "Evil Urges",
    "release_id": "536cb2de-306e-4daf-bd24-fc01a7643e59",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2008-06-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}