Information about plays

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

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

{
    "id": 346628,
    "uri": "https://api.kexp.org/v2/plays/346628/?format=api",
    "airdate": "2019-06-26T17:58:11-07:00",
    "show": 5775,
    "show_uri": "https://api.kexp.org/v2/shows/5775/?format=api",
    "image_uri": "http://coverartarchive.org/release/4a40e499-8e81-45df-97e9-6b430b0049e7/10310108332-250.jpg",
    "thumbnail_uri": "",
    "song": "The New Country",
    "track_id": "b528caf6-94e4-39ac-8067-e71f2c94b741",
    "recording_id": null,
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Odditorium or Warlords of Mars",
    "release_id": "4a40e499-8e81-45df-97e9-6b430b0049e7",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2005-09-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}