Information about plays

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

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

{
    "id": 348068,
    "uri": "https://api.kexp.org/v2/plays/348068/?format=api",
    "airdate": "2019-06-30T03:23:55-07:00",
    "show": 5800,
    "show_uri": "https://api.kexp.org/v2/shows/5800/?format=api",
    "image_uri": "http://coverartarchive.org/release/da736ab2-3883-45f6-a4e5-163b9f045439/22269143591-250.jpg",
    "thumbnail_uri": "",
    "song": "On a Hilltop Sat the Moon",
    "track_id": "c046e4c5-2bd0-43ea-a031-928efe77ec1e",
    "recording_id": null,
    "artist": "Amon Tobin",
    "artist_ids": [
        "630662ea-1c7d-4208-99fd-ba3afec20f0c"
    ],
    "album": "Fear in a Handful of Dust",
    "release_id": "da736ab2-3883-45f6-a4e5-163b9f045439",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}