Information about plays

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

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

{
    "id": 350320,
    "uri": "https://api.kexp.org/v2/plays/350320/?format=api",
    "airdate": "2019-07-05T04:41:50-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "http://coverartarchive.org/release/653bfb22-d8eb-4ae6-b1f1-013e570b8cd0/17890315446-250.jpg",
    "thumbnail_uri": "",
    "song": "Dum Surfer",
    "track_id": "11805b0e-c31c-4008-9cd4-3adfc8bc46bd",
    "recording_id": null,
    "artist": "King Krule",
    "artist_ids": [
        "c0daae21-ec2a-4dd0-a323-4f53f5945d04"
    ],
    "album": "The Ooz",
    "release_id": "653bfb22-d8eb-4ae6-b1f1-013e570b8cd0",
    "release_group_id": null,
    "labels": [
        "True Panther Sounds"
    ],
    "label_ids": [
        "83d836ec-fd29-4761-890a-9e0053c25635"
    ],
    "release_date": "2017-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}