Information about plays

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

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

{
    "id": 377231,
    "uri": "https://api.kexp.org/v2/plays/377231/?format=api",
    "airdate": "2019-09-05T22:55:59-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lease of Life",
    "track_id": "cb4a0973-90d7-436b-8d41-88e8d5ea2fff",
    "recording_id": null,
    "artist": "Errors",
    "artist_ids": [
        "2736bad5-6280-4c8f-92c8-27a5e63bbab2"
    ],
    "album": "Lease of Life",
    "release_id": "2853d2bf-4c6f-4677-97e6-56ea31930045",
    "release_group_id": null,
    "labels": [
        "Rock Action Records"
    ],
    "label_ids": [
        "959be696-eda5-4c9d-af24-2c8103f149f5"
    ],
    "release_date": "2015-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Glasgow, Scotland, and signed to Mogwai’s Rock Action Records, Errors are an indie band with quite a distinctive sound, inspired by the 80s and 90s synth heavy genres, a sound that is fresh and modern in its realization.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}