Information about plays

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

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

{
    "id": 366285,
    "uri": "https://api.kexp.org/v2/plays/366285/?format=api",
    "airdate": "2019-08-12T06:59:32-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "http://coverartarchive.org/release/24023422-67a1-3738-a75a-dc34f66b88d4/15458593581-250.jpg",
    "thumbnail_uri": "",
    "song": "Walk on the Wild Side",
    "track_id": "e7d88613-cf95-3d21-b212-a6f44286458d",
    "recording_id": null,
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Transformer",
    "release_id": "24023422-67a1-3738-a75a-dc34f66b88d4",
    "release_group_id": null,
    "labels": [
        "BMG JAPAN"
    ],
    "label_ids": [
        "3dd26d3b-7b24-4b84-a957-b43cffb0f1b6"
    ],
    "release_date": "2006-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}