Information about plays

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

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

{
    "id": 1233127,
    "uri": "https://api.kexp.org/v2/plays/1233127/?format=api",
    "airdate": "2007-05-19T14:49:39-07:00",
    "show": 21600,
    "show_uri": "https://api.kexp.org/v2/shows/21600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tgUT5w5RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tgUT5w5RL._SL75_.jpg",
    "song": "Pretty O.K.",
    "track_id": null,
    "recording_id": null,
    "artist": "The Wrens",
    "artist_ids": [
        "492c18bc-ffbe-43b1-a22a-9bb801216b96"
    ],
    "album": "Abbott 1135",
    "release_id": "c39d853a-0a25-4f53-b4fb-144934c60ce6",
    "release_group_id": null,
    "labels": [
        "Ten 23 Records"
    ],
    "label_ids": [
        "d6046ec2-0a4d-4ca4-9a80-e199abdcbcb2"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}