Information about plays

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

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

{
    "id": 1315955,
    "uri": "https://api.kexp.org/v2/plays/1315955/?format=api",
    "airdate": "2007-12-19T05:03:29-08:00",
    "show": 23012,
    "show_uri": "https://api.kexp.org/v2/shows/23012/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/219N4RR2ANL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/219N4RR2ANL._SL75_.jpg",
    "song": "No Guilt",
    "track_id": "cd7a7ede-57cb-4f70-9ed2-7fd300455acc",
    "recording_id": null,
    "artist": "The Waitresses",
    "artist_ids": [
        "8acd46ce-3c10-402e-9ede-676b31c837cb"
    ],
    "album": "The Best of The Waitresses",
    "release_id": "524a5b55-782d-43a6-bffc-efc7c4be27ed",
    "release_group_id": null,
    "labels": [
        "PolyGram"
    ],
    "label_ids": [
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "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"
}