Information about plays

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

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

{
    "id": 356583,
    "uri": "https://api.kexp.org/v2/plays/356583/?format=api",
    "airdate": "2019-07-19T19:17:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yo Vivire (I Will Survive) (Azucar Para Ti Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Celia Cruz",
    "artist_ids": [
        "7b8e1188-9ca4-4aa5-8393-172de6fa04de"
    ],
    "album": "Siempre Vivire",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sony U.S. Latin"
    ],
    "label_ids": [
        "885f3efd-cc41-4b3e-914f-a7da1176a79f"
    ],
    "release_date": "2000-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Redux of the hit made famous by Gloria Gaynor by the Queen of Salsa - Celia Cruz. Check out KEXP spotlight of \"The Queen of Salsa\" right here. https://www.kexp.org/read/2014/02/03/black-history-month-spotlight-celia-cruz/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}