Information about plays

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

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

{
    "id": 369147,
    "uri": "https://api.kexp.org/v2/plays/369147/?format=api",
    "airdate": "2019-08-18T15:24:59-07:00",
    "show": 6154,
    "show_uri": "https://api.kexp.org/v2/shows/6154/?format=api",
    "image_uri": "http://coverartarchive.org/release/20fd1801-2b34-3a53-bd00-e4fe16dc778f/3111350537-250.jpg",
    "thumbnail_uri": "",
    "song": "Dreams",
    "track_id": "a803ee64-64bb-3800-8205-46304a6d6d33",
    "recording_id": null,
    "artist": "The Cranberries",
    "artist_ids": [
        "c98d40fd-f6cf-4b26-883e-eaa515ee2851"
    ],
    "album": "Everybody Else Is Doing It, So Why Can’t We?",
    "release_id": "20fd1801-2b34-3a53-bd00-e4fe16dc778f",
    "release_group_id": null,
    "labels": [
        "Helicon Records"
    ],
    "label_ids": [
        "a488f2f6-a261-44d7-8985-e25ff0969eb7"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}