Information about plays

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

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

{
    "id": 1112718,
    "uri": "https://api.kexp.org/v2/plays/1112718/?format=api",
    "airdate": "2006-07-11T18:45:08-07:00",
    "show": 19541,
    "show_uri": "https://api.kexp.org/v2/shows/19541/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kstj5fERL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kstj5fERL._SL75_.jpg",
    "song": "Sylvia",
    "track_id": "2ebcdac6-5cae-4755-9e4e-b09297295086",
    "recording_id": null,
    "artist": "Arthur Verocai",
    "artist_ids": [
        "b236b897-8db4-4823-b28e-c211683254ac"
    ],
    "album": "Arthur Verocai",
    "release_id": "3c6cf2e5-6382-4574-b172-b2d63c7894df",
    "release_group_id": null,
    "labels": [
        "Luv N' Haight"
    ],
    "label_ids": [
        "ec94447c-9ba7-47e9-ac3a-378203e5ae16"
    ],
    "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"
}