Information about plays

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

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

{
    "id": 1388185,
    "uri": "https://api.kexp.org/v2/plays/1388185/?format=api",
    "airdate": "2008-06-21T03:46:00-07:00",
    "show": 24230,
    "show_uri": "https://api.kexp.org/v2/shows/24230/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Um5mkDOaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Um5mkDOaL._SL75_.jpg",
    "song": "Working Class Hero",
    "track_id": null,
    "recording_id": null,
    "artist": "Tin Machine",
    "artist_ids": [
        "39dfc059-93b1-41a1-af27-3a753c0711d3"
    ],
    "album": "Tin Machine",
    "release_id": "335b384a-a427-42fd-8ccf-a6a2893d8868",
    "release_group_id": null,
    "labels": [
        "EMI International"
    ],
    "label_ids": [
        "65603596-aed9-478f-90c5-16c727494206"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}