Information about plays

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

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

{
    "id": 379036,
    "uri": "https://api.kexp.org/v2/plays/379036/?format=api",
    "airdate": "2019-09-10T07:35:17-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "http://coverartarchive.org/release/f52dd070-00d3-4882-9df0-e456c8a6afa3/24046665240-250.jpg",
    "thumbnail_uri": "",
    "song": "Lean on Me",
    "track_id": "7734ae3c-92fa-3c9e-90f9-6ba02d0aaf8e",
    "recording_id": null,
    "artist": "Bill Withers",
    "artist_ids": [
        "fd1a2d9d-9bb6-44de-83a3-41560658aba9"
    ],
    "album": "The Best of Bill Withers: Lean on Me",
    "release_id": "f52dd070-00d3-4882-9df0-e456c8a6afa3",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2000-05-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}