Information about plays

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

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

{
    "id": 346931,
    "uri": "https://api.kexp.org/v2/plays/346931/?format=api",
    "airdate": "2019-06-27T11:05:17-07:00",
    "show": 5780,
    "show_uri": "https://api.kexp.org/v2/shows/5780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smile",
    "track_id": "9bdefbdb-3510-49e4-8b9a-88c8e8b99c9e",
    "recording_id": null,
    "artist": "Durand Jones & the Indications",
    "artist_ids": [
        "5da8d9b1-af89-43a3-a519-8e32ec21e7f5"
    ],
    "album": "Durand Jones & the Indications",
    "release_id": "5116452f-0f4f-4bee-9aa5-43dcd4dddd6b",
    "release_group_id": null,
    "labels": [
        "Coalmine Records"
    ],
    "label_ids": [
        "cdcbb64b-b92f-43f4-a9b1-0817186ec968"
    ],
    "release_date": "2016-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Durand Jones & The Indications perform this song at KEXP on April 3, 2018!:\n\nhttps://www.youtube.com/watch?v=vdd2IQwr1Kg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}