Information about plays

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

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

{
    "id": 1355366,
    "uri": "https://api.kexp.org/v2/plays/1355366/?format=api",
    "airdate": "2008-03-28T13:54:38-07:00",
    "show": 23670,
    "show_uri": "https://api.kexp.org/v2/shows/23670/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TVDNEC6KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TVDNEC6KL._SL75_.jpg",
    "song": "End",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Wish",
    "release_id": "8068c3b5-fe31-4277-be2a-391a80d30754",
    "release_group_id": null,
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "1992-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}