Information about plays

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

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

{
    "id": 379056,
    "uri": "https://api.kexp.org/v2/plays/379056/?format=api",
    "airdate": "2019-09-10T08:56:50-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "http://coverartarchive.org/release/d48b9b0c-4bf5-30dc-99dd-db4ff8247486/5751696829-250.jpg",
    "thumbnail_uri": "",
    "song": "It’s My Life",
    "track_id": "805cb76d-95c2-3915-9302-cbb34fc666dc",
    "recording_id": null,
    "artist": "Talk Talk",
    "artist_ids": [
        "a74f43e4-50c4-4b19-a2ce-c05ce9bccb03"
    ],
    "album": "It's My Life",
    "release_id": "d48b9b0c-4bf5-30dc-99dd-db4ff8247486",
    "release_group_id": null,
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hollis’ influence has often been referenced by musicians, including Elbow’s Guy Garvey. “Mark Hollis started from punk and by his own admission he had no musical ability,” he told Mojo. “To go from only having the urge, to writing some of the most timeless, intricate and original music ever is as impressive as the moon landings for me.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}