Information about plays

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

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

{
    "id": 491914,
    "uri": "https://api.kexp.org/v2/plays/491914/?format=api",
    "airdate": "2001-11-30T10:46:00-08:00",
    "show": 8429,
    "show_uri": "https://api.kexp.org/v2/shows/8429/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MbHXCbpxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MbHXCbpxL._SL75_.jpg",
    "song": "Temporary Loan",
    "track_id": "9198cff4-23bd-45c9-95c1-f77942d9ed40",
    "recording_id": null,
    "artist": "Edith Frost",
    "artist_ids": [
        "289faaeb-96bf-41ff-a15f-5166b6298e01"
    ],
    "album": "Calling Over Time",
    "release_id": "177e4c3e-455b-416b-bf17-ca2af2d53a63",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1997-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}