Information about plays

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

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

{
    "id": 2675851,
    "uri": "https://api.kexp.org/v2/plays/2675851/?format=api",
    "airdate": "2019-12-20T08:33:50-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Default",
    "track_id": "37ea9708-3021-37ac-bd93-2a4cd3ec2e6e",
    "recording_id": null,
    "artist": "Django Django",
    "artist_ids": [
        "4bfce038-b1a0-4bc4-abe1-b679ab900f03"
    ],
    "album": "Django Django",
    "release_id": "338e6260-b4fb-4ef0-89a4-763482dc81b2",
    "release_group_id": null,
    "labels": [
        "Ribbon Music"
    ],
    "label_ids": [
        "ca3afed1-d509-465e-89d0-952d167b2abb"
    ],
    "release_date": "2012-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 28.  Django Django is a British quartet that formed in 2009.  They released their self-titled debut album in 2012.  It was nominated for the 2012 Mercury Music Prize. It was certified gold in 2012, and then platinum in 2013. Watch the band in the KEXP studio last year: https://www.youtube.com/watch?v=RE8d4-mNEwk&t=318s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}