Information about plays

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

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

{
    "id": 370534,
    "uri": "https://api.kexp.org/v2/plays/370534/?format=api",
    "airdate": "2019-08-21T19:13:19-07:00",
    "show": 6174,
    "show_uri": "https://api.kexp.org/v2/shows/6174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drinking Song",
    "track_id": "208d1261-5856-4dae-b621-cebf2b43eaf0",
    "recording_id": null,
    "artist": "Haley Heynderickx",
    "artist_ids": [],
    "album": "I Need to Start a Garden",
    "release_id": "86db79f6-7304-44ec-ad18-a0a7cfb3cc50",
    "release_group_id": null,
    "labels": [
        "Mama Bird Recording Co."
    ],
    "label_ids": [],
    "release_date": "2018-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP local artist spotlight a couple years back: http://kexp.org/read/2017/8/11/local-artist-spotlight-haley-heynderickx ; https://haleyheynderickx.bandcamp.com ; https://www.facebook.com/haleyhannahheynderickx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}