Information about plays

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

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

{
    "id": 1307800,
    "uri": "https://api.kexp.org/v2/plays/1307800/?format=api",
    "airdate": "2007-11-28T12:44:05-08:00",
    "show": 22876,
    "show_uri": "https://api.kexp.org/v2/shows/22876/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Nz5AlY9aL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Nz5AlY9aL._SL75_.jpg",
    "song": "Some Red Handed Sleight of Hand",
    "track_id": "62819ee1-e2a1-43bb-95db-e6913462d243",
    "recording_id": null,
    "artist": "Cursive",
    "artist_ids": [
        "c4153c51-b4ac-4183-beb3-c5dbfce39176"
    ],
    "album": "The Ugly Organ",
    "release_id": "e674c6a7-d5dc-4728-bfe2-360dfc8fdd65",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2003-03-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}