Information about plays

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

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

{
    "id": 350222,
    "uri": "https://api.kexp.org/v2/plays/350222/?format=api",
    "airdate": "2019-07-04T23:03:17-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/fe94da4f-4f27-4730-ac4d-a08d1e58bd67/22805153945-250.jpg",
    "thumbnail_uri": "",
    "song": "In My Jungle",
    "track_id": "7a789a55-014c-41e3-a98e-0f0ae3e0c606",
    "recording_id": null,
    "artist": "FOE",
    "artist_ids": [
        "5eebd833-d596-449a-8d5c-77ae5e0ddbc2"
    ],
    "album": "Pacific Breeze: Japanese City Pop, AOR & Boogie 1976-1986",
    "release_id": "fe94da4f-4f27-4730-ac4d-a08d1e58bd67",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pacific Breeze looks over music made during the height of Japan's '70s and '80s economic power, when \"its pocket cassette players, bleeping video games, and gleaming cars boomed worldwide. https://lightintheattic.net/releases/4714-pacific-breeze-japanese-city-pop-aor-boogie-1976-1986",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}