Information about plays

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

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

{
    "id": 1379208,
    "uri": "https://api.kexp.org/v2/plays/1379208/?format=api",
    "airdate": "2008-05-27T13:23:22-07:00",
    "show": 24070,
    "show_uri": "https://api.kexp.org/v2/shows/24070/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515PRRCX67L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515PRRCX67L._SL75_.jpg",
    "song": "Brighter Than Sunshine",
    "track_id": null,
    "recording_id": null,
    "artist": "Aqualung",
    "artist_ids": [
        "1b3e92d4-1c68-412d-a92d-1172f24f7de3"
    ],
    "album": "Strange and Beautiful",
    "release_id": "c258da99-ac2f-479c-95e7-21d9724fc225",
    "release_group_id": null,
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}