Information about plays

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

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

{
    "id": 1141320,
    "uri": "https://api.kexp.org/v2/plays/1141320/?format=api",
    "airdate": "2006-09-23T16:53:07-07:00",
    "show": 20027,
    "show_uri": "https://api.kexp.org/v2/shows/20027/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51l%2B-EAkN4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51l%2B-EAkN4L._SL75_.jpg",
    "song": "Barracuda",
    "track_id": null,
    "recording_id": null,
    "artist": "John Cale",
    "artist_ids": [
        "72c090b6-a68e-4cb9-b330-85278681a714"
    ],
    "album": "Fear",
    "release_id": "b60e6f2c-e569-4ffb-83b7-cd23d66fc1c4",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}