Information about plays

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

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

{
    "id": 442156,
    "uri": "https://api.kexp.org/v2/plays/442156/?format=api",
    "airdate": "2001-07-06T07:56:40-07:00",
    "show": 7460,
    "show_uri": "https://api.kexp.org/v2/shows/7460/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YTDOZ7q8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YTDOZ7q8L._SL75_.jpg",
    "song": "Temptation",
    "track_id": "b75e6e58-a3a9-44f0-8421-98443c75cc19",
    "recording_id": null,
    "artist": "Holly Cole",
    "artist_ids": [
        "08160a8d-d768-4664-9afa-5720196d16e9"
    ],
    "album": "Temptation",
    "release_id": "1cb8574e-09da-47e9-9c3c-bbe88435e16b",
    "release_group_id": null,
    "labels": [
        "Metro Blue"
    ],
    "label_ids": [
        "1e86b52b-5c23-4189-b753-951a119b4f61"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}