Information about plays

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

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

{
    "id": 533328,
    "uri": "https://api.kexp.org/v2/plays/533328/?format=api",
    "airdate": "2002-03-31T22:30:39-08:00",
    "show": 9239,
    "show_uri": "https://api.kexp.org/v2/shows/9239/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sPhqHESqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sPhqHESqL._SL75_.jpg",
    "song": "New Blues, Old News",
    "track_id": "5a6a9c31-0c3c-4d14-806c-497673a9101f",
    "recording_id": null,
    "artist": "Michael Blake",
    "artist_ids": [
        "728ba9aa-952c-4df0-99ac-5e29e3292c03"
    ],
    "album": "Elevated",
    "release_id": "6925ea4f-f2a9-482c-b192-bf3b6fc79185",
    "release_group_id": null,
    "labels": [
        "Knitting Fact"
    ],
    "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"
}