Information about plays

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

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

{
    "id": 417014,
    "uri": "https://api.kexp.org/v2/plays/417014/?format=api",
    "airdate": "2001-04-21T16:12:00-07:00",
    "show": 6960,
    "show_uri": "https://api.kexp.org/v2/shows/6960/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y5QiX%2BntL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y5QiX%2BntL._SL75_.jpg",
    "song": "16 Shells From a Thirty-Ought Six",
    "track_id": "2d28bfeb-7908-4ce6-8fdf-76db3a91bfe1",
    "recording_id": null,
    "artist": "John Hammond",
    "artist_ids": [
        "d83e599c-2d5a-44ec-b727-587e1455b1b5"
    ],
    "album": "Wicked Grin",
    "release_id": "6e3d3613-086c-4de9-8bc4-e9aa2ad8b73c",
    "release_group_id": null,
    "labels": [
        "Pointblank Records"
    ],
    "label_ids": [
        "5c22dd3d-e9cc-4c86-8dc4-253a18327c49"
    ],
    "release_date": "2001-03-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}