Information about plays

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

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

{
    "id": 456919,
    "uri": "https://api.kexp.org/v2/plays/456919/?format=api",
    "airdate": "2001-08-18T05:08:34-07:00",
    "show": 7735,
    "show_uri": "https://api.kexp.org/v2/shows/7735/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61QkR8BmUGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61QkR8BmUGL._SL75_.jpg",
    "song": "We Won't Change",
    "track_id": "0c283cd7-e7ed-42fc-b123-eecb98ab8c0d",
    "recording_id": null,
    "artist": "Dead Moon",
    "artist_ids": [
        "4866af3e-7586-403e-bea4-f27bcbcadbb6"
    ],
    "album": "Thirteen Off My Hook",
    "release_id": "a75e5e42-45f9-475a-bf33-3347224236ea",
    "release_group_id": null,
    "labels": [
        "Music Maniac Records"
    ],
    "label_ids": [
        "7c9663cf-7f01-4f59-8ac5-642b4dec9c5c"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}