Information about plays

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

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

{
    "id": 356914,
    "uri": "https://api.kexp.org/v2/plays/356914/?format=api",
    "airdate": "2019-07-20T15:52:00-07:00",
    "show": 5947,
    "show_uri": "https://api.kexp.org/v2/shows/5947/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Face Meets Glass",
    "track_id": "41eec0f9-6c9a-4856-9224-d1018eb8ab74",
    "recording_id": null,
    "artist": "ACTORS",
    "artist_ids": [
        "230f2c85-8b1c-4e88-ab5d-0d015a4bbe16"
    ],
    "album": "It Will Come to You",
    "release_id": "fb887b76-1167-4061-92e3-2812d69a66c6",
    "release_group_id": null,
    "labels": [
        "Artoffact Records"
    ],
    "label_ids": [],
    "release_date": "2018-03-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}