Information about plays

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

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

{
    "id": 342719,
    "uri": "https://api.kexp.org/v2/plays/342719/?format=api",
    "airdate": "2019-06-17T21:48:20-07:00",
    "show": 5716,
    "show_uri": "https://api.kexp.org/v2/shows/5716/?format=api",
    "image_uri": "http://coverartarchive.org/release/3d752feb-e19a-4808-92bf-da11429dc968/14941585721-250.jpg",
    "thumbnail_uri": "",
    "song": "A Certain Person",
    "track_id": "a23aa4b7-8f73-3a4d-b34d-dd8988e2bf49",
    "recording_id": null,
    "artist": "Light Asylum",
    "artist_ids": [
        "a077a16e-edb1-43b2-99a4-460cab3b6a6e"
    ],
    "album": "Light Asylum",
    "release_id": "3d752feb-e19a-4808-92bf-da11429dc968",
    "release_group_id": null,
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2012-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn duo of Shannon Funchess and Bruno Coviello    www.mexicansummer.com/artist/light-asylum",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}