Information about plays

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

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

{
    "id": 350068,
    "uri": "https://api.kexp.org/v2/plays/350068/?format=api",
    "airdate": "2019-07-04T14:50:35-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/c4f39274-020a-4e6c-adec-627772ee44f0/19170079880-250.jpg",
    "thumbnail_uri": "",
    "song": "Incidental Boogie",
    "track_id": "832a3035-7ed4-473b-9710-86b9ac4c3589",
    "recording_id": null,
    "artist": "U.S. Girls",
    "artist_ids": [
        "036912f5-c717-498d-8958-6058de17bb70"
    ],
    "album": "In a Poem Unlimited",
    "release_id": "c4f39274-020a-4e6c-adec-627772ee44f0",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2018-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP in 2018: https://www.youtube.com/watch?v=PGN3XBy_1m8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}