Information about plays

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

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

{
    "id": 351054,
    "uri": "https://api.kexp.org/v2/plays/351054/?format=api",
    "airdate": "2019-07-06T23:26:54-07:00",
    "show": 5849,
    "show_uri": "https://api.kexp.org/v2/shows/5849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don't Need You",
    "track_id": "7f70ef43-5428-3a3e-a150-1f6279180787",
    "recording_id": null,
    "artist": "Acme Sewage Co.",
    "artist_ids": [
        "0cf64ef8-1ee2-4829-932c-43c539a0d421"
    ],
    "album": "Raw Sewage",
    "release_id": "da27044f-4eba-4374-bd24-93f57d64616c",
    "release_group_id": null,
    "labels": [
        "Only Fit for the Bin Records"
    ],
    "label_ids": [
        "4fbba9cf-31e1-44b5-a515-c9b867beaf4f"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}