Information about plays

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

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

{
    "id": 381543,
    "uri": "https://api.kexp.org/v2/plays/381543/?format=api",
    "airdate": "2019-09-16T09:24:43-07:00",
    "show": 6352,
    "show_uri": "https://api.kexp.org/v2/shows/6352/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Diamonds, Fur Coat, Champagne",
    "track_id": "f0327796-2dfb-47fb-98f6-4c86b8b76714",
    "recording_id": null,
    "artist": "Suicide",
    "artist_ids": [
        "7a0f02e0-0ab8-4a62-9e14-c6925cfaed07"
    ],
    "album": "The Second Album + The First Rehearsal Tapes",
    "release_id": "9d8743da-7546-4340-8223-d4d858035722",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2000-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Suicide's Alan Vega does not claim to have invented the word punk but explains, \"I think we were the first band to describe our music as punk.\" At their second show ever the flyer read, \"Punk Music Mass.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}