Information about plays

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

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

{
    "id": 1385869,
    "uri": "https://api.kexp.org/v2/plays/1385869/?format=api",
    "airdate": "2008-06-15T05:55:43-07:00",
    "show": 24192,
    "show_uri": "https://api.kexp.org/v2/shows/24192/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51G0474N2ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51G0474N2ZL._SL75_.jpg",
    "song": "Railroad Man",
    "track_id": "b6c5a255-1263-4e60-a50f-a4a900f17ebc",
    "recording_id": null,
    "artist": "EELS",
    "artist_ids": [
        "14387b0f-765c-4852-852f-135335790466"
    ],
    "album": "Blinking Lights and Other Revelations (disc 1)",
    "release_id": "e3c92b1b-c664-4bd5-b17d-83cdc683ab5f",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2005-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}