Information about plays

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

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

{
    "id": 1343611,
    "uri": "https://api.kexp.org/v2/plays/1343611/?format=api",
    "airdate": "2008-02-27T20:39:00-08:00",
    "show": 23478,
    "show_uri": "https://api.kexp.org/v2/shows/23478/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RVEH370HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RVEH370HL._SL75_.jpg",
    "song": "Please Give Me Something",
    "track_id": "b66ae5cd-2a88-4a9b-85d1-d5793eb04116",
    "recording_id": null,
    "artist": "Bill Allen",
    "artist_ids": [
        "62a6b67c-28e6-4bea-ad88-532f4df358d1"
    ],
    "album": "Rockin' Bones: 1950's Punk & Rockabilly (disc 1)",
    "release_id": "c9f09e72-87f0-4309-b328-8c928d1fc494",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}