Information about plays

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

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

{
    "id": 508312,
    "uri": "https://api.kexp.org/v2/plays/508312/?format=api",
    "airdate": "2002-01-18T06:07:00-08:00",
    "show": 8748,
    "show_uri": "https://api.kexp.org/v2/shows/8748/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21PRW3J3KBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21PRW3J3KBL._SL75_.jpg",
    "song": "Work Hard / Play Hard",
    "track_id": null,
    "recording_id": null,
    "artist": "Palace Music",
    "artist_ids": [
        "c4fb4027-426d-424a-84f0-b5e689f9755e"
    ],
    "album": "Viva Last Blues",
    "release_id": "55e57b83-880d-46a6-b941-4d6ecd2d15d4",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1995-08-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}