Information about plays

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

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

{
    "id": 1305304,
    "uri": "https://api.kexp.org/v2/plays/1305304/?format=api",
    "airdate": "2007-11-22T03:16:23-08:00",
    "show": 22834,
    "show_uri": "https://api.kexp.org/v2/shows/22834/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51c%2BL0O7xLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51c%2BL0O7xLL._SL75_.jpg",
    "song": "Fly Away",
    "track_id": "3e85e64b-4680-4a4c-8bbd-b61109102921",
    "recording_id": null,
    "artist": "Grieves",
    "artist_ids": [
        "c0bfa680-6c3f-4b79-8034-dacc23b929a7"
    ],
    "album": "Irreversible",
    "release_id": "2d179448-3ea2-4eee-a88f-d799f5b4022b",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}