Information about plays

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

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

{
    "id": 351955,
    "uri": "https://api.kexp.org/v2/plays/351955/?format=api",
    "airdate": "2019-07-09T04:14:02-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/fe94da4f-4f27-4730-ac4d-a08d1e58bd67/22805153945-250.jpg",
    "thumbnail_uri": "",
    "song": "Kusuri Wo Takusan",
    "track_id": "f77ab374-6b34-48eb-90c5-f9e5fa60888f",
    "recording_id": null,
    "artist": "大貫妙子",
    "artist_ids": [
        "8370abe0-dbe1-48f4-99d5-6646ff2d8264"
    ],
    "album": "Pacific Breeze: Japanese City Pop, AOR & Boogie 1976-1986",
    "release_id": "fe94da4f-4f27-4730-ac4d-a08d1e58bd67",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taeko Ohnuki is a Japanese singer-songwriter who formed Sugar Babe in 1973, then went solo in 1976.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}