Information about plays

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

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

{
    "id": 350472,
    "uri": "https://api.kexp.org/v2/plays/350472/?format=api",
    "airdate": "2019-07-05T14:03:27-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "http://coverartarchive.org/release/42698308-2c61-4ad7-a9bd-e53c395518ec/13591340403-250.jpg",
    "thumbnail_uri": "",
    "song": "Happy",
    "track_id": "b66e90b0-7002-4c61-8b8e-25f10b6b4f7c",
    "recording_id": null,
    "artist": "Mitski",
    "artist_ids": [
        "fa58cf24-0e44-421d-8519-8bf461dcfaa5"
    ],
    "album": "Puberty 2",
    "release_id": "42698308-2c61-4ad7-a9bd-e53c395518ec",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2016-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Happiness fucks you.  Happiness is up, sadness is down, but one’s almost more destructive than the other. When you realize you can’t have one without the other, it’s possible to spend periods of happiness just waiting for that other wave.” ~ Mitski Miyawaki on the spirit of this album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}