Information about plays

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

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

{
    "id": 353548,
    "uri": "https://api.kexp.org/v2/plays/353548/?format=api",
    "airdate": "2019-07-12T17:09:32-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "http://coverartarchive.org/release/978483f7-d0bf-4248-ab4e-172ac45db0fb/14934620110-250.jpg",
    "thumbnail_uri": "",
    "song": "Ivanka",
    "track_id": "f00dba97-b198-377f-adbb-55273d5fbe62",
    "recording_id": null,
    "artist": "Imperial Teen",
    "artist_ids": [
        "7d478bd2-d228-46a8-8a7c-ef68a61fd339"
    ],
    "album": "On",
    "release_id": "978483f7-d0bf-4248-ab4e-172ac45db0fb",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2002-04-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Imperial Teen is a San Francisco-based pop group made up of Roddy Bottum (Faith No More) on guitar/vocals, Will Schwartz (hey willpower) on guitar/vocals, Lynn Truell (née Perko; Sister Double Happiness, The Dicks, The Wrecks) on drums/backing vocals, & Jone Stebbins (The Wrecks) on bass/backing vocals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}