Information about plays

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

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

{
    "id": 1320178,
    "uri": "https://api.kexp.org/v2/plays/1320178/?format=api",
    "airdate": "2007-12-30T00:32:59-08:00",
    "show": 23083,
    "show_uri": "https://api.kexp.org/v2/shows/23083/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31qf3XpMuZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31qf3XpMuZL._SL75_.jpg",
    "song": "Razz",
    "track_id": null,
    "recording_id": null,
    "artist": "Kings of Leon",
    "artist_ids": [
        "6ffb8ea9-2370-44d8-b678-e9237bbd347b"
    ],
    "album": "Aha Shake Heartbreak",
    "release_id": "f23548bb-fe31-4767-966c-064b576aad22",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2004-10-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}