Information about plays

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

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

{
    "id": 459365,
    "uri": "https://api.kexp.org/v2/plays/459365/?format=api",
    "airdate": "2001-08-25T09:25:15-07:00",
    "show": 7788,
    "show_uri": "https://api.kexp.org/v2/shows/7788/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511IWVN4JzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511IWVN4JzL._SL75_.jpg",
    "song": "Night Nurse Dub 2",
    "track_id": "362df8bd-3db2-410c-a961-cf85f98bb778",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Night Nurse",
    "release_id": "beb8474f-8e38-40e5-a361-5d273df108c7",
    "release_group_id": null,
    "labels": [
        "Quango"
    ],
    "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"
}