Information about plays

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

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

{
    "id": 349337,
    "uri": "https://api.kexp.org/v2/plays/349337/?format=api",
    "airdate": "2019-07-03T00:35:09-07:00",
    "show": 5820,
    "show_uri": "https://api.kexp.org/v2/shows/5820/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Late",
    "track_id": "92bd6496-0a84-4461-8aad-e2f01baf94a2",
    "recording_id": null,
    "artist": "WMD",
    "artist_ids": [
        "da3a05f6-6543-4419-99c4-7fa0988f0ac7"
    ],
    "album": "Young Angry Love",
    "release_id": "bf9d38c2-97a4-4051-a64d-1beed5196275",
    "release_group_id": null,
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [
        "e16ca8cb-0b05-4457-82ea-dc89913c0c86"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest release from this Cashmere, WA-bred, Bellingham-based electronic producer (aka Michael Erickson).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}