Information about plays

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

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

{
    "id": 1352302,
    "uri": "https://api.kexp.org/v2/plays/1352302/?format=api",
    "airdate": "2008-03-20T22:19:59-07:00",
    "show": 23621,
    "show_uri": "https://api.kexp.org/v2/shows/23621/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fEKTIJxbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fEKTIJxbL._SL75_.jpg",
    "song": "Catatonia (Get 'em) / Fish in My Dish",
    "track_id": "20fb351e-a7f8-4c6d-abad-b767bbff6c87",
    "recording_id": null,
    "artist": "Connie Price",
    "artist_ids": [
        "62a3e57e-62f6-4438-a785-57ab1d96e411"
    ],
    "album": "Tell Me Something (disc 2: Instrumentals)",
    "release_id": "9730dcf2-1092-440c-8dc1-c1cd138c8dd7",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2008-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}