Information about plays

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

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

{
    "id": 343455,
    "uri": "https://api.kexp.org/v2/plays/343455/?format=api",
    "airdate": "2019-06-19T12:54:02-07:00",
    "show": 5725,
    "show_uri": "https://api.kexp.org/v2/shows/5725/?format=api",
    "image_uri": "http://coverartarchive.org/release/fe94b030-1996-43af-be76-379259e72671/14140761741-250.jpg",
    "thumbnail_uri": "",
    "song": "If I Ever Was a Child",
    "track_id": "80673a7f-8288-4373-83fc-12a3140893f8",
    "recording_id": null,
    "artist": "Wilco",
    "artist_ids": [
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Schmilco",
    "release_id": "fe94b030-1996-43af-be76-379259e72671",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2016-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}