Information about plays

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

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

{
    "id": 373465,
    "uri": "https://api.kexp.org/v2/plays/373465/?format=api",
    "airdate": "2019-08-28T10:11:21-07:00",
    "show": 6218,
    "show_uri": "https://api.kexp.org/v2/shows/6218/?format=api",
    "image_uri": "http://coverartarchive.org/release/36084143-87c0-4626-9ec0-de93556474d2/23813399642-250.jpg",
    "thumbnail_uri": "",
    "song": "December",
    "track_id": "a3f36ab5-b1d3-39fa-8d5f-a31eea725adc",
    "recording_id": null,
    "artist": "The Helio Sequence",
    "artist_ids": [
        "b6ab8d01-0cb3-4515-bc05-d928397e7429"
    ],
    "album": "Negotiations",
    "release_id": "36084143-87c0-4626-9ec0-de93556474d2",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-09-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Ken says, \"Winter is a time for solitude and reflection, a time when we prepare to close one of life's chapters.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}