Information about plays

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

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

{
    "id": 1033490,
    "uri": "https://api.kexp.org/v2/plays/1033490/?format=api",
    "airdate": "2005-12-15T12:33:08-08:00",
    "show": 18170,
    "show_uri": "https://api.kexp.org/v2/shows/18170/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51N8HV9BQVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51N8HV9BQVL._SL75_.jpg",
    "song": "Patriarch on a Vespa",
    "track_id": "0b76518c-9450-4954-acd7-777d0c854e32",
    "recording_id": null,
    "artist": "Metric",
    "artist_ids": [
        "4449ccf6-c948-4d33-aa97-b6ad98ce4b5b"
    ],
    "album": "Live It Out",
    "release_id": "82d9b281-85b7-4fcf-a8c1-3a372edafe2b",
    "release_group_id": null,
    "labels": [
        "Last Gang Records"
    ],
    "label_ids": [
        "92218c9e-83bb-494d-afc2-f9475b64490d"
    ],
    "release_date": "2005-10-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "play_type": "trackplay"
}