Information about plays

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

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

{
    "id": 357628,
    "uri": "https://api.kexp.org/v2/plays/357628/?format=api",
    "airdate": "2019-07-22T11:57:17-07:00",
    "show": 5962,
    "show_uri": "https://api.kexp.org/v2/shows/5962/?format=api",
    "image_uri": "http://coverartarchive.org/release/fb16ec2a-6364-3d05-8263-bbbf6a061ce3/23491005656-250.jpg",
    "thumbnail_uri": "",
    "song": "All Fired Up",
    "track_id": "2a43002c-4e62-31ba-8ea6-9d491b008d81",
    "recording_id": null,
    "artist": "Interpol",
    "artist_ids": [
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "Our Love to Admire",
    "release_id": "fb16ec2a-6364-3d05-8263-bbbf6a061ce3",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2007-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Supporting Morrisey at WaMu Theater Tuesday, October 1. http://www.interpolnyc.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}