Information about plays

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

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

{
    "id": 2680948,
    "uri": "https://api.kexp.org/v2/plays/2680948/?format=api",
    "airdate": "2020-01-01T19:47:17-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carryin’ On",
    "track_id": "693c3b13-be2f-4609-a871-b4616f865d70",
    "recording_id": null,
    "artist": "Whitey Morgan and the 78’s",
    "artist_ids": [
        "d6f2bcf1-ceff-400f-89dd-8684e41c13d5"
    ],
    "album": "Hard Times and White Lines",
    "release_id": "81c1cfa3-1b51-4b70-bd00-055cdce4bee3",
    "release_group_id": null,
    "labels": [
        "Whitey Morgan Music"
    ],
    "label_ids": [],
    "release_date": "2018-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sat 3/14 @ Knitting Factory Concert House (Spokane, WA) ; artist out of Flint, MI ; https://www.facebook.com/WhiteyMorgan ; http://whiteymorgan.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}