Information about plays

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

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

{
    "id": 351634,
    "uri": "https://api.kexp.org/v2/plays/351634/?format=api",
    "airdate": "2019-07-08T08:43:00-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For Emma",
    "track_id": "d5befe2f-ae50-3ce9-8c9d-33182df69d02",
    "recording_id": null,
    "artist": "Bon Iver",
    "artist_ids": [
        "437a0e49-c6ae-42f6-a6c1-84f25ed366bc"
    ],
    "album": "For Emma, Forever Ago",
    "release_id": "10363dd8-ddda-3318-a0a6-1c157aa2ea91",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [],
    "release_date": "2007-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this date in 2007, Justin Vernon (aka Bon Iver) self-released his debut album, \"For Emma, Forever Ago.\"  The majority of that album was recorded while Vernon spent three months isolated in a cabin in northwestern Wisconsin.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}