Information about plays

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

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

{
    "id": 374478,
    "uri": "https://api.kexp.org/v2/plays/374478/?format=api",
    "airdate": "2019-08-30T13:30:07-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "http://coverartarchive.org/release/a1453acf-d023-4255-89af-c01388eb97b6/10417975111-250.jpg",
    "thumbnail_uri": "",
    "song": "Instant Karma",
    "track_id": "b6cf48aa-638e-3891-b15d-0b3639edc16e",
    "recording_id": null,
    "artist": "John Lennon & Plastic Ono Band",
    "artist_ids": [
        "84f81b32-8b3a-4914-9cff-017a52f9d16b"
    ],
    "album": "Shaved Fish",
    "release_id": "a1453acf-d023-4255-89af-c01388eb97b6",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Lennon's third single with the Plastic Ono Band was written and recorded on the same day, and released just 10 days later. Upon its release he told the press that he \"wrote it for breakfast, recorded it for lunch, and we're putting it out for dinner\". Lennon wrote \"Instant Karma\" in the morning of January 27th, 1970.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}