Information about plays

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

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

{
    "id": 372957,
    "uri": "https://api.kexp.org/v2/plays/372957/?format=api",
    "airdate": "2019-08-27T11:08:11-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Days",
    "track_id": "b114f800-7775-3cad-9b25-b3f53ab66bb9",
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "The Kinks Are the Village Green Preservation Society",
    "release_id": "0e834c72-21ac-486a-8ea5-cc4e99d0e372",
    "release_group_id": null,
    "labels": [
        "Essential! Records"
    ],
    "label_ids": [
        "9351301f-8a99-41f3-96f5-9aac14bf7ac7"
    ],
    "release_date": "1998-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song from Jamie's playlist was played at the memorial service for his friend Jim. \"No experience is as familiar or emotional as bidding farewell to someone you love...Ray Davies’ wistful musings in the song work whether a friend is moving away, a romantic relationship has run its course, or a beloved person has passed away....\"  read the story behind the song, \"Days\": https://americansongwriter.com/2013/10/behind-the-song-the-kinks-days/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}