Information about plays

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

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

{
    "id": 353221,
    "uri": "https://api.kexp.org/v2/plays/353221/?format=api",
    "airdate": "2019-07-11T21:44:00-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heaven",
    "track_id": null,
    "recording_id": null,
    "artist": "Jah9",
    "artist_ids": [
        "cac634ea-5a1b-4004-a94e-35cdd4e27f13"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "VP"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spiritual Rasta singer JAH9 with Irie Lights and Rebel Lion performing LIVE at Nectar Lounge on Thursday, August 15. JAH9 visited KEXP live studios way back in 2017 with The Dub Treatment, watch that LIVE performance here: https://www.youtube.com/watch?v=qyXjt7QsDrQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}