Information about plays

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

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

{
    "id": 346116,
    "uri": "https://api.kexp.org/v2/plays/346116/?format=api",
    "airdate": "2019-06-25T20:27:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Girlfriend",
    "track_id": null,
    "recording_id": null,
    "artist": "Xenia",
    "artist_ids": [
        "91ff7991-b658-4c53-9968-5e5124cb69a7"
    ],
    "album": "No1 Collection",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jugoton"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Xenia was a Croatian pop rock band from Rijeka, active in period 1981–1985 in former Yugoslavia. Their discography includes two 7\" singles singles and two studio albums. You are listening to the screaming and recognizable vocals of Vesna Vrandecic! In 1982, the frontwoman Vesna Vrandecic recorded the single  “Moja prijateljica” (My Girlfriend), remembered as the very first pro lesbian song in a macho man land.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}