Information about plays

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

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

{
    "id": 1378867,
    "uri": "https://api.kexp.org/v2/plays/1378867/?format=api",
    "airdate": "2008-05-26T17:43:59-07:00",
    "show": 24065,
    "show_uri": "https://api.kexp.org/v2/shows/24065/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519YQANVCJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519YQANVCJL._SL75_.jpg",
    "song": "Bless This Morning Year",
    "track_id": null,
    "recording_id": null,
    "artist": "Helios",
    "artist_ids": [
        "50a32791-ee43-4c67-aabc-3dc65e4a9838"
    ],
    "album": "Eingya",
    "release_id": "bdbeeba8-11c2-49aa-b01d-eb445af7f44c",
    "release_group_id": null,
    "labels": [
        "Type Records"
    ],
    "label_ids": [
        "63a3d3b8-28ad-45c4-bb23-93927a69cb99"
    ],
    "release_date": "2006-06-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}