Information about plays

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

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

{
    "id": 511515,
    "uri": "https://api.kexp.org/v2/plays/511515/?format=api",
    "airdate": "2002-01-27T22:05:00-08:00",
    "show": 8816,
    "show_uri": "https://api.kexp.org/v2/shows/8816/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HTN8MPDKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HTN8MPDKL._SL75_.jpg",
    "song": "Who Does She Hope to Be?",
    "track_id": "7b0e4159-1a83-4a66-a95f-3d45bfcf883c",
    "recording_id": null,
    "artist": "Sonny Sharrock",
    "artist_ids": [
        "ebd39596-e2bb-4b3c-a661-412a4198a083"
    ],
    "album": "Ask the Ages",
    "release_id": "a65e6bce-e59a-466b-881e-a141018e738a",
    "release_group_id": null,
    "labels": [
        "Axiom"
    ],
    "label_ids": [
        "d04b1068-2fc6-4e0c-9e06-70d1bb08fce9"
    ],
    "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"
}