Information about plays

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

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

{
    "id": 366271,
    "uri": "https://api.kexp.org/v2/plays/366271/?format=api",
    "airdate": "2019-08-12T06:08:51-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "http://coverartarchive.org/release/65738a42-78e2-35a8-b4cc-24f7c1ba160d/3839948532-250.jpg",
    "thumbnail_uri": "",
    "song": "Paradise Circus",
    "track_id": "4edd0e01-7f29-35c0-82e9-10b1ad5d5c10",
    "recording_id": null,
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Heligoland",
    "release_id": "65738a42-78e2-35a8-b4cc-24f7c1ba160d",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2010-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring vocals by Hope Sandoval of Mazzy Star",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}