Information about plays

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

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

{
    "id": 357271,
    "uri": "https://api.kexp.org/v2/plays/357271/?format=api",
    "airdate": "2019-07-21T13:11:00-07:00",
    "show": 5956,
    "show_uri": "https://api.kexp.org/v2/shows/5956/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Noid",
    "track_id": null,
    "recording_id": null,
    "artist": "Yves Tumor",
    "artist_ids": [
        "b675f327-4738-4af4-bb83-1adb0003f2d3"
    ],
    "album": "Safe in the Hands of Love",
    "release_id": "b55c9ee4-e1c7-4fbe-bfd4-fb5673a30ad9",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [],
    "release_date": "2018-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vera Stage at 7:30pm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}