Information about plays

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

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

{
    "id": 350101,
    "uri": "https://api.kexp.org/v2/plays/350101/?format=api",
    "airdate": "2019-07-04T16:40:00-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peaches",
    "track_id": "aed88c92-98d5-3b8f-8656-c27485d5ce86",
    "recording_id": null,
    "artist": "The Presidents of the United States of America",
    "artist_ids": [
        "7509421d-1074-442f-be8f-b526167afcb3"
    ],
    "album": "Peaches",
    "release_id": "85a76baa-46bf-4758-8b7d-85e50ab94971",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-01-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}