Information about plays

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

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

{
    "id": 356762,
    "uri": "https://api.kexp.org/v2/plays/356762/?format=api",
    "airdate": "2019-07-20T04:52:05-07:00",
    "show": 5942,
    "show_uri": "https://api.kexp.org/v2/shows/5942/?format=api",
    "image_uri": "http://coverartarchive.org/release/b17db066-1b1d-4fb8-ade3-10a1ffb2ee06/20876510119-250.jpg",
    "thumbnail_uri": "",
    "song": "Free",
    "track_id": "5d4ded2e-4554-46d5-b779-c486db74f998",
    "recording_id": null,
    "artist": "Hightek Lowlives",
    "artist_ids": [
        "f1ace313-20f2-4656-b126-766d43ee161e"
    ],
    "album": "Humanoid Void",
    "release_id": "b17db066-1b1d-4fb8-ade3-10a1ffb2ee06",
    "release_group_id": null,
    "labels": [
        "Cabin Games"
    ],
    "label_ids": [
        "7780e241-11d9-4478-9349-5ff0262f313d"
    ],
    "release_date": "2014-03-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}