Information about plays

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

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

{
    "id": 354980,
    "uri": "https://api.kexp.org/v2/plays/354980/?format=api",
    "airdate": "2019-07-16T06:38:00-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Velouria",
    "track_id": "0662ef39-d462-3615-94de-87af444d5c4b",
    "recording_id": null,
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Velouria",
    "release_id": "c36259a6-7249-44a3-ae6d-b42e0021fd6d",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Francis said of the lyrics to the song, \"It's folklore based; the Rosicrucians of 1920s San Jose California had some pretty interesting ideas.\"  We had to look up Rosicrucians too:  https://en.wikipedia.org/wiki/Rosicrucianism",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}