Information about plays

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

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

{
    "id": 535223,
    "uri": "https://api.kexp.org/v2/plays/535223/?format=api",
    "airdate": "2002-04-06T10:20:00-08:00",
    "show": 9272,
    "show_uri": "https://api.kexp.org/v2/shows/9272/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217RC2T809L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217RC2T809L._SL75_.jpg",
    "song": "Money Money",
    "track_id": null,
    "recording_id": null,
    "artist": "Horace Andy",
    "artist_ids": [
        "2027b08d-45b1-4fb5-aa6d-f6ccc4db78e5"
    ],
    "album": "Skylarking",
    "release_id": "4f66f53b-e607-4053-bd9b-626f33f2d92e",
    "release_group_id": null,
    "labels": [
        "Clock Tower"
    ],
    "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"
}