Information about plays

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

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

{
    "id": 1411129,
    "uri": "https://api.kexp.org/v2/plays/1411129/?format=api",
    "airdate": "2008-08-18T01:11:00-07:00",
    "show": 24618,
    "show_uri": "https://api.kexp.org/v2/shows/24618/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21i9Muu4UKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21i9Muu4UKL._SL75_.jpg",
    "song": "Cerulean Skies",
    "track_id": "8e295021-a83f-4f42-a03b-ad764d13c8cc",
    "recording_id": null,
    "artist": "Maria Schneider Orchestra",
    "artist_ids": [
        "0e20908a-24c5-4812-8374-6e2e2b74131c"
    ],
    "album": "Sky Blue",
    "release_id": "7243e20d-b320-4ab9-97e4-bb2c2b05ba6a",
    "release_group_id": null,
    "labels": [
        "ArtistShare"
    ],
    "label_ids": [
        "0a497a28-1266-4ccb-a5cb-529f3dddcb0d"
    ],
    "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"
}