Information about plays

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

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

{
    "id": 382325,
    "uri": "https://api.kexp.org/v2/plays/382325/?format=api",
    "airdate": "2019-09-18T03:22:49-07:00",
    "show": 6363,
    "show_uri": "https://api.kexp.org/v2/shows/6363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Please, Let's Go Away",
    "track_id": "43e65088-e19a-45fa-ad64-f411940adae2",
    "recording_id": null,
    "artist": "Trementina",
    "artist_ids": [
        "50bc8ea3-a19b-494c-b459-63bf7dcf2360"
    ],
    "album": "810",
    "release_id": "0f27e635-793b-452d-ae8b-a50e56800081",
    "release_group_id": null,
    "labels": [
        "Burger Records"
    ],
    "label_ids": [
        "381edd23-11e7-4572-9f62-c6134a451a21"
    ],
    "release_date": "2017-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chilean trio Trementina released their enigmatic debut record in March of 2017, which showed the band in a process of evolution. Different than the band's reverb-drenched early tracks, 810 shows the band exploring the poppier territory of shoegaze, lead singer Vanessa Cea's voice ringing at the forefront of the album mix. https://www.kexp.org/read/2017/04/24/song-of-the-day-trementina-please-lets-go-away/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}