Information about plays

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

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

{
    "id": 356975,
    "uri": "https://api.kexp.org/v2/plays/356975/?format=api",
    "airdate": "2019-07-20T19:56:00-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Little Noise",
    "track_id": null,
    "recording_id": null,
    "artist": "CHERRIE LAUREL",
    "artist_ids": [],
    "album": "A Furnace, A Fire",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2018-12-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You may know Brittney Rand as half of the local duo Mu, along with Francesca Belcourt.The music Rand is making now as Cherrie Laurel, as heard on her new six-song EP A Furnace, a Fire, isn’t exactly worlds away from that aesthetic. It is, if anything, a more refined version of Mu’s ethereal synth music. It’s more immediate-sounding, darker, and more brooding.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}