Information about plays

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

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

{
    "id": 1392020,
    "uri": "https://api.kexp.org/v2/plays/1392020/?format=api",
    "airdate": "2008-06-30T20:42:16-07:00",
    "show": 24296,
    "show_uri": "https://api.kexp.org/v2/shows/24296/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-EUB18nhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-EUB18nhL._SL75_.jpg",
    "song": "Nao Grude Nao",
    "track_id": null,
    "recording_id": null,
    "artist": "Gilberto Gil",
    "artist_ids": [
        "cf6b70f6-2616-481c-912c-0263cabfc974"
    ],
    "album": "Banda larga cordel",
    "release_id": "7cd04f77-1183-4b60-9cbc-2827ac28a9fe",
    "release_group_id": null,
    "labels": [
        "Warner%2bMusic"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}