Information about plays

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

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

{
    "id": 348557,
    "uri": "https://api.kexp.org/v2/plays/348557/?format=api",
    "airdate": "2019-07-01T08:20:51-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heavy",
    "track_id": "28f08571-0a6d-424e-a0fc-1311675ff00d",
    "recording_id": null,
    "artist": "Gloria",
    "artist_ids": [
        "f70e5760-0e8f-4fa8-8ff5-0965151038d8"
    ],
    "album": "Oidophon Echorama",
    "release_id": "3fc6334a-3191-432e-9759-a8176e5429fe",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gloria is one of the band featured at least year's Trans Musicales festival in Rennes, France! Read all about 'em over at the KEXP blog: https://www.kexp.org/read/2018/2/13/kexp-trans-musicales-gloria/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}