Information about plays

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

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

{
    "id": 374286,
    "uri": "https://api.kexp.org/v2/plays/374286/?format=api",
    "airdate": "2019-08-30T02:56:00-07:00",
    "show": 6228,
    "show_uri": "https://api.kexp.org/v2/shows/6228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mister Wong (Disco Dub)",
    "track_id": null,
    "recording_id": null,
    "artist": "Bella Vista",
    "artist_ids": [],
    "album": "Mister Wong",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Isle of Jura"
    ],
    "label_ids": [
        "81935451-bdef-43e0-b8f7-a3e281d8de8b"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bella Vista was a one off project from Michel Esteban, founder of seminal New York Disco / Electro / New Wave imprint ZE Records\" (originally from 1982) - https://isleofjura.bandcamp.com/album/mister-wong-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}