Information about plays

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

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

{
    "id": 351662,
    "uri": "https://api.kexp.org/v2/plays/351662/?format=api",
    "airdate": "2019-07-08T10:11:24-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "http://coverartarchive.org/release/89b91aff-9c16-4a53-8933-261f3ccb867d/4145566830-250.jpg",
    "thumbnail_uri": "",
    "song": "Pushing the River",
    "track_id": "1402354c-50ea-30b9-b475-935db6ed9943",
    "recording_id": null,
    "artist": "Shearwater",
    "artist_ids": [
        "9df31471-e54e-43ba-bbe8-38fd94c63dbb"
    ],
    "album": "Animal Joy",
    "release_id": "89b91aff-9c16-4a53-8933-261f3ccb867d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}