Information about plays

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

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

{
    "id": 381887,
    "uri": "https://api.kexp.org/v2/plays/381887/?format=api",
    "airdate": "2019-09-17T07:07:00-07:00",
    "show": 6358,
    "show_uri": "https://api.kexp.org/v2/shows/6358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Happy Kid",
    "track_id": "5b7aba44-e991-454c-92bd-79e80295303f",
    "recording_id": null,
    "artist": "Nada Surf",
    "artist_ids": [
        "b9a2a9a6-7a40-48a6-bcb1-8eff5b89ad5b"
    ],
    "album": "Let Go",
    "release_id": "d0868554-7c15-4f5c-a3bc-2306311f0bf8",
    "release_group_id": null,
    "labels": [
        "Liberation Music"
    ],
    "label_ids": [],
    "release_date": "2002-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Let Go was released today in  2002 in Europe.  Here in the US we had to wait until February 4, 2003.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}