Information about plays

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

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

{
    "id": 350591,
    "uri": "https://api.kexp.org/v2/plays/350591/?format=api",
    "airdate": "2019-07-05T20:45:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everyday People",
    "track_id": "465f9ae0-74f7-47a4-95ca-d4afdf6c43a5",
    "recording_id": null,
    "artist": "Jeff Buckley",
    "artist_ids": [
        "e6e879c0-3d56-4f12-b3c5-3ce459661a8e"
    ],
    "album": "You and I",
    "release_id": "08de9bef-0d7e-4a3a-b6ee-da6b3483afa3",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2016-03-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covering Sly Stone, Jeff Buckley was one of the most interesting singers around. He studied pop, rock, soul and global sounds and infused them into his style. We miss you, Jeff. https://www.nodepression.com/jeff-buckleys-influences-and-inspirations/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}