Information about plays

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

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

{
    "id": 373544,
    "uri": "https://api.kexp.org/v2/plays/373544/?format=api",
    "airdate": "2019-08-28T14:44:22-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leave Me Alone",
    "track_id": "7c5c2cc3-3dc5-35dc-8bb6-4fcfe066d689",
    "recording_id": null,
    "artist": "Chappaquiddick Skyline",
    "artist_ids": [
        "aa40c112-53e5-4468-9f2e-f4dd3f7b95af"
    ],
    "album": "Chappaquiddick Skyline",
    "release_id": "7cbd7292-320b-4a7e-a550-60ab7fd6ccac",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun Fact about this album, released in 2000: The only color represented on either the cover art or the CD itself is a melancholy shade of blue. The disc itself has no writing or identifying marks on it at all, save for its blueness.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}