Information about plays

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

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

{
    "id": 459658,
    "uri": "https://api.kexp.org/v2/plays/459658/?format=api",
    "airdate": "2001-08-26T09:12:51-07:00",
    "show": 7796,
    "show_uri": "https://api.kexp.org/v2/shows/7796/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41B94H6DJYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41B94H6DJYL._SL75_.jpg",
    "song": "Love Rent",
    "track_id": "1526d0ac-2712-421a-b6cf-df7164af081c",
    "recording_id": null,
    "artist": "Earl King",
    "artist_ids": [
        "0ad58e2b-51d9-4c6b-a609-2804246b70da"
    ],
    "album": "King of New Orleans",
    "release_id": "1c9f2b25-05fb-456e-9161-64127038c809",
    "release_group_id": null,
    "labels": [
        "Fuel 2000"
    ],
    "label_ids": [],
    "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"
}