Information about plays

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

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

{
    "id": 1390169,
    "uri": "https://api.kexp.org/v2/plays/1390169/?format=api",
    "airdate": "2008-06-26T02:53:56-07:00",
    "show": 24263,
    "show_uri": "https://api.kexp.org/v2/shows/24263/?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": "Hey Man (Now You're Really Living)",
    "track_id": "feacc2a9-67f8-4d04-ae24-c330e4d52193",
    "recording_id": null,
    "artist": "EELS",
    "artist_ids": [
        "14387b0f-765c-4852-852f-135335790466"
    ],
    "album": "Blinking Lights and Other Revelations (disc 2)",
    "release_id": "75e35f3e-2381-4268-9246-b4214bac45b9",
    "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"
}