Information about plays

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

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

{
    "id": 353027,
    "uri": "https://api.kexp.org/v2/plays/353027/?format=api",
    "airdate": "2019-07-11T13:07:44-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "http://coverartarchive.org/release/637f19cf-bd77-4fd8-8f2f-ac212e0d57ae/14213079506-250.jpg",
    "thumbnail_uri": "",
    "song": "Shadow People",
    "track_id": "8d02031b-2c07-3aab-8e5b-1eb18fcdde3e",
    "recording_id": null,
    "artist": "Dr. Dog",
    "artist_ids": [
        "e9aed5e5-ed35-4244-872e-194862290295"
    ],
    "album": "Shame, Shame",
    "release_id": "637f19cf-bd77-4fd8-8f2f-ac212e0d57ae",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2010-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Dr. Dog's live performance from February 2015 at The Triple Door as part of KEXP's VIP Club concert series!: https://www.youtube.com/watch?v=FjqYfNFAtVI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}