Information about plays

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

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

{
    "id": 378631,
    "uri": "https://api.kexp.org/v2/plays/378631/?format=api",
    "airdate": "2019-09-09T06:48:51-07:00",
    "show": 6304,
    "show_uri": "https://api.kexp.org/v2/shows/6304/?format=api",
    "image_uri": "http://coverartarchive.org/release/2d5c43af-db57-4d6d-a7ad-cc14ddd20c79/23336808666-250.jpg",
    "thumbnail_uri": "",
    "song": "Deranged for Rock & Roll",
    "track_id": "223ce5bf-19b9-4889-a923-fdb1da3289fc",
    "recording_id": null,
    "artist": "Chelsea Wolfe",
    "artist_ids": [
        "60e8e938-365e-4429-a141-4c79eb49588d"
    ],
    "album": "Birth of Violence",
    "release_id": "2d5c43af-db57-4d6d-a7ad-cc14ddd20c79",
    "release_group_id": null,
    "labels": [
        "Sargent House"
    ],
    "label_ids": [
        "8e3fe8a2-3c49-4ec1-8a1f-c31c2814611f"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Showbox November 20th https://www.chelseawolfe.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}