Information about plays

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

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

{
    "id": 416076,
    "uri": "https://api.kexp.org/v2/plays/416076/?format=api",
    "airdate": "2001-04-18T15:32:00-07:00",
    "show": 6943,
    "show_uri": "https://api.kexp.org/v2/shows/6943/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/218W8N60EGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/218W8N60EGL._SL75_.jpg",
    "song": "Are We People",
    "track_id": "0c309bc2-eab6-4b30-b771-5a9462152dbc",
    "recording_id": null,
    "artist": "Tristeza",
    "artist_ids": [
        "59fc30ef-c110-4d92-9e83-ebb1d7a343fd"
    ],
    "album": "Dream Signals in Full Circles",
    "release_id": "c3c96d3f-8def-4dbd-9c8e-f4e9ebea8de8",
    "release_group_id": null,
    "labels": [
        "Tiger Style Records"
    ],
    "label_ids": [
        "afe8e1b0-0066-4637-af02-43b521f0fffd"
    ],
    "release_date": "2000-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}