Information about plays

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

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

{
    "id": 375970,
    "uri": "https://api.kexp.org/v2/plays/375970/?format=api",
    "airdate": "2019-09-03T10:53:09-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "http://coverartarchive.org/release/7421e517-5119-43b7-8a28-4f5c12c0124a/3972801746-250.jpg",
    "thumbnail_uri": "",
    "song": "Pass Away",
    "track_id": "b10031ef-431f-30dc-af0f-61684f5315ee",
    "recording_id": null,
    "artist": "Pomegranates",
    "artist_ids": [
        "918dece0-de80-42ed-bc7c-b47623da3275"
    ],
    "album": "Heaven",
    "release_id": "7421e517-5119-43b7-8a28-4f5c12c0124a",
    "release_group_id": null,
    "labels": [
        "Modern Outsider"
    ],
    "label_ids": [
        "5d7c95be-8820-4245-ba8d-edf60f8712c6"
    ],
    "release_date": "2012-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't you like this song?:  https://www.youtube.com/watch?v=5Ry7d8BsV8Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}