Information about plays

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

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

{
    "id": 376010,
    "uri": "https://api.kexp.org/v2/plays/376010/?format=api",
    "airdate": "2019-09-03T13:19:20-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "http://coverartarchive.org/release/9da90101-12e9-4162-9edc-a9446725f9bc/6507163369-250.jpg",
    "thumbnail_uri": "",
    "song": "Pictures of You",
    "track_id": "2a3beeee-ee9c-3972-8b21-f8173074d833",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Galore: The Singles 1987–1997",
    "release_id": "9da90101-12e9-4162-9edc-a9446725f9bc",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1997-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You get the feeling that the narrator will be trying to piece those pictures back together for the rest of his weary existence. The Cure and Robert Smith at their peak captured immense, intense anguish better than anybody, and 'Pictures Of You' is the ultimate manifestation of that ability.\"  Read an American Songwriter essay about this wonderful song:  https://americansongwriter.com/2013/05/the-cure-pictures-of-you/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}