Information about plays

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

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

{
    "id": 377345,
    "uri": "https://api.kexp.org/v2/plays/377345/?format=api",
    "airdate": "2019-09-06T05:55:59-07:00",
    "show": 6278,
    "show_uri": "https://api.kexp.org/v2/shows/6278/?format=api",
    "image_uri": "http://coverartarchive.org/release/7fde29c4-4230-4680-9667-359d33aed38d/23915484093-250.jpg",
    "thumbnail_uri": "",
    "song": "Norman Fucking Rockwell",
    "track_id": "c12b61b5-5a0d-45b7-8702-d349a479305c",
    "recording_id": null,
    "artist": "Lana Del Rey",
    "artist_ids": [
        "b7539c32-53e7-4908-bda3-81449c367da6"
    ],
    "album": "Norman Fucking Rockwell!",
    "release_id": "7fde29c4-4230-4680-9667-359d33aed38d",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2019-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}