Information about plays

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

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

{
    "id": 1379770,
    "uri": "https://api.kexp.org/v2/plays/1379770/?format=api",
    "airdate": "2008-05-28T23:54:49-07:00",
    "show": 24079,
    "show_uri": "https://api.kexp.org/v2/shows/24079/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Tj-BOPJQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Tj-BOPJQL._SL75_.jpg",
    "song": "In Heaven",
    "track_id": "70af64df-74d0-4bdc-acd2-2f904ea3debc",
    "recording_id": null,
    "artist": "Helios",
    "artist_ids": [
        "50a32791-ee43-4c67-aabc-3dc65e4a9838"
    ],
    "album": "Ayres",
    "release_id": "973392df-e7d6-4860-8c2b-71040bb879a3",
    "release_group_id": null,
    "labels": [
        "Type Records"
    ],
    "label_ids": [
        "63a3d3b8-28ad-45c4-bb23-93927a69cb99"
    ],
    "release_date": "2007-09-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}