Information about plays

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

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

{
    "id": 349985,
    "uri": "https://api.kexp.org/v2/plays/349985/?format=api",
    "airdate": "2019-07-04T09:50:00-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ooh La La",
    "track_id": "7be0483a-0c37-3ff1-bee2-5956a169d58c",
    "recording_id": null,
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Supernature",
    "release_id": "2f0a8de1-1824-4ab2-9d8b-eaf05ca41538",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [],
    "release_date": "2005-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chosen as the lead single for <i>Supernature</i> \"because it was up and in your face and it carried on the theme of the glammy, discoey beat from the last album\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}