Information about plays

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

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

{
    "id": 380324,
    "uri": "https://api.kexp.org/v2/plays/380324/?format=api",
    "airdate": "2019-09-13T07:54:46-07:00",
    "show": 6329,
    "show_uri": "https://api.kexp.org/v2/shows/6329/?format=api",
    "image_uri": "http://coverartarchive.org/release/f1ddef9e-218f-4ce8-abdb-fc5450bd2a34/1174161171-250.jpg",
    "thumbnail_uri": "",
    "song": "Bitter Sweet Symphony",
    "track_id": "823c980a-9d95-3c9c-aeb3-b20f81dd8515",
    "recording_id": null,
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "Urban Hymns",
    "release_id": "f1ddef9e-218f-4ce8-abdb-fc5450bd2a34",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1997-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A note from Tony in Phoenix: \"John you are KILLING it this AM. Desperately needed some big songs this am. I would love to request the Verve's Bittersweet Symphony and dedicate it to my girlfriend Elizabeth who has proven to me that you can find love again at 48 years of age.\"  Love to you both from the morning show crew!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}