Information about plays

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

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

{
    "id": 1394392,
    "uri": "https://api.kexp.org/v2/plays/1394392/?format=api",
    "airdate": "2008-07-06T19:10:00-07:00",
    "show": 24335,
    "show_uri": "https://api.kexp.org/v2/shows/24335/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61mWghJeaIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61mWghJeaIL._SL75_.jpg",
    "song": "Say Goodnight",
    "track_id": "857f1433-7cbb-42e5-b216-e77db91582ba",
    "recording_id": null,
    "artist": "Reks",
    "artist_ids": [
        "a813b634-d23b-4244-8351-e14aca982b7b"
    ],
    "album": "Grey Hairs",
    "release_id": "45a55cdf-386a-4bb1-a41d-8d2fd7caff39",
    "release_group_id": null,
    "labels": [
        "Showoff Records"
    ],
    "label_ids": [
        "f99b8d7f-d4f3-46c4-a02e-fc42451dd2ce"
    ],
    "release_date": "2008-07-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}