Information about plays

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

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

{
    "id": 350202,
    "uri": "https://api.kexp.org/v2/plays/350202/?format=api",
    "airdate": "2019-07-04T21:52:52-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/8aa21b5b-5810-4bc5-94f2-7cdfdcfc7dca/23223216016-250.jpg",
    "thumbnail_uri": "",
    "song": "Outside",
    "track_id": "9b149093-d757-4730-a2b8-a56aff5039ec",
    "recording_id": null,
    "artist": "MorMor",
    "artist_ids": [
        "8c92e1b3-727b-49de-b624-28e09c345ff8"
    ],
    "album": "Some Place Else",
    "release_id": "8aa21b5b-5810-4bc5-94f2-7cdfdcfc7dca",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "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.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}