Information about plays

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

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

{
    "id": 380881,
    "uri": "https://api.kexp.org/v2/plays/380881/?format=api",
    "airdate": "2019-09-14T18:10:22-07:00",
    "show": 6340,
    "show_uri": "https://api.kexp.org/v2/shows/6340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Different Windows",
    "track_id": "5601454c-f7cb-447d-817b-53bba5cd57e9",
    "recording_id": null,
    "artist": "Smokey Brights",
    "artist_ids": [
        "2c6f97fd-746b-442d-b5ec-238cccd7441d"
    ],
    "album": "Different Windows",
    "release_id": "52596c2d-c70b-4480-9e68-008545815ac0",
    "release_group_id": null,
    "labels": [
        "Freakout Records"
    ],
    "label_ids": [
        "3ebf3fbb-4659-4ba5-ad0f-31803d26c131"
    ],
    "release_date": "2018-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}