Information about plays

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

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

{
    "id": 356234,
    "uri": "https://api.kexp.org/v2/plays/356234/?format=api",
    "airdate": "2019-07-18T23:09:39-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Impeach the President",
    "track_id": "b2ed51aa-bf0e-4eb3-81d2-432611375b93",
    "recording_id": null,
    "artist": "The Sure Fire Soul Ensemble featuring Kelly Finnigan",
    "artist_ids": [
        "b085ad5c-a13a-434b-9168-a46faf54902c"
    ],
    "album": "Impeach the President",
    "release_id": "cbd2025f-d201-4a08-a450-fda11dd73406",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In crazy political times, music that represents the moment needs to be made which brings us to the timely release of the something we’ve heard 100 times before but never like this. Keeping true to the original but making it their own, they enlisted the vocal stylings of Kelly Finnigan to deliver the one two punch that will hopefully get the ball rolling to well, impeach the president.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}