Information about plays

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

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

{
    "id": 1278387,
    "uri": "https://api.kexp.org/v2/plays/1278387/?format=api",
    "airdate": "2007-09-12T17:46:29-07:00",
    "show": 22373,
    "show_uri": "https://api.kexp.org/v2/shows/22373/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/218WJKWXEKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/218WJKWXEKL._SL75_.jpg",
    "song": "Anecdote",
    "track_id": null,
    "recording_id": null,
    "artist": "Ambulance LTD",
    "artist_ids": [
        "b7c3af7b-1379-4125-8a64-95f3e1fb3546"
    ],
    "album": "LP",
    "release_id": "cae99cab-ba12-49e7-9a6d-ebbd8f14d3cb",
    "release_group_id": null,
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "2004-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}