Information about plays

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

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

{
    "id": 351646,
    "uri": "https://api.kexp.org/v2/plays/351646/?format=api",
    "airdate": "2019-07-08T09:19:00-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Lips Are Sealed",
    "track_id": "b7a568da-dfed-37a1-8228-97d7ff36ed19",
    "recording_id": null,
    "artist": "The Go‐Go’s",
    "artist_ids": [
        "eec163e4-a013-4af0-9641-c5b2df41fff7"
    ],
    "album": "Beauty and the Beat",
    "release_id": "dc9722f2-f176-4d4c-9740-4e49fee401db",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [],
    "release_date": "1981-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the anniversary of this album's release.  The Go-Go's released their debut album, \"Beauty and the Beat.\" on this date in 1981.  It went on to peak at #1 on the US charts are remained there for six consecutive weeks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}