Information about plays

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

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

{
    "id": 506332,
    "uri": "https://api.kexp.org/v2/plays/506332/?format=api",
    "airdate": "2002-01-12T14:44:00-08:00",
    "show": 8710,
    "show_uri": "https://api.kexp.org/v2/shows/8710/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A6PRQ6V4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A6PRQ6V4L._SL75_.jpg",
    "song": "Filed Under X",
    "track_id": "195f33fd-3de6-4ea1-8770-32b1854817e9",
    "recording_id": null,
    "artist": "Bugs",
    "artist_ids": [
        "a8e3ea84-bb72-4d1e-a447-b092bfb2adf4"
    ],
    "album": "Infinite Syndrome",
    "release_id": "b52a2a05-f58a-4379-99a9-f8d17a6e6429",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "1997-11-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}