Information about plays

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

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

{
    "id": 533507,
    "uri": "https://api.kexp.org/v2/plays/533507/?format=api",
    "airdate": "2002-04-01T11:03:27-08:00",
    "show": 9242,
    "show_uri": "https://api.kexp.org/v2/shows/9242/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PNYBBD9RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PNYBBD9RL._SL75_.jpg",
    "song": "Whalebones",
    "track_id": "9602bffa-a95c-42c3-a181-9f99c53045a9",
    "recording_id": null,
    "artist": "Preston School of Industry",
    "artist_ids": [
        "82612071-cfe2-4228-8ca0-bc96e02f5409"
    ],
    "album": "All This Sounds Gas",
    "release_id": "6d2f5c16-c59f-498c-8cd6-bb8389e611ae",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2001-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}