Information about plays

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

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

{
    "id": 466662,
    "uri": "https://api.kexp.org/v2/plays/466662/?format=api",
    "airdate": "2001-09-16T04:55:00-07:00",
    "show": 7937,
    "show_uri": "https://api.kexp.org/v2/shows/7937/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2101YCG3GQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2101YCG3GQL._SL75_.jpg",
    "song": "Cyme",
    "track_id": null,
    "recording_id": null,
    "artist": "Takeshi Muto",
    "artist_ids": [
        "9d32d19e-b655-4867-b892-d5eb1a361edc"
    ],
    "album": "Expect More From a Past Life",
    "release_id": "2cdef64b-49ab-428e-be95-f9cf882e6341",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}