Information about plays

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

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

{
    "id": 535552,
    "uri": "https://api.kexp.org/v2/plays/535552/?format=api",
    "airdate": "2002-04-07T12:58:46-07:00",
    "show": 9282,
    "show_uri": "https://api.kexp.org/v2/shows/9282/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Yxy8hsKLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Yxy8hsKLL._SL75_.jpg",
    "song": "Aku Aku",
    "track_id": "4b271ef9-e0a7-4c75-9374-fad159cae11d",
    "recording_id": null,
    "artist": "Martin Denny",
    "artist_ids": [
        "186edc09-db32-4d4f-ba71-eed418630c83"
    ],
    "album": "Afro-Desia",
    "release_id": "d3b175c8-b082-4e01-91b9-a28a76f432dc",
    "release_group_id": null,
    "labels": [
        "Scamp Records"
    ],
    "label_ids": [
        "124f58f7-5fdd-4482-b608-cae0dc57efa3"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}