Information about plays

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

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

{
    "id": 345443,
    "uri": "https://api.kexp.org/v2/plays/345443/?format=api",
    "airdate": "2019-06-24T06:18:00-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If It's Monday Morning",
    "track_id": "22e36f82-2dda-4f5a-a299-b068e7852d52",
    "recording_id": null,
    "artist": "Lee Hazlewood",
    "artist_ids": [],
    "album": "The LHI Years: Singles, Nudes, & Backsides (1968-71)",
    "release_id": "96e7b577-cc5d-41cb-a21c-7cb270be20ee",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [],
    "release_date": "2012-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}