Information about plays

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

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

{
    "id": 349044,
    "uri": "https://api.kexp.org/v2/plays/349044/?format=api",
    "airdate": "2019-07-02T13:19:00-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "9–9",
    "track_id": "93aff3b0-fcbd-4816-ac39-9b314331f075",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Murmur",
    "release_id": "b75f2b19-4244-419e-a03c-ec63eefe64f0",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Steady repetition is a compulsion mutually reinforced...\nNow what does that mean?\"  Here are the lyrics to \"9-9\":  https://songmeanings.com/songs/view/122329/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}