Information about plays

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

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

{
    "id": 370394,
    "uri": "https://api.kexp.org/v2/plays/370394/?format=api",
    "airdate": "2019-08-21T13:32:20-07:00",
    "show": 6172,
    "show_uri": "https://api.kexp.org/v2/shows/6172/?format=api",
    "image_uri": "http://coverartarchive.org/release/ce7591dd-625d-4697-90f1-57245b08e206/21382135350-250.jpg",
    "thumbnail_uri": "",
    "song": "Cap.I: Augurio: Malamente",
    "track_id": "cff6f463-26f1-4a43-b338-1ec01bf165e1",
    "recording_id": null,
    "artist": "ROSALÍA",
    "artist_ids": [
        "25f3abd9-63b5-471a-bd25-feb9672dfa11"
    ],
    "album": "El mal querer",
    "release_id": "ce7591dd-625d-4697-90f1-57245b08e206",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2018-11-02",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The second album from the Spanish singer is a remarkable feat, seamlessly linking flamenco’s characteristic melodrama to the heart-wrenching storytelling of modern, woman-flexing R&B.\" https://bit.ly/2qyrmB0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}