Information about plays

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

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

{
    "id": 1273360,
    "uri": "https://api.kexp.org/v2/plays/1273360/?format=api",
    "airdate": "2007-08-30T21:24:28-07:00",
    "show": 22289,
    "show_uri": "https://api.kexp.org/v2/shows/22289/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DPVDRYMNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DPVDRYMNL._SL75_.jpg",
    "song": "Three Is a Magic Number",
    "track_id": "f810aed6-3be7-4885-8c6a-bcf44c380514",
    "recording_id": null,
    "artist": "Bob Dorough",
    "artist_ids": [
        "de81eacd-1a5f-4e62-bf97-5fc77af12369"
    ],
    "album": "The Best of Schoolhouse Rock",
    "release_id": "cdc502e1-797b-4939-836f-df3731552d38",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}