Information about plays

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

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

{
    "id": 1196910,
    "uri": "https://api.kexp.org/v2/plays/1196910/?format=api",
    "airdate": "2007-02-14T19:44:00-08:00",
    "show": 20980,
    "show_uri": "https://api.kexp.org/v2/shows/20980/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410DC0P6W3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410DC0P6W3L._SL75_.jpg",
    "song": "Go to the Mardi Gras",
    "track_id": null,
    "recording_id": null,
    "artist": "Professor Longhair",
    "artist_ids": [
        "c6177e77-151d-422d-bc87-57ae21d2780e"
    ],
    "album": "'Fess: The Professor Longhair Anthology (disc 1)",
    "release_id": "988b98d6-329a-45ef-b9af-6142ace1772b",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}