Information about plays

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

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

{
    "id": 381294,
    "uri": "https://api.kexp.org/v2/plays/381294/?format=api",
    "airdate": "2019-09-15T17:03:27-07:00",
    "show": 6347,
    "show_uri": "https://api.kexp.org/v2/shows/6347/?format=api",
    "image_uri": "http://coverartarchive.org/release/735ada0f-0792-43fb-a6de-9ba2562f3d94/7905205971-250.jpg",
    "thumbnail_uri": "",
    "song": "Kyoto Song",
    "track_id": "470500d7-7058-35b4-b1d3-a10aa4e6a1a8",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "The Head on the Door",
    "release_id": "735ada0f-0792-43fb-a6de-9ba2562f3d94",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Kyoto Song\" evokes Asian influences with clear inspiration by goth pop bands -- more of a throwback than the more danceable singles on \"The Head on the Door\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}