Information about plays

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

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

{
    "id": 346784,
    "uri": "https://api.kexp.org/v2/plays/346784/?format=api",
    "airdate": "2019-06-27T02:41:52-07:00",
    "show": 5778,
    "show_uri": "https://api.kexp.org/v2/shows/5778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Understand You",
    "track_id": null,
    "recording_id": null,
    "artist": "Clay Rendering",
    "artist_ids": [],
    "album": "California Black Vows",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hospital Productions"
    ],
    "label_ids": [
        "56f06d01-8340-4820-b3c0-42fd8c34ab7c"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Je ne comprends pas - https://clayrendering.bandcamp.com/album/california-black-vows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}