Information about plays

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

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

{
    "id": 2681521,
    "uri": "https://api.kexp.org/v2/plays/2681521/?format=api",
    "airdate": "2020-01-03T06:04:44-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0b44bb4-437e-4d97-9227-b5fc37c0f67b/3242403619-250.jpg",
    "thumbnail_uri": "",
    "song": "The Ubiquitous Mr. Lovegrove",
    "track_id": "a132e2aa-a790-3ad1-958a-9b9312926586",
    "recording_id": null,
    "artist": "Dead Can Dance",
    "artist_ids": [
        "ccda046a-2674-4f7d-97e6-f23d6c156432"
    ],
    "album": "Into the Labyrinth",
    "release_id": "b0b44bb4-437e-4d97-9227-b5fc37c0f67b",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1993-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dead Can Dance will play Seattle's Paramount Theatre on Sunday, May 3rd, 2020.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}