Information about plays

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

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

{
    "id": 352948,
    "uri": "https://api.kexp.org/v2/plays/352948/?format=api",
    "airdate": "2019-07-11T08:41:00-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Fluffy Clouds (Dance Mk 2)",
    "track_id": "31ea4634-d808-3e53-bdf3-20bbb34be568",
    "recording_id": null,
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "Little Fluffy Clouds",
    "release_id": "dd4dcd8d-db41-35d6-9b91-684a63613e8f",
    "release_group_id": null,
    "labels": [
        "Big Life"
    ],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Orb's Youth to Spin in 2012 on the making of this song: \"I had this tiny studio on Wandsworth Rd called 45 RPM, and very quickly I put together a vibe with a pulse, a couple of beats, a weird keyboard sample from 808 State’s “Pacific State” and maybe a couple of other things. Including the Ricky Lee Jones sample, which I ran through my Akai S-900 sampler, and which created the stuttering effect. It was sublime psychedelia and was directly inspired from taking E and LSD, as that kind of thing can happen in your trip.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}