Information about plays

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

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

{
    "id": 1416056,
    "uri": "https://api.kexp.org/v2/plays/1416056/?format=api",
    "airdate": "2008-08-30T03:55:26-07:00",
    "show": 24696,
    "show_uri": "https://api.kexp.org/v2/shows/24696/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HPFIERhDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HPFIERhDL._SL75_.jpg",
    "song": "Holy Roller Novocaine",
    "track_id": "43e56713-1ce1-42d6-bd8c-ce86f1255506",
    "recording_id": null,
    "artist": "Kings of Leon",
    "artist_ids": [
        "6ffb8ea9-2370-44d8-b678-e9237bbd347b"
    ],
    "album": "Youth & Young Manhood",
    "release_id": "4c340091-2689-443c-819f-c17da1d63e6f",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2003-08-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}