Information about plays

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

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

{
    "id": 372179,
    "uri": "https://api.kexp.org/v2/plays/372179/?format=api",
    "airdate": "2019-08-25T13:03:11-07:00",
    "show": 6201,
    "show_uri": "https://api.kexp.org/v2/shows/6201/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Man's Gone Now (DJ Wally remix)",
    "track_id": "cec76749-746d-3670-8659-9e73c91deb61",
    "recording_id": null,
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Remixed & Reimagined",
    "release_id": "9965ffa7-35da-4771-b907-26300134a752",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [],
    "release_date": "2006-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}