Information about plays

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

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

{
    "id": 1337584,
    "uri": "https://api.kexp.org/v2/plays/1337584/?format=api",
    "airdate": "2008-02-11T23:46:00-08:00",
    "show": 23375,
    "show_uri": "https://api.kexp.org/v2/shows/23375/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XJ4TPXhML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XJ4TPXhML._SL75_.jpg",
    "song": "I Want to Be Alone",
    "track_id": "98f3f618-fb31-44c1-a167-b6cc6f6efc6b",
    "recording_id": null,
    "artist": "Vashti Bunyan",
    "artist_ids": [
        "31aa8446-3dbf-4d22-9504-0f1bd58bf785"
    ],
    "album": "Some Things Just Stick in Your Mind",
    "release_id": "afe55f1b-d6c8-44f1-8420-f9cc964edc73",
    "release_group_id": null,
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}