Information about plays

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

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

{
    "id": 420542,
    "uri": "https://api.kexp.org/v2/plays/420542/?format=api",
    "airdate": "2001-05-02T18:03:00-07:00",
    "show": 7037,
    "show_uri": "https://api.kexp.org/v2/shows/7037/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21ZWGQ3952L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21ZWGQ3952L._SL75_.jpg",
    "song": "Gave It My All",
    "track_id": null,
    "recording_id": null,
    "artist": "Luther Allison",
    "artist_ids": [
        "11cb567e-ecac-4226-8944-f862440e8bca"
    ],
    "album": "Soul Fixin' Man",
    "release_id": "6d648eed-b34e-4c42-bb8a-4502f45415b4",
    "release_group_id": null,
    "labels": [
        "Aligator"
    ],
    "label_ids": [],
    "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"
}