Information about plays

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

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

{
    "id": 355138,
    "uri": "https://api.kexp.org/v2/plays/355138/?format=api",
    "airdate": "2019-07-16T15:31:42-07:00",
    "show": 5921,
    "show_uri": "https://api.kexp.org/v2/shows/5921/?format=api",
    "image_uri": "http://coverartarchive.org/release/679b0c94-bb1b-36d9-adbb-662627b895be/9708531301-250.jpg",
    "thumbnail_uri": "",
    "song": "Hot Hot Hot!!!",
    "track_id": "d8cd8f78-82c4-33c9-8d95-ed1d9ea40a2f",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Kiss Me Kiss Me Kiss Me",
    "release_id": "679b0c94-bb1b-36d9-adbb-662627b895be",
    "release_group_id": null,
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "2006-08-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Kiss Me, Kiss Me, Kiss Me is the seventh studio album by British alternative rock band The Cure, released in May 1987. The cover reminds me of artist, Man Ray's depiction of Lee Miller's lips.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}