Information about plays

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

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

{
    "id": 366079,
    "uri": "https://api.kexp.org/v2/plays/366079/?format=api",
    "airdate": "2019-08-11T17:40:37-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "http://coverartarchive.org/release/f1f4816a-ce16-4f34-8e16-c1e15a5432ab/23396094325-250.jpg",
    "thumbnail_uri": "",
    "song": "Snickersnee",
    "track_id": "e10b8b98-bea0-4478-b908-55c15cb231b5",
    "recording_id": null,
    "artist": "Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Face Stabber",
    "release_id": "f1f4816a-ce16-4f34-8e16-c1e15a5432ab",
    "release_group_id": null,
    "labels": [
        "Castle Face Records"
    ],
    "label_ids": [
        "0274b1c2-1e89-4adf-a77f-c8341cc7bcee"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing Oct 5 + 6 @ Neumos // http://www.theeohsees.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}