Information about plays

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

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

{
    "id": 377110,
    "uri": "https://api.kexp.org/v2/plays/377110/?format=api",
    "airdate": "2019-09-05T17:14:00-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Couches in Alleys",
    "track_id": "fea7d32b-d41a-3aca-8f7b-52d03579d728",
    "recording_id": null,
    "artist": "Styrofoam",
    "artist_ids": [
        "905572f1-cb4f-4df7-bac7-75cf6c27e3ac"
    ],
    "album": "Nothing's Lost",
    "release_id": "86e1ec1e-5e7a-4d7f-9292-d8689d7f5962",
    "release_group_id": null,
    "labels": [
        "Morr Music"
    ],
    "label_ids": [],
    "release_date": "2004-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ben Gibbard of Death Cab for Cutie provides vocals on this track referencing Jack Kerouac's <i/> On the Road</i>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}