Information about plays

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

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

{
    "id": 1177996,
    "uri": "https://api.kexp.org/v2/plays/1177996/?format=api",
    "airdate": "2006-12-28T18:24:59-08:00",
    "show": 20656,
    "show_uri": "https://api.kexp.org/v2/shows/20656/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UHgjejR9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UHgjejR9L._SL75_.jpg",
    "song": "Gonna Be Flyin' Tonight",
    "track_id": null,
    "recording_id": null,
    "artist": "Wayne Hancock",
    "artist_ids": [
        "20e85c43-1af6-432a-add7-ce831a29d850"
    ],
    "album": "Tulsa",
    "release_id": "3e23e018-7653-4121-b6bd-605ba977fbb2",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}