Information about plays

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

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

{
    "id": 511791,
    "uri": "https://api.kexp.org/v2/plays/511791/?format=api",
    "airdate": "2002-01-28T16:49:00-08:00",
    "show": 8820,
    "show_uri": "https://api.kexp.org/v2/shows/8820/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J4%2B9qWy6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J4%2B9qWy6L._SL75_.jpg",
    "song": "Something Wicked This Way Comes",
    "track_id": "8049c4c2-f9b3-4cb9-bf2d-ef3529aa0370",
    "recording_id": null,
    "artist": "Barry Adamson",
    "artist_ids": [
        "a50a1afa-23eb-4ba6-9faf-5dec260898ca"
    ],
    "album": "Oedipus Schmoedipus",
    "release_id": "992de57f-08e5-4eab-a360-25daefa622ce",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1996-07-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}