Information about plays

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

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

{
    "id": 352537,
    "uri": "https://api.kexp.org/v2/plays/352537/?format=api",
    "airdate": "2019-07-10T10:32:34-07:00",
    "show": 5875,
    "show_uri": "https://api.kexp.org/v2/shows/5875/?format=api",
    "image_uri": "http://coverartarchive.org/release/c940faeb-fe12-341e-bd57-bb006bf56db3/15310217418-250.jpg",
    "thumbnail_uri": "",
    "song": "Lay Lady Lay",
    "track_id": "0d4c3dac-463d-3e3c-bd53-aedd9cee3056",
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Nashville Skyline",
    "release_id": "c940faeb-fe12-341e-bd57-bb006bf56db3",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2003-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}