Information about plays

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

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

{
    "id": 417556,
    "uri": "https://api.kexp.org/v2/plays/417556/?format=api",
    "airdate": "2001-04-23T23:05:00-07:00",
    "show": 6974,
    "show_uri": "https://api.kexp.org/v2/shows/6974/?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": "Shore Leave",
    "track_id": "20213063-1bb3-4976-9818-e4d0d340f921",
    "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"
}