Information about plays

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

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

{
    "id": 349084,
    "uri": "https://api.kexp.org/v2/plays/349084/?format=api",
    "airdate": "2019-07-02T15:08:00-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Either Way",
    "track_id": "236e1d44-f72b-4aa6-b191-4df188389488",
    "recording_id": null,
    "artist": "Jeanines",
    "artist_ids": [
        "e1aed2f3-4af5-4d43-92a8-763e3cf8bb88"
    ],
    "album": "Jeanines",
    "release_id": "1dcc6769-fe3a-4ec1-ab21-6bbc70f8a821",
    "release_group_id": null,
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [],
    "release_date": "2019-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead by Alicia Jeanine and aided and abetted by My Teeanage Sride’s Jed Smith on drums and bass, the band picks at a whole host of favorites from Marine Girls, The Pastels and Talulah Gosh to further outliers like Tiger Trap and Cub. Its sweet and simple and decidedly breezy, just the kind of jangle pop that brightens a day. Their debut self-titled album is out now on Slumberland.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}