Information about plays

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

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

{
    "id": 352442,
    "uri": "https://api.kexp.org/v2/plays/352442/?format=api",
    "airdate": "2019-07-10T05:08:36-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/7f725b1b-806a-468f-89dc-7f35b4b69955/17750317791-250.jpg",
    "thumbnail_uri": "",
    "song": "Witch Wolf",
    "track_id": "91d6068e-9261-44f9-8ae0-81db31879ef0",
    "recording_id": null,
    "artist": "The Mynabirds",
    "artist_ids": [
        "daa0c966-31a1-4754-b293-67ffe5b4ac18"
    ],
    "album": "Be Here Now",
    "release_id": "7f725b1b-806a-468f-89dc-7f35b4b69955",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2017-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Live on KEXP:https://www.youtube.com/watch?v=L16s33siZ3Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}