Information about plays

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

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

{
    "id": 347512,
    "uri": "https://api.kexp.org/v2/plays/347512/?format=api",
    "airdate": "2019-06-28T17:03:00-07:00",
    "show": 5786,
    "show_uri": "https://api.kexp.org/v2/shows/5786/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Downtown) Dancing",
    "track_id": null,
    "recording_id": null,
    "artist": "YACHT",
    "artist_ids": [
        "f6a0a03f-3b2f-4d3a-b4b4-34ca4ce7f3cb"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The “(Downtown) Dancing” video was created by London-based artist and designer Barney McCann; his experimental typeface, “Obsolete,” uses a neural network to determine efficient transitions between letterforms: youtu.be/Exgd6AW-NKg  |  Can't get enough of this track from the Los Angeles-based band?  Head over here: https://yacht.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}