Information about plays

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

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

{
    "id": 354983,
    "uri": "https://api.kexp.org/v2/plays/354983/?format=api",
    "airdate": "2019-07-16T06:45:00-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love is Everywhere (Beware)",
    "track_id": null,
    "recording_id": null,
    "artist": "Wilco",
    "artist_ids": [
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Ode To Joy",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wilco has announced it'll release the band's 11th studio album October 4th. Drawing its title from the poetry of Friedrich Schiller — and Beethoven's Ninth symphony — Wilco's Ode to Joy will feature what frontman Jeff Tweedy calls \"really big, big folk songs,\" including the album's first single, \"Love is Everywhere (Beware).\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}