Information about plays

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

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

{
    "id": 353782,
    "uri": "https://api.kexp.org/v2/plays/353782/?format=api",
    "airdate": "2019-07-13T05:53:00-07:00",
    "show": 5892,
    "show_uri": "https://api.kexp.org/v2/shows/5892/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time: The Donut of the Heart (J Dilla Cover)",
    "track_id": "d712dfcb-6070-4f77-a152-b52d6635b069",
    "recording_id": null,
    "artist": "Jaubi",
    "artist_ids": [
        "15c4bae8-a606-43c1-8e56-ce0aad8cdcb7"
    ],
    "album": "The Deconstructed Ego",
    "release_id": "559272e7-b766-45c8-8996-762de752d218",
    "release_group_id": null,
    "labels": [
        "Astigmatic Records"
    ],
    "label_ids": [],
    "release_date": "2016-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}