Information about plays

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

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

{
    "id": 372388,
    "uri": "https://api.kexp.org/v2/plays/372388/?format=api",
    "airdate": "2019-08-26T03:03:55-07:00",
    "show": 6205,
    "show_uri": "https://api.kexp.org/v2/shows/6205/?format=api",
    "image_uri": "http://coverartarchive.org/release/75e3793d-ab5e-3995-9797-7d64a668490f/8618382455-250.jpg",
    "thumbnail_uri": "",
    "song": "Pelican Narrows",
    "track_id": "50560821-9dee-3afb-8664-e6b04b350c49",
    "recording_id": null,
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "The Milk of Human Kindness",
    "release_id": "75e3793d-ab5e-3995-9797-7d64a668490f",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2005-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}