Information about plays

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

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

{
    "id": 1375592,
    "uri": "https://api.kexp.org/v2/plays/1375592/?format=api",
    "airdate": "2008-05-18T11:55:00-07:00",
    "show": 24010,
    "show_uri": "https://api.kexp.org/v2/shows/24010/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419D7JMFDKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419D7JMFDKL._SL75_.jpg",
    "song": "Soul Chicken",
    "track_id": "30fa7280-3d16-4702-a67f-91cf840ec136",
    "recording_id": null,
    "artist": "Bobby Allen And The Exceptions",
    "artist_ids": [
        "4f40153f-9a99-4d5e-9c25-77eb88ca145d"
    ],
    "album": "Sound Of Funk VII",
    "release_id": "f7c7ba89-9093-4840-ad68-c6f3c9a85403",
    "release_group_id": null,
    "labels": [],
    "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"
}