Information about plays

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

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

{
    "id": 454588,
    "uri": "https://api.kexp.org/v2/plays/454588/?format=api",
    "airdate": "2001-08-11T14:28:00-07:00",
    "show": 7692,
    "show_uri": "https://api.kexp.org/v2/shows/7692/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GH3X6B8sL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GH3X6B8sL._SL75_.jpg",
    "song": "Empty Hands",
    "track_id": "259ed971-0c9d-409a-9572-d9d434155712",
    "recording_id": null,
    "artist": "Karsh Kale",
    "artist_ids": [
        "91cfb346-f9f3-4958-b990-8714d343f097"
    ],
    "album": "Realize",
    "release_id": "a882962a-d989-4d2d-ab03-7a9da0385a1b",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2001-07-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}