Information about plays

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

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

{
    "id": 374236,
    "uri": "https://api.kexp.org/v2/plays/374236/?format=api",
    "airdate": "2019-08-30T00:29:00-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Abre Tu Mente = Open Your Mind",
    "track_id": null,
    "recording_id": null,
    "artist": "Dug Dugs",
    "artist_ids": [],
    "album": "Abre Tu Mente",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Dug Dug's is a rock group from Durango, Mexico, best known for their work in the 1960s and early 1970s. Performing LIVE at Northwest Psych Fest 2019 Day Two, tomorrow, August 31st at The Sunset here in Seattle, Wa. https://www.ticketweb.com/event/northwest-psych-fest-2019-day-sunset-tavern-tickets/9626155?REFERRAL_ID=twfb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}