Information about plays

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

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

{
    "id": 1312945,
    "uri": "https://api.kexp.org/v2/plays/1312945/?format=api",
    "airdate": "2007-12-11T15:29:54-08:00",
    "show": 22964,
    "show_uri": "https://api.kexp.org/v2/shows/22964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4174MYD2X8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4174MYD2X8L._SL75_.jpg",
    "song": "A.M. 180",
    "track_id": null,
    "recording_id": null,
    "artist": "Grandaddy",
    "artist_ids": [
        "9d4c4835-c71a-4647-a4fc-263e26832cd0"
    ],
    "album": "Under the Western Freeway",
    "release_id": "17e6bcf0-d282-40da-9018-6d7742a885fe",
    "release_group_id": null,
    "labels": [
        "V2 Records International"
    ],
    "label_ids": [
        "947c12a1-cf28-4380-a695-a944ad15e387"
    ],
    "release_date": "1997-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}