Information about plays

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

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

{
    "id": 346235,
    "uri": "https://api.kexp.org/v2/plays/346235/?format=api",
    "airdate": "2019-06-26T00:32:28-07:00",
    "show": 5771,
    "show_uri": "https://api.kexp.org/v2/shows/5771/?format=api",
    "image_uri": "http://coverartarchive.org/release/f38bf733-9b9b-3ed8-b00e-db49c5d85451/14994811103-250.jpg",
    "thumbnail_uri": "",
    "song": "You Haven't Done Nothin'",
    "track_id": "f954b3ec-51cd-3f97-bfb5-40fe0457cd79",
    "recording_id": null,
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Fulfillingness' First Finale",
    "release_id": "f38bf733-9b9b-3ed8-b00e-db49c5d85451",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1974, this song was aimed squarely at President Richard Nixon, who resigned two days after the record's release.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}