Information about plays

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

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

{
    "id": 501707,
    "uri": "https://api.kexp.org/v2/plays/501707/?format=api",
    "airdate": "2001-12-29T15:55:00-08:00",
    "show": 8616,
    "show_uri": "https://api.kexp.org/v2/shows/8616/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/611LGklgPxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/611LGklgPxL._SL75_.jpg",
    "song": "Failure",
    "track_id": "241dd2af-f70a-40b5-a996-dc1f3df0f07c",
    "recording_id": null,
    "artist": "Swans",
    "artist_ids": [
        "3285dc48-9505-469d-ad8a-bdf2d3dba632"
    ],
    "album": "White Light From the Mouth of Infinity",
    "release_id": "f0088105-f1e6-4d75-9822-f07c7e6c74b5",
    "release_group_id": null,
    "labels": [
        "Young God Records"
    ],
    "label_ids": [
        "c65192b1-e0cd-48fe-981c-5eea4569ca04"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}