Information about plays

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

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

{
    "id": 374562,
    "uri": "https://api.kexp.org/v2/plays/374562/?format=api",
    "airdate": "2019-08-30T17:08:05-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Controversy",
    "track_id": "bda341ae-3bba-3f38-a83d-e642b97d9724",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Controversy",
    "release_id": "e9c281ee-4685-349c-bda7-d6f13f3717fa",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Winner of the inaugural KEXP Mixtape Week challenge, Jana Sturdivant shares her selections from a compilation she calls \"Hot Cheeto Fantasy.\"  To decorate this special cassette, she reveals, \"I added a vintage Playboy as a companion to the tape and wrote all the tracks on the back of my softball rookie card and a tattooist biz card. I mailed the gift to my friend.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}