Information about plays

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

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

{
    "id": 345959,
    "uri": "https://api.kexp.org/v2/plays/345959/?format=api",
    "airdate": "2019-06-25T12:38:45-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "http://coverartarchive.org/release/70c8c63e-b985-4f4d-a9e4-1ce634e02409/16302382340-250.jpg",
    "thumbnail_uri": "",
    "song": "Die 4 You",
    "track_id": "2c082fae-6926-4305-afcd-0efea8592801",
    "recording_id": null,
    "artist": "Perfume Genius",
    "artist_ids": [
        "c4ff10e0-ae5a-467d-a409-6e0b4bf241eb"
    ],
    "album": "No Shape",
    "release_id": "70c8c63e-b985-4f4d-a9e4-1ce634e02409",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A new contemporary dance and live music piece co-directed by Perfume Genius’ Mike Hadreas and Seattle choreographer Kate Wallich has been announced. Entitled The Sun Still Burns Here, the work features Hadreas, Wallich, and her dance company, the YC. It will debut in October at Seattle’s Moore Theatre.:  https://pitchfork.com/news/perfume-genius-announces-new-dance-and-live-music-piece/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}