Information about plays

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

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

{
    "id": 1340996,
    "uri": "https://api.kexp.org/v2/plays/1340996/?format=api",
    "airdate": "2008-02-20T05:24:22-08:00",
    "show": 23428,
    "show_uri": "https://api.kexp.org/v2/shows/23428/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mQwBaZwjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mQwBaZwjL._SL75_.jpg",
    "song": "Money Folder",
    "track_id": null,
    "recording_id": null,
    "artist": "Madvillain",
    "artist_ids": [
        "4e024037-14b7-4aea-99ad-c6ace63b9620"
    ],
    "album": "Madvillainy",
    "release_id": "a63ffa0d-d6f0-4941-9659-8e199ca14a60",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2004-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}