Information about plays

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

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

{
    "id": 348609,
    "uri": "https://api.kexp.org/v2/plays/348609/?format=api",
    "airdate": "2019-07-01T11:24:00-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "http://coverartarchive.org/release/79bb079d-edf4-4d36-abb1-2e5d92e55619/13863755635-250.jpg",
    "thumbnail_uri": "",
    "song": "Best Kept Secret",
    "track_id": "6cf6ac92-19e7-41b3-acb0-75e3707297b8",
    "recording_id": null,
    "artist": "case/lang/viers",
    "artist_ids": [
        "a496a1e6-0ceb-4489-8280-45dfaf9750be"
    ],
    "album": "case/lang/veirs",
    "release_id": "79bb079d-edf4-4d36-abb1-2e5d92e55619",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2016-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "k.d. lang hails from Edmonton, AB. Neko Case is American but has spent time living in Vancouver, BC and as part of Vancouver band The New Pornographers. Laura Veirs is from Colorado Springs, CO and lives in Portland, OR.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}