Information about plays

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

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

{
    "id": 380010,
    "uri": "https://api.kexp.org/v2/plays/380010/?format=api",
    "airdate": "2019-09-12T13:29:00-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Licensed to Drive",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Mountain",
    "artist_ids": [
        "4898b9ad-f564-4ff1-9046-b1a16dfd5200"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2019-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "Black Mountain LIVE in the KEXP Studio! <br> <br>Playing songs from the latest release, <i>Destroyer</i>. The album takes its name from discontinued single-run 1985 Dodge Destroyer. The album also references the fact that McBean just recently got his very first driver's license.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}