Information about plays

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

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

{
    "id": 357301,
    "uri": "https://api.kexp.org/v2/plays/357301/?format=api",
    "airdate": "2019-07-21T00:00:00-07:00",
    "show": 5951,
    "show_uri": "https://api.kexp.org/v2/shows/5951/?format=api",
    "image_uri": "http://coverartarchive.org/release/b413b5cb-c179-4557-a8f1-201eb92164ce/12048943276-250.jpg",
    "thumbnail_uri": "",
    "song": "Black Grease",
    "track_id": "f8e26c83-f916-3744-bd8a-6c022c900df1",
    "recording_id": null,
    "artist": "The Black Angels",
    "artist_ids": [
        "49814f71-8fef-41ec-9af8-b6995c0bd601"
    ],
    "album": "The Black Angels",
    "release_id": "b413b5cb-c179-4557-a8f1-201eb92164ce",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2005-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://theblackangels.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}