Information about plays

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

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

{
    "id": 350473,
    "uri": "https://api.kexp.org/v2/plays/350473/?format=api",
    "airdate": "2019-07-05T14:07:00-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sight of You",
    "track_id": "b31887c7-8a75-3bc6-ad9d-e80490550e8c",
    "recording_id": null,
    "artist": "Pale Saints",
    "artist_ids": [
        "1584532a-62ed-4cbe-ad95-6def0af7df35"
    ],
    "album": "Mrs. Dolphin",
    "release_id": "85dd8fd2-86c4-4632-b535-6442f9043398",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [],
    "release_date": "1991-01-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pale Saints began as a jangly indie pop band in 1987, influenced by Primal Scream's early sound. By the time they released their first EP, Barging Into the Presence of God (1989), the band went into a direction that displayed a mix of Ian Masters' choirboy-like vocals along with dark atmospheric and noisy pop tunes. Ashley Horner from Edsel Auctioneer briefly joined the band on guitar in the same year.The band was signed to 4AD Records after their first London show, by the label's chief Ivo Watts-Russell.\n\nTheir first album, The Comforts of Madness, was produced by John Fryer and Gil Norton.and released in 1990, and reached the top 40 of the UK Albums Chart.  https://bit.ly/2YB8YXt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}