Information about plays

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

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

{
    "id": 415358,
    "uri": "https://api.kexp.org/v2/plays/415358/?format=api",
    "airdate": "2001-04-16T14:48:45-07:00",
    "show": 6931,
    "show_uri": "https://api.kexp.org/v2/shows/6931/?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": "Heartattack and Vine",
    "track_id": "961ea07c-74f8-435a-88e1-52a537fb6f47",
    "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"
}