Information about plays

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

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

{
    "id": 370230,
    "uri": "https://api.kexp.org/v2/plays/370230/?format=api",
    "airdate": "2019-08-21T03:16:48-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "http://coverartarchive.org/release/1e083c71-1e90-4d2d-81e2-8676b4c38096/19913056980-250.jpg",
    "thumbnail_uri": "",
    "song": "Holy Water",
    "track_id": "51f1f412-a0cd-4fa8-9595-a519765096f0",
    "recording_id": null,
    "artist": "Now, Now",
    "artist_ids": [
        "e3c24e1c-1e43-403b-8407-90c8c4107098"
    ],
    "album": "Saved",
    "release_id": "1e083c71-1e90-4d2d-81e2-8676b4c38096",
    "release_group_id": null,
    "labels": [
        "Trans Records"
    ],
    "label_ids": [
        "d35da0bc-91df-4fee-81c1-f18b0f3a18da"
    ],
    "release_date": "2018-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Now, Now, formerly known as Now, Now Every Children, is an American indie rock duo formed in Blaine, Minnesota, United States, and based in Minneapolis. The band is composed of Cacie Dalager and Bradley Hale.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}