Information about plays

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

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

{
    "id": 423857,
    "uri": "https://api.kexp.org/v2/plays/423857/?format=api",
    "airdate": "2001-05-12T22:30:00-07:00",
    "show": 7106,
    "show_uri": "https://api.kexp.org/v2/shows/7106/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61MB51KN2DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61MB51KN2DL._SL75_.jpg",
    "song": "Sounds of Time",
    "track_id": "8769dc79-052b-44d3-b212-6d66fa705164",
    "recording_id": null,
    "artist": "Pressure Drop",
    "artist_ids": [
        "ecabd053-7b04-4bbb-8581-a0dd11cec2de"
    ],
    "album": "Elusive",
    "release_id": "c0479da0-8b94-4d82-a52a-b5da8e05fd53",
    "release_group_id": null,
    "labels": [
        "sony /hard hands"
    ],
    "label_ids": [],
    "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"
}