Information about plays

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

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

{
    "id": 2670658,
    "uri": "https://api.kexp.org/v2/plays/2670658/?format=api",
    "airdate": "2019-12-08T16:05:50-08:00",
    "show": 46104,
    "show_uri": "https://api.kexp.org/v2/shows/46104/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Outside",
    "track_id": "791c0df9-5e74-4a23-ba34-908ba45cf981",
    "recording_id": null,
    "artist": "MorMor",
    "artist_ids": [
        "8c92e1b3-727b-49de-b624-28e09c345ff8"
    ],
    "album": "Outside",
    "release_id": "0631789a-90a5-46d0-88ca-bbe3394cd75c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Outside showcases MorMor’s \"innate talent for atmosphere. Within the very opening moments of this exceptional track, comparisons to Slowdive’s shoegaze masterpiece Souvlaki and Sufjan Steven’s universal folk meditations bubble to the surface. It is a just-shy-of-four-minute offering informed by a wealth of diverse sonics, but distinctively MorMor. With his emotionally-charged vocals, MorMor exists as the central figure of “Outside,” one who is ensnared by intense feelings of isolation.\" -Onestowatch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}