Information about plays

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

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

{
    "id": 355716,
    "uri": "https://api.kexp.org/v2/plays/355716/?format=api",
    "airdate": "2019-07-17T20:18:03-07:00",
    "show": 5927,
    "show_uri": "https://api.kexp.org/v2/shows/5927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Day That's Just Begun",
    "track_id": "22651e0e-9349-45a5-824e-d88d13705932",
    "recording_id": null,
    "artist": "Daniel Norgren",
    "artist_ids": [
        "c8a26e97-e5f5-4f1c-8eb3-e2453b6cf262"
    ],
    "album": "Wooh Dang",
    "release_id": "902fae88-4cac-4feb-8d27-14416321a0ab",
    "release_group_id": null,
    "labels": [
        "Superpuma Records"
    ],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fri 10/4 @ Neptune ; the author of this piece first saw Daniel on a Pickathon stage (so did we); maybe you did too?: https://www.npr.org/2019/04/11/711747762/first-listen-daniel-norgren-wooh-dang ; https://danielnorgren.bandcamp.com ; https://www.facebook.com/Daniel-Norgren-54884290308",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}