Information about plays

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

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

{
    "id": 377294,
    "uri": "https://api.kexp.org/v2/plays/377294/?format=api",
    "airdate": "2019-09-06T02:46:00-07:00",
    "show": 6278,
    "show_uri": "https://api.kexp.org/v2/shows/6278/?format=api",
    "image_uri": "",
    "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": [],
    "release_date": "2019-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}