Information about plays

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

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

{
    "id": 534195,
    "uri": "https://api.kexp.org/v2/plays/534195/?format=api",
    "airdate": "2002-04-03T10:57:32-08:00",
    "show": 9254,
    "show_uri": "https://api.kexp.org/v2/shows/9254/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412P64JC60L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412P64JC60L._SL75_.jpg",
    "song": "Walking Home Late",
    "track_id": "1e5438d3-2a15-408f-a4bb-628998a0cb98",
    "recording_id": null,
    "artist": "Peter Case",
    "artist_ids": [
        "a92e8183-60d5-45d7-9eaf-8dc5d0aa8ca1"
    ],
    "album": "Flying Saucer Blues",
    "release_id": "433a8386-8a68-4197-a1c0-38046331e27f",
    "release_group_id": null,
    "labels": [
        "Vanguard"
    ],
    "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"
}