Information about plays

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

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

{
    "id": 343595,
    "uri": "https://api.kexp.org/v2/plays/343595/?format=api",
    "airdate": "2019-06-19T17:45:00-07:00",
    "show": 5726,
    "show_uri": "https://api.kexp.org/v2/shows/5726/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Bullets Spent",
    "track_id": null,
    "recording_id": null,
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Everything Hits At Once: The Best of Spoon",
    "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": "This new album will be out July 26th.  They're playing at The Gorge on Saturday July 13th!  http://www.ericbachmann.com/https://matablog.matadorrecords.com/2019/06/19/spoon-no-bullets-spent-everything-hits-at-once-the-best-of-spoon-coming-july-26/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}