Information about plays

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

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

{
    "id": 416455,
    "uri": "https://api.kexp.org/v2/plays/416455/?format=api",
    "airdate": "2001-04-19T16:55:23-07:00",
    "show": 6949,
    "show_uri": "https://api.kexp.org/v2/shows/6949/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41V94X6862L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41V94X6862L._SL75_.jpg",
    "song": "Mother's Dead",
    "track_id": "5deb3164-1c0e-4164-b479-cf794850c617",
    "recording_id": null,
    "artist": "Q-Burns Abstract Message",
    "artist_ids": [
        "1d84fec4-c4c9-42cd-afd3-fc24301cd528"
    ],
    "album": "Invisible Airline",
    "release_id": "37b11d03-be1e-4c5f-9eda-3a1c4c1e1d06",
    "release_group_id": null,
    "labels": [
        "Eighth Dimension"
    ],
    "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"
}