Information about plays

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

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

{
    "id": 417134,
    "uri": "https://api.kexp.org/v2/plays/417134/?format=api",
    "airdate": "2001-04-22T13:21:10-07:00",
    "show": 6964,
    "show_uri": "https://api.kexp.org/v2/shows/6964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31X2H304DHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31X2H304DHL._SL75_.jpg",
    "song": "God Moving Over the Face of the Waters",
    "track_id": null,
    "recording_id": null,
    "artist": "Moby",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4"
    ],
    "album": "I Like to Score",
    "release_id": "d35ec320-ee96-4633-8b44-5d759673219a",
    "release_group_id": null,
    "labels": [
        "Elk & Oak"
    ],
    "label_ids": [],
    "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"
}