Information about plays

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

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

{
    "id": 354854,
    "uri": "https://api.kexp.org/v2/plays/354854/?format=api",
    "airdate": "2019-07-15T23:35:26-07:00",
    "show": 5916,
    "show_uri": "https://api.kexp.org/v2/shows/5916/?format=api",
    "image_uri": "http://coverartarchive.org/release/fe94da4f-4f27-4730-ac4d-a08d1e58bd67/22805153945-250.jpg",
    "thumbnail_uri": "",
    "song": "Say Goodbye",
    "track_id": "1e70c25a-e923-4df7-8be6-db5770accd23",
    "recording_id": null,
    "artist": "佐藤博",
    "artist_ids": [
        "9dd853aa-12ee-465b-8ff6-b604f89112fd"
    ],
    "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 documents Japan’s blast into the stratosphere. By the 1960s, the nation had achieved a postwar miracle, soaring to become the world’s second largest economy. Thriving tech exports sent The Rising Sun over the moon. Its pocket cassette players, bleeping video games, and gleaming cars boomed worldwide, wooing pleasure points and pumping Japanese pockets full of yen.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}