Information about plays

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

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

{
    "id": 356064,
    "uri": "https://api.kexp.org/v2/plays/356064/?format=api",
    "airdate": "2019-07-18T14:23:13-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?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": "'Pictures of You' is the fourth and final single from the Cure's 1989 album \"Disintegration\". According to interviews, the inspiration of the song came when a fire broke loose in Robert Smith's home. After that day, Smith was going through the remains and came across his wallet which had pictures of his wife, Mary.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}