Information about plays

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

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

{
    "id": 354618,
    "uri": "https://api.kexp.org/v2/plays/354618/?format=api",
    "airdate": "2019-07-15T08:51:29-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "http://coverartarchive.org/release/23110964-78bd-3b19-80e4-e99ef96f79cb/20585803144-250.jpg",
    "thumbnail_uri": "",
    "song": "Gouge Away",
    "track_id": "58ace533-115d-3ff9-866c-e91e7f1f6075",
    "recording_id": null,
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Doolittle",
    "release_id": "23110964-78bd-3b19-80e4-e99ef96f79cb",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1989-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song refers to the biblical story of Samson, who had his eyes gouged out by his enemies and eventually killed them all when he was chained to two pillars in their stronghold. He pulled the pillars down, bringing the building down and killing himself and his enemies. Here are the lyrics: https://songmeanings.com/songs/view/43084/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}