Information about plays

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

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

{
    "id": 2681717,
    "uri": "https://api.kexp.org/v2/plays/2681717/?format=api",
    "airdate": "2020-01-03T18:57:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waterfalls",
    "track_id": null,
    "recording_id": null,
    "artist": "TLC",
    "artist_ids": [
        "99790314-885a-4975-8614-9c5bc890364d"
    ],
    "album": "Waterfalls",
    "release_id": "81146092-dbe2-4c3c-9d51-6d1a958c38ea",
    "release_group_id": null,
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request. Have a suggestion or want to send a hello/pic/vid? Email dj@kexp.org, text 206-903-5397 or interact on Instagram, Facebook or Twitter @djmichelemyers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}