Information about plays

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

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

{
    "id": 382631,
    "uri": "https://api.kexp.org/v2/plays/382631/?format=api",
    "airdate": "2019-09-18T19:24:22-07:00",
    "show": 6367,
    "show_uri": "https://api.kexp.org/v2/shows/6367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Long Mirror of Time",
    "track_id": "c29b5b53-4ab8-44ea-a3b8-5e027e5f393d",
    "recording_id": null,
    "artist": "Daniel Romano",
    "artist_ids": [
        "4c368da6-e355-42e6-93d3-830b7e080d82"
    ],
    "album": "Finally Free",
    "release_id": "3cfa74fb-3cc6-412b-98ca-ebdbd14692b2",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [],
    "release_date": "2018-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ontario, Canada artist ; official video for this song: https://www.youtube.com/watch?v=8HvgHcHzqbQ ; https://danielromanomusic.bandcamp.com ; http://www.danielromanomusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}