Information about plays

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

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

{
    "id": 345177,
    "uri": "https://api.kexp.org/v2/plays/345177/?format=api",
    "airdate": "2019-06-23T13:43:13-07:00",
    "show": 5755,
    "show_uri": "https://api.kexp.org/v2/shows/5755/?format=api",
    "image_uri": "http://coverartarchive.org/release/b6c6032c-1ed2-4f98-b50d-a2e1d85be723/5357352865-250.jpg",
    "thumbnail_uri": "",
    "song": "The Great Curve",
    "track_id": "acdc0c7f-a362-360e-bf85-99d6fa233736",
    "recording_id": null,
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Remain in Light",
    "release_id": "b6c6032c-1ed2-4f98-b50d-a2e1d85be723",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1983-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Byrne's Broadway production of American Utopia starts on October 4 and will run for sixteen weeks at New York's Hudson Theatre. https://www.facebook.com/TalkingHeadsofficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}