Information about plays

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

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

{
    "id": 352968,
    "uri": "https://api.kexp.org/v2/plays/352968/?format=api",
    "airdate": "2019-07-11T09:42:00-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sub Pop Rock City",
    "track_id": null,
    "recording_id": null,
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Sub Pop 200",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off Sub Pop's 1988 compilation that also featured Tad, Nirvana, Fastbacks, Cat Butt, Screaming Trees, Green River, etc... a plethora of grunge if you will.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}