Information about plays

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

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

{
    "id": 370550,
    "uri": "https://api.kexp.org/v2/plays/370550/?format=api",
    "airdate": "2019-08-21T20:12:00-07:00",
    "show": 6174,
    "show_uri": "https://api.kexp.org/v2/shows/6174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Viki Lynn",
    "track_id": "741fa77c-aeb5-492f-bb83-494b3498bd2a",
    "recording_id": null,
    "artist": "Lauren Morrow",
    "artist_ids": [
        "05147923-c7a6-441d-90ac-f52ef1012051"
    ],
    "album": "Lauren Morrow",
    "release_id": "23f6446c-67a7-45af-9e3e-02d1b2f47282",
    "release_group_id": null,
    "labels": [
        "Records DK2"
    ],
    "label_ids": [],
    "release_date": "2018-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wrote this song in honor of her mother: https://americansongwriter.com/2018/09/lauren-morrow-pays-tribute-mother-viki-lynn ; https://www.laurenmorrow.com ; https://www.facebook.com/thisislaurenmorrow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}