Information about plays

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

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

{
    "id": 356059,
    "uri": "https://api.kexp.org/v2/plays/356059/?format=api",
    "airdate": "2019-07-18T14:07:27-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "http://coverartarchive.org/release/a78a16d6-2c2d-4873-9676-f07f313ba372/7496263249-250.jpg",
    "thumbnail_uri": "",
    "song": "Only Shallow",
    "track_id": "5b0d5f2d-ae98-3319-a4e2-afec5e26258e",
    "recording_id": null,
    "artist": "My Bloody Valentine",
    "artist_ids": [
        "8ca01f46-53ac-4af2-8516-55a909c0905e"
    ],
    "album": "Loveless",
    "release_id": "a78a16d6-2c2d-4873-9676-f07f313ba372",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1991-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My Bloody Valentine are a rock band formed in Dublin in 1983. Since 1987, its lineup has consisted of founding members Kevin Shields, Colm Ó Cíosóig, with Bilinda Butcher, and Debbie Googe. Their music is best known for its merging of dissonant guitar textures with ethereal melody and unorthodox production techniques. They helped to pioneer the alternative rock subgenre known as shoegazing during the late 1980s and early 1990s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}