Information about plays

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

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

{
    "id": 1378530,
    "uri": "https://api.kexp.org/v2/plays/1378530/?format=api",
    "airdate": "2008-05-25T20:35:00-07:00",
    "show": 24059,
    "show_uri": "https://api.kexp.org/v2/shows/24059/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51y8jwJ-uaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51y8jwJ-uaL._SL75_.jpg",
    "song": "T.V. Land",
    "track_id": "1e88d1ad-2fbe-4ea2-8e09-94eba7a99b4f",
    "recording_id": null,
    "artist": "Vast Aire",
    "artist_ids": [
        "9c8f47c1-caf1-4186-8586-de7dc6344039"
    ],
    "album": "Dueces Wild",
    "release_id": "b0cb48e6-5379-431f-ac99-88cce9d90c64",
    "release_group_id": null,
    "labels": [
        "One Records"
    ],
    "label_ids": [
        "33b82a14-1dab-4934-ac63-d14785ab9e90"
    ],
    "release_date": "2008-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}