Information about plays

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

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

{
    "id": 369835,
    "uri": "https://api.kexp.org/v2/plays/369835/?format=api",
    "airdate": "2019-08-20T10:30:30-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chlorine",
    "track_id": "8c47c46c-ca4c-429b-92fb-496a80fb9e04",
    "recording_id": null,
    "artist": "SadGirl",
    "artist_ids": [
        "5099bd61-e1bf-4474-be57-0cdd5c3de96b"
    ],
    "album": "Water",
    "release_id": "d5ba1e2c-cafa-4e5d-8f23-4dbc4c923771",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read a very positive review of \"Water,\" the debut album from this L.A. band: https://bit.ly/33MWMWM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}