Information about plays

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

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

{
    "id": 349654,
    "uri": "https://api.kexp.org/v2/plays/349654/?format=api",
    "airdate": "2019-07-03T16:16:00-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heroes",
    "track_id": "ab2798a5-cfde-3735-9705-27fe1cbc0fb5",
    "recording_id": null,
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "Scratch My Back",
    "release_id": "5ee89844-8e4e-3610-90ab-0f3e67601faa",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "2010-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track was featured in Stranger Things, Season 1 episode 3.  The new season drops on Netflix tomorrow.  Get your popcorn and drinks stocked!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}