Information about plays

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

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

{
    "id": 377136,
    "uri": "https://api.kexp.org/v2/plays/377136/?format=api",
    "airdate": "2019-09-05T17:55:24-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "http://coverartarchive.org/release/7a669e75-78e0-4c7d-9c2f-92486d251fb4/21160298914-250.jpg",
    "thumbnail_uri": "",
    "song": "Wake Me",
    "track_id": "3c315fb5-4936-419d-a352-f21e16af34c4",
    "recording_id": null,
    "artist": "Cumulus",
    "artist_ids": [
        "766af644-9e17-4cf1-b20b-3185cdcff0a1"
    ],
    "album": "Comfort World",
    "release_id": "7a669e75-78e0-4c7d-9c2f-92486d251fb4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Cumulus is the indie pop project of Alexandra Niedzialkowski",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}