Information about plays

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

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

{
    "id": 356495,
    "uri": "https://api.kexp.org/v2/plays/356495/?format=api",
    "airdate": "2019-07-19T14:41:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hurry On Home",
    "track_id": null,
    "recording_id": null,
    "artist": "Sleater-Kinney",
    "artist_ids": [],
    "album": "Center Won't Hold",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Instead of just going into the studio to document what we’d done, we were going in to explore and to find the essence of something,\" Carrie Brownstein said of the band's new album. \"To dig in deeper.” Corin Tucker added that working on the new music “was like this manic energy of empowerment.”  https://bit.ly/2JJGExr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}