Information about plays

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

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

{
    "id": 357259,
    "uri": "https://api.kexp.org/v2/plays/357259/?format=api",
    "airdate": "2019-07-21T12:21:00-07:00",
    "show": 5956,
    "show_uri": "https://api.kexp.org/v2/shows/5956/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come to Terms",
    "track_id": "9dd7468d-0b67-4ae4-a195-09938a5e22b9",
    "recording_id": null,
    "artist": "Smokey Brights",
    "artist_ids": [
        "2c6f97fd-746b-442d-b5ec-238cccd7441d"
    ],
    "album": "Come to Terms",
    "release_id": "a17413b1-1fbb-4ded-8eed-61c639c81bb8",
    "release_group_id": null,
    "labels": [
        "Freakout Records"
    ],
    "label_ids": [
        "3ebf3fbb-4659-4ba5-ad0f-31803d26c131"
    ],
    "release_date": "2017-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://www.smokeybrights.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}