Information about plays

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

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

{
    "id": 1412824,
    "uri": "https://api.kexp.org/v2/plays/1412824/?format=api",
    "airdate": "2008-08-22T04:12:31-07:00",
    "show": 24644,
    "show_uri": "https://api.kexp.org/v2/shows/24644/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517-iW4TniL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517-iW4TniL._SL75_.jpg",
    "song": "I Woke Up Today",
    "track_id": null,
    "recording_id": null,
    "artist": "Port O'Brien",
    "artist_ids": [
        "b9bc39a4-d69c-4be7-83a7-7667c8995fb2"
    ],
    "album": "The Wind and the Swell",
    "release_id": "2542cb02-81ef-4c8e-9233-719aee62080e",
    "release_group_id": null,
    "labels": [
        "American Dust"
    ],
    "label_ids": [
        "df78c8d2-8b74-4d55-a48a-70d9da756e97"
    ],
    "release_date": "2007-07-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}