Information about plays

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

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

{
    "id": 371036,
    "uri": "https://api.kexp.org/v2/plays/371036/?format=api",
    "airdate": "2019-08-22T21:24:08-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "http://coverartarchive.org/release/65738a42-78e2-35a8-b4cc-24f7c1ba160d/3839948532-250.jpg",
    "thumbnail_uri": "",
    "song": "Pray for Rain",
    "track_id": "0393405f-eae7-3965-89a4-97c1323194ec",
    "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": "After being forced to postpone the North American leg of their Mezzanine anniversary tour due to illness, Massive Attack have announced the rescheduled concert dates. The tour now begins on September 1st in San Diego, California. The tour is slated to close with two shows at New York's Radio City Music Hall https://www.massiveattack.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}