Information about plays

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

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

{
    "id": 352928,
    "uri": "https://api.kexp.org/v2/plays/352928/?format=api",
    "airdate": "2019-07-11T07:41:00-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wake Up Dolores",
    "track_id": "fbec5f13-4898-4824-aa18-4f00e96c4ca6",
    "recording_id": null,
    "artist": "Los Lobos",
    "artist_ids": [
        "2b9967c7-3246-4658-a561-ded5408dd9af"
    ],
    "album": "Kiko",
    "release_id": "947f38e5-87d0-4e68-a5d5-04b0d7231c7b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the ninth album from this long-running L.A. band, released in 1992",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}