Information about plays

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

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

{
    "id": 2679739,
    "uri": "https://api.kexp.org/v2/plays/2679739/?format=api",
    "airdate": "2019-12-29T22:47:00-08:00",
    "show": 46254,
    "show_uri": "https://api.kexp.org/v2/shows/46254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stop & Go",
    "track_id": null,
    "recording_id": null,
    "artist": "The Galleria",
    "artist_ids": [
        "90acaa7c-ad0b-4543-be84-1f49bee70d0f"
    ],
    "album": "Stop & Go",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Environ"
    ],
    "label_ids": [],
    "release_date": "2019-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Galleria is a project from Morgan Geist (Storm Queen, Metro Area) that ripples with the indigenous music of long-dead, suburban New Jersey shopping malls and golden-age NYC radio: bombastic freestyle, club dubs, razor-edits and bubblegum-pop R&B. Jessy Lanza, whose solo albums on Hyperdub were met with critical acclaim and both shortlisted for the Polaris Prize, is featured on vocals. https://thegalleria.bandcamp.com/album/stop-go",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}