Information about plays

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

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

{
    "id": 378956,
    "uri": "https://api.kexp.org/v2/plays/378956/?format=api",
    "airdate": "2019-09-10T02:45:02-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "http://coverartarchive.org/release/c4f0d7f5-6b40-4853-801a-540da6862f09/10989486720-250.jpg",
    "thumbnail_uri": "",
    "song": "Cherry",
    "track_id": "7aaaa503-92e8-4e15-b610-5baa6f2af8c4",
    "recording_id": null,
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "album": "After Dark 2",
    "release_id": "c4f0d7f5-6b40-4853-801a-540da6862f09",
    "release_group_id": null,
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Chromatics did a cover of Hole's \"Petals\" (from Celebrity Skin) which appears on the new Netflix film, The Perfection. Read more about it on KEXP: https://www.kexp.org/read/2019/5/28/chromatics-turn-holes-petals-shimmering-slinker/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}