Information about plays

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

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

{
    "id": 346517,
    "uri": "https://api.kexp.org/v2/plays/346517/?format=api",
    "airdate": "2019-06-26T14:53:23-07:00",
    "show": 5775,
    "show_uri": "https://api.kexp.org/v2/shows/5775/?format=api",
    "image_uri": "http://coverartarchive.org/release/2baf41fb-0fdc-40bd-9e87-90e9045a6e0b/10222810949-250.jpg",
    "thumbnail_uri": "",
    "song": "The Eye",
    "track_id": "1c124116-e8f1-4aa0-ba6f-cd9fb53a3ff2",
    "recording_id": null,
    "artist": "Brandi Carlile",
    "artist_ids": [
        "baf05baf-69fb-47dd-93c2-033536b8c385"
    ],
    "album": "The Firewatcher's Daughter",
    "release_id": "2baf41fb-0fdc-40bd-9e87-90e9045a6e0b",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2015-03-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Recently announced she'll be playing 3 nights at Benaroya Hall December 13-15th.  http://bytheway.brandicarlile.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}