Information about plays

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

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

{
    "id": 1286764,
    "uri": "https://api.kexp.org/v2/plays/1286764/?format=api",
    "airdate": "2007-10-04T02:51:14-07:00",
    "show": 22514,
    "show_uri": "https://api.kexp.org/v2/shows/22514/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512FoggzwyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512FoggzwyL._SL75_.jpg",
    "song": "Our Trip",
    "track_id": null,
    "recording_id": null,
    "artist": "The Thermals",
    "artist_ids": [
        "7cd2d860-c6d7-4be2-af50-57c51ee45687"
    ],
    "album": "Fuckin A",
    "release_id": "94b89d35-edfa-43e6-9913-ff267aae6bef",
    "release_group_id": null,
    "labels": [
        "WMG"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}