Information about plays

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

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

{
    "id": 348099,
    "uri": "https://api.kexp.org/v2/plays/348099/?format=api",
    "airdate": "2019-06-30T05:04:11-07:00",
    "show": 5800,
    "show_uri": "https://api.kexp.org/v2/shows/5800/?format=api",
    "image_uri": "http://coverartarchive.org/release/4a8475f7-6d1d-3ebb-8719-394a14d5f07c/2685058411-250.jpg",
    "thumbnail_uri": "",
    "song": "Changeling / Transmission 1",
    "track_id": "f2ad607f-333a-3412-92bb-5362d5db3ba0",
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Endtroducing.....",
    "release_id": "4a8475f7-6d1d-3ebb-8719-394a14d5f07c",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2005-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}