Information about plays

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

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

{
    "id": 356504,
    "uri": "https://api.kexp.org/v2/plays/356504/?format=api",
    "airdate": "2019-07-19T15:05:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Insignificant",
    "track_id": "56d17e15-a2c5-4104-b5da-0f2f55ccb178",
    "recording_id": null,
    "artist": "Lust for Youth",
    "artist_ids": [
        "887d9ae7-583c-424e-bd29-a4f63b04f9f5"
    ],
    "album": "Lust for Youth",
    "release_id": "e8e97ec9-e517-4002-980e-d9e2848906fe",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This new album from the Copenhagen-based band is driven by a dance-pop agenda, hustling its way through upbeat peaks that level out into reflective ballads. While still taking clear cues from a crop of austere synth-pop, Lust for Youth sound brighter than they ever have before, taking tips from some of the flirtiest Eurobeat to aid their new direction.  Playing Chop Suey on October 29th, 2019!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}