Information about plays

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

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

{
    "id": 382235,
    "uri": "https://api.kexp.org/v2/plays/382235/?format=api",
    "airdate": "2019-09-17T23:26:00-07:00",
    "show": 6362,
    "show_uri": "https://api.kexp.org/v2/shows/6362/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Golden Blunders",
    "track_id": "7db8f227-2fef-3202-a3b3-ed35c8648b30",
    "recording_id": null,
    "artist": "The Posies",
    "artist_ids": [
        "4e083f26-965f-436f-9227-c2c47ad18ffc"
    ],
    "album": "Dear 23",
    "release_id": "d76bbe7a-b748-46ce-bf03-54cc1aee93b1",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [],
    "release_date": "1990-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ken Stringfellow (of the Posies) is playing Fri, Oct 18th @ Fawcett Hall at Alma Mater (Tacoma)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}