Information about plays

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

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

{
    "id": 349618,
    "uri": "https://api.kexp.org/v2/plays/349618/?format=api",
    "airdate": "2019-07-03T15:15:14-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hunted Down",
    "track_id": "2b415890-0ba6-4ebb-bc30-e68ad3cf07b9",
    "recording_id": null,
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Wild and Wooly: The Northwest Rock Collection",
    "release_id": "e5eacc33-6db6-4342-a6ad-2c508eb476d7",
    "release_group_id": null,
    "labels": [
        "Experience Music Project"
    ],
    "label_ids": [
        "85f02891-2cc1-4661-8940-c7474b0593b9"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This was Seattle record label Sup Pop's very first release.  It was put out in June of 1987.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}