Information about plays

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

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

{
    "id": 416787,
    "uri": "https://api.kexp.org/v2/plays/416787/?format=api",
    "airdate": "2001-04-20T17:00:00-07:00",
    "show": 6955,
    "show_uri": "https://api.kexp.org/v2/shows/6955/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41i%2BWfTsldL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41i%2BWfTsldL._SL75_.jpg",
    "song": "Covered With Hair",
    "track_id": null,
    "recording_id": null,
    "artist": "Juno",
    "artist_ids": [
        "6c0994fb-382e-4510-8e26-56709afaf190"
    ],
    "album": "A Future Lived in Past Tense",
    "release_id": "b2f7cc0d-c03b-4b98-b6e2-c8b8670ffac5",
    "release_group_id": null,
    "labels": [
        "DeSoto Records"
    ],
    "label_ids": [
        "c8e08325-47ac-4841-997c-4fced14ed8c2"
    ],
    "release_date": "2001-05-08",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}