Information about plays

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

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

{
    "id": 1403552,
    "uri": "https://api.kexp.org/v2/plays/1403552/?format=api",
    "airdate": "2008-07-30T01:43:58-07:00",
    "show": 24490,
    "show_uri": "https://api.kexp.org/v2/shows/24490/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2Bjx95DsxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2Bjx95DsxL._SL75_.jpg",
    "song": "Look at Me (When I Rock Wichoo)",
    "track_id": "145dba9f-6911-4121-9dcb-0dd6c8cd4434",
    "recording_id": null,
    "artist": "Black Kids",
    "artist_ids": [
        "38f953ac-af97-40b1-b95c-ab35cc0d7a81"
    ],
    "album": "Partie Traumatic",
    "release_id": "bb2931c5-70c9-4e70-b7a4-c35d056ee70d",
    "release_group_id": null,
    "labels": [
        "Almost Ready"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}