Information about plays

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

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

{
    "id": 416514,
    "uri": "https://api.kexp.org/v2/plays/416514/?format=api",
    "airdate": "2001-04-19T20:00:00-07:00",
    "show": 6950,
    "show_uri": "https://api.kexp.org/v2/shows/6950/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QN4VCZVZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QN4VCZVZL._SL75_.jpg",
    "song": "Sunday Morning Coming Down",
    "track_id": "d95dcd9d-43ed-488e-b373-e1cd2a4d5643",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "The Essential Johnny Cash (1955-1983) (disc 3)",
    "release_id": "231d4896-46b4-4f4f-a8e2-c4748edac557",
    "release_group_id": null,
    "labels": [
        "Columbia/Legacy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}