Information about plays

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

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

{
    "id": 349257,
    "uri": "https://api.kexp.org/v2/plays/349257/?format=api",
    "airdate": "2019-07-02T22:05:14-07:00",
    "show": 5820,
    "show_uri": "https://api.kexp.org/v2/shows/5820/?format=api",
    "image_uri": "http://coverartarchive.org/release/248e85fc-894d-42b0-a4ff-2c96b9f1e384/5555168629-250.jpg",
    "thumbnail_uri": "",
    "song": "Soul Power, Parts 1 & 2",
    "track_id": "0adb0735-5f95-3f02-b920-e6190e423aae",
    "recording_id": null,
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Star Time",
    "release_id": "248e85fc-894d-42b0-a4ff-2c96b9f1e384",
    "release_group_id": null,
    "labels": [
        "PolyGram Records, Inc."
    ],
    "label_ids": [
        "dd9b460c-c27b-424c-8e25-7bb441ed8618"
    ],
    "release_date": "1991-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}