Information about plays

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

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

{
    "id": 370777,
    "uri": "https://api.kexp.org/v2/plays/370777/?format=api",
    "airdate": "2019-08-22T09:11:00-07:00",
    "show": 6177,
    "show_uri": "https://api.kexp.org/v2/shows/6177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Building Steam With a Grain of Salt",
    "track_id": "8930b459-20a7-4fa6-99c8-91782742994f",
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Endtroducing...",
    "release_id": "2555429f-338b-420c-9dbc-48c838a72fea",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [],
    "release_date": "2005-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Found on the debut full-length album from San Jose's DJ Shadow (Josh Davis), released in 1996",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}