Information about plays

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

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

{
    "id": 381284,
    "uri": "https://api.kexp.org/v2/plays/381284/?format=api",
    "airdate": "2019-09-15T16:32:36-07:00",
    "show": 6347,
    "show_uri": "https://api.kexp.org/v2/shows/6347/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Train in Vain",
    "track_id": "e500f260-5372-4c65-a2fd-cc7d41e493cd",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Clash on Broadway",
    "release_id": "d575a051-0ac7-4388-8727-fae0a8249382",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Many of us have confused the name of this track as \"Stand by Me\" -- which is another track by Bill Withers, not this iconic single from \"London Calling\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}