Information about plays

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

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

{
    "id": 343626,
    "uri": "https://api.kexp.org/v2/plays/343626/?format=api",
    "airdate": "2019-06-19T19:35:11-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Patriotic Flag-Waver",
    "track_id": null,
    "recording_id": null,
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Babylon",
    "release_id": "8447a187-c986-3d97-96a6-e3d0be10b649",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally a 1968 single, combining funk, commentary, and flag-waving songs into one tune: https://www.popmatters.com/dr-john-the-atco-atlantic-singles-1968-1974-2495486174.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}