Information about plays

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

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

{
    "id": 352245,
    "uri": "https://api.kexp.org/v2/plays/352245/?format=api",
    "airdate": "2019-07-09T18:15:00-07:00",
    "show": 5871,
    "show_uri": "https://api.kexp.org/v2/shows/5871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Día paranormal",
    "track_id": "6d03a2b5-0c4c-384c-8adb-b088b8adbeaa",
    "recording_id": null,
    "artist": "Aterciopelados",
    "artist_ids": [
        "0ba1966a-e471-4f98-85d7-8ac0c1f836f0"
    ],
    "album": "Río",
    "release_id": "cf02cbd6-d7d2-4ff5-8f1a-bab6dca49908",
    "release_group_id": null,
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [],
    "release_date": "2008-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Colombian rockers Aterciopelados will hit the stage at El Corazon, on July 24 https://www.elcorazonseattle.com/event/1852354-aterciopelados-seattle/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}