Information about plays

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

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

{
    "id": 351736,
    "uri": "https://api.kexp.org/v2/plays/351736/?format=api",
    "airdate": "2019-07-08T14:28:54-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/9ad5c89d-72cc-41e9-a91b-7ee866cbe7a8/3779407955-250.jpg",
    "thumbnail_uri": "",
    "song": "Here Comes the Summer",
    "track_id": "b6751495-ef1b-3af6-a3d8-9ec103874933",
    "recording_id": null,
    "artist": "The Fiery Furnaces",
    "artist_ids": [
        "2c916f95-f6ba-46fa-b9d8-dc0d9379f603"
    ],
    "album": "EP",
    "release_id": "9ad5c89d-72cc-41e9-a91b-7ee866cbe7a8",
    "release_group_id": null,
    "labels": [
        "Rough Trade America"
    ],
    "label_ids": [
        "df7754b9-fc08-4f71-a1c7-fd5ea330c051"
    ],
    "release_date": "2005-01-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from the three release of Matthew and Eleanor Friedberger. The siblings are originally from Oak Park, Illinois, a near-western suburb of Chicago. The two went on hiatus in 2011 to pursue solo careers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}