Information about plays

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

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

{
    "id": 1355113,
    "uri": "https://api.kexp.org/v2/plays/1355113/?format=api",
    "airdate": "2008-03-27T22:45:22-07:00",
    "show": 23667,
    "show_uri": "https://api.kexp.org/v2/shows/23667/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41%2BVItNl--L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41%2BVItNl--L._SL75_.jpg",
    "song": "Messenger With The keepsakes",
    "track_id": null,
    "recording_id": null,
    "artist": "RF",
    "artist_ids": [
        "4f085322-bd0c-4a48-9798-9ec9e6b7ac9a"
    ],
    "album": "Views of Distant Towns",
    "release_id": "4467a3a8-e37f-470f-ba9f-20c45428f885",
    "release_group_id": null,
    "labels": [
        "Plop"
    ],
    "label_ids": [
        "5f8783fd-d4a9-454d-9f80-34cc1d1bc7ee"
    ],
    "release_date": "2006-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}