Information about plays

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

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

{
    "id": 366330,
    "uri": "https://api.kexp.org/v2/plays/366330/?format=api",
    "airdate": "2019-08-12T09:28:00-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Be",
    "track_id": "4c2030c2-1e38-45d0-a071-7411c7b35ea6",
    "recording_id": null,
    "artist": "Grace Love",
    "artist_ids": [],
    "album": "Grace Love & The True Loves",
    "release_id": "79faebfd-270c-4ed6-b249-886f67842f08",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}