Information about plays

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

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

{
    "id": 356968,
    "uri": "https://api.kexp.org/v2/plays/356968/?format=api",
    "airdate": "2019-07-20T19:33:01-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "http://coverartarchive.org/release/6179cd58-b9a8-490d-bf02-6145ef7672b3/11644376550-250.jpg",
    "thumbnail_uri": "",
    "song": "Zombies",
    "track_id": "065538a1-c06d-430c-bf56-9ee78051ee7b",
    "recording_id": null,
    "artist": "Radiation City",
    "artist_ids": [
        "8ee36bb2-5658-4bf2-99d0-df99df4b2a38"
    ],
    "album": "Animals in the Median",
    "release_id": "6179cd58-b9a8-490d-bf02-6145ef7672b3",
    "release_group_id": null,
    "labels": [
        "Tender Loving Empire"
    ],
    "label_ids": [
        "6708195c-ef0d-4d2e-a8b3-cba72670f17c"
    ],
    "release_date": "2013-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Radiation City was an American indie rock band that began in Portland, Oregon, in 2010. The band consisted of Cameron Spies, Elisabeth Ellison, Randy Bemrose, Matt Rafferty, and Patti King.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}