Information about plays

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

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

{
    "id": 1338535,
    "uri": "https://api.kexp.org/v2/plays/1338535/?format=api",
    "airdate": "2008-02-14T04:42:18-08:00",
    "show": 23388,
    "show_uri": "https://api.kexp.org/v2/shows/23388/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61yzW2y%2B-NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61yzW2y%2B-NL._SL75_.jpg",
    "song": "The Pusher",
    "track_id": "a9c408c2-8f61-41eb-a978-baed0442f2da",
    "recording_id": null,
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "The Blues",
    "release_id": "e2d67320-a8e6-4331-a6bf-06492a241c6a",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}