Information about plays

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

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

{
    "id": 356517,
    "uri": "https://api.kexp.org/v2/plays/356517/?format=api",
    "airdate": "2019-07-19T15:41:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Decide",
    "track_id": "cd36ab57-f793-4807-a549-caa196723187",
    "recording_id": null,
    "artist": "The Julie Ruin",
    "artist_ids": [
        "357ffd02-384f-4dbd-abcd-5f1bcb616ef9"
    ],
    "album": "Hit Reset",
    "release_id": "9c7e37d1-69e1-4528-b0e4-a2a1b044b725",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [],
    "release_date": "2016-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "n American band formed in 2010 in New York City. The band rehearse in Greenpoint, Brooklyn, and record at Oscilloscope and Figure 8 Recording in Brooklyn. Band members include Carmine Covelli, Sara Landeau, Kathleen Hanna, Kathi Wilcox, and Kenny Mellman.  https://bit.ly/2XNIQwe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}