Information about plays

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

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

{
    "id": 351945,
    "uri": "https://api.kexp.org/v2/plays/351945/?format=api",
    "airdate": "2019-07-09T03:37:00-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born Slippy",
    "track_id": "579c49c2-ef79-3573-8e4f-2c5e961ec25a",
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Trainspotting (disc 1)",
    "release_id": "a3f62512-bac4-48ab-b7d8-43fe507c93b3",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1996-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This appeared on the \"Trainspotting\" soundtrack, which was released on this day in 1996, 23 years ago.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}