Information about plays

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

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

{
    "id": 350441,
    "uri": "https://api.kexp.org/v2/plays/350441/?format=api",
    "airdate": "2019-07-05T12:15:17-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Witches",
    "track_id": "e7b4f725-9fe1-367c-ac35-6483a90caa07",
    "recording_id": null,
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "C’mon",
    "release_id": "22bd7235-d8be-3fdc-b1d2-033d3192629d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "C'mon is the Low's ninth full length studio album. It features guest contributions from Nels Cline of Wilco (lap steel & guitar), Dave Carroll of Trampled by Turtles (banjo) and Caitlin Moe of Trans-Siberian Orchestra (violin).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}