Information about plays

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

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

{
    "id": 518198,
    "uri": "https://api.kexp.org/v2/plays/518198/?format=api",
    "airdate": "2002-02-15T17:36:00-08:00",
    "show": 8938,
    "show_uri": "https://api.kexp.org/v2/shows/8938/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31CCAGJCCHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31CCAGJCCHL._SL75_.jpg",
    "song": "last song on earth",
    "track_id": "8ea5808c-7411-48c5-b882-4d08e15de338",
    "recording_id": null,
    "artist": "sub.bionic",
    "artist_ids": [
        "13b15ae2-18ee-4442-9684-12f687b21b54"
    ],
    "album": "you I lov///",
    "release_id": "d64ca348-b5f6-4744-b962-32c1f4dd27e4",
    "release_group_id": null,
    "labels": [
        "Extasy Records International"
    ],
    "label_ids": [
        "9357ba97-c922-4053-989d-d16d158f89d5"
    ],
    "release_date": "2002-02-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}