Information about plays

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

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

{
    "id": 356552,
    "uri": "https://api.kexp.org/v2/plays/356552/?format=api",
    "airdate": "2019-07-19T17:43:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh, Maker",
    "track_id": null,
    "recording_id": null,
    "artist": "Left at London",
    "artist_ids": [
        "3944b36f-0ec2-4972-bab4-c45477b7b8f1"
    ],
    "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": "A Janelle Monae cover.  Left At London (sometimes stylized and shortened as /@/), is the stage name of Nat Puff (she/her), a trans woman from Seattle, Washington who is not afraid to let herself be known intimately through her music, while still remaining accessible.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}