Information about plays

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

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

{
    "id": 354387,
    "uri": "https://api.kexp.org/v2/plays/354387/?format=api",
    "airdate": "2019-07-14T18:11:00-07:00",
    "show": 5908,
    "show_uri": "https://api.kexp.org/v2/shows/5908/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep Her Happy",
    "track_id": "fe6b0bf8-269b-4860-88db-1cdd153cdb05",
    "recording_id": null,
    "artist": "Phillip Wright",
    "artist_ids": [
        "033d7a81-6f50-4e70-bc40-7192c8b31133"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dash"
    ],
    "label_ids": [
        "c4acb0d3-25f5-4eb1-99bd-ece68835e625"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}