Information about plays

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

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

{
    "id": 350018,
    "uri": "https://api.kexp.org/v2/plays/350018/?format=api",
    "airdate": "2019-07-04T11:51:41-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/fb4cf2e2-da6c-446c-953e-96df76bac5d2/11644928911-250.jpg",
    "thumbnail_uri": "",
    "song": "See America",
    "track_id": "ed699725-5d6c-30e9-a2f0-72632276e33e",
    "recording_id": null,
    "artist": "Grant‐Lee Phillips",
    "artist_ids": [
        "4a270f03-7db8-41c8-85fb-df86b3d48e31"
    ],
    "album": "Mobilize",
    "release_id": "fb4cf2e2-da6c-446c-953e-96df76bac5d2",
    "release_group_id": null,
    "labels": [
        "Zoë Records"
    ],
    "label_ids": [
        "962097c2-654b-496d-b73a-222682c15c65"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}