Information about plays

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

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

{
    "id": 373595,
    "uri": "https://api.kexp.org/v2/plays/373595/?format=api",
    "airdate": "2019-08-28T16:18:00-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inhaler",
    "track_id": "984e6709-c62a-34a6-94f9-ecbf90a493e3",
    "recording_id": null,
    "artist": "Hooverphonic",
    "artist_ids": [
        "62dc94cc-f611-4345-87cb-b914796a4a45"
    ],
    "album": "A New Stereophonic Sound Spectacular",
    "release_id": "e74a9244-b5b4-3f25-8526-f9fb31fe52f7",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Laszlo, on his mixtape submission: \"I've always made mixes, and in college I would make actual mixtapes for friends or girls I was dating. Combining my passion for mixtapes with inspiration from a number of small run mixtapes I've purchased for my tape collection was a natural step for me.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}