Information about plays

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

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

{
    "id": 2679873,
    "uri": "https://api.kexp.org/v2/plays/2679873/?format=api",
    "airdate": "2019-12-30T07:46:00-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ohio",
    "track_id": "7ed8dc11-7dc3-324a-85fd-b5ef47bd63f0",
    "recording_id": null,
    "artist": "Crosby, Stills, Nash & Young",
    "artist_ids": [],
    "album": "Ohio",
    "release_id": "f6bed7fb-a50d-3cfc-adb6-8ef6d85b9dd3",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "1970-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Protest song written and composed by Neil Young in reaction to the Kent State shootings of May 4, 1970. During a mass protest against the bombing of neutral Cambodia by the US military, 28 National Guard soldiers fired approximately 67 rounds over a period of 13 seconds, killing four students and wounding nine others, one of whom was permanently paralyzed.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}