Information about plays

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

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

{
    "id": 355630,
    "uri": "https://api.kexp.org/v2/plays/355630/?format=api",
    "airdate": "2019-07-17T14:56:50-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "http://coverartarchive.org/release/4d1debfc-8faf-497a-82ae-e68ce1f8cdfa/11452458311-250.jpg",
    "thumbnail_uri": "",
    "song": "Dance",
    "track_id": "89e8c517-8413-330c-9c43-cf5459d7b593",
    "recording_id": null,
    "artist": "ESG",
    "artist_ids": [
        "b3465cab-9628-447c-9897-2d18abab89d3"
    ],
    "album": "Dance to the Best of ESG",
    "release_id": "4d1debfc-8faf-497a-82ae-e68ce1f8cdfa",
    "release_group_id": null,
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2010-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The \"E\" and \"S\" stand for emerald and sapphire, the birthstones of Valerie and Renee Scroggins. The \"G\" is for gold, which is what they wanted their records to be certified. Read the Pitchfork review of <i>Dance to the Best of ESG </i> here: https://bit.ly/2JN1Q4k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}