Information about plays

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

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

{
    "id": 344927,
    "uri": "https://api.kexp.org/v2/plays/344927/?format=api",
    "airdate": "2019-06-23T00:29:00-07:00",
    "show": 5750,
    "show_uri": "https://api.kexp.org/v2/shows/5750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eternal Contempt of Man",
    "track_id": "b4fba124-ff83-38b6-89a7-75edb0a8d590",
    "recording_id": null,
    "artist": "Mitochondrion",
    "artist_ids": [
        "2cd63fa0-2298-43d6-a4f9-a52b4acfd520"
    ],
    "album": "Archaeaeon",
    "release_id": "84eb1c69-6d6b-4fbc-a219-835252d65774",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2008-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vancouver, B.C.; Mitochondrion played Ascension Fest and will be playing the Covenant Fest V in Vancouver on July 4th - 6th; https://www.facebook.com/mitochondrion137",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}