Information about plays

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

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

{
    "id": 381937,
    "uri": "https://api.kexp.org/v2/plays/381937/?format=api",
    "airdate": "2019-09-17T09:42:00-07:00",
    "show": 6358,
    "show_uri": "https://api.kexp.org/v2/shows/6358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Watermelon",
    "track_id": null,
    "recording_id": null,
    "artist": "Noah Gundersen",
    "artist_ids": [
        "c7162e23-1c2b-488b-b77a-f65824bfb24f"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2019-09-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": true,
    "comment": "Noah Gunderson will be playing at The Showbox on Saturday, November 16th.  Tickets & info:  https://www.axs.com/events/377731/noah-gundersen-tickets",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}