Information about plays

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

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

{
    "id": 379055,
    "uri": "https://api.kexp.org/v2/plays/379055/?format=api",
    "airdate": "2019-09-10T08:54:00-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life’s What You Make It",
    "track_id": "9bf6de80-b507-3665-8e38-f80ee7c46874",
    "recording_id": null,
    "artist": "Talk Talk",
    "artist_ids": [
        "a74f43e4-50c4-4b19-a2ce-c05ce9bccb03"
    ],
    "album": "The Colour of Spring",
    "release_id": "a101c4fb-7387-33e3-b605-4ba1e0e143ba",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [],
    "release_date": "1997-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When asked about his decision not to tour anymore or maintain a public persona, Mark Hollis said: “I choose for my family. Maybe others are capable of doing it, but I can’t go on tour and be a good dad at the same time.” He later retired from the music industry, and was little heard from publicly.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}